Skip to content

Commit

Permalink
Merge pull request #7501 from thomasferrandiz/issue-7496_release-1.31
Browse files Browse the repository at this point in the history
[release 1.31] Bump flannel, canal and multus charts
  • Loading branch information
thomasferrandiz authored Jan 9, 2025
2 parents 4102d77 + 82606dd commit 496ed82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARG KUBERNETES_VERSION=dev
ENV CRICTL_VERSION="v1.30.1"
ENV CALICO_VERSION="v3.29.1"
ENV CNI_PLUGIN_VERSION="v1.4.1"
ENV FLANNEL_VERSION="v0.26.1"
ENV FLANNEL_VERSION="v0.26.3"
ENV CNI_FLANNEL_VERSION="v1.6.0-flannel1"

RUN mkdir -p rancher
Expand Down
6 changes: 3 additions & 3 deletions charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ charts:
- version: 1.16.400
filename: /charts/rke2-cilium.yaml
bootstrap: true
- version: v3.29.1-build2024121100
- version: v3.29.1-build2024121101
filename: /charts/rke2-canal.yaml
bootstrap: true
- version: v3.29.100
Expand All @@ -26,10 +26,10 @@ charts:
- version: 3.12.004
filename: /charts/rke2-metrics-server.yaml
bootstrap: false
- version: v4.1.301
- version: v4.1.400
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.26.101
- version: v0.26.300
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.9.100
Expand Down
6 changes: 3 additions & 3 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-canal.txt
${REGISTRY}/rancher/hardened-calico:v3.29.1-build20241211
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241211
${REGISTRY}/rancher/hardened-flannel:v0.26.3-build20250108
EOF

if [ "${GOARCH}" != "s390x" ]; then
Expand Down Expand Up @@ -81,7 +81,7 @@ EOF
fi

xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v4.1.3-build20241028
${REGISTRY}/rancher/hardened-multus-cni:v4.1.4-build20250108
${REGISTRY}/rancher/hardened-cni-plugins:v1.6.0-build20241022
${REGISTRY}/rancher/hardened-whereabouts:v0.8.0-build20241011
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
Expand All @@ -98,7 +98,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-harvester.txt
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-flannel.txt
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241211
${REGISTRY}/rancher/hardened-flannel:v0.26.3-build20250108
${REGISTRY}/rancher/hardened-cni-plugins:v1.6.0-build20241022
EOF
fi
Expand Down

0 comments on commit 496ed82

Please sign in to comment.