[release-announce] tacker 7.1.0 (yoga)
no-reply at openstack.org
no-reply at openstack.org
Fri Jul 28 09:10:54 UTC 2023
We jubilantly announce the release of:
tacker 7.1.0: OpenStack NFV Orchestration
This release is part of the yoga stable release series.
The source is available from:
https://opendev.org/openstack/tacker
Download the package from:
https://tarballs.openstack.org/tacker/
Please report issues through:
https://bugs.launchpad.net/tacker/+bugs
For more details, please see below.
Changes in tacker 7.0.0..7.1.0
------------------------------
2625c003 Remove deprecated attributes from context
51ef6ca2 Fix usage of deprecated .best_match()
96ae85ee Drop lower-constraints.txt and its testing
d06426d1 Suppress Warnings for SQL Alchemy IN operator
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 1 -
lower-constraints.txt | 157 -----------------------------------------
requirements.txt | 3 +
tacker/api/v1/base.py | 9 ++-
tacker/context.py | 3 +-
tacker/objects/vnf_package.py | 25 +++----
tacker/policies/base.py | 2 +-
tacker/wsgi.py | 6 +-
tox.ini | 6 --
11 files changed, 30 insertions(+), 185 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 80daa4d2..2a5a3bc8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,3 @@
+# Requirements lower bounds listed here are our best effort to keep them up to
+# date but we do not test them so no guarantee of having them all correct. If
+# you find any incorrect lower bounds, let us know or propose a fix.
More information about the Release-announce
mailing list