[release-announce] trove 17.0.1 (yoga)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 28 08:43:49 UTC 2023


We high-spiritedly announce the release of:

trove 17.0.1: OpenStack DBaaS

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

17.0.1
^^^^^^

Bug Fixes

* check if the user input is legal, currently, trove may have a RCE
  vulnerability. more details see: Stroy 2010004

* 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

Changes in trove 17.0.0..17.0.1
-------------------------------

f07e85de Fix "create database" failed for postgress
25e67af5 [CI] Move queue setting to project level
08e960d1 Fix illegal shell characters
b1bbc7d8 Change settings for stable/yoga
e30d4c93 Update TOX_CONSTRAINTS_FILE for stable/yoga
5c621e83 Update TOX_CONSTRAINTS_FILE for stable/yoga
1a0fb8c8 Update .gitreview for stable/yoga


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

.gitreview                                               |  1 +
.zuul.yaml                                               |  6 +++---
devstack/settings                                        |  2 +-
.../elements/guest-agent/source-repository-guest-agent   |  4 ++--
integration/scripts/trovestack                           |  2 +-
integration/scripts/trovestack.rc                        |  2 +-
.../notes/fix-illegal-value-be1acadc8c54c224.yaml        |  6 ++++++
.../fix-postgress-create-database-75fbe03e3b4e296d.yaml  |  8 ++++++++
tox.ini                                                  |  2 +-
trove/backup/service.py                                  |  3 +++
trove/common/cfg.py                                      |  2 +-
trove/common/exception.py                                |  4 ++++
trove/common/utils.py                                    | 11 +++++++++++
trove/guestagent/api.py                                  |  2 +-
trove/guestagent/datastore/postgres/service.py           |  7 +++++--
16 files changed, 65 insertions(+), 13 deletions(-)







More information about the Release-announce mailing list