Skip to content

Commit ebf4c77

Browse files
authored
Merge pull request #212 from lentzi90/renovate/kubernetes-sigs-cluster-api-1.x
Update dependency kubernetes-sigs/cluster-api to v1.13.3
2 parents d1d1353 + 813e556 commit ebf4c77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/clusterctl/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": {
88
"type": "string",
99
"proposals": ["v1.6.6", "v1.7.3"],
10-
"default": "v1.13.1",
10+
"default": "v1.13.3",
1111
"description": "Select or enter clusterctl version to install."
1212
}
1313
},

test/clusterctl/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source dev-container-features-test-lib
2626

2727
# Feature-specific tests
2828
# The 'check' command comes from the dev-container-features-test-lib.
29-
check "version" clusterctl version | grep 'v1.13.1'
29+
check "version" clusterctl version | grep 'v1.13.3'
3030

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

0 commit comments

Comments
 (0)