Merge "[release] Tidy up release notes for Yoga"

This commit is contained in:
Zuul 2022-03-31 15:23:55 +00:00 committed by Gerrit Code Review
commit 1cfca191b9
7 changed files with 16 additions and 14 deletions

View File

@ -1,6 +1,7 @@
--- ---
features: features:
- | - |
Add Venus images. Venus is an OpenStack project to provide "one-stop solution to log collection, Adds Venus images. Venus is an OpenStack project to provide "one-stop
cleaning, indexing, analysis, alarm, visualization service". This project aims to provide solution to log collection, cleaning, indexing, analysis, alarm,
visualization service". This project aims to provide
a platform to quickly solve service exception problems. a platform to quickly solve service exception problems.

View File

@ -1,5 +1,5 @@
--- ---
fixes: 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 <https://launchpad.net/bugs/1955889>`__ `LP#1955889 <https://launchpad.net/bugs/1955889>`__

View File

@ -1,4 +1,4 @@
--- ---
features: features:
- | - |
Updates Alertmanager version to 0.23.0. Updates Prometheus Alertmanager version to 0.23.0.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Debian images got updated to libvirt 8 and QEMU 6.2 versions. Updates Debian images to install libvirt 8 and QEMU 6.2.

View File

@ -1,5 +1,5 @@
--- ---
deprecations: 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. It is supported only by CentOS.

View File

@ -1,15 +1,16 @@
--- ---
features: features:
- | - |
Add templating block for base image helping to customize pip settings used Adds a ``base_pip_conf`` templating block for the base image, helping to
at build time for offline build scenario. We need some required environment customize pip settings used at build time for offline build scenarios. We
variables configured at the top level for all containers, for example the need some required environment variables configured at the top level for
variable UPPER_CONSTRAINTS_FILE used by the bifrost-deploy installation all containers, for example the variable ``UPPER_CONSTRAINTS_FILE`` used by
scripts. Also here we can override the address of the PyPI repository via the ``bifrost-deploy`` installation scripts. Also here we can override the
PIP_INDEX_URL, PIP_EXTRA_INDEX_URL, and PIP_TRUSTED_HOST variables. address of the PyPI repository via ``PIP_INDEX_URL``,
``PIP_EXTRA_INDEX_URL``, and ``PIP_TRUSTED_HOST`` variables.
upgrade: upgrade:
- | - |
All Dockerfile files which uses curl to download any external files from the 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 be used to override them. Also all the ENV instructions inside these blocks
converted to the ARG instructions to minimize the unneeded variables. converted to the ARG instructions to minimize the unneeded variables.

View File

@ -1,5 +1,5 @@
--- ---
features: 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. supported.