summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting of release listPierre Riteau2021-04-161-12/+12
| | | | Change-Id: I86d06e8b665e4440f6c67e1de8cd3a217ac1d166
* 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: I73998aa60325a26fc11418a0b37c1f4524469e32
* Merge "Fix cache dir flooding when running from /tmp"Zuul2020-11-051-0/+7
|\
| * Fix cache dir flooding when running from /tmpArtem Goncharov2020-09-141-0/+7
| | | | | | | | | | | | | | | | | | | | Ansible invokes modules with executable placed under /tmp. This causes stevedore caching to create bazillions of useless cache files. When we can identify we run with executable under /tmp or if in the target cache directory an empty file '.disable' is present - skip writing cache. Change-Id: Ic483ac68027505402ba32d7f612631e15a678d09
* | Merge "Adding pre-commit"Zuul2020-10-051-0/+2
|\ \
| * | Adding pre-commitHervé Beraud2020-09-151-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced changes: - pre-commit config and rules. - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks. - Applying fixes for pre-commit compliance in all code. Also commit hash will be used instead of version tags in pre-commit to prevend arbitrary code from running in developer's machines. pre-commit will be used to: - trailing whitespace; - Replaces or checks mixed line ending (mixed-line-ending); - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker); - Checks that non-binary executables have a proper shebang (check-executables-have-shebangs); - Check for files that contain merge conflict strings (check-merge-conflict); - Check for debugger imports and py37+ breakpoint() calls in python source (debug-statements); - Attempts to load all yaml files to verify syntax (check-yaml); - Run flake8 checks (flake8) (local) For further details about tests please refer to: https://github.com/pre-commit/pre-commit-hooks Change-Id: I045fa1cd7932d960e1cf49b2c335c7acdeba0b46 Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
* | Update master for stable/victoriaOpenStack Release Bot2020-09-112-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: I111d3307dd6af6d814d5f685f3acd7a41e5168e0 Sem-Ver: feature
* add property methods to extension for more entry point values3.2.0Doug Hellmann2020-07-121-0/+6
| | | | | | | | | The underlying EntryPoint class has some similar methods to fetch these values, but they depend on the version of importlib.metadata that is installed, so this provides a consistent API Change-Id: I7a1b9541f0e4042a224e49c890ba3c63e8a5a259 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* sphinxext: fix warning message for detailed list3.1.0Doug Hellmann2020-07-121-0/+5
| | | | | | | | | | | Fix the way the warning for undocumented modules in a detail list is produced. The new importlib.metadata.EntryPoint type is derived from namedtuple so using string interpolation means the multi-part tuple causes an error. Take the opportunity to include a more detailed message. Change-Id: I02223a982258a1bf8fc28fa91c7c090c7ac3554e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* add release note before major version update3.0.0Doug Hellmann2020-07-101-0/+15
| | | | | Change-Id: I1ffe194f9edfffac07c9c78f9691e999f2e61246 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-06-021-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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. 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. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ie53af423c56f3355e7e911e6f2efd6c73c6d57c5
* Drop Python 2.7 supportStephen Finucane2020-04-211-0/+4
| | | | | | Change-Id: I7ae34cb701111adb2968e9b0c153dfd60aeb2fbb Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Sem-Ver: api-break
* Update master for stable/ussuriOpenStack Release Bot2020-04-142-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: Ib0b263bcc254061c17a42bcb974591d10213545a Sem-Ver: feature
* Update master for stable/trainOpenStack Release Bot2019-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: I8d08e2f45efacaf96f6935c9ce86813263b2f2c3 Sem-Ver: feature
* 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: I3dee8ebf67de1f4cb6724e832cace24a273ba483 Sem-Ver: feature
* Update reno for stable/rockyOpenStack Release Bot2018-07-262-0/+7
| | | | Change-Id: I7c0686a713d9e302f47f41c04cc3b3f2b1f79f6b
* Update reno for stable/queensOpenStack Release Bot2018-01-242-0/+7
| | | | Change-Id: I9dd9c56a012b2c0dc3027138ba4728c6cefaa452
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+4
| | | | | | | | | | | | | | | | | | 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: I84ff1e6675f272d68055037634833836bc26a9fd
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: If7332cbed3fe95b2b5c9097799f7753ca467a60e
* switch from oslosphinx to openstackdocstheme1.24.0Doug Hellmann2017-06-281-2/+8
| | | | | Change-Id: I1416bd7e05901dc22f0915af32808ff41ffbb2d0 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Update reno for stable/ocataOpenStack Release Bot2017-03-092-0/+7
| | | | Change-Id: I2da00b0eb780cddf986497cafde312f181a85e90
* Add reno for release notes managementChangBo Guo(gcb)2016-11-036-0/+292
The release management team have indicated this is their preferred way to collect release notes in future. Closes-Bug: #1634356 Change-Id: Idce0284b62602bfd51e64784e29739092ca13df3