forked from kubernetes-sigs/mcp-lifecycle-operator
-
Notifications
You must be signed in to change notification settings - Fork 7
Merge https://github.com/kubernetes-sigs/mcp-lifecycle-operator:main (b7521b0) into main #63
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
Open
openshift-rebasebot
wants to merge
24
commits into
main
Choose a base branch
from
rebase-bot-main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
21d23c8
feat(controller): emit event when Service reconciliation fails (#192)
ibm-adarsh e88f903
build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#221)
dependabot[bot] b7521b0
build(deps): bump golang from 1.26.3 to 1.26.4 (#220)
dependabot[bot] 13d8021
merge upstream/main into main
05855f4
Prep of downstreaming
matzew b7ea51a
Adding ocp owners
matzew 20efb4f
Adding deps
matzew 372f8e1
adding ignore for vendored files
matzew 27c8e19
Add downstream Dockerfile
Kaustubh-pande 823a8e0
Fix build by including vendor and Makefiles in dockerignore
Kaustubh-pande 87f3050
Red Hat Konflux kflux-prd-rh02 update mcp-lifecycle-operator-main
efcac02
Enable multi-arch and hermetic builds; add Snyk report
Kaustubh-pande b7e4fa1
use always use :latest for go builder image
Kaustubh-pande d0b8927
add renovate config file to auto update konflux deps
Kaustubh-pande a628854
Update Konflux references main
red-hat-konflux-kflux-prd-rh02[bot] 9450ab3
Update Konflux references main
red-hat-konflux-kflux-prd-rh02[bot] bd95a50
Update Konflux references main
red-hat-konflux-kflux-prd-rh02[bot] 804f5d8
Update Konflux references main
red-hat-konflux-kflux-prd-rh02[bot] 7eb5458
Fixing .ci-operator.yaml with proper image
matzew a81391a
chore: ignore sync PRs in coderabbit
Cali0707 cfe4733
chore(deps): update konflux references main
red-hat-konflux-kflux-prd-rh02[bot] a78d934
chore(build): Go 1.26.3 bump - since we have matching UBI now
matzew bb87e6e
chore: add component metadata for ODH/RHOAI integration
matzew 8f6177b
UPSTREAM: <drop>: Updating and vendoring go modules after an upstream…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ARG BUILDER_IMAGE=registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 | ||
| ARG BASE_IMAGE=registry.ci.openshift.org/ocp/5.0:base-rhel9 | ||
| ARG BUILDER_IMAGE=registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.23 | ||
| ARG BASE_IMAGE=registry.ci.openshift.org/ocp/4.23:base-rhel9 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and I would like to keep the 5.0 bits? |
||
|
|
||
| FROM ${BUILDER_IMAGE} AS builder | ||
| ARG TARGETOS | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
we must have 1.26