Releases¶
Releases Summary¶
Module Version |
OpenStack Version Codename |
Community Supported |
---|---|---|
2.y.z |
Grizzly |
no - EOL (2014-03-29) |
3.y.z |
Havana |
no - EOL (2014-09-30) |
4.y.z |
Icehouse |
no - EOL (2015-07-02) |
5.z.y |
Juno |
no - EOL (2015-12-07) |
6.z.y |
Kilo |
no - EOL (2016-05-02) |
7.z.y |
Liberty |
no - EOL (2016-11-17) |
8.z.y |
Mitaka |
no - EOL (2017-04-10) |
9.z.y |
Newton |
no - EOL (2017-10-11) |
10.z.y |
Ocata |
no - EOL (2017-02-26) |
11.z.y |
Pike |
no - EOL (2017-08-30) |
12.z.y |
Queens |
no - EOL (2018-02-28) |
13.z.y |
Rocky |
no - EOL (2018-08-30) |
14.z.y |
Stein |
no - EOL (2019-04-10) |
15.z.y |
Train |
no - EOL (2023-11-02) |
16.z.y |
Ussuri |
no - EOL (2023-11-02) |
17.z.y |
Victoria |
no - EOL (2023-11-02) |
18.z.y |
Wallaby |
yes |
19.z.y |
Xena |
yes |
20.z.y |
Yoga |
yes |
21.z.y |
Zed |
yes |
22.z.y |
2023.1 |
yes |
23.z.y |
2023.2 |
yes |
24.z.y |
2024.1 |
yes |
25.z.y |
2024.2 |
yes |
26.z.y |
2025.1 |
yes (current master) |
Most Recent Modules releases¶
Module Name |
Last Release |
None |
|
None |
|
None |
|
Puppetlabs releases¶
From Stein, all new releases are automatically uploaded on https://forge.puppetlabs.com/openstack
From Kilo, some modules are released and approved on https://forge.puppetlabs.com/openstack
For Juno and before, some modules were released on https://forge.puppetlabs.com/stackforge
How to release Puppet modules¶
For all modules that need to be released, update metadata.json. Example with https://review.opendev.org/#/c/545917
Submit a release request in openstack/releases project. Example with https://review.opendev.org/#/c/546178/
Note
puppet-ceph should be done separately because the branches track ceph releases and not openstack releases.
Once the release is done, you can see the tarballs here: https://tarballs.openstack.org
If a new branch has been created, some tasks need to be done:
Branch openstack/puppet-openstack-integration and openstack/puppet-openstack_spec_helper http://docs.openstack.org/infra/manual/drivers.html#create-stable-branch
Update openstack/puppet-openstack_spec_helper and update CI scripts to checkout stable, also rake_tasks.rb to checkout the new branch, .gitreview file and release notes to have a page for the stable release, looking for notes in the stable branch. Note: the patch has to be done in stable/pike. Example: https://review.opendev.org/#/c/497403/
Update Puppetfile in openstack/puppet-openstack-integration
Update this documentation