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
There is one significant change - we cleaned the repo and removed
the deprecated ostestr command - therefore it's worth to make
a new release.
Change-Id: Ia7f0553a3822561b4a3d63643cc0133fb9535dd4
ironic-tempest-plugin is a tempest plugin. This patch propose a latest release for
ironic-tempest-plugin to get any merged changes out prior to the final Yoga going
into effect.
If the team is ready to proceed, please leave a +1 to acknowledge this
release and we will process right away. If the team is working on any
final merges, leave a -1 with some detail on the status and update the
patch with the new commit hash to use when ready.
Patches with no response will be merged by Thursday, March 17.
$ git log --oneline --no-merges 2.3.1..HEAD
7064b5e Remove setup_clients method
2b2cf8b Remove _create_network & _get_server_port_id_and_ip4 methods
ed28162 Remove _get_router & _create_router methods
082919c Remove create_floating_ip & get_server_ip methods
0bbacde Remove create_timestamp method
6512049 Remove get_remote_client & check_vm_connectivity methods
7334c06 create_server method full removal
31ce1b1 Remove _log_console_output, ping_ip_address methods
6fdd374 Remove create_server and rebuild_server methods
7e962d6 Remove _create_port and create_keypair methods
1e47390 Fix for verifying introspected data
fd43dcc Apply the correct image reference when booting an instance
3d2de82 [trivial] add python 3.9 in classifier
e7ae606 Update jobs for yoga cycle
8798275 Update pep8 requirements
8f9ea62 Move API base out of admin test location
Signed-off-by: Hervé Beraud <hberaud@redhat.com>
Change-Id: If0564dd846811a25598c4df71caf95023d2d9a74
As we have all required project and requirements repo
is branched, we can cut the yoga branch for devstack.
Change-Id: I24e7918b5f3f339b874ad4c806394283804d870e
updated sha and switched the branch name to stable/yoga :P
Change-Id: I28c7641c7da594bf4875abb60eed891b8cb4336d
Signed-off-by: Matthew Thode <mthode@mthode.org>
This generated patch adds yoga release note page link if that page
exists for a deliverable.
If any of your deliverables does not have a release note link added in
this patch, then please check whether there is an open patch on that
repository with the topic "reno-yoga" [1] still waiting to be approved.
[1] https://review.opendev.org/q/topic:reno-yoga
Change-Id: I5b5852b99ee8f3ea1b8127bb69fd4227572b1266
This creates a new RC before the final release candidate deadline to
release the latest fixes and/or translations.
Please ack with a +1, or if there is some reason to hold off, leave a -1.
Patches that get no feedback by the deadline will be abandoned.
$ git log --oneline --no-merges 20.0.0.0rc1..76fa860a1b
ca3e3bc49a ovn migration: Don't use executables in /tmp/
833c394218 Log request IDs for matched Nova external events
80879049cf Ensure gateway is set for prefix delegated subnets
2a6a4ab5da Remove exception ``IpAddressAllocationNotFound``
bfae41a748 Enable sctp module in the fullstack Centos node
3be5afe66c Run configure_for_func_testing script after enable fips
e61b117b33 Ensure no GARPs are sent for Load Balancer VIPs on tenant networks
6799e85e5d Update TOX_CONSTRAINTS_FILE for stable/yoga
72fe42a3f1 Update .gitreview for stable/yoga
46c49aedfa [OVN] Update VIP port host ID when traffic detected
Signed-off-by: Hervé Beraud <hberaud@redhat.com>
Change-Id: I5171cd85835508dd171a7787f213c43a2e1e1e35
This creates a new RC before the final release candidate deadline to
release the latest fixes and/or translations.
Please ack with a +1, or if there is some reason to hold off, leave a -1.
Patches that get no feedback by the deadline will be abandoned.
$ git log --oneline --no-merges 16.0.0.0rc1..02235e6c
02235e6c Update TOX_CONSTRAINTS_FILE for stable/yoga
9bbf339e Update .gitreview for stable/yoga
34c65635 Remove reference to deprecated RequestContext.user
177daad9 Fix compatibility with oslo.context >= 4.0.0
Signed-off-by: Hervé Beraud <hberaud@redhat.com>
Change-Id: Iaaa6a62af4c9bb48f71c26e1f73a648a5a0c21b8
This creates a new RC before the final release candidate deadline to
release the latest fixes and/or translations.
Please ack with a +1, or if there is some reason to hold off, leave a -1.
Patches that get no feedback by the deadline will be abandoned.
$ git log --oneline --no-merges 14.0.0.0rc1..2ae6cd95
70536dce Update .gitreview for stable/yoga
d7fc62f9 Update TOX_CONSTRAINTS_FILE for stable/yoga
896583e7 Remove use of tenant in common/context.py
Signed-off-by: Hervé Beraud <hberaud@redhat.com>
Change-Id: I296e5f8a7511a49827426a3b9ce74de66f368027
If you want to wait and make another release before the branch is cut,
someone from the team can -1 the patch to have it held, or update that
patch to include another release and stable branch point.
Patches with no response will be merged by Friday March 18.
Change-Id: Ib215605d10e51bbd5a084a9afad3588253bfb050
If you want to wait and make another release before the branch is cut,
someone from the team can -1 the patch to have it held, or update that
patch to include another release and stable branch point.
Patches with no response will be merged by Friday March 18.
Change-Id: I7ef3360d46b82719aa02f72c1259e0e5cbe4b514
This patch cut a new release of the horizon. The main purpose of
this release to include the latest bug fixes. we have many bug fixes
and a new fetaure is merged in the horizon after the last release,
So let's include them as well. The major version is bumped because
the default value of OPENSTACK_KEYSTONE_DEFAULT_ROLE is changed.
Change-Id: I1a1d899649c62c36eb8293d2466cbb74b5bfd5e5
If you want to wait and make another release before the branch is cut,
someone from the team can -1 the patch to have it held, or update that
patch to include another release and stable branch point.
Patches with no response will be merged by Friday March 18.
Change-Id: I7dfdcaf650a630d5db395c0018faf634b7a41e4d
If you want to wait and make another release before the branch is cut,
someone from the team can -1 the patch to have it held, or update that
patch to include another release and stable branch point.
Patches with no response will be merged by Friday March 18.
Change-Id: Ide3869bfd0331efd57613e26cdcaa69504657101