We jubilantly announce the release of: trove 18.0.1: OpenStack DBaaS This release is part of the zed stable 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. 18.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 18.0.0..18.0.1 ------------------------------- c8579f51 Fix guest agent failed to use swiftclient over TLS e260d048 Add region name to trove-guestagent 9f8ed20e [CI]: Don't run periodic jobs on stable branchs b195a6ab Fix "create database" failed for postgress 7c8b9053 Fixes permission problem when restoring backup d99811a3 Change settings for stable/zed 392cf77d Update TOX_CONSTRAINTS_FILE for stable/zed 15965491 Update .gitreview for stable/zed Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + backup/Dockerfile | 2 +- backup/main.py | 1 + backup/storage/swift.py | 14 +++- bindep.txt | 10 +-- devstack/settings | 8 +- .../guest-agent/source-repository-guest-agent | 4 +- integration/scripts/trovestack | 2 +- integration/scripts/trovestack.rc | 6 +- ...postgress-create-database-75fbe03e3b4e296d.yaml | 8 ++ ...ix-swift-connect-over-tls-c4e62213a8d38fe2.yaml | 6 ++ 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 +- zuul.d/jobs.yaml | 8 +- zuul.d/projects.yaml | 11 ++- 20 files changed, 130 insertions(+), 66 deletions(-)
participants (1)
-
no-reply@openstack.org