Producing this release to facilitate a final
release from stable/victoria which contains
bugfixes that this release stream also needs
% git log --oneline --no-merges 13.0.2..b6c2bb36
b6c2bb362 Mock tenacity in gluster driver unit tests
eb813e080 [NetApp] Fix default thin_provisioned volumes on AFF
4cf55197c [doc] Fix config and install guide for the generic driver
Change-Id: Ic80ae9060a73cf5658dcb440e09495b6341afa9c
Adds a few more tests, and a bugfix necessary
for branches older than stable/ussuri:
% git log --oneline --no-merges 1.7.0..ee15891b5
ee15891 Fix share instance show related tests..
35b2bf1 Fix NoSuchOptError wrt CONF.validation.ssh_key_type
Change-Id: I47617ff6c6fc4ba14eada4e77b760c540f7c0524
Tempest 30.0.0 tests are broken on CentOS Stream 8.
TripleO wallaby runs on CentOS Stream 8 and 9 and we want
to use it there.
The fixi[1] is in master. It cuts an intermediate release from
the latest codebase.
[1]. https://review.opendev.org/c/openstack/tempest/+/834123
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I72205ff48da9f0c70b70e8e5b9ceaed19ba83ad8
Mistral team is PTL-less / has distributed PTL role, which is defined
in governance repository [1]. Our check_approval.py script currently
fetches PTL info from governance repository [2] and release liaisons
info from release repository [3]. To make the check approval script
work for all the distributed PTL role owners we need to add them to
release liaisons as well.
[1] 04abe9c3cd/reference/projects.yaml (L816-L824)
[2] reference/projects.yaml
[3] data/release_liaisons.yaml
Change-Id: I5ac426e5112e8f6d3d5b7ec9fe207047e41c33d8
Unfortunately Graham is no longer active on Designate, so I'm updating the
liaison list to remove him.
Change-Id: I8647d14dee7ed3e5ab781b9567d1031eded907ed
This patch proposes the final Designate release for the victoria branch.
The victoria branch will move into extended maintenance soon.
Change-Id: Ie74e2644969044a5b92a452fb34b339052789e6a
This release includes a deprecation and bump
in minimum version of a dependency to support
newer versions of that library.
This change depends on the change [1] that
does the bump of that dependency before this
should be released.
[1] https://review.opendev.org/c/openstack/tooz/+/835516
Depends-On: https://review.opendev.org/c/835516
Change-Id: If04e6a2fa36dd295f59a98b57ff9415b7f1cdbc6
A routine 404 check revealed that some links in our footer were leading
to 404 pages. This updates the footer on releases.o.o so that it is
consistent with the one displayed on openstack.org main website.
Change-Id: Icc9290fb07ea4083b1499f1a245bad2e686759c8
This tags the final release for all cycle-with-rc projects for Yoga.
While not required, having PTLs ack this patch would be nice to include
that record in the merged metadata.
Release activity should now be frozen until this is processed on March
30th. Any bugfixes merged to stable/yoga can be queued up and ready to
go as a follow on stable release after the coordinated release date.
There are different diff-start values for each project. This is used
when generating release notes to denote the point where the
stable/xena branch started to diverge from what is included on
stable/yoga. For some, this will be the final Xena major version,
but if multiple RCs were done, this may show the initial RC1 release
version. This is normal.
This patch will be merged on March 30th.
Change-Id: I3516aa1f6a236f4415f3e1c3373059b73efa2c04
Release a RC2 for Trove to catch oslo.context compatibility issues.
a1815f6e Removes the deprecated argument tenant from TroveContext
2872e91c Removes the deprecated argument tenant from TroveContext
Change-Id: Ib73eee3c904ef0ceb33e429ec9b405f08a68c43b
This patch cut a new release of the horizon for the stable/yoga branch.
The main purpose of this branch is to include below patches:
1. Do not assume keystone admin endpoint 3a65699602
2. Add SYSTEM_SCOPE_SERVICES setting that hides panels f5620931d6
Note: above two patches are important to have in the stable/yoga
branch otherwise few panel under Identity dashboard are broken and
System Scope menu is not hidden by default which can confuse the user
who don't want to use System Scope.
Change-Id: I1b67d5b258bc0642f4d75db0e6db29bab38a0cec
The latest setuptools releases (>=61.0.0) broke the build of some
packages that have multiple top-level packages discovered in a
flat-layout. To be able to release Yoga, this patch pins the old
setuptools for our validator script. This needs to be done via pinning
virtualenv because it bundles setuptools as well.
Change-Id: Ia8963bd49f0c898ee1b7219193d28f4af0a868ee