Skip to content

Commit

Permalink
release-notes: add OSISM 8
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Aug 26, 2024
1 parent 57834e0 commit 7d6083b
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ The old release notes (before OSISM 7) can be found on the archived page

**The latest available release of OSISM is `7.1.1`.**

| Series | Status | Initial Release Date | Next Phase | EOL Date |
|:---------------------|:---------------------|:---------------------|:---------------------|:-------------|
| [OSISM 7](./osism-7) | Maintained | 20. March 2024 | Extended Maintenance | |
| OSISM 6 | Extended Maintenance | 20. September 2023 | End of life | 20. May 2024 |
| OSISM 5 | End of life | | | |
| OSISM 4 | End of life | | | |
| OSISM 3 | End of life | | | |
| OSISM 2 | End of life | | | |
| OSISM 1 | End of life | | | |
| Series | Status | Initial Release Date | Next Phase | EOL Date |
|:---------------------|:---------------------|:---------------------|:---------------------|:-----------------|
| [OSISM 8](./osism-8) | Planned | 4. September 2024 | Maintained | |
| [OSISM 7](./osism-7) | Maintained | 20. March 2024 | Extended Maintenance | 20. October 2024 |
| OSISM 6 | End of life | 20. September 2023 | | 20. May 2024 |
| OSISM 5 | End of life | | | |
| OSISM 4 | End of life | | | |
| OSISM 3 | End of life | | | |
| OSISM 2 | End of life | | | |
| OSISM 1 | End of life | | | |

The release notes build on each other. When upgrading from 6.0.2 to 7.0.4, you should
therefore not only read and take into account the release notes for 7.0.4 but also the
Expand Down
60 changes: 60 additions & 0 deletions docs/release-notes/osism-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
sidebar_label: OSISM 8
---

# OSISM 8

Instructions for the upgrade can be found in the [Upgrade Guide](../guides/upgrade-guide/manager).

The release notes build on each other. When upgrading from 7.0.1 to 8.0.0, you should
therefore not only read and take into account the release notes for 8.0.0 but also the
previous release notes. The same applies to an update from, for example, 8.0.0 to 8.0.2.
The release notes for 8.0.1 must then also be taken into account.

| Release | Release Date |
|:-------------------------|:-------------------|
| [8.0.0](#800-20240904) | 4. September 2024 |

## 8.0.0 (20240904)

Release date: 4. September 2024

### Upgrade notes

* The following secrets must be added in `environments/kolla/secrets.yml`:

```yaml
prometheus_skyline_password: # generate with: pwgen 32 1
```
* The `designate-sink` service of OpenStack Designate is now disabled by default.
The following must be added in `environments/kolla/configuration.yml` to keep
the `designate-sink` service enabled.

```yaml
designate_enable_notifications_sink: "yes"
```

### Other & References

OpenStack 2024.1 press announcement: https://www.openstack.org/software/openstack-caracal

OpenStack 2024.1 release notes: https://releases.openstack.org/caracal/index.html

Release notes for each OpenStack service:

* Barbican: https://docs.openstack.org/releasenotes/barbican/2024.1.html
* Ceilometer: https://docs.openstack.org/releasenotes/ceilometer/2024.1.html
* Cinder: https://docs.openstack.org/releasenotes/cinder/2024.1.html
* Designate: https://docs.openstack.org/releasenotes/designate/2024.1.html
* Glance: https://docs.openstack.org/releasenotes/glance/2024.1.html
* Heat: https://docs.openstack.org/releasenotes/heat/2024.1.html
* Horizon: https://docs.openstack.org/releasenotes/horizon/2024.1.html
* Ironic: https://docs.openstack.org/releasenotes/ironic/2024.1.html
* Keystone: https://docs.openstack.org/releasenotes/keystone/2024.1.html
* Manila: https://docs.openstack.org/releasenotes/manila/2024.1.html
* Neutron: https://docs.openstack.org/releasenotes/neutron/2024.1.html
* Nova: https://docs.openstack.org/releasenotes/nova/2024.1.html
* Octavia: https://docs.openstack.org/releasenotes/octavia/2024.1.html
* Placement: https://docs.openstack.org/releasenotes/placement/2024.1.html
* Skyline: https://docs.openstack.org/releasenotes/skyline-apiserver/2024.1.html, https://docs.openstack.org/releasenotes/skyline-console/2024.1.html

0 comments on commit 7d6083b

Please sign in to comment.