We joyfully announce the release of: trove 21.1.0 This release is part of the caracal 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. 21.1.0 ^^^^^^ New Features * Enable *network_isolation* by Default. This option has no impact on existing Trove instances. For more information, Please refer to the document network_isolation. Changes in trove 21.0.1..21.1.0 ------------------------------- 25b7d92a [CI]: run perodical jobs on master branch only 69d7203a Fix MariaDB target dir for backup syntax b7363a27 Enable network_isolation by default 87d60a1b Change settings for stable/2024.1 d2877ee3 fix error when build mariadb backup docker image 452a9c27 Fix error can't detach the configuration group binding 89f5bc36 Get rid of nose and Proboscis Diffstat (except docs and test files) ------------------------------------- backup/drivers/mariabackup.py | 2 +- backup/install.sh | 2 +- devstack/settings | 6 +- generate_examples.py | 42 - integration/README.md | 230 --- .../guest-agent/source-repository-guest-agent | 4 +- integration/scripts/trovestack | 2 +- integration/scripts/trovestack.rc | 6 +- .../enable-network-isolation-67fc4de3356aa682.yaml | 7 + test-requirements.txt | 8 - tox.ini | 3 +- trove/common/cfg.py | 4 +- trove/guestagent/api.py | 1 + trove/instance/service.py | 14 +- .../scenario/groups/database_actions_group.py | 179 --- .../scenario/groups/instance_actions_group.py | 126 -- .../scenario/groups/instance_error_create_group.py | 105 -- .../scenario/groups/instance_force_delete_group.py | 64 - .../scenario/groups/instance_upgrade_group.py | 120 -- .../scenario/runners/configuration_runners.py | 580 ------- .../scenario/runners/database_actions_runners.py | 228 --- .../scenario/runners/instance_actions_runners.py | 115 -- .../scenario/runners/instance_create_runners.py | 339 ----- .../scenario/runners/instance_delete_runners.py | 49 - .../runners/instance_error_create_runners.py | 129 -- .../runners/instance_force_delete_runners.py | 59 - .../scenario/runners/instance_upgrade_runners.py | 68 - .../runners/negative_cluster_actions_runners.py | 101 -- zuul.d/jobs.yaml | 8 +- zuul.d/projects.yaml | 6 +- 115 files changed, 66 insertions(+), 24240 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e88a34ea..bf696a25 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -nose>=1.3.7 # LGPL -nosexcover>=1.0.10 # BSD -openstack.nose-plugin>=0.7 # Apache-2.0 @@ -13 +9,0 @@ wsgi-intercept>=1.4.1 # MIT License -proboscis>=1.2.5.3 # Apache-2.0 @@ -16,4 +11,0 @@ testtools>=2.2.0 # MIT -pymongo!=3.1,>=3.0.2 # Apache-2.0 -redis>=2.10.0 # MIT -cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0 -couchdb>=0.8 # Apache-2.0
participants (1)
-
no-reply@openstack.org