Skip to content

Commit

Permalink
Merge pull request #113 from lentzi90/renovate/kubernetes-kubernetes-1.x
Browse files Browse the repository at this point in the history
Update dependency kubernetes/kubernetes to v1.31.1
  • Loading branch information
lentzi90 authored Oct 18, 2024
2 parents 0b558a3 + 02ff57f commit 5f3a835
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.29.6",
"v1.30.2"
],
"default": "v1.31.0",
"default": "v1.31.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.31.0'
check "version" kubeadm version -o short | grep 'v1.31.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 5f3a835

Please sign in to comment.