Files
puppet-openstack-guide/doc/source/install/releases.rst
Takashi Kajinami 07b31b21c2 Update release information
Change-Id: Ifa84af7099e22b97107ba2b8610a39be61f0d648
2024-10-05 17:15:26 +09:00

17 KiB

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
puppet-aodh 25.0.0
puppet-barbican 25.0.0
puppet-ceilometer 25.0.0
puppet-ceph 6.0.0
puppet-cinder 25.0.0
puppet-cloudkitty 14.0.0
puppet-designate 25.0.0
puppet-glance 25.0.0
puppet-gnocchi 25.0.0
puppet-heat 25.0.0
puppet-horizon 25.0.0
puppet-ironic 25.0.0
puppet-keystone 25.0.0
puppet-magnum 25.0.0
puppet-manila 25.0.0
puppet-mistral 25.0.0
puppet-neutron 25.0.0
puppet-nova 25.0.0
puppet-octavia 25.0.0
puppet-openstack-cookiecutter None
puppet-openstack-integration None
puppet-openstack_extras 25.0.0
puppet-openstack_spec_helper None
puppet-openstacklib 25.0.0
puppet-oslo 25.0.0
puppet-ovn 25.0.0
puppet-placement 12.0.0
puppet-swift 25.0.0
puppet-tempest 25.0.0
puppet-trove 25.0.0
puppet-vitrage 15.0.0
puppet-vswitch 21.0.0
puppet-watcher 25.0.0
puppet-zaqar 25.0.0

Puppetlabs releases

How to release Puppet modules

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