We are excited to announce the release of: trove 19.0.1: OpenStack DBaaS This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/trove Download the package from: https://tarballs.openstack.org/trove/ Please report issues through: https://bugs.launchpad.net/trove/+bugs For more details, please see below. 19.0.1 ^^^^^^ Bug Fixes * Fix guest-agent failed to start postgres container due to execution of the "CREATE DATABASE" statement within the context manager of psycopg library. See the following for details Stroy 2010761 * Fix a bug where swift client in the trove guest instance failed to verify certification against the self-signed certificate authority. Story 2010674 Changes in trove 19.0.0..19.0.1 ------------------------------- 3f08f374 remove .coverage file from repository 68f6bfa0 Fix error can't detach the configuration group binding 2b6ea5e2 Retire TripleO: remove the TripleO jobs/ref 363c1df7 stable-only: Pin bandit 9dd308f5 Fix guest agent failed to use swiftclient over TLS bb8bbbeb Add region name to trove-guestagent 53eef3bc Change settings for stable/2023.1 1e7bfafd [CI]: fix trove-tempest jobs on stable/2023.1 959e9cd5 [CI]: Don't run periodic jobs on stable branchs f62243a9 Fix "create database" failed for postgress fee50052 [CI] Don't run public trove images jobs in periodic pipeline edbdbe36 Fixes permission problem when restoring backup 8d54913b Update TOX_CONSTRAINTS_FILE for stable/2023.1 e6728c1d Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .gitreview | 1 + backup/Dockerfile | 2 +- backup/main.py | 1 + backup/storage/swift.py | 14 +++- devstack/settings | 12 +-- .../guest-agent/source-repository-guest-agent | 4 +- integration/scripts/functions | 2 +- integration/scripts/image-projects-list | 1 - integration/scripts/trovestack | 3 +- integration/scripts/trovestack.rc | 6 +- playbooks/image-build/docker-registry.yaml | 2 +- ...postgress-create-database-75fbe03e3b4e296d.yaml | 8 ++ ...ix-swift-connect-over-tls-c4e62213a8d38fe2.yaml | 6 ++ test-requirements.txt | 2 +- tox.ini | 6 +- trove/common/cfg.py | 2 +- trove/guestagent/api.py | 1 + trove/guestagent/datastore/mysql_common/manager.py | 90 +++++++++++++++------- trove/guestagent/datastore/mysql_common/service.py | 3 +- trove/guestagent/datastore/postgres/service.py | 10 ++- trove/guestagent/datastore/service.py | 3 +- trove/instance/service.py | 14 ++-- zuul.d/jobs.yaml | 24 +++--- zuul.d/projects.yaml | 15 +++- 25 files changed, 154 insertions(+), 80 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ba437f33..e08aa376 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.7.7 # Apache-2.0
participants (1)
-
no-reply@openstack.org