Banner

As announced, cloud-init 19.4 was released Wednesday, December 18! From the announcement, some highlights include:

  • Azure:
    • Azure cloud integration test support to cloud_tests
    • new_instance_id will properly match incorrect byte-swapped UUIDs
    • add support for multiple IP addresses on a single nic
  • FreeBSD:
    • support for ds-identify on systems without /sys filesystem
    • support for password expiry
  • Parsing DHCP lease file format option 121 on RedHat
  • Adding initial Red Hat based Amazon linux definition
  • Documentation updates both online docs and man pages
  • Bug fixes for network configuration v1
  • Ec2: Add support for IMDSv2 session based API tokens
  • Salt/minion package version updates for FreeBSD

And of course numerous bug fixes and other enhancements.

This was a short release, primarily to cut one final release of the year. It was also done to mark the end of Python 2.7 support.

Version 19.4 is already available in Ubuntu 19.10 (Eoan). A stable release updates (SRU) to Ubuntu 18.04 LTS (Bionic) and Ubuntu 16.04 LTS (Xenial) will start soon.

Release History Link to heading

Below is a breakdown and history of recent releases. It also shows the change in version to the year.release format:

Release Days Date
19.4 42 2019-12-18
19.3 110 2019-11-05
19.2 67 2019-07-17
19.1 147 2019-05-10
18.5 70 2018-12-13
18.4 104 2018-10-03
18.3 83 2018-06-20
18.2 34 2018-03-28
18.1 68 2018-02-22
17.2 83 2017-12-14
17.1 271 2017-09-21
0.7.9 101 2016-12-23
0.7.8 32 2016-09-12
0.7.7 - 2016-08-10

Interact with cloud-init Link to heading

  • Chat with us in #cloud-init on Freenode
  • Join and email the cloud-init mailing list
  • Checkout the HACKING document to get started on cloud-init development