-
Notifications
You must be signed in to change notification settings - Fork 8
Bump the major supported OCP version for SGO to OCP 4.20 #183
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
Conversation
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/126e69fb80d84d7ca8ed5ffaee0df8c8 ❌ stf-crc-ocp_416-local_build FAILURE in 26m 14s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/58e49fe34d6d4c0abb6ac5206c749f2f ❌ stf-crc-ocp_416-local_build NODE_FAILURE Node request 100-0008111333 failed in 0s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/85d27ca9df194e45bbec5a6e5ca0d578 ✔️ stf-crc-ocp_416-local_build SUCCESS in 50m 03s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ec91ee8838f446aa88512d8982bf6354 ✔️ stf-crc-ocp_416-local_build SUCCESS in 42m 44s |
* Use operator-sdk v1.39.2 (#170) Using a newer operator-sdk will make dependency management a lot easier for downstream hermetic build systems. * Close stdin on workflow operator-sdk generate bundle calls An open stdin makes operator-sdk assume it's supposed to take input from stdin, when we actually want it to look at the working directory. There is no way to avoid this using command-line flags, so we need to explicitly close the stdin pipe in all calls to it. * Bundle changes for Konflux support (#171) * Use full pullspecs for related images Renovate, used by Konflux for updating dependency references, works better with full container pullspecs rather than separate repository URLs and tags. This lets us inject pullspecs pinned by digest, which don't quite follow the repo:tag syntax. * Don't set update graph metadata in CSV This was originally added for the benefit of downstream builds, but those are moving to file-based catalog fragments which don't need update graph metadata to be embedded in the bundle. * Refactor pullspec building to make it more readable * fixup: add tag to oauth-proxy pullspec (#173) Fixes a mistake introduced in [1]. Noticed while backporting the change to branch stable-1.5. [1] #171 * bundle gen: allow passing in pre-generated bundle version (#174) This improves our support for generating bundles as part of multistage container builds, as a single pre-generated bundle version can be fed into the generated bundle and into the bundle container labels. RELDEL-7554 * Update olm.maxOpenShiftVersion to 4.18 olm.maxOpenShiftVersion in SGO should be 4.18 instead of 4.16 This wrongly set config is preventing STF users to easily perform upgrades to the latest OCP supported version Closes-Bug: OSPRH-18670 * Update ansible-lint pinned version (#179) The version of ansible-lint is not compatible with the version of ansible-core we get in ubuntu-latest. Bump the version of ansible-lint to the next available version that fixes the issue. https://github.com/ansible/ansible-lint/releases/tag/v25.2.0 fixes the issue. Related Bug: OSPRH-20316 * Pin to ansible 12.0.0 (#180) * Use openshift-ansible-operator 4.20 in SGO (#184) Partially-Closes: OSPRH-21875 * Bump the major supported OCP version for SGO to OCP 4.20 (#183) * Drop OCP 4.16 from Dockerfile --------- Co-authored-by: migarcia <[email protected]>
No description provided.