-
Notifications
You must be signed in to change notification settings - Fork 139
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
WIP: POC #2212
base: release-4.18
Are you sure you want to change the base?
WIP: POC #2212
Conversation
- Detects release branch naming (e.g., `release-x.y`) and identifies the previous version. - Scans specified files for references to the previous version. - Ensures files are updated for the current release branch, aiding consistency. This script helps developers creating a new branch to remember updating image references. Signed-off-by: Ronny Baturov <rbaturov@redhat.com>
This commit intentionally reverts all image references to 4.17 to test the verify-images-updated script. This change has been deliberately engineered to cause a failure. Signed-off-by: Ronny Baturov <rbaturov@redhat.com>
Skipping CI for Draft Pull Request. |
/test all |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rbaturov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest ci/prow/ci |
@rbaturov: The
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test ci |
@rbaturov: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
This PR intends to make a POC and demonstrate the functionality of the script: #2199.