Commit Graph

42 Commits

Author SHA1 Message Date
Zuul af0d090c20 Merge "reno: Update master for unmaintained/xena" 2024-03-12 14:26:15 +00:00
Zuul af8436bd89 Merge "reno: Update master for unmaintained/wallaby" 2024-03-12 14:23:41 +00:00
Zuul 9b5e039ebc Merge "reno: Update master for unmaintained/victoria" 2024-03-12 13:15:29 +00:00
OpenStack Release Bot 9568f54dc9 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: I404c63632f335836249b20496bb84788987a416c
2024-03-08 14:22:11 +00:00
OpenStack Release Bot f47d6f4344 reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: I8b403dbb676f08307abab3f55d2280df41d9ba73
2024-03-07 14:25:12 +00:00
OpenStack Release Bot 6e89ad9d70 reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

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

Change-Id: Iebfbb50d055eb300df27c8022bfd10a2812f55ce
2024-03-07 14:15:24 +00:00
OpenStack Release Bot 1d00ac1fdb reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: I3dc9a9d4a23773d7aa4c3ac3e19095997d52180f
2024-02-06 14:27:38 +00:00
Zuul 57f2e49550 Merge "Add method for getting redacted copy of context" 2023-09-11 10:09:11 +00:00
Jay Faulkner 059f9ba16e Add method for getting redacted copy of context
There are times, such as in oslo.messaging notifications, when we'd like
a context object to be stripped of any secrets. This adds a method to
RequestContext, redacted_copy(), which returns a copy of that context,
carrying over an allowlist of fields only, leaving secrets behind.

Related-bug: 2030976
Change-Id: Ie4a8eb784c505c41ec5fcd4cba091cc555146763
2023-09-08 12:11:44 -07:00
OpenStack Release Bot 1e95f85499 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: Ie030cc7377a8be27ca4436ca817cf5eeb4b4b8d4
2023-09-07 09:36:22 +00:00
OpenStack Release Bot e17e4856b0 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: I364035fd13eff22195931896a699962887901e12
2023-02-24 15:17:21 +00:00
OpenStack Release Bot 128ee6c15f 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: I69e0200f7e4f4a32b078b53f95e33f87767502b7
2022-09-09 09:16:21 +00:00
songwenping b036fc1141 Remove unnecessary unicode prefixes
Change-Id: Id6bb6fb85f9989746066ac042661cd4782f153c4
2022-04-19 19:43:00 +08:00
OpenStack Release Bot f13e5b44d8 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: I38ed8e46d582f471e105b80ee4f497e32e1592c1
2022-03-04 17:17:46 +00:00
Hervé Beraud f4cbe4c296 Remove the deprecated argument tenant from RequestContext
The tenant argument of RequestContext have been deprecated long
time ago it is now removed by these changes.

Sem-Ver: api-break
Closes-Bug: 1505827
Change-Id: I2fded6f3476df1fb8c4e042ef28ed8ccb7ab0737
2021-10-29 09:16:31 +02:00
Zuul 57a4a5f576 Merge "Fix context from_dict() for system_scope" 2021-10-04 19:55:17 +00:00
OpenStack Release Bot d2634fd127 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: Id065fcdf7b292ebba9fe5944d3051eca99f361d1
2021-09-10 14:34:19 +00:00
Michael Johnson 8290621b05 Fix context from_dict() for system_scope
A previous patch[1] added "system_scope" to the context for to_dict()
but the from_dict() method was not updated. This caused the
system_scope to always be None.
This patch corrects that by adding "system_scope" to the list of
values that may need to be extracted from the context dict.

[1] https://review.opendev.org/c/openstack/oslo.context/+/530509

Change-Id: Ica23d5c4183a692de3cb65a7ad72b19f47988ca6
2021-08-12 20:14:34 +00:00
Pierre Riteau 655daf1feb Fix formatting of release list
Change-Id: Iae6d7115baf6ff0a99d7d3149b28ccd19541fae1
2021-04-16 14:20:45 +02:00
OpenStack Release Bot dbdca84e15 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: I345b4b257a3fdfee2c122147443bb3d918e8f16e
2021-03-18 11:15:45 +00:00
Zuul 43f9759702 Merge "Adding pre-commit" 2020-09-22 12:37:48 +00:00
OpenStack Release Bot 747e723274 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: Ic5bf0a3d63047020ab1872b2e7164d0974f4427c
Sem-Ver: feature
2020-09-11 20:56:55 +00:00
Hervé Beraud 3b6da997d6 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: I4473e5e96419e4da9c8922d5832249da23c61acd
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-09-08 14:01:06 +02:00
melissaml ffb62b9d49 Fix pygments style
New theme of docs respects pygments_style.

