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:
- |
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.

View File

@ -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 <https://launchpad.net/bugs/1955889>`__

View File

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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.