[release-announce] python-magnumclient 3.4.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 8 11:48:11 UTC 2021


We are stoked to announce the release of:

python-magnumclient 3.4.0: Client library for Magnum API

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/python-magnumclient

Download the package from:

    https://pypi.org/project/python-magnumclient

Please report issues through:

    https://bugs.launchpad.net/python-magnumclient/+bugs

For more details, please see below.

3.4.0
^^^^^

New Features

* When creating a cluster template the administrator can use --tags
  <text> argument to add any information that he considers important.
  The received text is a comma separated list with the pretended tags.
  This information is also shown when the user lists all the available
  cluster templates.

Changes in python-magnumclient 3.3.0..3.4.0
-------------------------------------------

e2bcf6e Uncap PrettyTable
201b352 Add CT tags argument and field to client
0799acf Nodegroup min_node_count should default to 0
0a35b68 Drop lower constraints testing


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

.zuul.yaml                                              |  1 -
magnumclient/osc/v1/cluster_templates.py                | 17 +++++++++++++----
magnumclient/osc/v1/nodegroups.py                       |  2 +-
magnumclient/v1/basemodels.py                           |  2 +-
.../notes/add-ct-tags-argument-3129c5038e95757e.yaml    |  9 +++++++++
requirements.txt                                        |  2 +-
11 files changed, 51 insertions(+), 15 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 5886e0a..edbc558 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +16 @@ osc-lib>=1.8.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD






More information about the Release-announce mailing list