-
Notifications
You must be signed in to change notification settings - Fork 527
Add hack/update-skaffold-deps.sh
#8766
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
Add hack/update-skaffold-deps.sh
#8766
Conversation
12c99a9
to
7dfe716
Compare
/retest |
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.
Awesome, thanks 🚀
nice 👍 /lgtm |
LGTM label has been added. Git tree hash: 1ec7565f032e07bcbc310ac9b493dd9f61bad6a5
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oliver-goetz 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 |
* Bump github.com/gardener/gardener from 1.83.2 to 1.84.0 Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.83.2 to 1.84.0. - [Release notes](https://github.com/gardener/gardener/releases) - [Commits](gardener/gardener@v1.83.2...v1.84.0) --- updated-dependencies: - dependency-name: github.com/gardener/gardener dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] make revendor * Vendor gardener/gardener@v1.84.1 * Adapt to the breaking change in the `hack/check-skaffold-deps-for-binary.sh` script See gardener/gardener#8766 * Address TODO --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gardener-robot-ci-1 <gardener.ci.user@gmail.com> Co-authored-by: ialidzhikov <i.alidjikov@gmail.com>
…ardener#9771. - Exclude local-setup from the REUSE compliance check. - Fix the skaffold dependencies check - ref: gardener/gardener#9778 & gardener/gardener#8766.
…dener#9771. Exclude local-setup from the REUSE compliance check. Fix the skaffold dependencies check - ref: gardener/gardener#9778 & gardener/gardener#8766.
…dener#9771. Exclude local-setup from the REUSE compliance check. Fix the skaffold dependencies check - ref: gardener/gardener#9778 & gardener/gardener#8766.
* Bump github.com/gardener/gardener from 1.95.2 to 1.96.1 Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.95.2 to 1.96.1. - [Release notes](https://github.com/gardener/gardener/releases) - [Commits](gardener/gardener@v1.95.2...v1.96.1) --- updated-dependencies: - dependency-name: github.com/gardener/gardener dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [GEP-19] Adapt monitoring configuration * Use `core.gardener.cloud/v1.ControllerDeployment` - ref: gardener/gardener#9771. Exclude local-setup from the REUSE compliance check. Fix the skaffold dependencies check - ref: gardener/gardener#9778 & gardener/gardener#8766. * Fix e2e tests Ref: gardener/gardener#9752 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dimitar Kostadinov <dimitar.kostadinov@sap.com>
How to categorize this PR?
/area dev-productivity
/kind enhancement
What this PR does / why we need it:
This PR adds a script that one can run if the skaffold dependencies are out of date:
hack/update-skaffold-deps.sh
.Which issue(s) this PR fixes:
Special notes for your reviewer:
Hid whitespaces changes when reviewing the second commit.
You can't instruct yq not to indent lists (mikefarah/yq#1309). Hence, running the script reindents the skaffold files.
Release note: