Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release 1.28] Update Flannel to v0.26.1 #7260

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.28.0"
ENV CALICO_VERSION="v3.29.0"
ENV CNI_PLUGIN_VERSION="v1.4.1"
ENV FLANNEL_VERSION="v0.26.0"
ENV FLANNEL_VERSION="v0.26.1"
ENV CNI_FLANNEL_VERSION="v1.6.0-flannel1"

RUN mkdir -p rancher
Expand Down
2 changes: 1 addition & 1 deletion charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ charts:
- version: v4.1.301
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.26.001
- version: v0.26.100
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.9.100
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,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.0-build20241024
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241107
${REGISTRY}/rancher/hardened-cni-plugins:v1.6.0-build20241022
EOF
fi
Expand Down