[release-announce] keystoneauth1 3.11.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 12 22:13:49 UTC 2018


We are psyched to announce the release of:

keystoneauth1 3.11.0: Authentication Library for OpenStack Identity

This release is part of the stein release series.

The source is available from:

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

Download the package from:

    https://pypi.org/project/keystoneauth1

Please report issues through launchpad:

    https://bugs.launchpad.net/keystoneauth

For more details, please see below.

3.11.0
^^^^^^


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

* Added ability to filter the results of "get_all_version_data" by
  service-type.

* Added "get_all_version_data" to "adapter.Adapter" that uses the
  adapter's "service_type" to filter the version data fetched.


Bug Fixes
*********

* Fixed support for detecting microversion ranges on older Ironic
  installations.

Changes in keystoneauth1 3.10.0..3.11.0
---------------------------------------

2585047 Protect against endpoint_data not existing
c40eb29 Add support for ironic single-version responses
3569aa8 Remove os-testr from requirements
ff2d346 add lib-forward-testing-python3 test job
d0466f6 add python 3.6 unit test job
d829d3d switch documentation job to new PTI
cf83ba0 import zuul job settings from project-config
3c9746a Add Keystone2Keystone example
ccf6cb7 Change log hashing to SHA256
c51c7fe add release notes to readme.rst
8c02fd7 Update reno for stable/rocky
83be745 Add ability to filter version data by service-type


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

.zuul.yaml                                         |   8 ++
README.rst                                         |   1 +
keystoneauth1/adapter.py                           |  23 ++++
keystoneauth1/discover.py                          |  27 +++-
keystoneauth1/identity/base.py                     |  21 ++-
keystoneauth1/plugin.py                            |   4 +-
keystoneauth1/session.py                           |  16 ++-
lower-constraints.txt                              |   1 -
...ter-versions-service-type-763af68092344b7a.yaml |   8 ++
.../ironic-microversions-a69bf92ab21f0cf5.yaml     |   5 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/rocky.rst                      |   6 +
test-requirements.txt                              |   1 -
17 files changed, 362 insertions(+), 17 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a228f6c..cbe7e9e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +16,0 @@ oslotest>=3.2.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list