We joyfully announce the release of: osc-lib 1.13.0: OpenStackClient Library This release is part of the train release series. The source is available from: https://opendev.org/openstack/osc-lib Download the package from: https://pypi.org/project/osc-lib Please report issues through: https://bugs.launchpad.net/python-openstackclient/+bugs For more details, please see below. 1.13.0 ^^^^^^ Bug Fixes * Fixes incorrect error when using "auth_type: none" in "clouds.yaml". * Respects the "<service type>_endpoint_override" configuration options, similarly to openstacksdk. Changes in osc-lib 1.12.1..1.13.0 --------------------------------- d2a97c1 Corrent using auth_type=none in clouds.yaml 8f8d48e Add FakeModule from OSC b016b99 Move the _tag module from OSC to osc-lib b788f24 Final switch to stestr 8c1418a Dropping the py35 testing 5a9501b Updates for OpenDev transition 687c310 OpenDev Migration Patch c3d8c30 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 1 - README.rst | 2 +- osc_lib/api/auth.py | 2 +- osc_lib/clientmanager.py | 13 +- osc_lib/utils/tags.py | 174 +++++++++++++++++++++ .../notes/auth-type-none-d96760912605f822.yaml | 7 + releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + setup.cfg | 2 +- tox.ini | 14 +- 15 files changed, 418 insertions(+), 14 deletions(-)
participants (1)
-
no-reply@openstack.org