Skip to content

Commit d118655

Browse files
authored
Merge pull request #341 from AkihiroSuda/dev
update components (Kubernetes 1.31.2)
2 parents 5deee9c + c4e2019 commit d118655

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
CONTAINER_ENGINE: "${{ matrix.engine }}"
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Set up cgroup v2 delegation
2121
run: |
2222
sudo mkdir -p /etc/systemd/system/[email protected]
@@ -76,7 +76,7 @@ jobs:
7676
LIMA_TEMPLATE: "${{ matrix.lima-template }}"
7777
CONTAINER_ENGINE: "${{ matrix.engine }}"
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080
- name: "Install QEMU"
8181
run: |
8282
set -eux

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BASE_IMAGE=docker.io/kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
2-
ARG CNI_PLUGINS_VERSION=v1.5.1
1+
ARG BASE_IMAGE=docker.io/kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
2+
ARG CNI_PLUGINS_VERSION=v1.6.1
33
FROM ${BASE_IMAGE}
44
COPY Dockerfile.d/SHA256SUMS.d/ /tmp/SHA256SUMS.d
55
ARG CNI_PLUGINS_VERSION

Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.5.1

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563 cni-plugins-linux-amd64-v1.6.1.tgz
2+
f0f440b968ab50ad13d9d42d993ba98ec30b2ec666846f4ef1bddc7646a701cc cni-plugins-linux-arm64-v1.6.1.tgz

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ kubeadm-reset:
150150

151151
.PHONY: install-flannel
152152
install-flannel:
153-
$(NODE_SHELL) kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.25.5/kube-flannel.yml
153+
$(NODE_SHELL) kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.1/kube-flannel.yml

0 commit comments

Comments
 (0)