Skip to content

Commit

Permalink
Add OSISM 7.0.3 to the news banner (#489)
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 001c6be commit ca4bded
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/release-notes/osism-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Instructions for the upgrade can be found in the [Upgrade Guide](https://osism.g

:::

## 7.0.3 (20240305)
## 7.0.3 (20240503)

**Release date: 3. May 2024**

Expand All @@ -29,16 +29,16 @@ Instructions for the upgrade can be found in the [Upgrade Guide](https://osism.g
and Nova services are recommended. No upgrades of other OpenStack and associated
infrastructure services such as MariaDB or RabbitMQ are required.

* The Nova images have been rebuilt to add packages to be able to use vTMP ([osism/issues#1008](https://github.com/osism/issues/issues/1008>))
* The Nova images have been rebuilt to add packages to be able to use vTMP ([osism/issues#1008](https://github.com/osism/issues/issues/1008))
If this is not relevant, the upgrade can be skipped.

* 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>))
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>))
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Announcements() {
const {siteConfig} = useDocusaurusContext();
return (
<div className="container" style={{"text-align": "center", "padding-top": "2em", "padding-bottom": "2em", "font-size": "1em"}}>
🎉️ <b><a target="_blank" href="https://ubuntu.com/blog/canonical-releases-ubuntu-24-04-noble-numbat">Ubuntu 24.04 LTS (Noble Numbat)</a> is out!</b> 🥳️ Tests in progress, support in OSISM soon possible.
🎉️ <b><a href="https://osism.tech/docs/release-notes/osism-7#703-20240503">OSISM 7.0.3 (20240503)</a> is out!</b> 🥳️
</div>
);
}
Expand Down

0 comments on commit ca4bded

Please sign in to comment.