Skip to main content

Helpful utility to generate package changelog between two cloud images

Project description

ubuntu-cloud-image-changelog

https://img.shields.io/pypi/v/ubuntu_cloud_image_changelog.svg

Helpful utility to generate package changelog between two cloud images

  • Free software: GNU General Public License v3

Install

Install from snap store

This release is also available for download and install from the snap store @ https://snapcraft.io/ubuntu-cloud-image-changelog

` sudo snap install ubuntu-cloud-image-changelog `

This is a strict snap as recommended for most snaps, see https://snapcraft.io/docs/snap-confinement for more details.

Install from PyPi

` pip install ubuntu-cloud-image-changelog `

Usage

` ubuntu-cloud-image-changelog generate --from-manifest manifest1.manifest --to-manifest manifest2.manifest --from-series focal --to-series focal `

If Packages in manifest are known to have been installed from this PPA then you can pass one of more PPAs to ubuntu-cloud-image-changelog for the changelog for those packages to be included in the output.

` --ppa `

Expected format is ‘%LAUNCHPAD_USERNAME%/%PPA_NAME%’ eg. philroche/cloud-init

` --highlight-cves `

Highlight the CVEs referenced in each individual changelog entry

` --output-json changelog.json `

Output changelog to local changelog.json file

` --output-json-pretty `

Pretty print JSON output with 4 character indentation. –output-json must also be used for this to take affect.

TODO

  • There are opportunities to improve performance by parallelizing the source package changelog queries and parsing.

  • Refactor the generate function as it is way too long and complex.

  • Add tests for the generate function.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.15.0 (2024-01-23)

  • Improve changelog parsing to work with fips version strings

0.14.0 (2023-07-04)

0.13.2 (2022-11-22)

  • Improved support for JSON output

  • Added new generate and schema commands * schema command generates a JSON schema for the given changelog model used in JSON output

0.12.2 (2022-11-15)

  • Added support for JSON output

  • Added support for including CVE details in the JSON and text output

0.8.1 (2020-11-11)

  • Improve handling of changelog parsing if from version or to version not found

0.8.0 (2020-11-09)

  • handle package version that do not exactly conform to debian package version shim-signed is a special package as it appends the version of the binary shim from Microsoft. This full version will not appear in the manifest so we can safely remove anything after the binary shim version.

    Example version: 1.37~18.04.6+15+1533136590.3beb971-0ubuntu1

0.7.3 (2020-11-09)

  • package versions in a changelog may or may not include the epoch

0.7.2 (2020-11-09)

  • use consistent ubuntu-cloud-image-changelog entry point

0.7 (2020-11-09)

  • Remove dependency on dpkg-parsechangelog utility. Use python-debian to parse changelogs instead

0.6 (2020-11-09)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ubuntu-cloud-image-changelog-0.15.2.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

ubuntu_cloud_image_changelog-0.15.2-py2.py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page