init versions for release manifest 3.3 #83

Merged
dprodanov merged 1 commits from dprodanov/Factory:release-manifest-3.3 into main 2025-02-28 18:19:09 +01:00
2 changed files with 30 additions and 29 deletions

View File

@ -1,4 +1,4 @@
#!BuildTag: %%IMG_PREFIX%%release-manifest:3.2.0 #!BuildTag: %%IMG_PREFIX%%release-manifest:3.3.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.2.0" LABEL org.opencontainers.image.version="3.3.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.2.0" LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%release-manifest:3.3.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,13 +1,13 @@
apiVersion: lifecycle.suse.com/v1alpha1 apiVersion: lifecycle.suse.com/v1alpha1
kind: ReleaseManifest kind: ReleaseManifest
metadata: metadata:
name: release-manifest-3-2-0 name: release-manifest-3-3-0
spec: spec:
releaseVersion: 3.2.0 releaseVersion: 3.3.0
components: components:
kubernetes: kubernetes:
k3s: k3s:
version: v1.31.3+k3s1 version: v1.32.1+k3s1
coreComponents: coreComponents:
- name: traefik-crd - name: traefik-crd
version: 27.0.201+up27.0.2 version: 27.0.201+up27.0.2
@ -23,7 +23,7 @@ spec:
- name: coredns - name: coredns
containers: containers:
- name: coredns - name: coredns
image: rancher/mirrored-coredns-coredns:1.11.3 image: rancher/mirrored-coredns-coredns:1.12.0
type: Deployment type: Deployment
- name: metrics-server - name: metrics-server
containers: containers:
@ -31,55 +31,56 @@ spec:
image: rancher/mirrored-metrics-server:v0.7.2 image: rancher/mirrored-metrics-server:v0.7.2
type: Deployment type: Deployment
rke2: rke2:
version: v1.31.3+rke2r1 version: v1.32.1+rke2r1
coreComponents: coreComponents:
- name: rke2-cilium - name: rke2-cilium
version: 1.16.303 version: 1.16.501
type: HelmChart type: HelmChart
- name: rke2-canal - name: rke2-canal
version: v3.29.0-build2024110400 version: v3.29.1-build2025011000
type: HelmChart type: HelmChart
- name: rke2-calico-crd - name: rke2-calico-crd
version: v3.29.000 version: v3.29.101
type: HelmChart type: HelmChart
- name: rke2-calico - name: rke2-calico
version: v3.29.000 version: v3.29.101
type: HelmChart type: HelmChart
- name: rke2-coredns - name: rke2-coredns
version: 1.33.005 version: 1.36.102
type: HelmChart type: HelmChart
- name: rke2-ingress-nginx - name: rke2-ingress-nginx
version: 4.10.502 version: 4.12.003
type: HelmChart type: HelmChart
- name: rke2-metrics-server - name: rke2-metrics-server
version: 3.12.004 version: 3.12.200
type: HelmChart type: HelmChart
- name: rancher-vsphere-csi - name: rancher-vsphere-csi
version: 3.3.1-rancher700 version: 3.3.1-rancher800
type: HelmChart type: HelmChart
- name: rancher-vsphere-cpi - name: rancher-vsphere-cpi
version: 1.9.100 version: 1.10.000
type: HelmChart type: HelmChart
- name: harvester-cloud-provider - name: harvester-cloud-provider
version: 0.2.600 version: 0.2.900
type: HelmChart type: HelmChart
- name: harvester-csi-driver - name: harvester-csi-driver
version: 0.1.2000 version: 0.1.2200
type: HelmChart type: HelmChart
- name: rke2-snapshot-controller-crd - name: rke2-snapshot-controller-crd
version: 3.0.601 version: 4.0.002
type: HelmChart type: HelmChart
- name: rke2-snapshot-controller - name: rke2-snapshot-controller
version: 3.0.601 version: 4.0.002
type: HelmChart type: HelmChart
# Deprecated this empty chart addon can be removed in v1.34
dprodanov marked this conversation as resolved Outdated

We should either remove the component altogether or update it to the corresponding version in the RKE2 chart_versions.yaml file.

From what I understand this will be an empty chart add-on that will be removed in 1.34. If it really is empty, there is no sense in validating it.

We should either remove the component altogether or update it to the corresponding version in the RKE2 [chart_versions.yaml](https://github.com/rancher/rke2/blob/v1.32.1%2Brke2r1/charts/chart_versions.yaml#L53) file. From what I understand this will be an empty chart add-on that will be removed in 1.34. If it really is empty, there is no sense in validating it.
- name: rke2-snapshot-validation-webhook - name: rke2-snapshot-validation-webhook
version: 1.9.001 version: 0.0.0
type: HelmChart type: HelmChart
operatingSystem: operatingSystem:
version: "6.0" version: "6.1"
zypperID: "SL-Micro" zypperID: "SL-Micro"
cpeScheme: "cpe:/o:suse:sl-micro:6.0" cpeScheme: "cpe:/o:suse:sl-micro:6.1"
prettyName: "SUSE Linux Micro 6.0" prettyName: "SUSE Linux Micro 6.1"
supportedArchs: supportedArchs:
- "x86_64" - "x86_64"
- "aarch64" - "aarch64"
@ -88,8 +89,8 @@ spec:
- prettyName: Rancher - prettyName: Rancher
releaseName: rancher releaseName: rancher
chart: rancher chart: rancher
version: 2.10.1 version: 2.11.0-alpha7
ipetrov117 marked this conversation as resolved Outdated

I do not see any charts in this repo when I locally do:

helm repo add rancher-alpha https://releases.rancher.com/server-charts/alpha
helm repo update
helm search repo rancher-alpha --versions

# output
No results found

Am I missing something :?

I do not see any charts in this repo when I locally do: ```bash helm repo add rancher-alpha https://releases.rancher.com/server-charts/alpha helm repo update helm search repo rancher-alpha --versions # output No results found ``` Am I missing something :?

nvm, forgot to add --devel to the command.

nvm, forgot to add `--devel` to the command.
repository: https://charts.rancher.com/server-charts/prime repository: https://releases.rancher.com/server-charts/alpha
values: values:
postDelete: postDelete:
enabled: false enabled: false
@ -122,12 +123,12 @@ spec:
- prettyName: NeuVector - prettyName: NeuVector
releaseName: neuvector releaseName: neuvector
chart: neuvector chart: neuvector
version: 105.0.0+up2.8.3 version: 105.0.1+up2.8.4
repository: https://charts.rancher.io repository: https://charts.rancher.io
dependencyCharts: dependencyCharts:
- releaseName: neuvector-crd - releaseName: neuvector-crd
chart: neuvector-crd chart: neuvector-crd
version: 105.0.0+up2.8.3 version: 105.0.1+up2.8.4
repository: https://charts.rancher.io repository: https://charts.rancher.io
addonCharts: addonCharts:
- releaseName: neuvector-ui-ext - releaseName: neuvector-ui-ext