summaryrefslogtreecommitdiff
path: root/cloudinit/version.py
AgeCommit message (Collapse)Author
2016-09-12release 0.7.8Scott Moser
Bump the version in cloudinit/version.py to be 0.7.8.
2016-08-09release 0.7.7Scott Moser
Bump the version in cloudinit/version.py to be 0.7.7.
2016-08-05drop modification of version during make-tarball, tools changes.Scott Moser
Modification of the tarball became problematic, as it meant that any tool extracting source would find the orig source tarball different. I found this unusable when trying to use 'gbp buildpackage'. Other changes here are to better support using python3 or python2 for the build. Makefile will try to call the right python version and can be told which python to use. read-version: by adding 'tiny_p' and avoiding the import of cloudinit.util, we need less dependencies to run this.
2016-08-05adjust tools and version information.Scott Moser
upstream snapshots are versioned in the format 'X.Y.Z+<distance>.g<commit>' where X.Y.Z are major, minor, and micro. Distance is number of commits since last annotated tag, and commit is the git commit. bddeb and brpm will now create and use the "upstream version" like above. Things changed here: - tools/make-tarball update cloudinit/version.py to contain the full version support --output support '--long' to always create the long format version string. - bddeb: - use quilt debian source format - use read-version and long version in changelog. - brpm: - change to use read-version and upstream long version in the spec. - flake8 changes - tools/read-version - read version from git or from cloudinit/version. - provide --json output with more nicely formed data.
2014-10-20open 0.7.7Scott Moser
2014-05-30open 0.7.6Scott Moser
2013-11-19open 0.7.5Scott Moser
2013-10-07open 0.7.4Scott Moser
2013-07-20Bump the version.Joshua Harlow
LP: #1203364
2012-11-14Bump the version to 0.7.2Joshua Harlow
2012-10-05bump version to 0.7.1Scott Moser
2012-06-15Added a python file which can be used internally to determine the version of ↵Joshua Harlow
cloud init that is running for internal messaging, if desired