b32f6c6d94812e9eb05c2f60039ec2b22385c8c1
34 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 9f09b885bd |
Update master for stable/2023.1
Add file to the reno documentation build to show release notes for stable/2023.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2023.1. Sem-Ver: feature Change-Id: Id58fd751e6ed8ed3d478a78a6895cad75667c9b1 |
|||
|
Zuul
|
29c03cadc3 | Merge "Update release versions for yoga" | ||
| 1132128252 |
Update master for stable/zed
Add file to the reno documentation build to show release notes for stable/zed. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/zed. Sem-Ver: feature Change-Id: Iff9b5efee0b436357d5cae3909a89cd09d5e6070 |
|||
|
Riccardo Pittau
|
cdd6b4f5ac |
Update release versions for yoga
Change-Id: I06d14bc499a7c081fe73b68de6c49e2f1bc51dc5 |
||
|
niuke
|
4bf88b204f |
remove unicode prefix from code
Change-Id: I70f0112f1ee3066ffd9316d10b84b9ea5b7fc306 |
||
| cbdb4dd8f3 |
Update master for stable/yoga
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: Ib1aa5d02cc5dc32bc4eebf6982d3f00d44e703f3 |
|||
|
Riccardo Pittau
|
a35c77e62e |
[trivial] Fix Xena release notes versions
Change-Id: Iaf511e6aeae59409ac6d1ba4543d297c5bb2ec01 |
||
| 1665abca04 |
Update master for stable/xena
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: If28b1df9c76469062e6d9ce28edcf3026fdbfbaa |
|||
|
Riccardo Pittau
|
2057d861a6 |
[trivial] Add versions to wallaby release notes
Change-Id: I806b5f4b74c087a16d194d36665b1115f6d34184 |
||
| f6ab33066b |
Update master for stable/wallaby
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: Ibbcd82ef613d07f57623d5d22335f017ecd23edb |
|||
|
Riccardo Pittau
|
643506335f |
Add release version to release notes
Change-Id: I0481b86ed2dee1948805040e1b8c107f12cb9c1c |
||
| fb45e58d1c |
Update master for stable/victoria
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Ia3696da8663c140504924b0a1cd23f9aaa517f0a Sem-Ver: feature |
|||
|
Riccardo Pittau
|
ab585153c9 |
Fix versions in release notes
Change-Id: I2ba658d83a15554e135429d464c0a033063d4631 |
||
|
Andreas Jaeger
|
f108b7a2d0 |
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. This repo uses storyboard, configure the proper variables. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Id084bfc9d5ae7a95d3cba22a00b4c03a35967ee4 |
||
| 0edc9c1224 |
Update master for stable/ussuri
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I697166b2f7ff2f5a5d873cfcfc95ee1729de7140 Sem-Ver: feature |
|||
|
Mark Goddard
|
12209f89b5 |
Add versions to release notes series
Change-Id: Ia9cf82cc26d1831a523fd122f27d30387be372a7 |
||
| 246dddf43b |
Update master for stable/train
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I6fa419b95fadf45c59fad8c076702da762c946de Sem-Ver: feature |
|||
|
Dmitry Tantsur
|
ce9d0ef721 |
Add versions to release notes series
Change-Id: Iedc1e739662e1e36c34fb9b002497328872502c4 |
||
| 775e75d17e |
Update master for stable/stein
Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: Ia1a277d1dbec2878b2468337362b9292fc8b0933 Sem-Ver: feature |
|||
| 6897835e05 |
Update reno for stable/rocky
Change-Id: I7506753ff1829ca5386d67d751c40b5e022b028d |
|||
| ea242a30cb |
Update reno for stable/queens
Change-Id: Ia0c677a57c0fbee7b97b83bdf274ee8b3fa9a195 |
|||
|
Andreas Jaeger
|
11b918dc3c |
Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: Ic8d8f38a565ca095cebe154f0243b5ba8497f246 |
||
|
Dmitry Tantsur
|
ad3c7ad75d |
Release notes clean up for the upcoming release
Also adds a missing documentation bit and specific versions for pike notes. Change-Id: I186fe35cdd7a03702c993cae6468ef2d8151778a |
||
| 51bc4b538b |
Update reno for stable/pike
Change-Id: I77ed8e62863cafa0b98b40dbf2c26ae788206e45 |
|||
|
Julia Kreger
|
774d995b7f |
Switch from oslosphinx to openstackdocstheme
Change-Id: I1aecf894955e8095c11b8fb82d60488e5d0aca5f |
||
|
Jay Faulkner
|
975f4c7cad |
Use specific end version since liberty is EOL
Liberty will never be released again, so I'm changing the 1.0.x to 1.0.5
(the last liberty release of ironic python agent), as a followup to
|
||
|
Jay Faulkner
|
a2a0db727d |
Clean up release notes post-ocata release
Cleans up release note index since ocata release has been cut. Change-Id: I4e6576bbdf492dd0c10cc1d550e3462fc5f9f6ef |
||
|
Rajiv Kumar
|
df25373860 |
Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs' needs to be defined in conf.py to generate translated version of the release notes. Note that this repository might not get translated release notes - or no translations at all - but we add the entry here nevertheless to prepare for it. Change-Id: Ic86a4c837704cdde2f9d0051ea2f169015816ab7 |
||
|
Julia Kreger
|
1aa7269c7c |
Revert "Use liberty-eol tag for liberty release notes"
This reverts commit
|
||
|
Jay Faulkner
|
ed4d68bfbc |
Use liberty-eol tag for liberty release notes
Reno doesn't currently handle missing branches so we need to use the proper tag in order to prevent releasenotes jobs from failing now that liberty is EOL'd. Change-Id: Id8d47824d16190bc459b8b44fed3c4574f9357c1 Related-bug: #1649982 |
||
|
Davanum Srinivas
|
f1a8fef5d0 |
Update reno for stable/newton
Change-Id: Ic91d44749eb85a0f53e023daf5d128cc25b5c2ce |
||
|
Davanum Srinivas
|
e916828f56 |
Update reno for stable/mitaka
Change-Id: I1bb2d6738a68f55617a72eec02c81bb883bca129 |
||
|
Jim Rollenhagen
|
ffcdcd4019 |
Add mitaka reno page
As Dmitry pointed out here: https://review.openstack.org/#/c/258727/ we need a page without a branch specified. Change-Id: I47f4cfa9e6cc3ec6254afb358a87cb1225470401 |
||
|
Jim Rollenhagen
|
e8488c2534 |
Add reno for release notes management
Change-Id: Id6bfe132dcc8fc3efbe0d96820eebf7d174b2736 |