Commit Graph

16 Commits

Author SHA1 Message Date
Sean McGinnis
633cc21096
[oslo] Transition Rocky to EM
This transition the rocky branch to extended maintenance.
Changes for bugfixes and things the team deems important are
still encouraged, but there will no longer be official releases
off of the branch.

Please +1 if the team is ready for us to proceed with this
transition, or -1 if there are any final backports currently in
flight that we should wait for. For the latter case, please
update the patch with the new commit hash after doing a final
release to get those changes out so we know to proceed with the
transition.

Change-Id: I19926e2b69be2e3515227a045b16ce2d88e0626d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-02-25 19:39:38 -06:00
Sean McGinnis
386e0d7686
Add rocky release note links
Add links for rocky release note landing pages that have been added
since the last time the script was run.

Change-Id: I43df71318a37ae0cc25b6925c580ea624c534828
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-09-30 10:10:25 -05:00
Sean McGinnis
1704aa624a
Raise YAML compliance to 1.2
The YAML 1.2 spec was released in 2009. It's probably been enough time
that it's safe to move to it.

The only issue for out YAML usage was 1.2 dropped the use of Yes, No, On,
and Off as valid boolean values.

Change-Id: I608e09d219379e00cca15c5ff165bb63aecfe9f2
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-07-31 09:34:38 -05:00
Ben Nemec
14ba41c20b oslo.service 1.31.8
Change-Id: I189ecbb5d8317ede1230d8f70cc8e01c114b1eb7
2019-01-14 16:39:15 +00:00
Hervé Beraud
98d6e4d278 Release oslo.service 1.31.7
A previous patch replaced the _Event() function and _
ThreadingEvent() class in oslo_service.loopingcall
with a single _Event() class. However, some consumers of
oslo_service (including Nova) were relying on the private
interface to mock methods during unit testing,
which prevents them updating to the latest version of oslo.service.

$ git log --no-merges 1.31.6.. --oneline
d555763 Maintain private interface for loopingcall._ThreadingEvent

Change-Id: I2b33c33b739f15742b7762379581d19da42b6475
2018-11-29 20:52:10 +00:00
Hervé Beraud
b555c70c92 oslo.service 1.31.6
We noticed high CPU usage in Rocky, it's caused by
inefficient code in oslo.service causing many useless system calls:
change: I62e9f1a7cde8846be368fbec58b8e0825ce02079

$ git log --no-merges 1.31.5.. --online
6566ec5 Use eventlet Event for loopingcall events
6a7d05d Fix stop of loopingcall
23dc8c0 Stop asserting on Eventlet internals

Change-Id: I1f0c4856e939bfa76e90542efc5091a4a9baa9a4
2018-11-08 11:52:04 +01:00
Doug Hellmann
a8c6103a77 re-release packages with failures from twine bug
Twine 1.12.0 has a bug that caused it to report a failure even when
the upload was successful. That resulted in quite a few partially
successful releases, with only wheels uploaded to PyPI, no
announcements, and no tarballs uploaded to tarballs.o.o.

This patch re-tags all of those releases to give us good artifacts.

Change-Id: Iaea87ebe23bcad27d4422f3c477bf2fa37cf5bc5
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-24 14:46:47 -04:00
Ben Nemec
03ec2595f4 Oslo Rocky stable releases
Change-Id: I624b968856d591e9fc179a0c26fd11f7f78f8005
2018-09-20 15:36:33 +00:00
Sean McGinnis
64fe395ab7
Add/update rocky release notes links
Updates libs that have branches stable/rocky to have their release notes
links.

Change-Id: Ibcac601045961d37b28e14c7c4f72bb681f1f6eb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-08-07 16:13:52 -05:00
Sean McGinnis
8dadc73479
Create stable/rocky library branches
Create stable branches for libraries that did not include
branching in their final rocky release.

Change-Id: I7cd497c0f97e0097064bd0b10ca55e751c5818ee
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-07-24 06:57:40 -05:00
Ben Nemec
f64edda004 oslo.service 1.31.3
This was the only regular Oslo release for this week.

Change-Id: I78c21465b6924666535bd664457434d2eeee5520
2018-07-23 20:08:53 +00:00
Ben Nemec
0c3a94e0c8 Oslo releases for 2018-5-14
Change-Id: I1ad8057682e860d2f3b5b037c7f1b63e86bed9be
2018-05-14 21:54:38 +00:00
Ben Nemec
4f31af2018 Oslo releases for 2018-4-16
About half are just eventlet uncaps, plus the usual assortment of
new features and bugfixes.

Change-Id: I456fd15c9441bf9ba07515b49e4d96c3dacb4610
2018-04-16 21:47:11 +00:00
Ben Nemec
b594fb00ee oslo.service 1.31.0
I split this release out from the other oslo ones because it is a
fairly significant one in that it uncaps eventlet in oslo.service
so we can proceed with testing newer eventlet in the rest of the
OpenStack services.

Change-Id: I92a63ed9fbb3bc714d23293262ff05d57b26a52b
2018-04-10 21:43:32 +00:00
Ben Nemec
f8e49bb843 Initial Oslo releases for Rocky
Rocky releases for any Oslo projects with meaningful changes since
the cycle opened.

Change-Id: Iff899a9bc68f30a4e8107d09350c402bc8539776
2018-03-14 16:01:22 +00:00
Doug Hellmann
3ce33b86ed add stubs for rocky deliverable files
These files are based on the deliverables that were actually released
during queens.

Change-Id: Ie95848d0f95c41cc6765f2ba07801a0770a8ecdb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-07 10:49:50 -05:00