Skip to content

Commit 0df6a02

Browse files
committed
kubernetes version 1.32.3
1 parent f8c7ef5 commit 0df6a02

File tree

5 files changed

+172
-172
lines changed

5 files changed

+172
-172
lines changed

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ mok build image --tailf
3636
```
3737
Tag and upload for Arm (built on MacOS M4):
3838
```
39-
VERSION=1.32.2
39+
VERSION=1.32.3
4040
podman tag localhost/local/mok-image_arm64:${VERSION} docker.io/myownkind/mok-image_arm64:${VERSION}
4141
podman login docker.io
4242
podman push docker.io/myownkind/mok-image_arm64:${VERSION}
4343
```
4444
Tag and upload for Intel (built on Fedora):
4545
```
46-
VERSION=1.32.2
46+
VERSION=1.32.3
4747
sudo podman tag localhost/local/mok-image_x86_64:${VERSION} docker.io/myownkind/mok-image_x86_64:${VERSION}
4848
sudo podman login docker.io
4949
sudo podman push docker.io/myownkind/mok-image_x86_64:${VERSION}

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.8.26
1+
VERSION = 0.8.27
22

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

README.md

+2-2
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.2
6+
Default kubernetes version: 1.32.3
77

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

1010
## TL;DR Quick Start
1111

0 commit comments

Comments
 (0)