Refine release notes before kolla 2024.1 release

Change-Id: I7bdc670851f028238b083188384905947d51c0c1
This commit is contained in:
Bartosz Bezak 2024-05-07 10:06:40 +02:00 committed by Michal Nasiadka
parent 26d95c182c
commit 76a470ca1d
17 changed files with 32 additions and 33 deletions

View File

@ -1,3 +1,3 @@
--- ---
upgrade: upgrade:
- ProxySQL version was increased to 2.6.x - Upgraded ProxySQL to version ``2.6.x``.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Support for ``Freezer`` container images building have been dropped. ``Freezer`` container images have been dropped.

View File

@ -1,5 +1,5 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade letsencrypt-lego from version v4.6.0 to version v4.15.0. Upgraded letsencrypt-lego from version ``v4.6.0`` to version
Releasenotes because of a lot of changes: https://github.com/go-acme/lego/releases ``v4.15.0``.

View File

@ -1,10 +1,10 @@
--- ---
features: features:
- | - |
Adds support for overriding Prometheus, Let's Encrypt lego and etcd source Adds support for overriding Prometheus, Let's Encrypt lego, and etcd source
urls, versions and sha256 sums using ``kolla-build.conf``. URLs, versions, and sha256 sums using ``kolla-build.conf``.
upgrade: upgrade:
- | - |
Overriding Prometheus/Let's Encrypt lego and etcd source urls, versions Overriding Prometheus, Let's Encrypt lego, and etcd source URLs, versions,
and sha256 sums using ``template-overrides.j2`` is not supported anymore. and sha256 sums using ``template-overrides.j2`` is no longer supported.
Please migrate those overrides to ``kolla-build.conf``. Please migrate these overrides to ``kolla-build.conf``.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-alertmanager to version 0.27.0 Upgraded prometheus-alertmanager to version ``0.27.0``.

View File

@ -1,5 +1,5 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-cadvisor from version 0.47.2 to version 0.49.1. Upgraded prometheus-cadvisor from version ``0.47.2`` to version
Releasenotes from cadvisor because of a few changes: https://github.com/google/cadvisor/releases ``0.49.1``.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-elasticsearch-exporter to version 1.7.0 Upgraded prometheus-elasticsearch-exporter to version ``1.7.0``.

View File

@ -1,8 +1,8 @@
--- ---
features: features:
- | - |
Replace Tinkoff/libvirt-exporter with inovex/prometheus-libvirt-exporter. Replaced Tinkoff/libvirt-exporter with inovex/prometheus-libvirt-exporter.
The Tinkoff/libvirt-exporter repository is archived. Latest The Tinkoff/libvirt-exporter repository is archived, with its latest
release in December 2022. The inovex/prometheus-libvirt-exporter repository is an release in December 2022. The inovex/prometheus-libvirt-exporter is an
active fork of zhangjianweibj/prometheus-libvirt-exporter that will become active fork of zhangjianweibj/prometheus-libvirt-exporter and is expected
`a Prometheus community exporter in the future <https: //github.com/prometheus-community/community/issues/50>`_. to become `a Prometheus community exporter in the future <https://github.com/prometheus-community/community/issues/50>`_.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-memcached-exporter to version 0.14.2 Upgraded prometheus-memcached-exporter to version ``0.14.2``.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-mtail to version 3.0.0-rc54. Upgraded prometheus-mtail to version ``3.0.0-rc54``.

View File

@ -1,4 +1,4 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-mysqld-exporter to version 0.15.1. Upgraded prometheus-mysqld-exporter to version ``0.15.1``.

View File

@ -1,5 +1,5 @@
--- ---
upgrade: upgrade:
- | - |
Upgrade prometheus-v2-server from version 2.48.0 to version 2.50.1. Upgraded prometheus-v2-server from version ``2.48.0`` to version
Releasenotes: https://github.com/prometheus/prometheus/releases ``2.50.1``.

View File

@ -1,6 +1,5 @@
--- ---
upgrade: upgrade:
- | - |
``RabbitMQ`` version has been upgraded to ``3.13`` and ``Erlang`` ``RabbitMQ`` version has been upgraded to ``3.13``, and ``Erlang``
version has been upgraded to ``26.2`` (maximum supported by version to ``26.2``, the maximum supported by ``RabbitMQ 3.13``.
``RabbitMQ 3.13``).

View File

@ -1,6 +1,6 @@
--- ---
fixes: fixes:
- | - |
Re-enables ironic-inspector in bifrost for backwards compatibility. See Re-enabled ironic-inspector in bifrost for backwards compatibility. See
`LP#2054685 <https://bugs.launchpad.net/kolla/+bug/2054685>`_ for more `LP#2054685 <https://bugs.launchpad.net/kolla/+bug/2054685>`_ for more
details. details.

View File

@ -1,8 +1,8 @@
--- ---
upgrade: upgrade:
- | - |
HAProxy Prometheus metrics are now available directly from HAProxy. As HAProxy Prometheus metrics are now available directly from HAProxy. Consequently,
such, the standalone Prometheus HAProxy exporter was archived in March the standalone Prometheus HAProxy exporter, which was archived in March 2023, is
2023, is no longer supported and the Docker image has been removed from no longer supported, and the Docker image has been removed from Kolla. For further
Kolla. For further details see `here details, see `here
<https://www.haproxy.com/blog/haproxy-exposes-a-prometheus-metrics-endpoint>`__. <https://www.haproxy.com/blog/haproxy-exposes-a-prometheus-metrics-endpoint>`__.

View File

@ -1,5 +1,5 @@
--- ---
features: features:
- | - |
Adds support for writing the build summary to a JSON file specified via the Added support for writing the build summary to a JSON file specified via the
``[DEFAULT] summary_json_file`` option. ``[DEFAULT] summary_json_file`` option.

View File

@ -1,5 +1,5 @@
--- ---
features: features:
- | - |
Add support for cross-compile. Enable creation of container images Added support for cross-compilation. Enabled the creation of container images
on emulated architectures. on emulated architectures.