Skip to content

Commit

Permalink
Improve the 7.0.3 release notes (#488)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
berendt authored and scoopex committed May 21, 2024
1 parent 9f08ca1 commit 001c6be
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/release-notes/osism-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,26 @@ Instructions for the upgrade can be found in the [Upgrade Guide](https://osism.g
* The octavia images have been rebuilt to resolve an issue when creating a LB + a listener
with an allowed_cidr with the fully-populated API ([osism/issues#980](https://github.com/osism/issues/issues/980>))

* When upgrading the Nova and Octavia API services, there is a short downtime of the APIs.
This downtime is usually less than 1 minute.

* During the preparation of the upgrades of the regions of the PCO a bug ([osism/issues#937](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.
**To avoid the delay during an upgrade, a fix must be applied in advance for all service units from
Kolla.**


```
osism apply fix-gh937
```

* Kubernetes Cluster API for the 1.30 series is available. They are now provided directly with
`osism manage image clusterapi`. This means that Kubernetes Cluster API images are now available
for series 1.27, 1.28, 1.29 and 1.30.
* The Kubernetes Cluster API image for the Kubernetes (K8s) 1.30 series is available. The images are now provided directly with
`osism manage image clusterapi`. This means that K8s Cluster API images are now available
for K8s series 1.27, 1.28, 1.29 and 1.30.

* All Ansible collections have been prepared for use with Ubuntu 24.04. It is currently not recommended to
upgrade existing clusters to Ubuntu 24.04 or to install new clusters with Ubuntu 24.04. There will be a note
in future release notes that announces the full support of Ubuntu 24.04. At the moment everything related to Ubuntu
24.04 is a technical preview.

* A new role `tempest` has been added to the Ansible collection `osism.validations`. This makes it possible
to perform significantly more tests than with the previously used `osism.validations.refstack` role. The new
Expand Down

0 comments on commit 001c6be

Please sign in to comment.