Commit Graph

25 Commits

Author SHA1 Message Date
Zuul 84b27c9f69 Merge "reno: Update master for unmaintained/xena" 2024-03-12 14:35:57 +00:00
Zuul 30b7a97283 Merge "reno: Update master for unmaintained/wallaby" 2024-03-12 14:24:07 +00:00
Zuul 5402775aeb Merge "reno: Update master for unmaintained/victoria" 2024-03-12 13:13:14 +00:00
OpenStack Release Bot e3be11c7d5 Update master for stable/2024.1
Add file to the reno documentation build to show release notes for
stable/2024.1.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.

Sem-Ver: feature
Change-Id: I0098d740761e15f051d4f11f86f566dcf781dde6
2024-03-08 14:23:38 +00:00
OpenStack Release Bot 54ac9b507e reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: Idfbab1aec62cf49360b0df75beefe19909a558d7
2024-03-07 14:27:22 +00:00
OpenStack Release Bot 2dd6705970 reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

Change-Id: I9efcd56c7666466db33f1eead4ccefc6af87ba64
2024-03-07 14:23:03 +00:00
OpenStack Release Bot d9e8b7648a reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I6d92619b0e43ca1e871239a8ec1b116682e84ca7
2024-03-07 14:18:07 +00:00
OpenStack Release Bot ad71080ad7 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: Iedc37a45754e97f9fcf3a51dcf2fcdf7f3f61812
2024-02-06 14:29:36 +00:00
OpenStack Release Bot ac2b44fce2 Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.

Sem-Ver: feature
Change-Id: I0cc64c161de97fdfcbf84a3ace270fa32cd3237f
2023-09-07 09:38:38 +00:00
OpenStack Release Bot a8f3880e58 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: I840adc214f058f014c1ce837dd045b11a3327cfc
2023-02-24 15:24:03 +00:00
OpenStack Release Bot a2dc948dd5 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: Ic510a0f7ffa3d461876d3bb4a37f1026fbafd9dc
2022-09-09 09:18:35 +00:00
OpenStack Release Bot f1fbed9e12 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: I0f76f6a1b052d8cf7e1a27697cfb9cce2fd4475d
2022-03-04 17:19:54 +00:00
OpenStack Release Bot b68d383fe9 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: Ibf94056375c02ca37536feff5edcf79de39b5890
2021-09-10 14:39:13 +00:00
OpenStack Release Bot db3e3a98b8 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: Id0e5435b082b3079e98081adf59e7177675205ea
2021-03-18 11:30:48 +00:00
Zuul ff5ad7b821 Merge "Adding pre-commit" 2020-09-22 11:23:46 +00:00
OpenStack Release Bot 0a09ac14fc 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: Icf5ce9d7fa96131cd2ae66f8a3b0c57af58eb453
Sem-Ver: feature
2020-09-11 21:01:29 +00:00
Hervé Beraud 85abe44233 Adding pre-commit
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: I8d5290d62b12a7850fc932c3778cc37951dd67ed
Co-authored-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-09-03 14:10:56 +02:00
OpenStack Release Bot 364b57109b 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: Ia423d51c7c8ba1da79bb4569f17f3523819be618
Sem-Ver: feature
2020-04-14 10:17:52 +00:00
Hervé Beraud 0d84429800 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in Ussuri cycle.

Complete discussion & schedule can be found in
-
http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I99e49c84779439317a9f13307c7e7d2fc092d7fb
Sem-Ver: api-break
2020-02-06 10:26:31 +01:00
pengyuesheng 6eb5a871d7 Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: Ic626d2dc2974ac6ac7b6a816963995915e723ec7
2019-10-12 15:02:30 +08:00
OpenStack Release Bot e0e99ea8fd 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: I8ff0ce893c9bc2bc758fdee083be8666b6e23164
Sem-Ver: feature
2019-09-20 16:38:53 +00:00
Sean McGinnis 3a92c6e0b6
Enable JSON results output
This takes a lighter weight approach to allowing output to be formatted
as JSON than switching over to using cliff. This adds the --json flag
argument that will format the printed results in a much more compact
JSON format.

Change-Id: I54f3f347b0d7da4385ffcbfa5da61c83657f390c
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-06-11 10:04:58 -05:00
OpenStack Release Bot b1a3426b32 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: I0f6c32b2c19de8a020f27c0236534ec1fab2f0ec
Sem-Ver: feature
2019-03-18 14:47:06 +00:00
Stephen Finucane d48ef196d2 doc: Remove crud from conf.py file
The 'releasenotes' directory is excluded from pep8 checks like the 'doc'
directory already is.

Change-Id: If8b034fd59e09d7adcf4ac74868ca102445d7458
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2018-12-13 14:44:21 +00:00
Ben Nemec a5039dae1d Add reno support
Change-Id: I05e50ae0b6e96e2d793dcd14d76ac0f990d88e36
2018-10-09 21:56:06 +00:00