Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 7.0.4 release #1364

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
OSISM releases
==============

The latest available stable release is 7.0.3.
The latest available stable release is 7.0.4.

Release notes
=============
Expand Down
21 changes: 18 additions & 3 deletions doc/source/notes/7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ Instructions for the upgrade can be found in the `upgrade guide <https://osism.g

7.0.0a, 7.0.0b, 7.0.0c, 7.0.0d are pre-releases. Do not use these releases.

7.0.3
7.0.4
=====

Release date: 3. May 2024
Release date: 7. May 2024

* The Ceph service images have not been rebuilt. No upgrade of Ceph is required.
Due to an error in the ``osism/sbom`` repository, the Nova and Octavia images were not updated as
originally stated in the release notes for OSISM 7.0.3. Therefore it was unfortunately necessary
to release a 7.0.4 which contains the correct SBOM. In 7.0.4 nothing has changed except the SBOM.
The correct images for Nova and Octavia are now included in 7.0.4 and the bugs listed below have
been fixed. An update of the Manager Service must be done and then, if required, an update of Nova
and Octavia can be updated as originally planned for OSISM 7.0.3. We apologise for the mistake and
the resulting effort.

* The OpenStack service images for Octavia and Nova have been rebuilt. Upgrades of the Octavia
and Nova services are recommended. No upgrades of other OpenStack and associated
Expand All @@ -26,6 +32,15 @@ Release date: 3. May 2024
* When upgrading the Nova and Octavia API services, there is a short downtime of the APIs.
This downtime is usually less than 1 minute.

7.0.3
=====

Release date: 3. May 2024

* The Ceph service images have not been rebuilt. No upgrade of Ceph is required.

* The OpenStack service images have not been rebuilt. No upgrade of OpenStack is required.

* During the preparation of the upgrades of the regions of the PCO a bug (`osism/issues#973 <https://github.com/osism/issues/issues/973>`_)
has been noticed which leads to a delay of up to 2 minutes between the necessary container stops and starts.
This is due to a bug in the service units of all Kolla services. The bug is fixed in the current release.
Expand Down