diff --git a/ceph-rgw/Chart.yaml b/ceph-rgw/Chart.yaml index 54958164b..bb9334e10 100644 --- a/ceph-rgw/Chart.yaml +++ b/ceph-rgw/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph RadosGW name: ceph-rgw -version: 0.1.37 +version: 0.1.38 home: https://github.com/ceph/ceph ... diff --git a/ceph-rgw/values_overrides/2024.2-ubuntu_jammy.yaml b/ceph-rgw/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..087ae6b90 --- /dev/null +++ b/ceph-rgw/values_overrides/2024.2-ubuntu_jammy.yaml @@ -0,0 +1,19 @@ +# 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: + ks_endpoints: 'docker.io/openstackhelm/heat:2024.2-ubuntu_jammy' + ks_service: 'docker.io/openstackhelm/heat:2024.2-ubuntu_jammy' + ks_user: 'docker.io/openstackhelm/heat:2024.2-ubuntu_jammy' +... diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index b7b959ac9..0f4a537e1 100644 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v8.9.0 description: OpenStack-Helm ElasticSearch name: elasticsearch -version: 0.3.6 +version: 0.3.7 home: https://www.elastic.co/ sources: - https://github.com/elastic/elasticsearch diff --git a/elasticsearch/values_overrides/2024.2-ubuntu_jammy.yaml b/elasticsearch/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..cecc859f3 --- /dev/null +++ b/elasticsearch/values_overrides/2024.2-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: + memory_init: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy + helm_tests: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/fluentd/Chart.yaml b/fluentd/Chart.yaml index 1b72b2e5a..b64054c40 100644 --- a/fluentd/Chart.yaml +++ b/fluentd/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.10.1 description: OpenStack-Helm Fluentd name: fluentd -version: 0.1.12 +version: 0.1.13 home: https://www.fluentd.org/ sources: - https://github.com/fluent/fluentd diff --git a/fluentd/values_overrides/2024.2-ubuntu_jammy.yaml b/fluentd/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..d389163c6 --- /dev/null +++ b/fluentd/values_overrides/2024.2-ubuntu_jammy.yaml @@ -0,0 +1,17 @@ +# 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: + helm_tests: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/grafana/Chart.yaml b/grafana/Chart.yaml index 593a180e2..ace9e80ef 100644 --- a/grafana/Chart.yaml +++ b/grafana/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v9.2.10 description: OpenStack-Helm Grafana name: grafana -version: 0.1.28 +version: 0.1.29 home: https://grafana.com/ sources: - https://github.com/grafana/grafana diff --git a/grafana/values_overrides/2024.2-ubuntu_jammy.yaml b/grafana/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..af7dc51c9 --- /dev/null +++ b/grafana/values_overrides/2024.2-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: + db_init: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy + grafana_db_session_sync: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index c00cb95ac..01d22576a 100644 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v8.9.0 description: OpenStack-Helm Kibana name: kibana -version: 0.1.18 +version: 0.1.19 home: https://www.elastic.co/products/kibana sources: - https://github.com/elastic/kibana diff --git a/kibana/values_overrides/2024.2-ubuntu_jammy.yaml b/kibana/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..ba76768c2 --- /dev/null +++ b/kibana/values_overrides/2024.2-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: + register_kibana_indexes: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy + flush_kibana_metadata: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/kubernetes-keystone-webhook/Chart.yaml b/kubernetes-keystone-webhook/Chart.yaml index ee5587e34..8c833acef 100644 --- a/kubernetes-keystone-webhook/Chart.yaml +++ b/kubernetes-keystone-webhook/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v0.2.0 description: OpenStack-Helm Kubernetes keystone webhook name: kubernetes-keystone-webhook -version: 0.1.10 +version: 0.1.11 home: https://github.com/kubernetes/cloud-provider-openstack sources: - https://opendev.org/openstack/openstack-helm-infra diff --git a/kubernetes-keystone-webhook/values_overrides/2024.2-ubuntu_jammy.yaml b/kubernetes-keystone-webhook/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..05b1d25a4 --- /dev/null +++ b/kubernetes-keystone-webhook/values_overrides/2024.2-ubuntu_jammy.yaml @@ -0,0 +1,17 @@ +# 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: + scripted_test: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/libvirt/Chart.yaml b/libvirt/Chart.yaml index c13a9fede..0db3f942c 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.39 +version: 0.1.40 home: https://libvirt.org sources: - https://libvirt.org/git/?p=libvirt.git;a=summary diff --git a/libvirt/values_overrides/2024.2-ubuntu_jammy.yaml b/libvirt/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..4474d8221 --- /dev/null +++ b/libvirt/values_overrides/2024.2-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 39e55af01..67d97d02a 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.6 +version: 0.0.7 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb-backup/values_overrides/2024.2-ubuntu_jammy.yaml b/mariadb-backup/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..78d19b000 --- /dev/null +++ b/mariadb-backup/values_overrides/2024.2-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.2-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/mariadb-cluster/Chart.yaml b/mariadb-cluster/Chart.yaml index cb876d139..db85917b3 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.5 +version: 0.0.6 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb-cluster/values_overrides/2024.2-ubuntu_jammy.yaml b/mariadb-cluster/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..78d19b000 --- /dev/null +++ b/mariadb-cluster/values_overrides/2024.2-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.2-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/mariadb/Chart.yaml b/mariadb/Chart.yaml index 5552339f0..2fcf48e2f 100644 --- a/mariadb/Chart.yaml +++ b/mariadb/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v10.6.7 description: OpenStack-Helm MariaDB name: mariadb -version: 0.2.50 +version: 0.2.51 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/mariadb/values_overrides/2024.2-ubuntu_jammy.yaml b/mariadb/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..78d19b000 --- /dev/null +++ b/mariadb/values_overrides/2024.2-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.2-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index 2036a568a..40a9fa21b 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v14.5 description: OpenStack-Helm PostgreSQL name: postgresql -version: 0.1.22 +version: 0.1.23 home: https://www.postgresql.org sources: - https://github.com/postgres/postgres diff --git a/postgresql/values_overrides/2024.2-ubuntu_jammy.yaml b/postgresql/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..8c16c5dff --- /dev/null +++ b/postgresql/values_overrides/2024.2-ubuntu_jammy.yaml @@ -0,0 +1,17 @@ +# 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: + ks_user: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/powerdns/Chart.yaml b/powerdns/Chart.yaml index 110edc6cc..3bd56987c 100644 --- a/powerdns/Chart.yaml +++ b/powerdns/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v4.1.10 description: OpenStack-Helm PowerDNS name: powerdns -version: 0.1.9 +version: 0.1.10 home: https://www.powerdns.com/ maintainers: - name: OpenStack-Helm Authors diff --git a/powerdns/values_overrides/2024.2-ubuntu_jammy.yaml b/powerdns/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..c4db8cfb3 --- /dev/null +++ b/powerdns/values_overrides/2024.2-ubuntu_jammy.yaml @@ -0,0 +1,17 @@ +# 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: + db_init: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/prometheus-mysql-exporter/Chart.yaml b/prometheus-mysql-exporter/Chart.yaml index 953d942b4..bec95c9c1 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.4 +version: 0.0.5 home: https://mariadb.com/kb/en/ icon: http://badges.mariadb.org/mariadb-badge-180x60.png sources: diff --git a/prometheus-mysql-exporter/values_overrides/2024.2-ubuntu_jammy.yaml b/prometheus-mysql-exporter/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..78d19b000 --- /dev/null +++ b/prometheus-mysql-exporter/values_overrides/2024.2-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.2-ubuntu_jammy + ks_user: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/prometheus/Chart.yaml b/prometheus/Chart.yaml index 00caa4532..65e943c53 100644 --- a/prometheus/Chart.yaml +++ b/prometheus/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v2.25.0 description: OpenStack-Helm Prometheus name: prometheus -version: 0.1.17 +version: 0.1.18 home: https://prometheus.io/ sources: - https://github.com/prometheus/prometheus diff --git a/prometheus/values_overrides/2024.2-ubuntu_jammy.yaml b/prometheus/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..d389163c6 --- /dev/null +++ b/prometheus/values_overrides/2024.2-ubuntu_jammy.yaml @@ -0,0 +1,17 @@ +# 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: + helm_tests: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/rabbitmq/Chart.yaml b/rabbitmq/Chart.yaml index 2ffec46da..df7909a25 100644 --- a/rabbitmq/Chart.yaml +++ b/rabbitmq/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v3.12.0 description: OpenStack-Helm RabbitMQ name: rabbitmq -version: 0.1.42 +version: 0.1.43 home: https://github.com/rabbitmq/rabbitmq-server ... diff --git a/rabbitmq/values_overrides/2024.2-ubuntu_jammy.yaml b/rabbitmq/values_overrides/2024.2-ubuntu_jammy.yaml new file mode 100644 index 000000000..1ca5f6830 --- /dev/null +++ b/rabbitmq/values_overrides/2024.2-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.2-ubuntu_jammy + rabbitmq_init: docker.io/openstackhelm/heat:2024.2-ubuntu_jammy +... diff --git a/releasenotes/notes/ceph-rgw.yaml b/releasenotes/notes/ceph-rgw.yaml index a180303c7..307c1b201 100644 --- a/releasenotes/notes/ceph-rgw.yaml +++ b/releasenotes/notes/ceph-rgw.yaml @@ -38,4 +38,5 @@ ceph-rgw: - 0.1.35 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.36 Add 2024.1 Ubuntu Jammy overrides - 0.1.37 Update heat image default tag to 2024.1-ubuntu_jammy + - 0.1.38 Add 2024.2 overrides ... diff --git a/releasenotes/notes/elasticsearch.yaml b/releasenotes/notes/elasticsearch.yaml index 199490552..217909f80 100644 --- a/releasenotes/notes/elasticsearch.yaml +++ b/releasenotes/notes/elasticsearch.yaml @@ -47,4 +47,5 @@ elasticsearch: - 0.3.4 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.5 Remove gateway node role - 0.3.6 Add 2024.1 Ubuntu Jammy overrides + - 0.3.7 Add 2024.2 overrides ... diff --git a/releasenotes/notes/fluentd.yaml b/releasenotes/notes/fluentd.yaml index b342c87fc..59227948b 100644 --- a/releasenotes/notes/fluentd.yaml +++ b/releasenotes/notes/fluentd.yaml @@ -13,4 +13,5 @@ fluentd: - 0.1.10 Add 2023.1 Ubuntu Focal overrides - 0.1.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.12 Add 2024.1 Ubuntu Jammy overrides + - 0.1.13 Add 2024.2 overrides ... diff --git a/releasenotes/notes/grafana.yaml b/releasenotes/notes/grafana.yaml index e85dab325..3b4c318f6 100644 --- a/releasenotes/notes/grafana.yaml +++ b/releasenotes/notes/grafana.yaml @@ -29,4 +29,5 @@ grafana: - 0.1.26 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.27 Update default images tags. Add 2024.1-ubuntu_jammy overrides. - 0.1.28 Upgrade osh-selenium image to ubuntu_jammy + - 0.1.29 Add 2024.2 overrides ... diff --git a/releasenotes/notes/kibana.yaml b/releasenotes/notes/kibana.yaml index 7f37f72e6..8fb8481ca 100644 --- a/releasenotes/notes/kibana.yaml +++ b/releasenotes/notes/kibana.yaml @@ -19,4 +19,5 @@ kibana: - 0.1.16 Add 2024.1 Ubuntu Jammy overrides - 0.1.17 Update script to use data views replacing deprecated api - 0.1.18 Add retry logic to create_kibana_index_patterns.sh + - 0.1.19 Add 2024.2 overrides ... diff --git a/releasenotes/notes/kubernetes-keystone-webhook.yaml b/releasenotes/notes/kubernetes-keystone-webhook.yaml index 620de870d..4715c95ad 100644 --- a/releasenotes/notes/kubernetes-keystone-webhook.yaml +++ b/releasenotes/notes/kubernetes-keystone-webhook.yaml @@ -11,4 +11,5 @@ kubernetes-keystone-webhook: - 0.1.8 Add 2023.1 Ubuntu Focal overrides - 0.1.9 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.10 Add 2024.1 Ubuntu Jammy overrides + - 0.1.11 Add 2024.2 overrides ... diff --git a/releasenotes/notes/libvirt.yaml b/releasenotes/notes/libvirt.yaml index 7185a9f32..b46220f01 100644 --- a/releasenotes/notes/libvirt.yaml +++ b/releasenotes/notes/libvirt.yaml @@ -40,4 +40,5 @@ libvirt: - 0.1.37 Make readiness probes more tiny - 0.1.38 Implement daemonset overrides for libvirt - 0.1.39 Add 2023.1 overrides for Ubuntu Focal and Jammy + - 0.1.40 Add 2024.2 overrides ... diff --git a/releasenotes/notes/mariadb-backup.yaml b/releasenotes/notes/mariadb-backup.yaml index ba22cd2e1..d103e50a8 100644 --- a/releasenotes/notes/mariadb-backup.yaml +++ b/releasenotes/notes/mariadb-backup.yaml @@ -6,4 +6,5 @@ mariadb-backup: - 0.0.4 Added throttling remote backups - 0.0.5 Add 2024.1 overrides - 0.0.6 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.0.7 Add 2024.2 overrides ... diff --git a/releasenotes/notes/mariadb-cluster.yaml b/releasenotes/notes/mariadb-cluster.yaml index f23fc5444..eb2538257 100644 --- a/releasenotes/notes/mariadb-cluster.yaml +++ b/releasenotes/notes/mariadb-cluster.yaml @@ -5,4 +5,5 @@ mariadb-cluster: - 0.0.3 Fixed TLS config and added x509 requirement - 0.0.4 Add 2024.1 overrides - 0.0.5 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.0.6 Add 2024.2 overrides ... diff --git a/releasenotes/notes/mariadb.yaml b/releasenotes/notes/mariadb.yaml index 3ba0b73eb..3a7d6b948 100644 --- a/releasenotes/notes/mariadb.yaml +++ b/releasenotes/notes/mariadb.yaml @@ -66,4 +66,5 @@ mariadb: - 0.2.48 Switch to mariadb controller deployment - 0.2.49 Remove ingress deployment - 0.2.50 Add cluster-wait job + - 0.2.51 Add 2024.2 overrides ... diff --git a/releasenotes/notes/postgresql.yaml b/releasenotes/notes/postgresql.yaml index f7fea0de5..937e1280d 100644 --- a/releasenotes/notes/postgresql.yaml +++ b/releasenotes/notes/postgresql.yaml @@ -23,4 +23,5 @@ postgresql: - 0.1.20 Added throttling remote backups - 0.1.21 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.22 Update default images tags. Add 2024.1-ubuntu_jammy overrides. + - 0.1.23 Add 2024.2 overrides ... diff --git a/releasenotes/notes/powerdns.yaml b/releasenotes/notes/powerdns.yaml index aec9d0862..4f3de24f6 100644 --- a/releasenotes/notes/powerdns.yaml +++ b/releasenotes/notes/powerdns.yaml @@ -10,4 +10,5 @@ powerdns: - 0.1.7 Add 2023.1 Ubuntu Focal overrides - 0.1.8 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.9 Add 2024.1 Ubuntu Jammy overrides + - 0.1.10 Add 2024.2 overrides ... diff --git a/releasenotes/notes/prometheus-mysql-exporter.yaml b/releasenotes/notes/prometheus-mysql-exporter.yaml index fd4f18715..ad2719f51 100644 --- a/releasenotes/notes/prometheus-mysql-exporter.yaml +++ b/releasenotes/notes/prometheus-mysql-exporter.yaml @@ -4,4 +4,5 @@ prometheus-mysql-exporter: - 0.0.2 Add 2024.1 overrides - 0.0.3 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.0.4 Fix typo in the values_overrides directory name + - 0.0.5 Add 2024.2 overrides ... diff --git a/releasenotes/notes/prometheus.yaml b/releasenotes/notes/prometheus.yaml index b8bd49355..d7783dfac 100644 --- a/releasenotes/notes/prometheus.yaml +++ b/releasenotes/notes/prometheus.yaml @@ -18,4 +18,5 @@ prometheus: - 0.1.15 Add 2023.1 Ubuntu Focal overrides - 0.1.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.17 Add 2024.1 Ubuntu Jammy overrides + - 0.1.18 Add 2024.2 overrides ... diff --git a/releasenotes/notes/rabbitmq.yaml b/releasenotes/notes/rabbitmq.yaml index 9bf7fe28e..27285c3ef 100644 --- a/releasenotes/notes/rabbitmq.yaml +++ b/releasenotes/notes/rabbitmq.yaml @@ -42,4 +42,5 @@ rabbitmq: - 0.1.40 Set password for guest user rabbitmq - 0.1.41 Use short rabbitmq node name - 0.1.42 Revert Use short rabbitmq node name + - 0.1.43 Add 2024.2 overrides ...