[release-announce] magnum 13.1.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 9 09:39:02 UTC 2023


We are tickled pink to announce the release of:

magnum 13.1.0: Container Management project for OpenStack

This release is part of the xena stable release series.

The source is available from:

    https://opendev.org/openstack/magnum

Download the package from:

    https://tarballs.openstack.org/magnum/

Please report issues through:

    https://bugs.launchpad.net/magnum/+bugs

For more details, please see below.

13.1.0
^^^^^^

Bug Fixes

* Default value of "[cinder_client] api_version" has been updated
  from "2" to "3", because volume v2 API is no longer available.

Changes in magnum 13.0.0..13.1.0
--------------------------------

5a32e40d Make configure-agent-env.service idempotent.
bbdb7773 Allow update cluster status with admin context
80fcfb52 [CI] move queue setting to project level
cbd8bb35 Fix errors caused by cryptography>=35.0.0
86b5fb73 Fix deleting clusters if stack is deleted
3b95debc Fix the default volume api version
762fcf11 Fix cluster template default policy
eaaca560 Fix health status polling interval
d091efcd Optimize cluster list api
beb09a44 Refix --registry-enabled
1460b06d Update TOX_CONSTRAINTS_FILE for stable/xena
24ef8be6 Update .gitreview for stable/xena


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
.zuul.yaml                                         |  2 +-
magnum/api/controllers/v1/cluster.py               | 31 +++++-----------------
magnum/api/validation.py                           | 18 +++++++++++--
magnum/common/exception.py                         |  5 ++++
magnum/common/octavia.py                           | 12 ++++++---
magnum/common/policies/cluster_template.py         |  4 +--
magnum/common/x509/operations.py                   | 18 +++++--------
magnum/common/x509/validator.py                    |  8 +++++-
magnum/conf/cinder.py                              |  2 +-
magnum/drivers/common/driver.py                    |  2 +-
.../fragments/configure-docker-registry.sh         |  2 +-
.../templates/fragments/enable-docker-registry.sh  | 14 +++++-----
.../kubernetes/fragments/write-heat-params.sh      |  2 ++
magnum/drivers/heat/driver.py                      |  7 +++--
.../k8s_fedora_atomic_v1/templates/kubeminion.yaml |  2 ++
.../templates/fcct-config.yaml                     |  2 +-
.../k8s_fedora_coreos_v1/templates/kubeminion.yaml |  2 ++
magnum/objects/cluster.py                          | 23 +++++++++++-----
magnum/objects/cluster_template.py                 |  3 +--
magnum/service/periodic.py                         | 23 ++++++++++++----
.../fix-volume-api-version-908c3f1cf154b231.yaml   |  5 ++++
tox.ini                                            |  4 +--
31 files changed, 194 insertions(+), 116 deletions(-)







More information about the Release-announce mailing list