more info: http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I69a051117890860e3dc524a6361f5acb21820a02
2020-06-04 14:34:20 +08:00
Andreas Jaeger 872d02b23c 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 problems

Update Sphinx version as well.

openstackdocstheme renames some variables, so follow the renames. A
couple of variables are also not needed anymore, remove them.

Depends-On: https://review.opendev.org/728938
Change-Id: If23ebf2dcf6304d5ea50c5e427bfad217ce0d235
2020-05-18 21:06:45 +02:00
OpenStack Release Bot 439ed09e24 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: I90f8c542352a4f7c61f039c81137e37cbe2898f6
Sem-Ver: feature
2020-04-14 10:13:46 +00:00
Hervé Beraud 0371869dd3 reword releasenote for py27 support dropping
Change-Id: If2fce70fb885f8a7cd9b1b50d0568c67e2e64b7c
2020-02-06 12:36:00 +01:00
pengyuesheng 3017e180f0 Drop python 2.7 support and testing
Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ie875138bd1b773f460698e1eacc9dab542318e30
Sem-Ver: api-break
2020-01-30 11:43:11 +00:00
pengyuesheng 39923ae345 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

Note that we don't actually drop 'project' since it's referenced
elsewhere in the file and cleaning that up would be hassle.

Change-Id: Ibe4add5a9391c3b3bc49206c9ac65721cedddf5a
2019-12-19 09:13:54 +00:00
OpenStack Release Bot ede88eb460 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: I788797b827731e9025ae7e177cb7d31cdc403f91
Sem-Ver: feature
2019-09-20 16:31:37 +00:00
OpenStack Release Bot a1461b02d1 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: I239dbbb8b26967a72aed5c029de1866ed536e144
Sem-Ver: feature
2019-03-18 14:44:23 +00:00
OpenStack Release Bot 73b5cd3560 Update reno for stable/rocky
Change-Id: I1059a53737400a045cd7f77d777ec942d2269984
2018-07-26 12:37:41 +00:00
OpenStack Release Bot 0723d79202 Update reno for stable/queens
Change-Id: I861242a08bf3aa9d5cce871a66a3058a07bf85a0
2018-01-24 18:04:39 +00:00
Andreas Jaeger 18aa6ec496 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: Ie5e8fe9a6d45753469666b4e086fe74502403f29
2017-11-16 21:43:25 +01:00
Juan Antonio Osorio Robles a8d86df940 Ouput a placeholder instead of the auth_token
As the name of the get_logging_values suggests, that function will
get entries from the context for logging purposes. For this, we
shouldn't need the auth_token since it might potentially leak
in the logs.

This filters out the auth_token by setting it as '***' by
default.

Change-Id: I2b245c1665c3587be3c476b803122788d186e5d5
2017-11-07 13:08:11 +02:00
OpenStack Release Bot 3d96a20f2c Update reno for stable/pike
Change-Id: Ifa523b2ae02b0a8c26b8a7c4c90fa8eba45afe20
2017-07-28 21:04:43 +00:00
Van Hung Pham 3ce185402e Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I2ac1a1b9899b8bcb939fb287f09e7c69caca7fc9
2017-06-29 10:40:24 +07:00
OpenStack Release Bot 4b7d718c62 Update reno for stable/ocata
Change-Id: I1b3a80380509833ac2ad62a781fbd77ad6f1f2a8
2017-01-20 19:15:20 +00:00
Andreas Jaeger b60ab0fb3f 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: I7994e3f3de21f57242b8a0d5af86fe08d2c6b34e
2016-10-06 20:42:10 +02:00
Doug Hellmann 66e87406b9 Update reno for stable/newton
Change-Id: Iad43cfc4d8c72fcaa6564ea939b156bdebecadbe
2016-09-02 00:00:35 +00:00
Kirill Bespalov 061741287a Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: I8a18a2f2550ff82954d28a6e897a9ce9b1f8f1ba
2016-05-20 17:58:52 +03:00