We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1d1353 + 813e556 commit ebf4c77Copy full SHA for ebf4c77
2 files changed
src/clusterctl/devcontainer-feature.json
@@ -7,7 +7,7 @@
7
"version": {
8
"type": "string",
9
"proposals": ["v1.6.6", "v1.7.3"],
10
- "default": "v1.13.1",
+ "default": "v1.13.3",
11
"description": "Select or enter clusterctl version to install."
12
}
13
},
test/clusterctl/test.sh
@@ -26,7 +26,7 @@ source dev-container-features-test-lib
26
27
# Feature-specific tests
28
# The 'check' command comes from the dev-container-features-test-lib.
29
-check "version" clusterctl version | grep 'v1.13.1'
+check "version" clusterctl version | grep 'v1.13.3'
30
31
# Report result
32
# If any of the checks above exited with a non-zero exit code, the test will fail.
0 commit comments