[release-announce] panko 7.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:55:54 UTC 2019


We contentedly announce the release of:

panko 7.0.0: Event storage publisher and API for Ceilometer

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/panko

Download the package from:

    https://tarballs.openstack.org/panko/

Please report issues through:

    https://bugs.launchpad.net/panko/+bugs

For more details, please see below.

Changes in panko 6.0.0..7.0.0
-----------------------------

92a0a825 PDF documentation build
12377d0e Run 'telemetry-dsvm-integration-ipv6-only' job in gate
07f2d20b Add Python 3 Train unit tests
789f7c3e Update json module to jsonutils
0a3a0f97 Replace git.openstack.org URLs with opendev.org URLs
852d853e Fix install_command in tox.ini
43f03c9f OpenDev Migration Patch
7fe34100 Dropping the py35 testing
619b7e1e Integrate OSprofiler in Panko
7bbdded9 Update min tox version to 2.0
03fdaded Imported Translations from Zanata
ea0fec32 Move elasticsearch installation script to panko
280b5abb Replace tripleo-scenario002-multinode with scenario002-standalone
96051839 Replace telemetry-tox-py37 with openstack-tox-py37 in zuul test
8aa9708d Replace openstack.org git:// URLs with https://
3aa9bc70 Update master for stable/stein


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

.gitignore                               |   1 +
.gitreview                               |   2 +-
.zuul.yaml                               |  11 +--
devstack/README.rst                      |   6 +-
devstack/lib/elasticsearch.sh            | 152 +++++++++++++++++++++++++++++++
devstack/plugin.sh                       |   6 +-
devstack/upgrade/settings                |   4 +-
etc/panko/api_paste.ini                  |   8 +-
panko/api/controllers/v2/base.py         |   4 +-
panko/api/controllers/v2/capabilities.py |   3 +
panko/api/controllers/v2/events.py       |   4 +
panko/api/controllers/v2/utils.py        |  48 +++++-----
panko/api/middleware.py                  |   7 +-
panko/api/rbac.py                        |   4 +-
panko/locale/ko_KR/LC_MESSAGES/panko.po  |  83 +++++++++++++++++
panko/profiler.py                        |  76 ++++++++++++++++
panko/service.py                         |   7 ++
panko/storage/hbase/utils.py             |  16 +++-
panko/storage/impl_sqlalchemy.py         |   7 ++
panko/storage/sqlalchemy/alembic/env.py  |   7 +-
panko/storage/sqlalchemy/models.py       |   7 +-
releasenotes/source/index.rst            |   1 +
releasenotes/source/stein.rst            |   6 ++
requirements.txt                         |   4 +
setup.cfg                                |   3 +-
tox.ini                                  |  18 +++-
32 files changed, 472 insertions(+), 99 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0126cb3b..ea5f1c4e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,0 +20 @@ oslo.middleware>=3.10.0 # Apache-2.0
+oslo.serialization>=2.25.0 # Apache-2.0
@@ -30,0 +32,3 @@ python-dateutil>=2.4.2 # BSD
+happybase!=0.7,!=1.0.0;python_version=='2.7'  # MIT
+pymongo!=3.1  # Apache-2.0
+elasticsearch<3.0.0  # Apache-2.0






More information about the Release-announce mailing list