[release-announce] trove 17.0.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 30 12:14:15 UTC 2022


We joyfully announce the release of:

trove 17.0.0: OpenStack DBaaS

This release is part of the yoga 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.

Changes in trove 16.0.0..17.0.0
-------------------------------

a1815f6e Removes the deprecated argument tenant from TroveContext
2872e91c Removes the deprecated argument tenant from TroveContext
f6327f06 Use os-cloud trove creds
99df090a Adapt to file injection deprecation in nova
91e002b1 Improve the detect backup was created when parse log
be86b791 [Doc] Describe the usage of root_on_create option
1e4405c6 Fix trove guest agent logrotate
c2f1e8bd Add Python3 yoga unit tests
b9f77ef9 Update master for stable/xena
edd50397 Make more transparence with variable name from replica snapshot


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

.zuul.yaml                                         |  2 +-
backup/main.py                                     |  7 ++--
devstack/plugin.sh                                 | 18 +++------
.../31-guest-agent-install                         |  3 +-
.../guest-agent.logrotate                          |  7 +---
releasenotes/source/index.rst                      |  1 +
releasenotes/source/xena.rst                       |  6 +++
requirements.txt                                   |  2 +-
trove/common/cfg.py                                |  4 +-
trove/common/policies/base.py                      |  2 +-
trove/common/wsgi.py                               |  2 +-
trove/configuration/service.py                     |  4 +-
trove/guestagent/datastore/manager.py              |  4 +-
.../strategies/replication/mariadb_gtid.py         |  9 +++--
.../strategies/replication/mysql_base.py           |  8 ++--
.../strategies/replication/mysql_gtid.py           |  8 ++--
.../strategies/replication/postgresql.py           | 10 +++--
trove/instance/models.py                           | 40 ++++++++++++++++----
trove/taskmanager/manager.py                       |  2 +-
trove/taskmanager/models.py                        | 40 +++++++++++++-------
24 files changed, 155 insertions(+), 93 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 668c0f99..b9dabd20 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31 +31 @@ oslo.config>=6.8.0 # Apache-2.0
-oslo.context>=2.22.0 # Apache-2.0
+oslo.context>=4.0.0 # Apache-2.0






More information about the Release-announce mailing list