Skip to content

Commit 32124c6

Browse files
authored
Merge pull request #4077 from BenTheElder/135
bump node image to 1.35.0
2 parents c17c183 + b088420 commit 32124c6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/vm.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
- template: fedora
3434
provider: podman
3535
rootless: rootless
36-
# AlmaLinux 8 is used for testing kind with cgroup v1.
37-
# Do not upgrade this to AlmaLinux 9 until dropping cgroup v1 support.
38-
- template: almalinux-8
39-
provider: docker
40-
rootless: rootful
4136
env:
4237
KIND_EXPERIMENTAL_PROVIDER: "${{ matrix.provider }}"
4338
ROOTLESS: "${{ matrix.rootless }}"

pkg/apis/config/defaults/image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818
package defaults
1919

2020
// Image is the default for the Config.Image field, aka the default node image.
21-
const Image = "kindest/node:v1.34.3@sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48"
21+
const Image = "kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f"

0 commit comments

Comments
 (0)