[release-announce] kuryr-lib 0.9.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 15 01:47:31 UTC 2019


We are pleased to announce the release of:

kuryr-lib 0.9.0: Kuryr shared config and utilities

This release is part of the stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/kuryr

Download the package from:

    https://tarballs.openstack.org/kuryr/

Please report issues through launchpad:

    https://bugs.launchpad.net/kuryr

For more details, please see below.

0.9.0
^^^^^


Prelude
*******

Added new tool "kuryr-status upgrade check".


New Features
************

* New framework for "kuryr-status upgrade check" command is added.
  This framework allows adding various checks which can be run before
  a Kuryr upgrade to ensure if the upgrade can be performed safely.


Upgrade Notes
*************

* Operator can now use new CLI tool "kuryr-status upgrade check" to
  check if Kuryr deployment can be safely upgraded from N-1 to N
  release.

Changes in kuryr-lib 0.8.0..0.9.0
---------------------------------

b3df2c6 Change openstack-dev to openstack-discuss
d75eaff Add kuryr-status upgrade check command framework
23ee4d1 Use templates for cover and lower-constraints
9251f74 add python 3.6 unit test job
165891f switch documentation job to new PTI
d77be7f import zuul job settings from project-config
72e3217 Follow the new PTI for document build
6dc4279 Replace deprecated "auth_uri" by "www_authenticate_uri"


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

.zuul.yaml                                         | 15 +++--
README.rst                                         |  2 +-
kuryr/cmd/__init__.py                              |  0
kuryr/cmd/status.py                                | 54 +++++++++++++++
lower-constraints.txt                              |  1 +
...s-upgrade-check-framework-77b478d559020b92.yaml | 13 ++++
requirements.txt                                   |  1 +
setup.cfg                                          | 14 ++--
test-requirements.txt                              |  3 -
tox.ini                                            |  3 +-
16 files changed, 205 insertions(+), 20 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d46278d..8ae7f7b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,0 +12 @@ oslo.log>=3.36.0 # Apache-2.0
+oslo.upgradecheck>=0.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 279289d..e0162f0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +9,0 @@ os-testr>=1.0.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
@@ -13,2 +11,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD






More information about the Release-announce mailing list