-
Notifications
You must be signed in to change notification settings - Fork 256
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
🌱 improve hack/verify-release.sh script #1697
🌱 improve hack/verify-release.sh script #1697
Conversation
Few improvements from previous minor release cycle: - add missing k8s.io/apiserver to module sync - change artefact to artifact for more common spelling - match container image detection from release notes to match the earlier change in the release tooling - rename some of the titles to be more descriptive - mutate go.mod files for osv-scanner so it can accurately report vulnerablities in golang stdlib (ie. mutate "go 1.21" directive to "go 1.21.9" with patch version read off from main Dockerfile - check version of osv-scanner, <1.5.0 give weird warnings now - make docker pull gcrane and osv-scanner images always, so it uses the newest versions Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
/ok-to-test |
/retitle 🌱 improve hack/verify-release.sh script |
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
/override metal3-centos-e2e-integration-test-release-1-7 metal3-bmo-e2e-test-pull |
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.
/approve
@tuminoid: Overrode contexts on behalf of tuminoid: metal3-bmo-e2e-test-pull, metal3-centos-e2e-integration-test-release-1-7 In response to this:
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/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest 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 |
This is an automated cherry-pick of #1691
/assign tuminoid