Skip to content

Commit c868fa9

Browse files
authored
Merge pull request #30 from bashtools/0.8.29
kubernetes version 1.33.0
2 parents 3414691 + 34e857a commit c868fa9

File tree

6 files changed

+530
-522
lines changed

6 files changed

+530
-522
lines changed

Makefile

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

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

README.md

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

55

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

8-
Available kubernetes versions: 1.32.0, 1.32.1, 1.32.2, 1.32.3, 1.32.4
8+
Available kubernetes versions:
9+
10+
| Minor version | versions |
11+
| ------------- | -------- |
12+
| 1.31.x | not supported |
13+
| 1.32.x | 1.32.0, 1.32.1, 1.32.2, 1.32.3, 1.32.4 |
14+
| 1.33.x | 1.33.0 |
915

1016
## TL;DR Quick Start
1117

0 commit comments

Comments
 (0)