[release-announce] [congress] congress-dashboard 2.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 28 11:41:24 UTC 2018


We are overjoyed to announce the release of:

congress-dashboard 2.0.0: Horizon Plugin for Congress

This release is part of the queens release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/congress-dashboard

Download the package from:

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

Please report issues through launchpad:

    https://bugs.launchpad.net/congress

For more details, please see below.

Changes in congress-dashboard 1.0.0..2.0.0
------------------------------------------

87b8818 fix error url
9207284 Updated from global requirements
1e12c93 update requirements to match global-requirements
a3fb879 Activate library policy
bdd8f84 Use include_rules option for listing library policies
b2d8486 List rules for library policies
f5e46c0 dashboard: View library policies
2acc8b3 Update reno for stable/pike


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

HACKING.rst                                        |  2 +-
README.rst                                         |  1 +
congress_dashboard/api/congress.py                 | 55 ++++++++++++++-
congress_dashboard/enabled/_80_library.py          |  5 ++
congress_dashboard/library/__init__.py             |  0
congress_dashboard/library/panel.py                | 25 +++++++
congress_dashboard/library/tables.py               | 78 +++++++++++++++++++++
.../templates/library/_detail_overview.html        | 16 +++++
.../library/templates/library/detail.html          | 15 ++++
.../library/templates/library/index.html           | 12 ++++
congress_dashboard/library/urls.py                 | 24 +++++++
congress_dashboard/library/views.py                | 80 ++++++++++++++++++++++
congress_dashboard/policies/rules/tables.py        | 20 +-----
.../add-policy-library-gui-4071c78b9112e30c.yaml   |  4 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++
requirements.txt                                   | 13 ++--
setup.py                                           |  2 +
test-requirements.txt                              | 11 ++-
19 files changed, 335 insertions(+), 35 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8b502da..1247e0e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,2 +10,2 @@
-pbr>=2.0.0 # Apache-2.0
-Django>=1.8,<1.9  # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+Django<2.0,>=1.8 # BSD
@@ -13,5 +13,4 @@ django-babel>=0.5.1 # BSD
-django_compressor>=2.0  # MIT
-django-nose>=1.4.4  # BSD
-django_openstack_auth>=3.1.0  # Apache-2.0
-keystoneauth1>=2.20.0 # Apache-2.0
-python-congressclient>=1.3.0,<2000  # Apache-2.0
+django-compressor>=2.0 # MIT
+django-nose>=1.4.4 # BSD
+keystoneauth1>=3.3.0 # Apache-2.0
+python-congressclient<2000,>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 725c4fb..62fd683 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -13,2 +13,2 @@ hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
-coverage>=4.0  # Apache-2.0
-oslotest>=1.10.0  # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -17,3 +17,2 @@ oslotest>=1.10.0  # Apache-2.0
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list