[congress] congress 6.0.0 (pike)
We are ecstatic to announce the release of: congress 6.0.0: Congress: The open policy framework for the cloud. This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/congress/ For more details, please see below. Changes in congress 6.0.0.0b3..6.0.0 ------------------------------------ 5e5a024 Final changes for pike RC1 27cc6c8 Fix the problem of devstack fail when install congress 84eafe6 move docs into new structure and fix links f328e2f Show replica error in replica HA test a9808f1 Updated from global requirements 773de67 Add policy lib feature to release notes d0db073 Change tag link in README to the newest address 64f8013 Fix policy item schema to enforce max length on fields 58d04ef Fix lib policies SecurityGroups and UnsafeTraffic 211ca29 Fix CrossProjectNetwork lib policy bb7f242 Fix 500 error on DBDataError 2ee5fda Fix syntax and reference in lib policy volume encryption 5b1ac4f Fix network gateway lib policy syntax 758d859 fix and re-enable replica HA test 2eb4447 Suppress rpc trace stack from API/CLI error 1284062 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 12 +- README.rst | 399 +- congress/api/datasource_model.py | 4 +- congress/db/api.py | 30 +- congress/exception.py | 5 + congress/library_service/library_service.py | 50 +- devstack/plugin.sh | 19 +- library/README.rst | 21 + library/cross-project-network.yaml | 86 - library/cross_project_network.yaml | 86 + library/network_gateway.yaml | 2 +- library/security_groups/security_groups.yaml | 2 +- library/security_groups/unsafe_traffic.yaml | 20 +- .../pause_servers_unencrypted_volume.yaml | 2 +- .../servers_unencrypted_volume.yaml | 2 +- .../notes/load-lib-policies-a5cca19f58f9030c.yaml | 7 +- releasenotes/source/index.rst | 2 + releasenotes/source/kilo.rst | 25 + releasenotes/source/liberty.rst | 19 + requirements.txt | 10 +- .../doctor_pushdriver.sh.sample_output | 20 + scripts/manual_testing/general.sh | 4 +- scripts/manual_testing/general.sh.sample_output | 6375 ++++++++++++++++++++ setup.cfg | 2 +- test-requirements.txt | 2 +- 65 files changed, 10583 insertions(+), 4032 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 24f867e..89c5a7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ PuLP>=1.4.1 # MIT -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 @@ -17 +17 @@ python-heatclient>=1.6.1 # Apache-2.0 -python-monascaclient>=1.1.0 # Apache-2.0 +python-monascaclient>=1.7.0 # Apache-2.0 @@ -22 +22 @@ python-ceilometerclient>=2.5.0 # Apache-2.0 -python-cinderclient>=3.0.0 # Apache-2.0 +python-cinderclient>=3.1.0 # Apache-2.0 @@ -26 +26 @@ alembic>=0.8.10 # MIT -cryptography>=1.6,!=2.0 # BSD/Apache-2.0 +cryptography!=2.0,>=1.6 # BSD/Apache-2.0 @@ -28 +28 @@ python-dateutil>=2.4.2 # BSD -python-glanceclient>=2.7.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7e5a759..a94b649 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ tenacity>=3.2.1 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org