Skip to content

Commit 0590bd6

Browse files
committed
update components (Kubernetes 1.35.0)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 914b0c0 commit 0590bd6

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/reusable-multi-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
PORT_ETCD: "${{ inputs.etcd_port }}"
5454
KUBECONFIG: ./kubeconfig
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v6
5757

5858
- uses: lima-vm/lima-actions/setup@v1
5959
id: lima-actions-setup
6060
with:
6161
version: "${{ inputs.lima_version }}"
6262

6363
- name: "Cache ~/.cache/lima"
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: ~/.cache/lima
6767
key: lima-${{ steps.lima-actions-setup.outputs.version }}

.github/workflows/reusable-single-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
PORT_ETCD: "${{ inputs.etcd_port }}"
4242
KUBECONFIG: ./kubeconfig
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
4545
- name: Load kernel modules
4646
run: |
4747
sudo modprobe br_netfilter

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG BASE_IMAGE=docker.io/kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
2-
ARG CNI_PLUGINS_VERSION=v1.7.1
3-
ARG HELM_VERSION=v3.18.6
4-
ARG FLANNEL_VERSION=v0.27.2
1+
ARG BASE_IMAGE=docker.io/kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f
2+
ARG CNI_PLUGINS_VERSION=v1.9.0
3+
ARG HELM_VERSION=v4.0.4
4+
ARG FLANNEL_VERSION=v0.27.4
55
FROM ${BASE_IMAGE}
66
COPY Dockerfile.d/SHA256SUMS.d/ /tmp/SHA256SUMS.d
77
ARG CNI_PLUGINS_VERSION

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

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
58c03705426e929658f45a851df15a86d06ef680cacbf3f2dc127731ca265c28 cni-plugins-linux-amd64-v1.9.0.tgz
2+
2596ef56329dd1269026f46b8df262f09ba43c92dbfb940e1e69fbccccd30a29 cni-plugins-linux-arm64-v1.9.0.tgz

Dockerfile.d/SHA256SUMS.d/flannel-v0.27.2

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c1f3c87436192459c1e1bfd23f96a605892f974e47f87324e360a4f43a4268e1 flannel.tgz

Dockerfile.d/SHA256SUMS.d/helm-v3.18.6

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
29454bc351f4433e66c00f5d37841627cbbcc02e4c70a6d796529d355237671c helm-v4.0.4-linux-amd64.tar.gz
2+
16b88acc6503d646b7537a298e7389bef469c5cc9ebadf727547abe9f6a35903 helm-v4.0.4-linux-arm64.tar.gz

0 commit comments

Comments
 (0)