[release-announce] os-service-types 1.3.0

no-reply at openstack.org no-reply at openstack.org
Tue Aug 7 21:24:27 UTC 2018


We are excited to announce the release of:

os-service-types 1.3.0: Python library for consuming OpenStack sevice-
types-authority data

The source is available from:

    http://git.openstack.org/cgit/openstack/os-service-types

Download the package from:

    https://pypi.org/project/os-service-types

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/904

For more details, please see below.

1.3.0
^^^^^

New Features

* Added "permissive" flag to "get_service_type" defaulting to
  "False" to allow returning the given type instead of "None" if the
  given type is unknown.

* Added "container-infra" alias for "container-infrastructure-
  management".

* Added "function-engine" service type for "qinling" project.

Changes in os-service-types 1.2.0..1.3.0
----------------------------------------

2e5b380 Add missing release notes
e11dc0f Fix service_type normalization
2441006 Add flag for returning unofficial types
a064fe4 Allow passing in service types with _ in them
7a2ab03 Updated from OpenStack Service Type Authority
db1ba20 Switch to stestr
d9e7ae1 Add release note link in README
d5cbd03 fix tox python3 overrides
6438d3a Updated from global requirements
bc5549e Fix docs link in the README
12975c9 Updated from OpenStack Service Type Authority
6f154be Updated from global requirements
713fbf5 Updated from global requirements


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

.gitignore                                         |  4 +--
.stestr.conf                                       |  3 ++
.testr.conf                                        |  7 -----
README.rst                                         |  3 +-
os_service_types/data/service-types.json           | 33 ++++++++++++++++++----
os_service_types/exc.py                            |  8 ++++++
os_service_types/service_types.py                  | 21 +++++++++++++-
.../notes/missed-notes-d16705a6a56eb3c6.yaml       | 11 ++++++++
test-requirements.txt                              |  7 +++--
tox.ini                                            | 17 +++++++++--
12 files changed, 139 insertions(+), 22 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a94411c..b17ee11 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+stestr>=2.0.0 # Apache-2.0
@@ -12 +13 @@ testscenarios>=0.4 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0
@@ -14 +15 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0






More information about the Release-announce mailing list