CMP-4455: Bump version to v1.9.2 - #1322
Conversation
c398a11 to
0f94e3d
Compare
yuumasato
left a comment
There was a problem hiding this comment.
Looks good, but could check and rebase to latest release-1.9?
The konflux builds are failing on some RPMs, maybe it needs to pickup some RPM lockfile changes.
0f94e3d to
e11387a
Compare
|
@abushkin-redhat: This pull request references CMP-4455 which is a valid jira issue. 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. |
e11387a to
de61540
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abushkin-redhat, taimurhafeez, yuumasato 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 |
|
/lgtm |
7eacb7b
into
ComplianceAsCode:release-1.9
What
Bump operator version from 1.9.1 to 1.9.2 and automate the
make bundleversion update process.Version bump
Running
make bundle VERSION=1.9.2now bumps all required files automatically.Files updated (9 total):
version.Makefile—VERSION=1.9.2,PREVIOUS_VERSION=1.9.1version/version.go—Version = "1.9.2"bundle.openshift.Dockerfile—CO_OLD_VERSION="1.9.1",CO_NEW_VERSION="1.9.2"images/operator/Dockerfile—version=1.9.2images/openscap/Containerfile—version=1.9.2images/must-gather/Containerfile—version=1.9.2config/manifests/bases/compliance-operator.clusterserviceversion.yaml— generatedbundle/manifests/compliance-operator.clusterserviceversion.yaml— generatedcatalog/preamble.json— generatedCSV verification:
name: compliance-operator.v1.9.2version: 1.9.2replaces: compliance-operator.v1.9.1olm.skipRange: '>=0.1.17 <1.9.2'Makefile improvement
The
update-version-numberstarget now handles all 6 previously-manual filesin addition to the 3 it already managed. Running
make bundle VERSION=x.y.zbumps everything; running
make bundlewithout VERSION regenerates bundleswhile keeping the current version.
Modeled after openshift/file-integrity-operator#1038.