Skip to content

Commit

Permalink
January 2025 rke2 2.9 (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns authored Jan 28, 2025
1 parent a8d94f3 commit ac2d54f
Show file tree
Hide file tree
Showing 6 changed files with 820 additions and 82 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG RANCHER_VERSION=v2.9-head

FROM rancher/rancher:$RANCHER_VERSION as rancher

FROM registry.suse.com/bci/golang:1.22
FROM registry.suse.com/bci/golang:1.23

RUN mkdir -p /var/lib/rancher
COPY --from=rancher /var/lib/rancher /var/lib/rancher
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN ln -s /usr/bin/cni /usr/bin/bridge && \

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
ENV GOLANGCI_LINT v1.59.0
ENV GOLANGCI_LINT v1.60.3

RUN zypper -n install git docker vim less file curl wget jq awk && rpm -e --nodeps --noscripts containerd
RUN go install golang.org/x/tools/cmd/goimports@latest
Expand Down
94 changes: 94 additions & 0 deletions channels-rke2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,6 +2472,53 @@ releases:
repo: rancher-rke2-charts
version: 0.1.2100
featureVersions: *featureVersions-v1
- version: v1.29.13+rke2r1
minChannelServerVersion: v2.9.0-alpha1
maxChannelServerVersion: v2.10.99
serverArgs: *serverArgs-v1-28-9-rke2r1
agentArgs: *agentArgs-v1-28-8-rke2r1
charts: &charts-v1-29-13-rke2r1
<<: *charts-v1-29-12-rke2r1
rke2-ingress-nginx:
repo: rancher-rke2-charts
version: 4.12.003
rke2-cilium:
repo: rancher-rke2-charts
version: 1.16.501
rke2-canal:
repo: rancher-rke2-charts
version: v3.29.1-build2025011000
rke2-calico:
repo: rancher-rke2-charts
version: v3.29.101
rke2-calico-crd:
repo: rancher-rke2-charts
version: v3.29.101
rke2-metrics-server:
repo: rancher-rke2-charts
version: 3.12.200
rke2-flannel:
repo: rancher-rke2-charts
version: v0.26.300
rke2-snapshot-controller:
repo: rancher-rke2-charts
version: 4.0.002
rke2-snapshot-controller-crd:
repo: rancher-rke2-charts
version: 4.0.002
rke2-snapshot-validation-webhook:
repo: rancher-rke2-charts
version: 0.0.0
rke2-multus:
repo: rancher-rke2-charts
version: v4.1.400
harvester-cloud-provider:
repo: rancher-rke2-charts
version: 0.2.900
harvester-csi-driver:
repo: rancher-rke2-charts
version: 0.1.2200
featureVersions: *featureVersions-v1
- version: v1.30.1+rke2r1
minChannelServerVersion: v2.9.0-alpha1
maxChannelServerVersion: v2.9.99
Expand Down Expand Up @@ -2715,3 +2762,50 @@ releases:
repo: rancher-rke2-charts
version: 0.1.2100
featureVersions: *featureVersions-v1
- version: v1.30.9+rke2r1
minChannelServerVersion: v2.9.0-alpha1
maxChannelServerVersion: v2.10.99
serverArgs: *serverArgs-v1-28-11-rke2r1
agentArgs: *agentArgs-v1-28-11-rke2r1
charts: &charts-v1-30-9-rke2r1
<<: *charts-v1-30-8-rke2r1
rke2-ingress-nginx:
repo: rancher-rke2-charts
version: 4.12.003
rke2-cilium:
repo: rancher-rke2-charts
version: 1.16.501
rke2-canal:
repo: rancher-rke2-charts
version: v3.29.1-build2025011000
rke2-calico:
repo: rancher-rke2-charts
version: v3.29.101
rke2-calico-crd:
repo: rancher-rke2-charts
version: v3.29.101
rke2-metrics-server:
repo: rancher-rke2-charts
version: 3.12.200
rke2-flannel:
repo: rancher-rke2-charts
version: v0.26.300
rke2-snapshot-controller:
repo: rancher-rke2-charts
version: 4.0.002
rke2-snapshot-controller-crd:
repo: rancher-rke2-charts
version: 4.0.002
rke2-snapshot-validation-webhook:
repo: rancher-rke2-charts
version: 0.0.0
rke2-multus:
repo: rancher-rke2-charts
version: v4.1.400
harvester-cloud-provider:
repo: rancher-rke2-charts
version: 0.2.900
harvester-csi-driver:
repo: rancher-rke2-charts
version: 0.1.2200
featureVersions: *featureVersions-v1
Loading

0 comments on commit ac2d54f

Please sign in to comment.