ovn-octavia-provider/releasenotes/source
OpenStack Release Bot 60c3736f3b reno: Update master for unmaintained/zed
Update the zed release notes configuration to build from
unmaintained/zed.

Change-Id: I17a8f5b4ec702690b7b6e9d36aabb417dad610a7
2024-04-30 08:54:31 +00:00
..
_static Initialize repository 2020-01-15 14:41:32 +00:00
_templates Initialize repository 2020-01-15 14:41:32 +00:00
2023.1.rst Update master for stable/2023.1 2023-03-02 11:45:46 +00:00
2023.2.rst Update master for stable/2023.2 2023-09-15 14:06:01 +00:00
2024.1.rst Update master for stable/2024.1 2024-03-14 07:18:20 +00:00
conf.py remove unicode from code 2021-12-24 14:46:25 +08:00
index.rst Update master for stable/2024.1 2024-03-14 07:18:20 +00:00
README.rst Add release note README file 2020-04-24 14:07:27 -04:00
unreleased.rst Initialize repository 2020-01-15 14:41:32 +00:00
ussuri.rst Update master for stable/ussuri 2020-04-11 18:46:45 +00:00
victoria.rst reno: Update master for unmaintained/victoria 2024-03-06 12:03:04 +00:00
wallaby.rst reno: Update master for unmaintained/wallaby 2024-03-06 12:13:12 +00:00
xena.rst reno: Update master for unmaintained/xena 2024-03-06 12:20:52 +00:00
yoga.rst reno: Update master for unmaintained/yoga 2024-02-05 16:47:03 +00:00
zed.rst reno: Update master for unmaintained/zed 2024-04-30 08:54:31 +00:00

OVN Octavia Provider Release Notes Howto

Release notes are a new feature for documenting new features in OpenStack projects. Background on the process, tooling, and methodology is documented in a mailing list post by Doug Hellmann.

Writing release notes

For information on how to create release notes, please consult the reno documentation.

Please keep the following in your mind when you write release notes.

  • Avoid using "prelude" section for individual release notes. "prelude" section is for general comments about the release.
  • Use one entry per section (like "feature" or "upgrade"). All entries which belong to a same release will be merged and rendered, so there is less meaning to use multiple entries by a single topic.

Maintaining release notes

Warning

Avoid modifying an existing release note file even though it is related to your change. If you modify a release note file of a past release, the whole content will be shown in a latest release. The only allowed case is to update a release note in a same release.

If you need to update a release note of a past release, edit a corresponding release note file in a stable branch directly.