-
Notifications
You must be signed in to change notification settings - Fork 200
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 a bump (and bump-bugfix) command to operator-tool #932
Add a bump (and bump-bugfix) command to operator-tool #932
Conversation
There is 2 commits that "showcase" a |
0081247
to
3d0f505
Compare
The idea is similar to the check subcommand, but it edits the components.yaml with the latest found version (either bugfix or "in general"). With this subcommand, we can have a cronjob and a "bot" that automatically updates the versions of the main components.yaml file. And we could have a similar one for the release branches. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
3d0f505
to
3ae451b
Compare
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
3ae451b
to
d19f61f
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
/lgtm |
Changes
The idea is similar to the check subcommand, but it edits the
components.yaml with the latest found version (either bugfix or "in
general").
With this subcommand, we can have a cronjob and a "bot" that
automatically updates the versions of the main components.yaml
file. And we could have a similar one for the release branches.
/cc @sm43 @concaf @tektoncd/operator-maintainers
This is part of the effort to automate bumping payloads and release of the operator 👼🏼
/kind misc
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lint
before submitting a PRSee the contribution guide for more details.
Release Notes