Skip to content
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 docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The old release notes (before OSISM 7) can be found on the archived page

| Series | Status | Initial Release Date | Next Phase | EOL Date |
|:--------------------------|:---------------------|:---------------------|:---------------------|:-----------------|
| [OSISM 10](./osism-10.md) | | | Maintained | |
| [OSISM 10](./osism-10.md) | In Preparation | 8. December 2025 | Maintained | |
| [OSISM 9](./osism-9.md) | Maintained | 8. April 2025 | Extended Maintenance | |
| [OSISM 8](./osism-8.md) | Extended Maintenance | 11. September 2024 | End of life | |
| [OSISM 7](./osism-7.md) | End of life | 20. March 2024 | | 31. October 2024 |
Expand Down
18 changes: 8 additions & 10 deletions docs/release-notes/osism-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ sidebar_label: OSISM 10

# OSISM 10

:::info

The OSISM 10 release notes are still a work in progress and not yet complete.

:::

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

| Release | Release Date |
|:----------------|:-------------|
| [10.0.0](#1000) | |
| Release | Release Date |
|:------------|:-----------------|
| 10.0.0-rc.1 | 8. December 2025 |

## 10.0.0
## 10.0.0-rc.1

### Upgrade nodes

Expand Down Expand Up @@ -187,6 +181,10 @@ If you are already using ProxySQL, but without TLS, set the following parameter
database_enable_tls_internal: "no"
```

#### New parameters

* Generate password with `pwgen 32` and add `prometheus_haproxy_password` to `environments/kolla/secrets.yml`

## References

### Ceph 18.2 (Reef)
Expand Down
26 changes: 26 additions & 0 deletions docs/release-notes/osism-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,39 @@ Instructions for the upgrade can be found in the [Upgrade Guide](../guides/upgra

| Release | Release Date |
|:-----------------------|:-------------------|
| [9.5.0](#950-20251130) | 30. November 2025 |
| [9.4.0](#940-20250928) | 28. September 2025 |
| [9.3.1](#931-20250920) | 20. September 2025 |
| [9.3.0](#930-20250917) | 17. September 2025 |
| [9.2.0](#920-20250711) | 11. July 2025 |
| [9.1.0](#910-20250530) | 30. May 2025 |
| [9.0.0](#900-20250408) | 8. April 2025 |

## 9.5.0 (20251130)

* All OpenStack service images have been rebuilt. An upgrade of OpenStack services is recommended.

* The infrastructure service images (MariaDB, RabbitMQ, ..) have been rebuilt. An upgrade is recommended.

* The network service images (OVN, OVS) have been rebuilt. An upgrade is recommended.

* The monitoring service images (Prometheus & all Prometheus exporters) have been rebuilt. An upgrade is recommended.

* The logging service images (OpenSearch, Fluentd) have been rebuilt. An upgrade is recommended.

### Removal of the community.general.yaml Ansible plugin

If `community.general.yaml` has been set for `stdout_callback` in `ansible.cfg`,
this entry must be removed and replaced with `result_format=yaml`.

```text
ERROR! [DEPRECATED]: community.general.yaml has been removed. The plugin
has been superseded by the option result_format=yaml in callback plugin
ansible.builtin.default from ansible-core 2.13 onwards. This feature was
removed from community.general in version 12.0.0. Please update your
playbooks.
```

## 9.4.0 (20250928)

* All OpenStack service images have been rebuilt. An upgrade of OpenStack services is recommended.
Expand Down