[magnum] Update cycle-highlights

Change-Id: I93719d091fc3f9e61cdfe0ebc48122c86ac5c896
This commit is contained in:
Bharat Kunwar 2021-03-29 11:49:00 +00:00
parent 09672048e9
commit 8526a97364
3 changed files with 27 additions and 0 deletions

View File

@ -24,6 +24,11 @@ cycle-highlights:
a desirable feature for enterprise users. Now they have the flexibility
to choose between a private cluster by default and only allow access
to the API exposed on Internet or make it fully accessible.
- Add ``cinder_csi_enabled`` label to support out of tree Cinder CSI.
- Support ``containerd`` as a ``container_runtime`` as an alternative to
``host-docker``.
- A new config ``health_polling_interval`` is supported to make the interval
configurable or disable completely.
releases:
- version: 9.0.0.0rc1
projects:

View File

@ -5,6 +5,23 @@ team: magnum
type: service
repository-settings:
openstack/magnum: {}
cycle-highlights:
- Support Helm v3 to install all magnum installed charts. Support for Helm v2
client will be removed in X release.
- A new config option ``post_install_manifest_url`` is added to support
installing cloud provider/vendor specific manifest after deploying a
kuberbetes cluster.
- A new ``--merge-labels`` boolean flag can be used to merge user labels at
cluster/nodegroup scope with cluster template/cluster labels.
- Cloud admin users now can do rolling upgrade on behalf of end users to do
urgent security patching.
- Magnum now cascade deletes all the load balancers before deleting the
cluster, not only including load balancers for the cluster services and
ingresses, but also those for Kubernetes API/etcd endpoints.
- Magnum supports updating the k8s cluster health status via the Magnum
cluster update API so that a controller (e.g. magnum-auto-healer) running
inside the k8s cluster can call the Magnum update API to update the cluster
health status.
releases:
- version: 10.0.0.0rc1
projects:

View File

@ -5,6 +5,11 @@ team: magnum
type: service
repository-settings:
openstack/magnum: {}
cycle-highlights:
- Kubernetes cluster owner can now do CA cert rotate to re-generate CA of the
cluster, service account keys and the certs of all nodes.
- Label ``cinder_csi_enabled`` now defaults to True.
- Default storage driver has changed from ``devicemapper`` to ``overlay2``.
releases:
- version: 11.0.0.0rc1
projects: