From 79f3ddfa17fd9ff174a9f3fa31fbf8edab4af283 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 16 Dec 2024 10:55:15 -0600 Subject: [PATCH] Update Chart.yaml apiVersion to v2 Depends-On: I66dcaedefd0640f8a7b5343363354ba539d70627 Change-Id: I25a9354dff75cf4e02c28c0e756c360df7807778 --- Makefile | 2 +- aodh/Chart.yaml | 9 +++++++-- aodh/requirements.yaml | 18 ------------------ barbican/Chart.yaml | 9 +++++++-- barbican/requirements.yaml | 16 ---------------- ceilometer/Chart.yaml | 9 +++++++-- ceilometer/requirements.yaml | 16 ---------------- cinder/Chart.yaml | 9 +++++++-- cinder/requirements.yaml | 16 ---------------- cyborg/Chart.yaml | 9 +++++++-- cyborg/requirements.yaml | 16 ---------------- designate/Chart.yaml | 9 +++++++-- designate/requirements.yaml | 16 ---------------- glance/Chart.yaml | 9 +++++++-- glance/requirements.yaml | 16 ---------------- heat/Chart.yaml | 9 +++++++-- heat/requirements.yaml | 16 ---------------- horizon/Chart.yaml | 9 +++++++-- horizon/requirements.yaml | 16 ---------------- ironic/Chart.yaml | 9 +++++++-- ironic/requirements.yaml | 16 ---------------- keystone/Chart.yaml | 9 +++++++-- keystone/requirements.yaml | 16 ---------------- magnum/Chart.yaml | 9 +++++++-- magnum/requirements.yaml | 16 ---------------- manila/Chart.yaml | 9 +++++++-- manila/requirements.yaml | 16 ---------------- masakari/Chart.yaml | 9 +++++++-- masakari/requirements.yaml | 16 ---------------- mistral/Chart.yaml | 9 +++++++-- mistral/requirements.yaml | 16 ---------------- monasca/Chart.yaml | 9 +++++++-- monasca/requirements.yaml | 16 ---------------- neutron/Chart.yaml | 9 +++++++-- neutron/requirements.yaml | 16 ---------------- nova/Chart.yaml | 9 +++++++-- nova/requirements.yaml | 16 ---------------- octavia/Chart.yaml | 9 +++++++-- octavia/requirements.yaml | 18 ------------------ openstack/Chart.yaml | 2 +- placement/Chart.yaml | 9 +++++++-- placement/requirements.yaml | 18 ------------------ rally/Chart.yaml | 9 +++++++-- rally/requirements.yaml | 16 ---------------- releasenotes/notes/aodh.yaml | 1 + releasenotes/notes/barbican.yaml | 1 + releasenotes/notes/ceilometer.yaml | 1 + releasenotes/notes/cinder.yaml | 1 + releasenotes/notes/cyborg.yaml | 1 + releasenotes/notes/designate.yaml | 1 + releasenotes/notes/glance.yaml | 1 + releasenotes/notes/heat.yaml | 1 + releasenotes/notes/horizon.yaml | 1 + releasenotes/notes/ironic.yaml | 1 + releasenotes/notes/keystone.yaml | 1 + releasenotes/notes/magnum.yaml | 1 + releasenotes/notes/manila.yaml | 1 + releasenotes/notes/masakari.yaml | 1 + releasenotes/notes/mistral.yaml | 1 + releasenotes/notes/monasca.yaml | 1 + releasenotes/notes/neutron.yaml | 1 + releasenotes/notes/nova.yaml | 1 + releasenotes/notes/octavia.yaml | 1 + releasenotes/notes/openstack.yaml | 1 + releasenotes/notes/placement.yaml | 1 + releasenotes/notes/rally.yaml | 1 + releasenotes/notes/senlin.yaml | 1 + releasenotes/notes/tacker.yaml | 1 + releasenotes/notes/tempest.yaml | 1 + senlin/Chart.yaml | 9 +++++++-- senlin/requirements.yaml | 16 ---------------- tacker/Chart.yaml | 9 +++++++-- tacker/requirements.yaml | 16 ---------------- tempest/Chart.yaml | 9 +++++++-- tempest/requirements.yaml | 16 ---------------- 75 files changed, 195 insertions(+), 440 deletions(-) delete mode 100644 aodh/requirements.yaml delete mode 100644 barbican/requirements.yaml delete mode 100644 ceilometer/requirements.yaml delete mode 100644 cinder/requirements.yaml delete mode 100644 cyborg/requirements.yaml delete mode 100644 designate/requirements.yaml delete mode 100644 glance/requirements.yaml delete mode 100644 heat/requirements.yaml delete mode 100644 horizon/requirements.yaml delete mode 100644 ironic/requirements.yaml delete mode 100644 keystone/requirements.yaml delete mode 100644 magnum/requirements.yaml delete mode 100644 manila/requirements.yaml delete mode 100644 masakari/requirements.yaml delete mode 100644 mistral/requirements.yaml delete mode 100644 monasca/requirements.yaml delete mode 100644 neutron/requirements.yaml delete mode 100644 nova/requirements.yaml delete mode 100644 octavia/requirements.yaml delete mode 100644 placement/requirements.yaml delete mode 100644 rally/requirements.yaml delete mode 100644 senlin/requirements.yaml delete mode 100644 tacker/requirements.yaml delete mode 100644 tempest/requirements.yaml diff --git a/Makefile b/Makefile index d2be66bcaf..ec8b48d9de 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ $(HELM_DOCS): init-%: if [ -f $*/Makefile ]; then make -C $*; fi - if [ -f $*/requirements.yaml ]; then $(HELM) dep up $*; fi + if grep -qE "^dependencies:" $*/Chart.yaml; then $(HELM) dep up $*; fi lint-%: init-% if [ -d $* ]; then $(HELM) lint $*; fi diff --git a/aodh/Chart.yaml b/aodh/Chart.yaml index 598b828a98..19fb2a391e 100644 --- a/aodh/Chart.yaml +++ b/aodh/Chart.yaml @@ -12,14 +12,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: Openstack-Helm Aodh name: aodh -version: 0.2.12 +version: 0.2.13 home: https://docs.openstack.org/aodh/latest/ sources: - https://opendev.org/openstack/aodh - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/aodh/requirements.yaml b/aodh/requirements.yaml deleted file mode 100644 index 36f1a6e0b5..0000000000 --- a/aodh/requirements.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2019 Wind River Systems, Inc. -# -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/barbican/Chart.yaml b/barbican/Chart.yaml index 0472c7da0a..5c1cbac484 100644 --- a/barbican/Chart.yaml +++ b/barbican/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Barbican name: barbican -version: 0.3.16 +version: 0.3.17 home: https://docs.openstack.org/barbican/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Barbican/OpenStack_Project_Barbican_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/barbican/requirements.yaml b/barbican/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/barbican/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/ceilometer/Chart.yaml b/ceilometer/Chart.yaml index b5e6a82086..1847099992 100644 --- a/ceilometer/Chart.yaml +++ b/ceilometer/Chart.yaml @@ -10,14 +10,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Ceilometer name: ceilometer -version: 0.2.12 +version: 0.2.13 home: https://docs.openstack.org/ceilometer/latest/ sources: - https://opendev.org/openstack/ceilometer - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/ceilometer/requirements.yaml b/ceilometer/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/ceilometer/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/cinder/Chart.yaml b/cinder/Chart.yaml index f360911980..42d4b6055d 100644 --- a/cinder/Chart.yaml +++ b/cinder/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Cinder name: cinder -version: 0.3.27 +version: 0.3.28 home: https://docs.openstack.org/cinder/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/cinder/requirements.yaml b/cinder/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/cinder/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/cyborg/Chart.yaml b/cyborg/Chart.yaml index db0f200bd9..7a8a0cc433 100644 --- a/cyborg/Chart.yaml +++ b/cyborg/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Cyborg name: cyborg -version: 0.1.7 +version: 0.1.8 home: https://docs.openstack.org/cyborg icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cyborg/OpenStack_Project_Cyborg_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/cyborg/requirements.yaml b/cyborg/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/cyborg/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/designate/Chart.yaml b/designate/Chart.yaml index 9606212ad6..a731e081cf 100644 --- a/designate/Chart.yaml +++ b/designate/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Designate name: designate -version: 0.2.14 +version: 0.2.15 home: https://docs.openstack.org/designate/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Designate/OpenStack_Project_Designate_vertical.jpg sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/designate/requirements.yaml b/designate/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/designate/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/glance/Chart.yaml b/glance/Chart.yaml index 466816e45b..1b9403fabd 100644 --- a/glance/Chart.yaml +++ b/glance/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Glance name: glance -version: 0.5.3 +version: 0.5.4 home: https://docs.openstack.org/glance/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/glance/requirements.yaml b/glance/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/glance/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/heat/Chart.yaml b/heat/Chart.yaml index 8bfd27dbf8..1e91fed553 100644 --- a/heat/Chart.yaml +++ b/heat/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Heat name: heat -version: 0.3.16 +version: 0.3.17 home: https://docs.openstack.org/heat/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/heat/requirements.yaml b/heat/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/heat/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index 1a6140d1f3..9bed52b1dc 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Horizon name: horizon -version: 0.3.29 +version: 0.3.30 home: https://docs.openstack.org/horizon/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/horizon/requirements.yaml b/horizon/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/horizon/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/ironic/Chart.yaml b/ironic/Chart.yaml index 90c188cff8..ff2efe5f1c 100644 --- a/ironic/Chart.yaml +++ b/ironic/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Ironic name: ironic -version: 0.2.21 +version: 0.2.22 home: https://docs.openstack.org/ironic/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Ironic/OpenStack_Project_Ironic_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/ironic/requirements.yaml b/ironic/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/ironic/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/keystone/Chart.yaml b/keystone/Chart.yaml index ec3cbc8661..19d224b79e 100644 --- a/keystone/Chart.yaml +++ b/keystone/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Keystone name: keystone -version: 0.3.17 +version: 0.3.18 home: https://docs.openstack.org/keystone/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Keystone/OpenStack_Project_Keystone_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/keystone/requirements.yaml b/keystone/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/keystone/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/magnum/Chart.yaml b/magnum/Chart.yaml index caefb2a992..3d8b1024d3 100644 --- a/magnum/Chart.yaml +++ b/magnum/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Magnum name: magnum -version: 0.2.14 +version: 0.2.15 home: https://docs.openstack.org/magnum/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Magnum/OpenStack_Project_Magnum_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/magnum/requirements.yaml b/magnum/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/magnum/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/manila/Chart.yaml b/manila/Chart.yaml index 1b14e09eb4..c399bdfb1c 100644 --- a/manila/Chart.yaml +++ b/manila/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Manila name: manila -version: 0.1.14 +version: 0.1.15 home: https://docs.openstack.org/manila/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Manila/OpenStack_Project_Manila_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/manila/requirements.yaml b/manila/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/manila/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/masakari/Chart.yaml b/masakari/Chart.yaml index 64c11b5434..fc960bc36c 100644 --- a/masakari/Chart.yaml +++ b/masakari/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Masakari name: masakari -version: 0.1.13 +version: 0.1.14 home: https://docs.openstack.org/developer/masakari icon: https://www.openstack.org/themes/openstack/images/project-mascots/Masakari/OpenStack_Project_masakari_vertical.png sources: @@ -23,3 +23,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/masakari/requirements.yaml b/masakari/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/masakari/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/mistral/Chart.yaml b/mistral/Chart.yaml index bf21778a32..aa556422fd 100644 --- a/mistral/Chart.yaml +++ b/mistral/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Mistral name: mistral -version: 0.2.11 +version: 0.2.12 home: https://docs.openstack.org/mistral/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Mistral/OpenStack_Project_Mistral_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/mistral/requirements.yaml b/mistral/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/mistral/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/monasca/Chart.yaml b/monasca/Chart.yaml index d15e60cff8..24f61cc4da 100644 --- a/monasca/Chart.yaml +++ b/monasca/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Monasca API name: monasca -version: 0.1.5 +version: 0.1.6 home: https://docs.openstack.org/monasca/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Monasca/OpenStack_Project_Monasca_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: "file://../../openstack-helm-infra/helm-toolkit" + version: ">= 0.1.0" diff --git a/monasca/requirements.yaml b/monasca/requirements.yaml deleted file mode 100644 index 0206efb380..0000000000 --- a/monasca/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: "file://../../openstack-helm-infra/helm-toolkit" - version: ">= 0.1.0" diff --git a/neutron/Chart.yaml b/neutron/Chart.yaml index 7fc37d58e1..0ce51cbc25 100644 --- a/neutron/Chart.yaml +++ b/neutron/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Neutron name: neutron -version: 0.3.49 +version: 0.3.50 home: https://docs.openstack.org/neutron/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/neutron/requirements.yaml b/neutron/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/neutron/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/nova/Chart.yaml b/nova/Chart.yaml index e71b9342ed..cb97bf46e3 100644 --- a/nova/Chart.yaml +++ b/nova/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Nova name: nova -version: 0.3.48 +version: 0.3.49 home: https://docs.openstack.org/nova/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/nova/requirements.yaml b/nova/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/nova/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/octavia/Chart.yaml b/octavia/Chart.yaml index c14dba6b4c..c1da125098 100644 --- a/octavia/Chart.yaml +++ b/octavia/Chart.yaml @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Octavia name: octavia -version: 0.2.15 +version: 0.2.16 home: https://docs.openstack.org/octavia/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png sources: @@ -24,3 +24,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/octavia/requirements.yaml b/octavia/requirements.yaml deleted file mode 100644 index 512dcb495c..0000000000 --- a/octavia/requirements.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2019 Samsung Electronics Co., Ltd. -# -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/openstack/Chart.yaml b/openstack/Chart.yaml index e5608f1375..f24b0d810f 100644 --- a/openstack/Chart.yaml +++ b/openstack/Chart.yaml @@ -57,6 +57,6 @@ dependencies: description: A chart for openstack helm commmon deployment items name: openstack type: application -version: 0.2.18 +version: 0.2.19 maintainers: - name: OpenStack-Helm Authors diff --git a/placement/Chart.yaml b/placement/Chart.yaml index 3114e7e90f..6cf1fee72e 100644 --- a/placement/Chart.yaml +++ b/placement/Chart.yaml @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Placement name: placement -version: 0.3.17 +version: 0.3.18 home: https://docs.openstack.org/placement/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Placement/OpenStack_Project_Placement_vertical.png sources: @@ -24,3 +24,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/placement/requirements.yaml b/placement/requirements.yaml deleted file mode 100644 index 639dab0ad7..0000000000 --- a/placement/requirements.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2019 Intel Corporation. -# -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/rally/Chart.yaml b/rally/Chart.yaml index 5245999c4e..b1620fb890 100644 --- a/rally/Chart.yaml +++ b/rally/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm rally name: rally -version: 0.2.11 +version: 0.2.12 home: https://docs.openstack.org/developer/rally icon: https://www.openstack.org/themes/openstack/images/project-mascots/rally/OpenStack_Project_rally_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/rally/requirements.yaml b/rally/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/rally/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/releasenotes/notes/aodh.yaml b/releasenotes/notes/aodh.yaml index 3cbd0074cd..2f0410baff 100644 --- a/releasenotes/notes/aodh.yaml +++ b/releasenotes/notes/aodh.yaml @@ -15,4 +15,5 @@ aodh: - 0.2.10 Enable custom annotations for Openstack secrets - 0.2.11 Update images used by default - 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.13 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/barbican.yaml b/releasenotes/notes/barbican.yaml index 04f44f469c..2061f99ea0 100644 --- a/releasenotes/notes/barbican.yaml +++ b/releasenotes/notes/barbican.yaml @@ -40,4 +40,5 @@ barbican: - 0.3.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.15 Add 2024.2 Ubuntu Jammy overrides - 0.3.16 Add livenessProbe and change path in probe + - 0.3.17 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/ceilometer.yaml b/releasenotes/notes/ceilometer.yaml index bac2df2fa2..829534a08e 100644 --- a/releasenotes/notes/ceilometer.yaml +++ b/releasenotes/notes/ceilometer.yaml @@ -15,4 +15,5 @@ ceilometer: - 0.2.10 Enable custom annotations for Openstack secrets - 0.2.11 Update images used by default - 0.2.12 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.13 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/cinder.yaml b/releasenotes/notes/cinder.yaml index 68bb41905a..cb9ad52eb5 100644 --- a/releasenotes/notes/cinder.yaml +++ b/releasenotes/notes/cinder.yaml @@ -77,4 +77,5 @@ cinder: - 0.3.25 Add 2024.2 Ubuntu Jammy overrides - 0.3.26 Mount /run/cryptsetup in cinder-volume container - 0.3.27 Add support for using a tmpfs for cinder image conversion + - 0.3.28 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/cyborg.yaml b/releasenotes/notes/cyborg.yaml index 5b0255d536..67e480fd1d 100644 --- a/releasenotes/notes/cyborg.yaml +++ b/releasenotes/notes/cyborg.yaml @@ -8,4 +8,5 @@ cyborg: - 0.1.5 Enable custom annotations for Openstack secrets - 0.1.6 Update images used by default - 0.1.7 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.1.8 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/designate.yaml b/releasenotes/notes/designate.yaml index da80727ad2..ddfb4105b8 100644 --- a/releasenotes/notes/designate.yaml +++ b/releasenotes/notes/designate.yaml @@ -18,4 +18,5 @@ designate: - 0.2.12 Enable custom annotations for Openstack secrets - 0.2.13 Update images used by default - 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.15 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/glance.yaml b/releasenotes/notes/glance.yaml index 8e2193cac8..498fb46a8f 100644 --- a/releasenotes/notes/glance.yaml +++ b/releasenotes/notes/glance.yaml @@ -64,4 +64,5 @@ glance: - 0.5.1 Add 2024.2 Ubuntu Jammy overrides - 0.5.2 Fix HTTP healthcheck URLs for Kubernetes probes - 0.5.3 Add override for downloading Ubuntu image + - 0.5.4 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/heat.yaml b/releasenotes/notes/heat.yaml index 97a179fe70..8d38a48b42 100644 --- a/releasenotes/notes/heat.yaml +++ b/releasenotes/notes/heat.yaml @@ -42,4 +42,5 @@ heat: - 0.3.14 Update images used by default - 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.16 Add 2024.2 Ubuntu Jammy overrides + - 0.3.17 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index f77ccd2bd9..37a8f16f47 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -66,4 +66,5 @@ horizon: - 0.3.27 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.28 Add WEBSSO_KEYSTONE_URL value - 0.3.29 Add 2024.2 Ubuntu Jammy overrides + - 0.3.30 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/ironic.yaml b/releasenotes/notes/ironic.yaml index 591e3a6ca2..d70c82063f 100644 --- a/releasenotes/notes/ironic.yaml +++ b/releasenotes/notes/ironic.yaml @@ -25,4 +25,5 @@ ironic: - 0.2.19 Allow extra containers for the conductor - 0.2.20 ensure tempdir is set to a reasonable default - 0.2.21 fix path to ironic.conf for 0.2.20's tempdir setting + - 0.2.22 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/keystone.yaml b/releasenotes/notes/keystone.yaml index 7cf6c6c3b8..1fd0a781ee 100644 --- a/releasenotes/notes/keystone.yaml +++ b/releasenotes/notes/keystone.yaml @@ -64,4 +64,5 @@ keystone: - 0.3.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.16 Align db scripts with Sqlalchemy 2 - 0.3.17 Add 2024.2 Ubuntu Jammy overrides + - 0.3.18 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/magnum.yaml b/releasenotes/notes/magnum.yaml index 217ddcc090..9b5df0aa19 100644 --- a/releasenotes/notes/magnum.yaml +++ b/releasenotes/notes/magnum.yaml @@ -18,4 +18,5 @@ magnum: - 0.2.12 Enable custom annotations for Openstack secrets - 0.2.13 Update images used by default - 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.15 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/manila.yaml b/releasenotes/notes/manila.yaml index fe2e0b602f..afce03de27 100644 --- a/releasenotes/notes/manila.yaml +++ b/releasenotes/notes/manila.yaml @@ -15,4 +15,5 @@ manila: - 0.1.12 Update images used by default - 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.14 Add 2024.2 Ubuntu Jammy overrides + - 0.1.15 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/masakari.yaml b/releasenotes/notes/masakari.yaml index 842fd7409a..bbed77b7ec 100644 --- a/releasenotes/notes/masakari.yaml +++ b/releasenotes/notes/masakari.yaml @@ -14,4 +14,5 @@ masakari: - 0.1.11 Move api_paste_config value to wsgi - 0.1.12 Update images used by default - 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.1.14 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/mistral.yaml b/releasenotes/notes/mistral.yaml index 08e79bb70c..b6f429336a 100644 --- a/releasenotes/notes/mistral.yaml +++ b/releasenotes/notes/mistral.yaml @@ -15,4 +15,5 @@ mistral: - 0.2.9 Enable custom annotations for Openstack secrets - 0.2.10 Update images used by default - 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.12 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/monasca.yaml b/releasenotes/notes/monasca.yaml index df9b7ffe0d..a94eabdc5b 100644 --- a/releasenotes/notes/monasca.yaml +++ b/releasenotes/notes/monasca.yaml @@ -6,4 +6,5 @@ monasca: - 0.1.3 Enable custom annotations for Openstack secrets - 0.1.4 Update images used by default - 0.1.5 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.1.6 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/neutron.yaml b/releasenotes/notes/neutron.yaml index f426a8fce1..792270c523 100644 --- a/releasenotes/notes/neutron.yaml +++ b/releasenotes/notes/neutron.yaml @@ -91,4 +91,5 @@ neutron: - 0.3.47 Add service role to the Neutron user - 0.3.48 Add 2024.2 Ubuntu Jammy overrides - 0.3.49 Add node_selector_* for OVN VPN agent + - 0.3.50 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml index 0b7e39b7c6..51d4997af7 100644 --- a/releasenotes/notes/nova.yaml +++ b/releasenotes/notes/nova.yaml @@ -117,4 +117,5 @@ nova: - 0.3.46 Add 2024.2 Ubuntu Jammy overrides - 0.3.47 Use nova-compute.conf in nova-compute-ironic - 0.3.48 Fix typo in archive_deleted_rows script + - 0.3.49 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/octavia.yaml b/releasenotes/notes/octavia.yaml index cdbcac7717..eb5b357f0c 100644 --- a/releasenotes/notes/octavia.yaml +++ b/releasenotes/notes/octavia.yaml @@ -19,4 +19,5 @@ octavia: - 0.2.13 Enable custom annotations for Openstack secrets - 0.2.14 Update images used by default - 0.2.15 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.16 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/openstack.yaml b/releasenotes/notes/openstack.yaml index 2d8dea13bc..14432badb0 100644 --- a/releasenotes/notes/openstack.yaml +++ b/releasenotes/notes/openstack.yaml @@ -27,4 +27,5 @@ openstack: - 0.2.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.2.17 Update default values to work on multinode cluster - 0.2.18 Add 2024.2 Ubuntu Jammy overrides + - 0.2.19 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/placement.yaml b/releasenotes/notes/placement.yaml index ea8f9d7b05..d1d6f60a92 100644 --- a/releasenotes/notes/placement.yaml +++ b/releasenotes/notes/placement.yaml @@ -40,4 +40,5 @@ placement: - 0.3.15 Uses uWSGI for API service - 0.3.16 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.3.17 Add 2024.2 Ubuntu Jammy overrides + - 0.3.18 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/rally.yaml b/releasenotes/notes/rally.yaml index 2be73eb9af..ea18b9bc93 100644 --- a/releasenotes/notes/rally.yaml +++ b/releasenotes/notes/rally.yaml @@ -14,4 +14,5 @@ rally: - 0.2.9 Enable custom annotations for Openstack secrets - 0.2.10 Update images used by default - 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.12 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/senlin.yaml b/releasenotes/notes/senlin.yaml index 8b106782ad..5f522287d4 100644 --- a/releasenotes/notes/senlin.yaml +++ b/releasenotes/notes/senlin.yaml @@ -17,4 +17,5 @@ senlin: - 0.2.12 Enable custom annotations for Openstack secrets - 0.2.13 Update images used by default - 0.2.14 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.15 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/tacker.yaml b/releasenotes/notes/tacker.yaml index 68be59399c..90c1299456 100644 --- a/releasenotes/notes/tacker.yaml +++ b/releasenotes/notes/tacker.yaml @@ -9,4 +9,5 @@ tacker: - 0.1.6 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default - 0.1.7 Add Tacker Test Job - 0.1.8 Add 2024.2 Ubuntu Jammy overrides + - 0.1.9 Update Chart.yaml apiVersion to v2 ... diff --git a/releasenotes/notes/tempest.yaml b/releasenotes/notes/tempest.yaml index 67ee175574..8cabbdf4c8 100644 --- a/releasenotes/notes/tempest.yaml +++ b/releasenotes/notes/tempest.yaml @@ -14,4 +14,5 @@ tempest: - 0.2.9 Enable custom annotations for Openstack secrets - 0.2.10 Update images used by default - 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default + - 0.2.12 Update Chart.yaml apiVersion to v2 ... diff --git a/senlin/Chart.yaml b/senlin/Chart.yaml index 034b1c1b9f..aadfcec95d 100644 --- a/senlin/Chart.yaml +++ b/senlin/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Senlin name: senlin -version: 0.2.14 +version: 0.2.15 home: https://docs.openstack.org/senlin/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Senlin/OpenStack_Project_Senlin_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/senlin/requirements.yaml b/senlin/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/senlin/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/tacker/Chart.yaml b/tacker/Chart.yaml index f9a4a7e6d8..464bc76103 100644 --- a/tacker/Chart.yaml +++ b/tacker/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Tacker name: tacker -version: 0.1.8 +version: 0.1.9 home: https://docs.openstack.org/tacker/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Tacker/OpenStack_Project_Tacker_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/tacker/requirements.yaml b/tacker/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/tacker/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0" diff --git a/tempest/Chart.yaml b/tempest/Chart.yaml index 50a5c6241b..fbc55281c0 100644 --- a/tempest/Chart.yaml +++ b/tempest/Chart.yaml @@ -10,11 +10,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 appVersion: v1.0.0 description: OpenStack-Helm Tempest name: tempest -version: 0.2.11 +version: 0.2.12 home: https://docs.openstack.org/tempest/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/tempest/OpenStack_Project_tempest_vertical.png sources: @@ -22,3 +22,8 @@ sources: - https://opendev.org/openstack/openstack-helm maintainers: - name: OpenStack-Helm Authors + +dependencies: + - name: helm-toolkit + repository: file://../../openstack-helm-infra/helm-toolkit + version: ">= 0.1.0" diff --git a/tempest/requirements.yaml b/tempest/requirements.yaml deleted file mode 100644 index 4124d0145d..0000000000 --- a/tempest/requirements.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# 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. - -dependencies: - - name: helm-toolkit - repository: file://../../openstack-helm-infra/helm-toolkit - version: ">= 0.1.0"