1
0
forked from suse-edge/Factory

Bump release manifest to 3.2.0

This commit is contained in:
Atanas Dinov 2024-11-19 17:00:37 +02:00
parent 5c2204ba3e
commit 996ee3b221
No known key found for this signature in database
GPG Key ID: 10EC8CE955088A15
2 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
#!BuildTag: %%IMG_PREFIX%%release-manifest:3.1.1 #!BuildTag: %%IMG_PREFIX%%release-manifest:3.2.0
ARG SLE_VERSION ARG SLE_VERSION
FROM registry.suse.com/bci/bci-micro:$SLE_VERSION FROM registry.suse.com/bci/bci-micro:$SLE_VERSION
@ -7,11 +7,11 @@ FROM registry.suse.com/bci/bci-micro:$SLE_VERSION
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)" LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.title="SUSE Edge Release Manifest" LABEL org.opencontainers.image.title="SUSE Edge Release Manifest"
LABEL org.opencontainers.image.description="Release Manifest containing information about a specific SUSE Edge release" LABEL org.opencontainers.image.description="Release Manifest containing information about a specific SUSE Edge release"
LABEL org.opencontainers.image.version="3.1.1" LABEL org.opencontainers.image.version="3.2.0"
LABEL org.opencontainers.image.url="https://www.suse.com/solutions/edge-computing/" LABEL org.opencontainers.image.url="https://www.suse.com/solutions/edge-computing/"
LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%release-manifest:3.1.1" LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%release-manifest:3.2.0"
LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%" LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
LABEL com.suse.eula="SUSE Combined EULA February 2024" LABEL com.suse.eula="SUSE Combined EULA February 2024"

View File

@ -1,15 +1,15 @@
apiVersion: lifecycle.suse.com/v1alpha1 apiVersion: lifecycle.suse.com/v1alpha1
kind: ReleaseManifest kind: ReleaseManifest
metadata: metadata:
name: release-manifest-3-1-1 name: release-manifest-3-2-0
spec: spec:
releaseVersion: 3.1.1 releaseVersion: 3.2.0
components: components:
kubernetes: kubernetes:
k3s: k3s:
version: v1.30.5+k3s1 version: v1.31.2+k3s1
rke2: rke2:
version: v1.30.5+rke2r1 version: v1.31.2+rke2r1
operatingSystem: operatingSystem:
version: "6.0" version: "6.0"
zypperID: "SL-Micro" zypperID: "SL-Micro"
@ -23,17 +23,17 @@ spec:
- prettyName: Rancher - prettyName: Rancher
releaseName: rancher releaseName: rancher
chart: rancher chart: rancher
version: v2.9.3 version: v2.10.0
repository: https://charts.rancher.com/server-charts/prime repository: https://releases.rancher.com/server-charts/stable
- prettyName: Longhorn - prettyName: Longhorn
releaseName: longhorn releaseName: longhorn
chart: longhorn chart: longhorn
version: 104.2.0+up1.7.1 version: 104.2.1+up1.7.2
repository: https://charts.rancher.io repository: https://charts.rancher.io
dependencyCharts: dependencyCharts:
- releaseName: longhorn-crd - releaseName: longhorn-crd
chart: longhorn-crd chart: longhorn-crd
version: 104.2.0+up1.7.1 version: 104.2.1+up1.7.2
repository: https://charts.rancher.io repository: https://charts.rancher.io
- prettyName: MetalLB - prettyName: MetalLB
releaseName: metallb releaseName: metallb
@ -50,7 +50,7 @@ spec:
addonCharts: addonCharts:
- releaseName: kubevirt-dashboard-extension - releaseName: kubevirt-dashboard-extension
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%kubevirt-dashboard-extension-chart chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%kubevirt-dashboard-extension-chart
version: 1.1.0 version: 1.2.0
- prettyName: NeuVector - prettyName: NeuVector
releaseName: neuvector releaseName: neuvector
chart: neuvector chart: neuvector
@ -73,19 +73,19 @@ spec:
- prettyName: Elemental - prettyName: Elemental
releaseName: elemental-operator releaseName: elemental-operator
chart: oci://registry.suse.com/rancher/elemental-operator-chart chart: oci://registry.suse.com/rancher/elemental-operator-chart
version: 1.6.4 version: 1.6.5
dependencyCharts: dependencyCharts:
- releaseName: elemental-operator-crds - releaseName: elemental-operator-crds
chart: oci://registry.suse.com/rancher/elemental-operator-crds-chart chart: oci://registry.suse.com/rancher/elemental-operator-crds-chart
version: 1.6.4 version: 1.6.5
- prettyName: SRIOV - prettyName: SRIOV
releaseName: sriov-network-operator releaseName: sriov-network-operator
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%sriov-network-operator-chart chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%sriov-network-operator-chart
version: 1.3.0 version: 1.4.0
dependencyCharts: dependencyCharts:
- releaseName: sriov-crd - releaseName: sriov-crd
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%sriov-crd-chart chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%sriov-crd-chart
version: 1.3.0 version: 1.4.0
- prettyName: Akri - prettyName: Akri
releaseName: akri releaseName: akri
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%akri-chart chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%akri-chart
@ -97,8 +97,8 @@ spec:
- prettyName: Metal3 - prettyName: Metal3
releaseName: metal3 releaseName: metal3
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%metal3-chart chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%metal3-chart
version: 0.8.3 version: 0.9.0
- prettyName: RancherTurtles - prettyName: RancherTurtles
releaseName: rancher-turtles releaseName: rancher-turtles
chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%rancher-turtles-chart chart: %%CHART_REPO%%/%%IMAGE_PREFIX%%rancher-turtles-chart
version: 0.3.3 version: 0.4.0