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

doc: add 7.0.2 release notes #1332

Merged
merged 1 commit into from
Apr 18, 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.1.
The latest available stable release is 7.0.2.

Release notes
=============
Expand Down
39 changes: 39 additions & 0 deletions doc/source/notes/7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,45 @@ 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.2
=====

Release date: 17. April 2024

* The Ceph & OpenStack service images have not been rebuilt. No upgrades of Ceph & OpenStack (and associated
infrastructure services such as MariaDB or RabbitMQ) are required.

* Properties for device type vrfs are now supported in the osism.commons.network role.

* Debian support in osism.commons & osism.services Ansible collection.

* The roles of the osism.commons collection are now usable with Debian. The roles have been tested with Debian Bookworm.
* The roles of the osism.services collection are now usable with Debian. The roles have been tested with Debian Bookworm.

* If the OSISM CLI is executed as root user there is now an informal warning message.

* Use a single network for ceph frontend & backend in the cookiecutter (https://docs.ceph.com/en/latest/rados/configuration/network-config-ref/#network-configuration-reference
for details).

* When synchronising the configuration repository, it is now ensured that you are on the correct branch.

* Senlin images available again as rolling tag for OpenStack 2023.2.

* Zun images available again as rolling tag for OpenStack 2023.2 & 2024.1.

* New FRR configuration template for loadbalancers with an external uplink in the osism.services.frr role.

* ``scs:name-v1`` and ``scs:name-v2`` extra specs are now set via the OpenStack flavor manager.

* Task ID is now displayed in the output of the OSISM CLI for prepared tasks.

* New Makefile target in the OSISM Testbed to fetch the Wireguard configuration file: ``vpn-wireguard-config``.

* With the play ``noop`` it is now possible to run a play with noop. This is useful for testing purposes of the manager service.

* The stable repository is now used as the default for the Netdata service in the osism.services.netdata role. This avoids
package conflicts in future.

7.0.1
=====

Expand Down