Commit Graph

28 Commits

Author SHA1 Message Date
Zuul 345852bf94 Merge "reno: Update master for unmaintained/victoria" 2024-03-12 13:21:33 +00:00
OpenStack Release Bot 4b1f9164f7 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: Ia59b4970a82d66c0757658064f17cba4365b07bf
2024-03-08 14:23:20 +00:00
OpenStack Release Bot 3ed850aea3 reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I9260b7ed88eb0a60e16d0758532d24e0ed2469fe
2024-03-07 14:17:28 +00:00
OpenStack Release Bot dedaf6248e 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: I4a5fe1d060c8bc0e65507046a2e5636ee36612a7
2023-09-07 09:38:10 +00:00
OpenStack Release Bot 370217768b 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: I2461df2b268354335bfb5c3fa76572cd23f1d46d
2023-02-24 15:22:45 +00:00
Hervé Beraud 349603af2e Fix formatting of release list
Change-Id: I32aee88d60a340bdee53d4473dccdf7cfa934bc7
2022-05-27 12:16:11 +02:00
songwenping e2206a300d Remove unnecessary unicode prefixes
Change-Id: I4b8b982c9ef49595682744e022154be87f259d23
2022-04-19 19:23:15 +08:00
Zuul b98693c708 Merge "Adding pre-commit" 2020-09-22 12:38:40 +00:00
OpenStack Release Bot 75084cc1b3 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: I0ea459ca6fa98573d52188dc634c86225fb588f9
Sem-Ver: feature
2020-09-11 21:00:30 +00:00
Hervé Beraud b1122e81ab 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: I04e73b8a70d32fec3e6131526e0bed0be8599c28
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-09-03 14:20:33 +02:00
Andreas Jaeger 4c0480648d Switch to newer openstackdocstheme and reno versions
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

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

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.

Depends-On: https://review.opendev.org/728938
Change-Id: Ie162c8e72f4edec345c20de4517304cc14f7fe0d
2020-05-18 20:58:01 +02:00
OpenStack Release Bot d318c80863 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: Ic438f26fede03ff077cfcf251da486520c0c0a9f
Sem-Ver: feature
2020-04-14 10:17:00 +00:00
Hervé Beraud d929380266 reword releasenote for py27 support dropping
Change-Id: I5d51e1d64e136ebcf283c43c568fc163b4b988ab
2020-02-06 11:04:51 +01:00
Hervé Beraud 89beae0753 [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: I02784f635368ad7cc5ffde7cc8a4f4367143da98
2020-02-03 17:56:35 +01:00
Zuul 69d9372016 Merge "reap rootwrap daemon process when it is timeout" 2019-12-04 22:38:11 +00:00
Jeffrey Zhang c9a57aab08 reap rootwrap daemon process when it is timeout
When the daemon process is timeout, it will kill itself. But the parent
doesn't reap it. This patch add a thread to wait the process to be done
once the daemon is started.

Closes-Bug: #1850241
Change-Id: Ic209b8ef86c2522ce7e4bd81ac57bf13f1706a81
2019-11-10 23:50:28 +00:00
pengyuesheng 6c5995a952 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: Ie89fa05774e224a9b8c05f0442fda7592df9aa5d
2019-10-12 14:58:52 +08:00
OpenStack Release Bot eea57abd1c 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: Id9809e440302e1a492bd078afc3229535aa52fdf
Sem-Ver: feature
2019-09-20 16:37:11 +00:00
OpenStack Release Bot 71243fe593 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: I258874d7faa00b5d543816b4441b37024c88cefa
Sem-Ver: feature
2019-03-18 14:46:27 +00:00
Ben Nemec 7e79f319a8 Add release note for file descriptor limit change
This could have an operator impact, so we should mention it in the
release notes. See c0a8699820 for the
actual implementation of the feature.

Change-Id: Ib29e96307caa39c21936f216d9aed7907e7a7331
2018-10-25 15:07:26 +00:00
OpenStack Release Bot b20c51dbdc Update reno for stable/rocky
Change-Id: Ic1ad7446fce80d7ff92285d64f9c39486441c490
2018-07-26 12:39:52 +00:00
OpenStack Release Bot 8a909a7754 Update reno for stable/queens
Change-Id: I7b7c17a695244524b04d49964c510f0c1a846eef
2018-01-24 18:07:26 +00:00
Andreas Jaeger c73e94ae86 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: I0bf0f6b31051aa08adf3e8aadf5f04933398fae9
2017-11-16 21:48:11 +01:00
OpenStack Release Bot 06f1b6f3d7 Update reno for stable/pike
Change-Id: I2b3d74b841d1d1c7196d5685016ecdbd735c4aa1
2017-07-28 21:05:26 +00:00
Akihiro Motoki 8ed910128d Switch from oslosphinx to openstackdocstheme
Change-Id: Iccb9d585485ecd0181c71c08de920f4836f0d774
2017-07-08 22:27:10 +00:00
OpenStack Release Bot 47682cb601 Update reno for stable/ocata
Change-Id: Icec53c9449b24d3d15021fc852a9d9b3f228789f
2017-01-20 19:15:49 +00:00
Andreas Jaeger d59692cda6 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: Ib1a145799101da6196445e8ed78ba70863df30e2
2016-10-06 20:43:14 +02:00
Kirill Bespalov 1c110e0398 Add reno for release notes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: I14222756c84e0d2161fea5f4df75d78cd00dccb4
2016-06-30 09:59:31 +00:00