summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
* Update master for stable/2023.1HEADmasterOpenStack Release Bot2023-03-022-0/+7
| | | | | | | | | | | | 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: Ic0e2ee62136de2970dc9cddf83cf0d51689cb23a
* Add shared zone commands5.2.0Igor Malinovskiy2023-02-131-0/+6
| | | | | | | Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: Iea92371176d9126205384624a18a9097acb3daef Partial-Bug: #1714088 Depends-On: https://review.opendev.org/#/c/726334/
* Provide option for delete zonefiles on zone deleteManish Honap2023-01-301-0/+5
| | | | | | | | | | This commit provides an header option (hard-delete) for deletion of zonefiles on backend as part of zone delete API. Main patch (in Designate) is: https://review.opendev.org/c/openstack/designate/+/835317 Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
* Merge "Include SECONDARY zones into list command output"Zuul2022-11-101-0/+6
|\
| * Include SECONDARY zones into list command outputEkaterina Chernova2022-07-141-0/+6
| | | | | | | | | | | | | | | | | | | | PRIMARY zone type is set by default, so SECONDARY zones were not included in the command output. Now all types are in output by default and specific type can be passed as an argument like before Closes-Bug: #1940544 Change-Id: Idbba68ebd3f74bde74f0b50ffcb233673dff2303
* | Update master for stable/zedOpenStack Release Bot2022-09-082-0/+7
|/ | | | | | | | | | | | 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: I6b1a541ef410217e5a6842a8fdc4740004617dac
* Update python testing as per zed cycle testing runtimeTakashi Kajinami2022-06-211-0/+5
| | | | | | | | | | | In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: I97a07e756bcaea3f38c0390247e0ac6a1187aa08
* Update master for stable/yogaOpenStack Release Bot2022-03-032-0/+7
| | | | | | | | | | | | 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: I7e320e9e6b298a0200c2f214992ff0f49289da57
* Update master for stable/xenaOpenStack Release Bot2021-09-102-0/+7
| | | | | | | | | | | | 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: Id0e1d24bdceaf9f5a4d5dac7aa634b4c8d21e828
* Update master for stable/wallabyOpenStack Release Bot2021-03-182-0/+7
| | | | | | | | | | | | 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: I30d16977fdfc4374e3f43c143c588f461b4aa33e
* Update master for stable/victoriaOpenStack Release Bot2020-09-172-0/+7
| | | | | | | | | | | | 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: I024babd584b32d85219ecfc01a689ebac2b168b2 Sem-Ver: feature
* Merge "Update master for stable/ussuri"Zuul2020-06-212-0/+7
|\
| * Update master for stable/ussuriOpenStack Release Bot2020-04-092-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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: I25b044f6c34422f219420a3ba9f0cb9be4cac0ea Sem-Ver: feature
* | Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-211-4/+5
|/ | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.0 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. 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. 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. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I6bac230569a89c055115c852d5cc0cae027cddd8
* Cleanup py27 supportussuri-em4.0.0Andreas Jaeger2020-04-041-1/+0
| | | | | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore - Remove html_last_updated_fmt from conf.py, this is not needed with openstackdocstheme anymore; update openstackdocstheme requirement Change-Id: I5389ba08c985e023643c07adf3135809c291146f
* Drop py27 supportSean McGinnis2020-03-131-0/+6
| | | | | | | | | Per the Ussuri cycle goal, this drops py27 testing and support. https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I0c525eb48270494e8171042e56e14867c53e5af3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Update master for stable/trainSean McGinnis2019-09-202-0/+7
| | | | | | | | | | | | 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: Ibb13de8b19df12cc01776b1b015a836c7cff07dc Sem-Ver: feature
* Removing v1 api supporttrain-em3.0.0Erik Olof Gunnar Andersson2019-09-101-0/+5
| | | | | | | The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
* Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
| | | | | | | | | | | | 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: Ic50ced0e2eaeb90e98a1415f2e8624023c5ff028 Sem-Ver: feature
* Update reno for stable/rockyOpenStack Release Bot2018-08-102-0/+7
| | | | Change-Id: I0182b4343fd0be1e8083373e206462cbb1e75901
* Update reno for stable/queensOpenStack Release Bot2018-01-262-0/+7
| | | | Change-Id: Ic8ba99789f4790faa066446daa9ac30e16d87ae0
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+3
| | | | | | | | | | | | | | | | | | 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: I7c84bf403e19a1b7c1528cf349de43399e6475c5
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: I7f2c88523f540646d2ee5be8ca451d5f094189bc
* switch from oslosphinx to openstackdocsthemeDoug Hellmann2017-07-101-2/+9
| | | | | Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Update reno for stable/ocataOpenStack Release Bot2017-02-022-0/+7
| | | | Change-Id: I44dd3bbcc186d6f0de48f3e4667f619ad7dad781
* Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | 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: I477eaf74541c65ad7ab54fa8c2412c8b9c74c684
* Update reno for stable/newtonDoug Hellmann2016-09-072-0/+7
| | | | Change-Id: I314378128240db19af9714f8052374a7a9096c70
* Add quota set / list / reset commandsGraham Hayes2016-06-291-0/+8
| | | | | | | | | | | | | | | | | | | | | Added: openstack dns quota - list - set - reset All sub commands can be scoped to a project using --project-id If the --project-id does not match the current project id it will set X-Auth-All-Projects:True This cannot be a standard quota command as osc does not allow us to access that command Change-Id: I8e22535be042608022ef1d1cb3866e7aa5324e84 Depends-On: I7a0b828824ad6f274d922748f5f9a68157cd939a Related-Bug: #1587927
* Add reno support for release notesKiall Mac Innes2016-05-166-0/+289
Setup Reno for generating release notes for Designate Client Change-Id: I37c3a2678095c50760bdfb197acf04b77e38686d