From f23003c01f3a5232fb43688fa91c18f7f1701b2bcd43c511db53ff7f405b5c55 Mon Sep 17 00:00:00 2001 From: Marco Chiappero Date: Tue, 8 Jul 2025 12:30:45 +0000 Subject: [PATCH] Bump minor version in ironic-image and metal3-chart Update metal3-chart to include the following ironic and ipa downloader changes: https://src.opensuse.org/suse-edge/Factory/pulls/196 https://src.opensuse.org/suse-edge/Factory/pulls/198 https://src.opensuse.org/suse-edge/Factory/pulls/199 https://src.opensuse.org/suse-edge/Factory/pulls/200 https://src.opensuse.org/suse-edge/Factory/pulls/201 https://src.opensuse.org/suse-edge/Factory/pulls/203 https://src.opensuse.org/suse-edge/Factory/pulls/204 https://src.opensuse.org/suse-edge/Factory/pulls/207 https://src.opensuse.org/suse-edge/Factory/pulls/208 Signed-off-by: Marco Chiappero --- ironic-image/Dockerfile | 8 ++++---- metal3-chart/Chart.yaml | 12 ++++++------ metal3-chart/charts/ironic/Chart.yaml | 2 +- metal3-chart/charts/ironic/values.yaml | 2 +- metal3-chart/charts/media/Chart.yaml | 2 +- metal3-chart/charts/media/values.yaml | 2 +- release-manifest-image/release_manifest.yaml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ironic-image/Dockerfile b/ironic-image/Dockerfile index a304a0a..00d40b1 100644 --- a/ironic-image/Dockerfile +++ b/ironic-image/Dockerfile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 -#!BuildTag: %%IMG_PREFIX%%ironic:26.1.2.4 -#!BuildTag: %%IMG_PREFIX%%ironic:26.1.2.4-%RELEASE% +#!BuildTag: %%IMG_PREFIX%%ironic:26.1.2.5 +#!BuildTag: %%IMG_PREFIX%%ironic:26.1.2.5-%RELEASE% #!BuildVersion: 15.6 ARG SLE_VERSION @@ -42,8 +42,8 @@ LABEL org.opencontainers.image.description="Openstack Ironic based on the SLE Ba LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" -LABEL org.opencontainers.image.version="26.1.2.4" -LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%ironic:26.1.2.4-%RELEASE%" +LABEL org.opencontainers.image.version="26.1.2.5" +LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%ironic:26.1.2.5-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%" LABEL com.suse.eula="SUSE Combined EULA February 2024" diff --git a/metal3-chart/Chart.yaml b/metal3-chart/Chart.yaml index 455f196..0955e45 100644 --- a/metal3-chart/Chart.yaml +++ b/metal3-chart/Chart.yaml @@ -1,7 +1,7 @@ -#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.8_up0.11.6 -#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.8_up0.11.6-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.9_up0.11.7 +#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.9_up0.11.7-%RELEASE% apiVersion: v2 -appVersion: 0.11.6 +appVersion: 0.11.7 dependencies: - alias: metal3-baremetal-operator name: baremetal-operator @@ -10,7 +10,7 @@ dependencies: - alias: metal3-ironic name: ironic repository: file://./charts/ironic - version: 0.10.5 + version: 0.10.6 - alias: metal3-mariadb condition: global.enable_mariadb name: mariadb @@ -20,9 +20,9 @@ dependencies: condition: global.enable_metal3_media_server name: media repository: file://./charts/media - version: 0.6.2 + version: 0.6.3 description: A Helm chart that installs all of the dependencies needed for Metal3 icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg name: metal3 type: application -version: "%%CHART_MAJOR%%.0.8+up0.11.6" +version: "%%CHART_MAJOR%%.0.9+up0.11.7" diff --git a/metal3-chart/charts/ironic/Chart.yaml b/metal3-chart/charts/ironic/Chart.yaml index 87ba610..a174d38 100644 --- a/metal3-chart/charts/ironic/Chart.yaml +++ b/metal3-chart/charts/ironic/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 26.1.2 description: A Helm chart for Ironic, used by Metal3 name: ironic type: application -version: 0.10.5 +version: 0.10.6 diff --git a/metal3-chart/charts/ironic/values.yaml b/metal3-chart/charts/ironic/values.yaml index 539b3f8..16933c6 100644 --- a/metal3-chart/charts/ironic/values.yaml +++ b/metal3-chart/charts/ironic/values.yaml @@ -56,7 +56,7 @@ images: ironic: repository: registry.opensuse.org/isv/suse/edge/metal3/containers/images/ironic pullPolicy: IfNotPresent - tag: 26.1.2.4 + tag: 26.1.2.5 ironicIPADownloader: repository: registry.opensuse.org/isv/suse/edge/metal3/containers/images/ironic-ipa-downloader pullPolicy: IfNotPresent diff --git a/metal3-chart/charts/media/Chart.yaml b/metal3-chart/charts/media/Chart.yaml index 0d88854..6295c78 100644 --- a/metal3-chart/charts/media/Chart.yaml +++ b/metal3-chart/charts/media/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 1.16.0 description: A Helm chart for Media, used by Metal3 name: media type: application -version: 0.6.2 +version: 0.6.3 diff --git a/metal3-chart/charts/media/values.yaml b/metal3-chart/charts/media/values.yaml index 7afd1f3..bb92cb7 100644 --- a/metal3-chart/charts/media/values.yaml +++ b/metal3-chart/charts/media/values.yaml @@ -24,7 +24,7 @@ replicaCount: 1 image: repository: registry.opensuse.org/isv/suse/edge/metal3/containers/images/ironic pullPolicy: IfNotPresent - tag: 26.1.2.4 + tag: 26.1.2.5 imagePullSecrets: [] nameOverride: "" diff --git a/release-manifest-image/release_manifest.yaml b/release-manifest-image/release_manifest.yaml index 949dff6..0375cd9 100644 --- a/release-manifest-image/release_manifest.yaml +++ b/release-manifest-image/release_manifest.yaml @@ -171,7 +171,7 @@ spec: - prettyName: Metal3 releaseName: metal3 chart: "%%CHART_REPO%%/%%CHART_PREFIX%%metal3" - version: "%%CHART_MAJOR%%.0.8+up0.11.6" + version: "%%CHART_MAJOR%%.0.9+up0.11.7" - prettyName: RancherTurtles releaseName: rancher-turtles chart: "%%CHART_REPO%%/%%CHART_PREFIX%%rancher-turtles" -- 2.51.1