diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index c4a2f92ba..d402053ea 100644 --- a/libvirt/Chart.yaml +++ b/libvirt/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm libvirt name: libvirt -version: 0.1.29 +version: 0.1.30 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values_overrides/2024.1-ubuntu_jammy.yaml b/libvirt/values_overrides/2024.1-ubuntu_jammy.yaml new file mode 100644 index 000000000..4474d8221 --- /dev/null +++ b/libvirt/values_overrides/2024.1-ubuntu_jammy.yaml @@ -0,0 +1,5 @@ +--- +images: + tags: + libvirt: docker.io/openstackhelm/libvirt:2024.1-ubuntu_jammy +... diff --git a/mariadb-backup/Chart.yaml b/mariadb-backup/Chart.yaml index b70f096cf..c49f50c01 100644 --- a/mariadb-backup/Chart.yaml +++ b/mariadb-backup/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v10.6.14 description: OpenStack-Helm MariaDB backups name: mariadb-backup -version: 0.0.4 +version: 0.0.5 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb-backup/values_overrides/2024.1-ubuntu_jammy.yaml b/mariadb-backup/values_overrides/2024.1-ubuntu_jammy.yaml new file mode 100644 index 000000000..6c87b7078 --- /dev/null +++ b/mariadb-backup/values_overrides/2024.1-ubuntu_jammy.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy +... diff --git a/mariadb-cluster/Chart.yaml b/mariadb-cluster/Chart.yaml index c6cc0183b..623cbe79e 100644 --- a/mariadb-cluster/Chart.yaml +++ b/mariadb-cluster/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v10.6.14 description: OpenStack-Helm MariaDB controlled by mariadb-operator name: mariadb-cluster -version: 0.0.3 +version: 0.0.4 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb-cluster/values_overrides/2024.1-ubuntu_jammy.yaml b/mariadb-cluster/values_overrides/2024.1-ubuntu_jammy.yaml new file mode 100644 index 000000000..6c87b7078 --- /dev/null +++ b/mariadb-cluster/values_overrides/2024.1-ubuntu_jammy.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy +... diff --git a/prometheus-mysql-exporter/Chart.yaml b/prometheus-mysql-exporter/Chart.yaml index 85c9b4c45..c1cff5773 100644 --- a/prometheus-mysql-exporter/Chart.yaml +++ b/prometheus-mysql-exporter/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.12.1 description: OpenStack-Helm Prometheus mysql-exporter name: prometheus-mysql-exporter -version: 0.0.1 +version: 0.0.2 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/prometheus-mysql-exporter/value_overrides/2024.1-ubuntu_jammy.yaml b/prometheus-mysql-exporter/value_overrides/2024.1-ubuntu_jammy.yaml new file mode 100644 index 000000000..6c87b7078 --- /dev/null +++ b/prometheus-mysql-exporter/value_overrides/2024.1-ubuntu_jammy.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy +... diff --git a/rabbitmq/Chart.yaml b/rabbitmq/Chart.yaml index 1cad936ec..24a53c1da 100644 --- a/rabbitmq/Chart.yaml +++ b/rabbitmq/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v3.9.0 description: OpenStack-Helm RabbitMQ name: rabbitmq -version: 0.1.33 +version: 0.1.34 home: https://github.com/rabbitmq/rabbitmq-server ... diff --git a/rabbitmq/values_overrides/2024.1-ubuntu_jammy.yaml b/rabbitmq/values_overrides/2024.1-ubuntu_jammy.yaml new file mode 100644 index 000000000..dbcac3156 --- /dev/null +++ b/rabbitmq/values_overrides/2024.1-ubuntu_jammy.yaml @@ -0,0 +1,18 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +--- +images: + tags: + prometheus_rabbitmq_exporter_helm_tests: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy + rabbitmq_init: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy +... diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index 01f1c6fac..82ddfa08d 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -30,4 +30,5 @@ libvirt: - 0.1.27 Add watch verb to vencrypt cert-manager Role - 0.1.28 Update Ceph images to Jammy and Reef 18.2.1 - 0.1.29 Update Ceph images to patched 18.2.2 and restore debian-reef repo + - 0.1.30 Add 2024.1 overrides ... diff --git a/releasenotes/notes/mariadb-backup.yaml b/releasenotes/notes/mariadb-backup.yaml index 8d5cdf043..e5640417b 100644 --- a/releasenotes/notes/mariadb-backup.yaml +++ b/releasenotes/notes/mariadb-backup.yaml @@ -4,4 +4,5 @@ mariadb-backup: - 0.0.2 Added staggered backups support - 0.0.3 Backups verification improvements - 0.0.4 Added throttling remote backups + - 0.0.5 Add 2024.1 overrides ... diff --git a/releasenotes/notes/mariadb-cluster.yaml b/releasenotes/notes/mariadb-cluster.yaml index 419f0d28f..eb7f26225 100644 --- a/releasenotes/notes/mariadb-cluster.yaml +++ b/releasenotes/notes/mariadb-cluster.yaml @@ -3,4 +3,5 @@ mariadb-cluster: - 0.0.1 Initial Chart - 0.0.2 Enable auto-upgrade - 0.0.3 Fixed TLS config and added x509 requirement + - 0.0.4 Add 2024.1 overrides ... diff --git a/releasenotes/notes/prometheus-mysql-exporter.yaml b/releasenotes/notes/prometheus-mysql-exporter.yaml index 87e954361..e2d489e4e 100644 --- a/releasenotes/notes/prometheus-mysql-exporter.yaml +++ b/releasenotes/notes/prometheus-mysql-exporter.yaml @@ -1,4 +1,5 @@ --- prometheus-mysql-exporter: - 0.0.1 Initial Chart + - 0.0.2 Add 2024.1 overrides ... diff --git a/releasenotes/notes/rabbitmq.yaml b/releasenotes/notes/rabbitmq.yaml index 17791513e..2a8fdbf1d 100644 --- a/releasenotes/notes/rabbitmq.yaml +++ b/releasenotes/notes/rabbitmq.yaml @@ -33,4 +33,5 @@ rabbitmq: - 0.1.31 Support management api metrics collection - 0.1.32 Enable addition of default consumer prefetch count - 0.1.33 Bump RabbitMQ image version to 3.13.0 + - 0.1.34 Add 2024.1 overrides ...