Banner

As announced, cloud-init 20.1 was released Thursday, February 20! From the announcement, some highlights include:

  • Python 2 support has been dropped
  • A number of FreeBSD improvements landed
  • Two (low priority) CVEs were addressed:
    • utils: use SystemRandom when generating random password (CVE-2020-8631)
    • cc_set_password: increase random pwlength from 9 to 20 (CVE-2020-8632)

And of course numerous bug fixes and other enhancements.

Starting with this release, the project will only support Python 3 going forward. There is a branch of 19.4 available for delivering fixes for systems still using Python 2.7. We did a similar branch for systems stuck on Python 2.6.

Version 20.1 is already available in Ubuntu Focal.

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:

ReleaseDaysDate
20.1632020-02-20
19.4422019-12-18
19.31102019-11-05
19.2672019-07-17
19.11472019-05-10
18.5702018-12-13
18.41042018-10-03
18.3832018-06-20
18.2342018-03-28
18.1682018-02-22
17.2832017-12-14
17.12712017-09-21
0.7.91012016-12-23
0.7.8322016-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