-
Notifications
You must be signed in to change notification settings - Fork 214
bump KUBERNETES_VERSION + refactor loading #1476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/test pull-cluster-api-provider-gcp-e2e-test |
0c7037f
to
52520dd
Compare
/test pull-cluster-api-provider-gcp-e2e-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexander-demicev, damdo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@damdo - thanks for doing this 🎉 The solution looks good, just a couple of shell check issues need fixing. |
52520dd
to
b505178
Compare
/lgtm |
/test pull-cluster-api-provider-gcp-e2e-test |
/test pull-cluster-api-provider-gcp-e2e-test |
|
b505178
to
8ba6e51
Compare
New changes are detected. LGTM label has been removed. |
/test pull-cluster-api-provider-gcp-e2e-test |
/test pull-cluster-api-provider-gcp-e2e-test |
hack/ensure-yq.sh
Outdated
# Install yq only if not already installed | ||
if ! [ -x "$(command -v yq)" ]; then | ||
echo 'yq not found, installing' | ||
go install "github.com/mikefarah/yq/v4@${YQ_VERSION}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Not a blocker)... IMO the overhead of go run
is now negligible, and lets us more easily pin the version.
8ba6e51
to
5336c3b
Compare
@damdo: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Hm with this change I am getting:
Not sure why the new image requires extra permissions |
What type of PR is this?
/kind other
What this PR does / why we need it:
Bump KUBERNETES_VERSION for e2e CI tests + refactor loading of such version
Release note: