From 31085438b1f1913b49d42b37e3c315867e68c0dc Mon Sep 17 00:00:00 2001 From: Bartosz Bezak <bartosz@stackhpc.com> Date: Fri, 2 Dec 2022 14:59:16 +0100 Subject: [PATCH] [release] Tidy up release notes for Zed Change-Id: I4034376cfe78f6a520e035be8df028ff5a747b43 --- .../notes/add-option-to-skip-hooks-719ba214a6d4b773.yaml | 4 ++-- .../notes/upper_constraints_split-a9548c8127c13535.yaml | 6 +++--- releasenotes/notes/zed-prelude-1a3697aa953d4c13.yaml | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 releasenotes/notes/zed-prelude-1a3697aa953d4c13.yaml diff --git a/releasenotes/notes/add-option-to-skip-hooks-719ba214a6d4b773.yaml b/releasenotes/notes/add-option-to-skip-hooks-719ba214a6d4b773.yaml index e80cea09..aa1eb610 100644 --- a/releasenotes/notes/add-option-to-skip-hooks-719ba214a6d4b773.yaml +++ b/releasenotes/notes/add-option-to-skip-hooks-719ba214a6d4b773.yaml @@ -1,6 +1,6 @@ --- features: - | - Adds the --skip-hooks argument to ignore hooks for the execution of a + Adds the ``--skip-hooks`` argument to ignore hooks for the execution of a command. See `story 2009241 - <https://storyboard.openstack.org/#!/story/2009241>`_ for details. \ No newline at end of file + <https://storyboard.openstack.org/#!/story/2009241>`_ for details. diff --git a/releasenotes/notes/upper_constraints_split-a9548c8127c13535.yaml b/releasenotes/notes/upper_constraints_split-a9548c8127c13535.yaml index 948e62a3..414d92b4 100644 --- a/releasenotes/notes/upper_constraints_split-a9548c8127c13535.yaml +++ b/releasenotes/notes/upper_constraints_split-a9548c8127c13535.yaml @@ -1,7 +1,7 @@ --- upgrade: - | - Updates the ``stackhpc.os-images`` to version to 0.16.0. This new releases + Updates the ``stackhpc.os-images`` role to version 0.16.0. This new release separates configuration of upper constraints for diskimage-builder (DIB) from those used by the OpenStack SDK and client. This allows operators to use a newer version of DIB while keeping compatible versions of the @@ -10,5 +10,5 @@ upgrade: * ``ipa_build_dib_upper_constraints_file`` in ``ipa.yml`` * ``overcloud_dib_dib_upper_constraints_file`` in ``overcloud-dib.yml`` - The variables are empty by default in order to allow for Rocky9 - image builds. \ No newline at end of file + The variables are empty by default in order to allow for Rocky Linux 9 + image builds. diff --git a/releasenotes/notes/zed-prelude-1a3697aa953d4c13.yaml b/releasenotes/notes/zed-prelude-1a3697aa953d4c13.yaml new file mode 100644 index 00000000..ff9e192a --- /dev/null +++ b/releasenotes/notes/zed-prelude-1a3697aa953d4c13.yaml @@ -0,0 +1,4 @@ +--- +prelude: | + Ubuntu Jammy Jellyfish (22.04) LTS and Rocky Linux 9 are now + supported as a host Operating System and base container image. -- GitLab