barbican 19.0.0 (dalmatian)
We are satisfied to announce the release of: barbican 19.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/barbican Download the package from: https://tarballs.openstack.org/barbican/ Please report issues through: https://bugs.launchpad.net/barbican/+bugs For more details, please see below. Changes in barbican 18.0.0..19.0.0 ---------------------------------- 9d641cef Keep new RBAC disable by default 7826ea9c Imported Translations from Zanata a02af0f2 Bump SQLAlchemy requirement d482716c Imported Translations from Zanata 936234ae Restore disabled tests 413939cd reno: Update master for unmaintained/zed e7f64437 Fix wrong plugin name 7d1d8147 kmip: Fix missing extra requirement 6a31eac4 Remove SQLAlchemy tips jobs 2d405a8b Use oslo.db to generate db engine ca57ef54 Use explicit default instead of implicit fallback bfb84a70 reno: Update master for unmaintained/xena 07f30a4c reno: Update master for unmaintained/wallaby ba9ab6d0 reno: Update master for unmaintained/victoria 82e1782b vault: Hide values used for authentication 16811815 Replace pyOpenSSL by cryptography ebc729b0 func tests: Use cryptography to manage certificates and keys 3e5ba21c Remove unused test utils 8ce12d4e Update master for stable/2024.1 03234a9d tox: Drop envdir Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 -- barbican/cmd/barbican_manage.py | 2 +- barbican/common/config.py | 69 +----- barbican/common/policy.py | 12 +- barbican/locale/en_GB/LC_MESSAGES/barbican.po | 233 +-------------------- barbican/locale/zh_CN/LC_MESSAGES/barbican.po | 148 +------------ barbican/model/repositories.py | 69 +----- barbican/plugin/crypto/p11_crypto.py | 2 + barbican/plugin/util/translations.py | 10 +- barbican/plugin/vault_secret_store.py | 3 + devstack/lib/barbican | 2 +- etc/oslo-config-generator/barbican.conf | 1 + releasenotes/notes/oslo-db-9381293cc7bedc7d.yaml | 17 ++ releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 126 ++++++++++- releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 5 +- setup.cfg | 2 + tox.ini | 3 - 29 files changed, 216 insertions(+), 725 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a4213186..945e81f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.log>=4.3.0 # Apache-2.0 -oslo.policy>=3.6.0 # Apache-2.0 +oslo.policy>=3.11.0 # Apache-2.0 @@ -23 +22,0 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD -pyOpenSSL>=17.1.0 # Apache-2.0 @@ -26 +25 @@ keystonemiddleware>=9.5.0 # Apache-2.0 -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT +SQLAlchemy>=1.4.0 # MIT
participants (1)
-
no-reply@openstack.org