Skip to content

Commit

Permalink
Merge pull request #94 from lentzi90/renovate/kubernetes-kubernetes-1.x
Browse files Browse the repository at this point in the history
Update dependency kubernetes/kubernetes to v1.30.1
  • Loading branch information
lentzi90 authored Jun 2, 2024
2 parents 5724aaa + 957ee6e commit 70d9dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/kubeadm/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"v1.27.5",
"v1.26.8"
],
"default": "v1.30.0",
"default": "v1.30.1",
"description": "Select or enter kubeadm version to install."
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/kubeadm/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source dev-container-features-test-lib

# Feature-specific tests
# The 'check' command comes from the dev-container-features-test-lib.
check "version" kubeadm version -o short | grep 'v1.30.0'
check "version" kubeadm version -o short | grep 'v1.30.1'

# Report result
# If any of the checks above exited with a non-zero exit code, the test will fail.
Expand Down

0 comments on commit 70d9dbf

Please sign in to comment.