CMP-4455: Make bundle - update all files with specified version - #1325
CMP-4455: Make bundle - update all files with specified version#1325abushkin-redhat wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abushkin-redhat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
🤖 To deploy this PR, run the following command: |
|
@abushkin-redhat: This pull request references CMP-4455 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
7e588e3 to
4924454
Compare
Now, running
make bundle VERSION=x.y.zbumps all the required files.Running
make bundlejust regenerates the bundles while keeping the current version.Files updated automatically when VERSION differs from the current version:
version.Makefile—VERSION,PREVIOUS_VERSIONversion/version.go—Versionbundle.openshift.Dockerfile—CO_OLD_VERSION,CO_NEW_VERSIONimages/operator/Dockerfile—versionlabelimages/openscap/Containerfile—versionlabelimages/must-gather/Containerfile—versionlabelconfig/manifests/bases/compliance-operator.clusterserviceversion.yaml—version,replaces,skipRangecatalog/preamble.json—name,skipRangeModeled after #1322 and openshift/file-integrity-operator#1038.