-
Notifications
You must be signed in to change notification settings - Fork 28
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
bump co version 1.6.2 dev #661
bump co version 1.6.2 dev #661
Conversation
rhmdnd
commented
Jan 23, 2025
- Bump CO version for 1.6.2 development
- Use make to set versions in manifests
- Update manifests to include 1.6.2-dev
This commit bumps the operator version to 1.6.2-dev, signifying a development build of the 1.6.2 candidate release. This will make it easier to build bundles with that version baked in, and set the previous version to 1.6.1, allowing us to build a bundle with a valid upgrade path.
In order to generate proper manifests, we need the previous version of the operator, and the current version. This commit seds the CSV manifest so that it includes the current version, and the most recent released version. This will make it easier to generate bundle images with valid version information, which will be reflected when users install the operator, along with having a valid upgrade path. This approach is also baked into the bundle target, meaning CI will fail if there is any drift between the version and the generated manifests, making it more likely to keep generated manifests up-to-date with the version we're planning to release.
11ea1c9
to
11bccef
Compare
🤖 To deploy this PR, run the following command:
|
🤖 To deploy this PR, run the following command:
|
/retest-required |
/test e2e-aws-serial |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhmdnd, Vincent056 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 |
/test e2e-aws-serial Timed out waiting for a scan to complete (we suspect this is due to underlying issues in the scap scanner or its rules). |
1b24993
into
ComplianceAsCode:master