trove 22.0.1 (dalmatian)
We are psyched to announce the release of: trove 22.0.1 This release is part of the dalmatian 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. 22.0.1 ^^^^^^ Bug Fixes * fix a bug where the trove-manage script fails to upgrade the database when the DBDatastoreVersion table is not empty. * Fixes potential PostgreSQL shared memory exhaustion in mid-size deployments. * Fix a bug where replications failed to detach from the source instance because of the upgrade of the sqlachemy library. Changes in trove 22.0.0..22.0.1 ------------------------------- 370f0539 pg_hba.conf not re-creating after rebuild in PostgreSQL 3515f017 Set ipc_mode to host to prevent potential shared memory exhaustion 52b1feac Fix CI jobs for stable 2024.2 93efb5f5 [CI]: run perodical jobs on master branch only 95e879d4 Fix replication detach error 4c191c30 Fix MariaDB target dir for backup syntax 88cb086e Follow up: Add Datastore Version Registry Extension 513b0759 Change settings for stable/2024.2 f4986a7e Update TOX_CONSTRAINTS_FILE for stable/2024.2 c7ebb011 Update .gitreview for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../samples/datastore-version-show-response.json | 36 +++++++++++++--------- backup/Dockerfile | 2 +- backup/drivers/mariabackup.py | 2 +- devstack/plugin.sh | 4 +-- devstack/settings | 6 ++-- .../guest-agent/source-repository-guest-agent | 4 +-- integration/scripts/trovestack | 2 +- integration/scripts/trovestack.rc | 6 ++-- .../notes/fix-db-migration-b47ae342b4645b66.yaml | 5 +++ ...l-share-memory-exhaustion-b033973f1f83f3f0.yaml | 4 +++ .../fix-replication-detach-a21f29c89d089f9b.yaml | 5 +++ tox.ini | 6 ++-- trove/common/cfg.py | 2 +- trove/datastore/models.py | 3 +- ...cd1_add_datastore_version_registry_extension.py | 6 +++- trove/guestagent/api.py | 1 + trove/guestagent/datastore/mysql_common/service.py | 2 +- trove/guestagent/datastore/postgres/manager.py | 5 +++ trove/guestagent/utils/docker.py | 3 ++ zuul.d/jobs.yaml | 16 +++++++--- zuul.d/projects.yaml | 6 ++-- 22 files changed, 85 insertions(+), 42 deletions(-)
participants (1)
-
no-reply@openstack.org