-
Notifications
You must be signed in to change notification settings - Fork 499
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
Merge gardener/gardener-extensions@v1.6.0 #2141
Conversation
Build is failing because CI/CD is not yet adapted. See https://concourse.ci.gardener.cloud/teams/gardener/pipelines/gardener-rc/jobs/rc-head-update-job/builds/14 for a successful build. |
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.
Looks good in general, but couldn't look through it all.
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.
Nice PR! 👍 Just a few questions.
Thanks for your reviews, please check it again! :) |
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.
Fine, for me now :)
/lgtm
In the release note, what do you mean by "Please update to Golang dependencies
"?
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.
/lgtm
Thanks colleagues, will merge and adapt the pipeline definition now. |
What this PR does / why we need it:
This PR merges the gardener/gardener-extensions repository into gardener/gardener, based on v1.6.0.
After the extension repository split the indirection with gardener/gardener-extensions does not have any benefit anymore. Instead, it makes it even harder for extensions to keep up to date.
As the extensions contract is maintained in g/g it also makes sense to maintain the extensions library in g/g now.
Which issue(s) this PR fixes:
Fixes #1708
Fixes #1660
Special notes for your reviewer:
hack
scriptsverify
step in the CI build - it does extended checks and tests the code + outputs coverageverify
step is not done as part of theDockerfile
due to Concourse limitations with building multi-stage Dockerfiles.Release note: