From e5160fc4650cda1c39f93bb68136c633688eac2a Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 30 Mar 2022 15:48:43 +0100 Subject: [PATCH] [release] Tidy up release notes for Yoga Change-Id: I4fff070ffef0a10887e1f26809bb43d20f48ea35 --- .../notes/add-venus-e2a9824f5ef5cf30.yaml | 5 +++-- .../notes/bug-1955889-92d98ef6527a75ef.yaml | 2 +- ...ump-alertmanager-to-0.23-42e3e3894158d7d0.yaml | 2 +- ...ch-to-newer-libvirt-qemu-aa8460d4ee13a023.yaml | 2 +- .../deprecate-qdrouterd-b0dc549833e6d7a6.yaml | 2 +- .../generic-customisation-b2d431caa2fc5c10.yaml | 15 ++++++++------- ...-grafana-influxdb-plugin-a494f3dc217d3124.yaml | 2 +- 7 files changed, 16 insertions(+), 14 deletions(-) diff --git a/releasenotes/notes/add-venus-e2a9824f5ef5cf30.yaml b/releasenotes/notes/add-venus-e2a9824f5ef5cf30.yaml index 241bdad9a3..f425d431cc 100644 --- a/releasenotes/notes/add-venus-e2a9824f5ef5cf30.yaml +++ b/releasenotes/notes/add-venus-e2a9824f5ef5cf30.yaml @@ -1,6 +1,7 @@ --- features: - | - Add Venus images. Venus is an OpenStack project to provide "one-stop solution to log collection, - cleaning, indexing, analysis, alarm, visualization service". This project aims to provide + Adds Venus images. Venus is an OpenStack project to provide "one-stop + solution to log collection, cleaning, indexing, analysis, alarm, + visualization service". This project aims to provide a platform to quickly solve service exception problems. diff --git a/releasenotes/notes/bug-1955889-92d98ef6527a75ef.yaml b/releasenotes/notes/bug-1955889-92d98ef6527a75ef.yaml index c31e71e480..dab4209286 100644 --- a/releasenotes/notes/bug-1955889-92d98ef6527a75ef.yaml +++ b/releasenotes/notes/bug-1955889-92d98ef6527a75ef.yaml @@ -1,5 +1,5 @@ --- fixes: - | - fluentd on CentOS on aarch64 is no longer missing the grok-parser plugin. + Fluentd on CentOS on aarch64 is no longer missing the grok-parser plugin. `LP#1955889 `__ diff --git a/releasenotes/notes/bump-alertmanager-to-0.23-42e3e3894158d7d0.yaml b/releasenotes/notes/bump-alertmanager-to-0.23-42e3e3894158d7d0.yaml index 1b84e43fa2..5bf42e57fc 100644 --- a/releasenotes/notes/bump-alertmanager-to-0.23-42e3e3894158d7d0.yaml +++ b/releasenotes/notes/bump-alertmanager-to-0.23-42e3e3894158d7d0.yaml @@ -1,4 +1,4 @@ --- features: - | - Updates Alertmanager version to 0.23.0. + Updates Prometheus Alertmanager version to 0.23.0. diff --git a/releasenotes/notes/debian-switch-to-newer-libvirt-qemu-aa8460d4ee13a023.yaml b/releasenotes/notes/debian-switch-to-newer-libvirt-qemu-aa8460d4ee13a023.yaml index c3a17fb769..a44ed49298 100644 --- a/releasenotes/notes/debian-switch-to-newer-libvirt-qemu-aa8460d4ee13a023.yaml +++ b/releasenotes/notes/debian-switch-to-newer-libvirt-qemu-aa8460d4ee13a023.yaml @@ -1,4 +1,4 @@ --- upgrade: - | - Debian images got updated to libvirt 8 and QEMU 6.2 versions. + Updates Debian images to install libvirt 8 and QEMU 6.2. diff --git a/releasenotes/notes/deprecate-qdrouterd-b0dc549833e6d7a6.yaml b/releasenotes/notes/deprecate-qdrouterd-b0dc549833e6d7a6.yaml index d8338a97c0..568711b1fd 100644 --- a/releasenotes/notes/deprecate-qdrouterd-b0dc549833e6d7a6.yaml +++ b/releasenotes/notes/deprecate-qdrouterd-b0dc549833e6d7a6.yaml @@ -1,5 +1,5 @@ --- deprecations: - | - The ``qdrouterd`` image is deprecated and will be removed in the Z cycle. + The ``qdrouterd`` image is deprecated and will be removed in the Zed cycle. It is supported only by CentOS. diff --git a/releasenotes/notes/generic-customisation-b2d431caa2fc5c10.yaml b/releasenotes/notes/generic-customisation-b2d431caa2fc5c10.yaml index b821b0f6c8..2c8557b03d 100644 --- a/releasenotes/notes/generic-customisation-b2d431caa2fc5c10.yaml +++ b/releasenotes/notes/generic-customisation-b2d431caa2fc5c10.yaml @@ -1,15 +1,16 @@ --- features: - | - Add templating block for base image helping to customize pip settings used - at build time for offline build scenario. We need some required environment - variables configured at the top level for all containers, for example the - variable UPPER_CONSTRAINTS_FILE used by the bifrost-deploy installation - scripts. Also here we can override the address of the PyPI repository via - PIP_INDEX_URL, PIP_EXTRA_INDEX_URL, and PIP_TRUSTED_HOST variables. + Adds a ``base_pip_conf`` templating block for the base image, helping to + customize pip settings used at build time for offline build scenarios. We + need some required environment variables configured at the top level for + all containers, for example the variable ``UPPER_CONSTRAINTS_FILE`` used by + the ``bifrost-deploy`` installation scripts. Also here we can override the + address of the PyPI repository via ``PIP_INDEX_URL``, + ``PIP_EXTRA_INDEX_URL``, and ``PIP_TRUSTED_HOST`` variables. upgrade: - | All Dockerfile files which uses curl to download any external files from the - Internet URLs now have the corresponding version templating block which can + Internet now have a corresponding version templating block which can be used to override them. Also all the ENV instructions inside these blocks converted to the ARG instructions to minimize the unneeded variables. diff --git a/releasenotes/notes/remove-grafana-influxdb-plugin-a494f3dc217d3124.yaml b/releasenotes/notes/remove-grafana-influxdb-plugin-a494f3dc217d3124.yaml index 4af0c58ef3..1d5a959c29 100644 --- a/releasenotes/notes/remove-grafana-influxdb-plugin-a494f3dc217d3124.yaml +++ b/releasenotes/notes/remove-grafana-influxdb-plugin-a494f3dc217d3124.yaml @@ -1,5 +1,5 @@ --- features: - | - Removes InlfuxDB datasource plugin from Grafana image as it is now natively + Removes InfluxDB datasource plugin from Grafana image as it is now natively supported.