[release-announce] openstack-congress 10.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:45:56 UTC 2019


We enthusiastically announce the release of:

openstack-congress 10.0.0: Congress: The open policy framework for the
cloud.

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/openstack-congress

Download the package from:

    https://tarballs.openstack.org/congress/

For more details, please see below.

Changes in openstack-congress 9.0.0.0rc1..10.0.0
------------------------------------------------

cabfbd9a Blacklist eventlet 0.23.0, 0.25.0
4eedd98a Generate PDF documentation
25e36d4a Fix: docs failure on gate
4213578c Run only smoke tests in ipv6 job
a8ab0d75 Define new 'congress-tempest-ipv6-only' job in gate
5d8d0e7c update devstack plugin for ipv6
3c9ca637 Update api-ref location
41363e45 Sync Sphinx requirement
4b0075ce Switch python3 versions of test jobs to match Train PTI
59317402 Lower psycopg2 dependency to >=2.5.1
8adf6535 Fix glance json ingester api path
c0d6c6c1 Add libpq-dev to bindeps.txt and install doc
ea82c5d0 Changes for url transition to OpenDev
f3fa1d5d OpenDev Migration Patch
8847869b Dropping the py35 testing
31e7e042 Resolve instability in json_ingester test_execute_exec_api_rows
04c0c9a8 update sample output of manual test script
18241b35 fix incorrect sql compose for index create
1f9650d3 Remove unnecessary tempest plugins from gate
0a670efa Replace openstack.org git:// URLs with https://
9c40e87c minor doc typo fixes
ff70f63b Update master for stable/stein


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

.gitreview                                         |    2 +-
.zuul.yaml                                         |   51 +-
README.rst                                         |    7 +-
bindep.txt                                         |    2 +-
congress/common/config.py                          |    1 +
congress/datasources/json_ingester/exec_api.py     |    2 +-
.../datasources/json_ingester/json_ingester.py     |   13 +-
congress/datasources/json_ingester/sql.py          |   36 +
congress/datasources/plexxi_driver.py              |    2 +-
.../datasources/json_ingester/test_exec_api.py     |    5 +-
devstack/plugin.sh                                 |    1 +
etc/sample_json_ingesters/glance.yaml              |    4 +-
lower-constraints.txt                              |    2 +-
releasenotes/source/index.rst                      |    1 +
releasenotes/source/stein.rst                      |    6 +
requirements.txt                                   |    6 +-
scripts/manual_testing/general.sh.sample_output    | 1411 ++++++++------------
setup.cfg                                          |    2 +-
test-requirements.txt                              |    1 +
tox.ini                                            |   14 +-
27 files changed, 686 insertions(+), 945 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c10cfe38..dc4477a5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
-jsonschema<3.0.0,>=2.6.0 # MIT
+eventlet!=0.18.3,!=0.20.1,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
+jsonschema>=2.6.0 # MIT
@@ -29 +29 @@ jsonpath-rw<2.0,>=1.2.0 # Apache-2.0
-psycopg2>=2.7 # LGPL/ZPL
+psycopg2>=2.5.1 # LGPL/ZPL
diff --git a/test-requirements.txt b/test-requirements.txt
index 5fc0b0e3..0b6ebc12 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,0 +4 @@
+






More information about the Release-announce mailing list