Skip to content

Commit

Permalink
release-notes: add 7.1.2 (#662)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 18, 2024
1 parent 2260748 commit 369fc58
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions docs/release-notes/osism-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The release notes for 7.0.3 must then also be taken into account.

| Release | Release Date |
|:-------------------------|:----------------|
| [7.1.2](#712-20240818) | 18. August 2024 |
| [7.1.1](#711-20240812) | 12. August 2024 |
| [7.1.0](#710-20240710) | 10. July 2024 |
| [7.0.5](#705-20240524) | 24. May 2024 |
Expand All @@ -22,6 +23,51 @@ The release notes for 7.0.3 must then also be taken into account.
| [7.0.1](#701-20240327) | 27. March 2024 |
| [7.0.0](#700-20240320) | 20. March 2024 |

## 7.1.2 (20240818)

Release date: 18. August 2024

* The Ceph service images have not been rebuilt. No upgrade of Ceph is required.

* The OpenStack service images have not been rebuilt. No upgrade of OpenStack is required.

* New manager features.

* It is now possible to manage custom images with `osism manage images`.
* It is now possible to manage custom flavors with `osism manage flavors`.
* Kubernetes Cluster API Images 1.31 are now deployed with `osism manage image clusterapi`.
* With `osism apply -a config PLAY` it is now possible to update only the configuration
files for services from the Kolla project.
* The Mitogen plugin for Ansible has been updated and Ansible 2.17 should now also be
usable.
* With `osism apply disable-compute-node` it is possible to stop & disable all services on
a compute node.
* With `osism apply remove-compute-node` it is possible to stop, disable & remove
all services on a compute node.
* With `osism apply disable-network-node` it is possible to stop & disable all services on
a network node.
* With `osism apply enable-network-node` it is possible to start & enable all services on
a network node.

* New features in the `osism.commons.network` role.

* Dummy devices can be managed with the `network_dummy_devices parameter`.

* New features in the `osism.commons.packages` role.

* The mode of the need start featore of APT can now be configured via the
`packages_needrestart_mode` parameter. By default, services that are to be
restarted are only listed.

* Removed roles.

* `osism.validations.refstack` has been removed in favor of the `osism.validations.tempest` role.
The OpenStack Interop and therefore also the Refstack project will no longer be actively
continued.

* `osism.services.openstack_health_monitor` has been removed in favor of the new SCS health
monitor. This will probably be usable with OSISM 8.

## 7.1.1 (20240812)

Release date: 12. August 2024
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 href="https://osism.tech/docs/release-notes/osism-7#711-20240812">OSISM 7.1.1 (20240812)</a> is out!</b> 🥳️
🎉️ <b><a href="https://osism.tech/docs/release-notes/osism-7#712-20240818">OSISM 7.1.2 (20240818)</a> is out!</b> 🥳️
</div>
);
}
Expand Down

0 comments on commit 369fc58

Please sign in to comment.