Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38cea5b

Browse files
VannTengithub-actions[bot]
andauthoredApr 24, 2025··
Patch versions updates (#12119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4177289 commit 38cea5b

File tree

4 files changed

+101
-7
lines changed

4 files changed

+101
-7
lines changed
 

‎Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ RUN --mount=type=bind,source=requirements.txt,target=requirements.txt \
3535
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3636

3737
RUN OS_ARCHITECTURE=$(dpkg --print-architecture) \
38-
&& curl -L "https://dl.k8s.io/release/v1.32.3/bin/linux/${OS_ARCHITECTURE}/kubectl" -o /usr/local/bin/kubectl \
39-
&& echo "$(curl -L "https://dl.k8s.io/release/v1.32.3/bin/linux/${OS_ARCHITECTURE}/kubectl.sha256")" /usr/local/bin/kubectl | sha256sum --check \
38+
&& curl -L "https://dl.k8s.io/release/v1.32.4/bin/linux/${OS_ARCHITECTURE}/kubectl" -o /usr/local/bin/kubectl \
39+
&& echo "$(curl -L "https://dl.k8s.io/release/v1.32.4/bin/linux/${OS_ARCHITECTURE}/kubectl.sha256")" /usr/local/bin/kubectl | sha256sum --check \
4040
&& chmod a+x /usr/local/bin/kubectl
4141

4242
COPY *.yml ./

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ Note:
111111
<!-- BEGIN ANSIBLE MANAGED BLOCK -->
112112

113113
- Core
114-
- [kubernetes](https://github.com/kubernetes/kubernetes) 1.32.3
114+
- [kubernetes](https://github.com/kubernetes/kubernetes) 1.32.4
115115
- [etcd](https://github.com/etcd-io/etcd) 3.5.16
116116
- [docker](https://www.docker.com/) 28.0
117-
- [containerd](https://containerd.io/) 2.0.3
117+
- [containerd](https://containerd.io/) 2.0.5
118118
- [cri-o](http://cri-o.io/) 1.32.0 (experimental: see [CRI-O Note](docs/CRI/cri-o.md). Only on fedora, ubuntu and centos based OS)
119119
- Network Plugin
120120
- [cni-plugins](https://github.com/containernetworking/plugins) 1.4.1
121-
- [calico](https://github.com/projectcalico/calico) 3.29.2
121+
- [calico](https://github.com/projectcalico/calico) 3.29.3
122122
- [cilium](https://github.com/cilium/cilium) 1.15.9
123123
- [flannel](https://github.com/flannel-io/flannel) 0.22.0
124124
- [kube-ovn](https://github.com/alauda/kube-ovn) 1.12.21

‎pipeline.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \
4747
&& pip install --no-compile --no-cache-dir pip -U \
4848
&& pip install --no-compile --no-cache-dir -r tests/requirements.txt \
4949
&& pip install --no-compile --no-cache-dir -r requirements.txt \
50-
&& curl -L https://dl.k8s.io/release/v1.32.3/bin/linux/$(dpkg --print-architecture)/kubectl -o /usr/local/bin/kubectl \
51-
&& echo $(curl -L https://dl.k8s.io/release/v1.32.3/bin/linux/$(dpkg --print-architecture)/kubectl.sha256) /usr/local/bin/kubectl | sha256sum --check \
50+
&& curl -L https://dl.k8s.io/release/v1.32.4/bin/linux/$(dpkg --print-architecture)/kubectl -o /usr/local/bin/kubectl \
51+
&& echo $(curl -L https://dl.k8s.io/release/v1.32.4/bin/linux/$(dpkg --print-architecture)/kubectl.sha256) /usr/local/bin/kubectl | sha256sum --check \
5252
&& chmod a+x /usr/local/bin/kubectl \
5353
# Install Vagrant
5454
&& curl -LO https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}-1_$(dpkg --print-architecture).deb \

‎roles/kubespray-defaults/defaults/main/checksums.yml

Lines changed: 94 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.