We joyfully announce the release of: oslo.policy 1.33.2: Oslo Policy library This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.policy Download the package from: https://pypi.org/project/oslo.policy Please report issues through launchpad: https://bugs.launchpad.net/oslo.policy For more details, please see below. 1.33.2 ^^^^^^ Bug Fixes * As reported in launchpad bug 1723030, under some circumstances policy checks caused a significant performance degradation. This release includes improved logic around rule validation to prevent that. Changes in oslo.policy 1.33.1..1.33.2 ------------------------------------- 77d30c3 Avoid redundant policy syntax checks 256a688 Updated from global requirements 431405b Update UPPER_CONSTRAINTS_FILE for stable/queens 2e78ca7 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + oslo_policy/policy.py | 6 ++- .../policy-check-performance-fbad83c7a4afd7d7.yaml | 7 +++ test-requirements.txt | 6 +-- tox.ini | 2 +- 6 files changed, 77 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 95c8c71..453d7f5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -12,2 +12,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org