From 9c1d3ee16d78307c72967c1e213bb461952fdbcd Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 8 Dec 2022 12:59:34 +0100 Subject: [PATCH] [release]: polish another release notes - fixed amount of quotes to make them work - fixed Debian/Ubuntu rabbitmq/erlang info - fixed syntax in Ansible update Change-Id: I2730c6336ca3029c411e497b0851109eaec0e249 --- .../rabbitmq-erlang-cloudsmith-c837bf4a450dd802.yaml | 12 +++++++----- .../notes/toolbox-ansible-2-13-ecea6484aaff1182.yaml | 2 +- .../user-provided-repos.yaml-d6e8583e9d9d01ef.yaml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/releasenotes/notes/rabbitmq-erlang-cloudsmith-c837bf4a450dd802.yaml b/releasenotes/notes/rabbitmq-erlang-cloudsmith-c837bf4a450dd802.yaml index b87bf97632..682de3c0a0 100644 --- a/releasenotes/notes/rabbitmq-erlang-cloudsmith-c837bf4a450dd802.yaml +++ b/releasenotes/notes/rabbitmq-erlang-cloudsmith-c837bf4a450dd802.yaml @@ -1,10 +1,12 @@ --- fixes: - | - Fixes the Debian and Ubuntu images to use rabbitmq and erlang from - cloudsmith so that the images are still buildable and use proper versions. + Fixes the Debian and Ubuntu images to use rabbitmq from cloudsmith and + erlang from Team RabbitMQ PPA so that the images are still buildable and + use proper versions. upgrade: - | - The Debian and Ubuntu images use rabbitmq and erlang from cloudsmith now. - Operators might want to mirror/proxy this new source as it provides the - correct set of packages unlike the previous combination. + The Debian and Ubuntu images use rabbitmq from cloudsmith and erlang from + Team RabbitMQ PPA now. Operators might want to mirror/proxy those new + sources as they provides the correct set of packages unlike the previous + combination. diff --git a/releasenotes/notes/toolbox-ansible-2-13-ecea6484aaff1182.yaml b/releasenotes/notes/toolbox-ansible-2-13-ecea6484aaff1182.yaml index 31ff26a716..8f704da07e 100644 --- a/releasenotes/notes/toolbox-ansible-2-13-ecea6484aaff1182.yaml +++ b/releasenotes/notes/toolbox-ansible-2-13-ecea6484aaff1182.yaml @@ -1,4 +1,4 @@ --- upgrade: - | - Ansible version in ``kolla-toolbox`` container has been upgraded to 2.13 + Ansible in ``kolla-toolbox`` container has been upgraded to 2.13 version. diff --git a/releasenotes/notes/user-provided-repos.yaml-d6e8583e9d9d01ef.yaml b/releasenotes/notes/user-provided-repos.yaml-d6e8583e9d9d01ef.yaml index 98e41ec3f7..4671cf19dc 100644 --- a/releasenotes/notes/user-provided-repos.yaml-d6e8583e9d9d01ef.yaml +++ b/releasenotes/notes/user-provided-repos.yaml-d6e8583e9d9d01ef.yaml @@ -1,6 +1,6 @@ --- features: - | - Added an `--repos-yaml` argument to allow user to provide own file with + Added an ``--repos-yaml`` argument to allow user to provide own file with definitions of external package repositories. Useful for those building in offline environments with set of internal mirrors.