Skip to content

Commit a62aae9

Browse files
committed
kubernetes version 1.32.4
1 parent 71e6a79 commit a62aae9

5 files changed

Lines changed: 180 additions & 176 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.8.27
1+
VERSION = 0.8.28
22

33
.PHONY: all
44
all: mok.deploy tags

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
![image](https://github.com/user-attachments/assets/0750910e-d6da-4c65-92ea-f7bc64b116cc)
44

55

6-
Default kubernetes version: 1.32.3
6+
Default kubernetes version: 1.32.4
77

8-
Available kubernetes versions: 1.32.0, 1.32.1, 1.32.2, 1.32.3
8+
Available kubernetes versions: 1.32.0, 1.32.1, 1.32.2, 1.32.3, 1.32.4
99

1010
## TL;DR Quick Start
1111

mok-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG BASE_IMAGE=debian:bookworm-slim
2424
FROM $BASE_IMAGE AS base
2525

2626
ARG KUBERNETES_VERSION=v1.32
27-
ARG CRIO_VERSION=v1.31
27+
ARG CRIO_VERSION=v1.32
2828

2929
# copy in static files
3030
# all scripts and directories are 0755 (rwx r-x r-x)
@@ -134,7 +134,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
134134
# stage for building runc
135135
FROM go-build AS build-runc
136136
ARG TARGETARCH GO_VERSION
137-
ARG RUNC_VERSION="v1.2.4"
137+
ARG RUNC_VERSION="v1.2.6"
138138
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
139139
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
140140
&& cd /runc \

0 commit comments

Comments
 (0)