WRKLDS-1772: sync release-4.21 branch with main#262
WRKLDS-1772: sync release-4.21 branch with main#262openshift-merge-bot[bot] merged 69 commits intoopenshift:release-4.21from
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references main
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references main
Image created from 'https://github.com/openshift/jobset-operator?rev=630601d3275a5ed74e96df9569b1f21b025e8cb4' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…ates/jobset-operator-bundle-main-component-update-jobset-operator-main NO-JIRA: chore(deps): update jobset-operator-main to dcf372a
OCPBUGS-70198: Fix invalid JSON in CSV examples
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references to 0b10508 main
Image created from 'https://github.com/openshift/jobset-operator?rev=839431f389b95f2c14a560e330bb877d9bda308e' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…t docker digest to 6fc28bc main Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…ates/jobset-operator-bundle-main-component-update-jobset-operator-main NO-JIRA: chore(deps): update jobset-operator-main to 0cdf034
…n/registry.access.redhat.com-ubi9-ubi-minimal-latest chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal:latest docker digest to 6fc28bc main
chore(deps): update konflux references main
Image created from 'https://github.com/openshift/jobset-operator?rev=3dafa25bcc5bded7279430cba8d11f69178caa86' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…ates/jobset-operator-bundle-main-component-update-jobset-operator-main NO-JIRA: chore(deps): update jobset-operator-main to 4d67afd
Image created from 'https://github.com/openshift/kubernetes-sigs-jobset?rev=183ef024ed7e4500e4b919af277f400e6e43c160' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…econcilliation OCPBUGS-62997: Available condition should be always reconcilled and consider deployment health
Image created from 'https://github.com/openshift/jobset-operator?rev=6bc08faf478bda73cb50ea82c6da5f7ee592ceff' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
chore(deps): update konflux references main
…ates/jobset-operator-bundle-main-component-update-jobset-operand-main "NO-JIRA: chore(deps): update jobset-operand-main to 2df3c4a"
…ates/jobset-operator-bundle-main-component-update-jobset-operator-main "NO-JIRA: chore(deps): update jobset-operator-main to 405a6ab"
Image created from 'https://github.com/openshift/jobset-operator?rev=97591e13d73a2bb806495fc94c878f7519c6d9a7' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
update clusterPermissions, permissions and deployments
…ates/jobset-operator-bundle-main-component-update-jobset-operator-main NO-JIRA: chore(deps): update jobset-operator-main to 4c7999f
…version WRKLDS-1772: introduce update-cluster-service-version.sh script to automatically update clusterPermissions, permissions and deployments
Image created from 'https://github.com/openshift/jobset-operator?rev=96b79be0219e47f8d98507936014187c3fc6c2f4' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…ates/jobset-operator-bundle-main-component-update-jobset-operator-main NO-JIRA: chore(deps): update jobset-operator-main to dd4949b
|
@atiratree: This pull request references WRKLDS-1772 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 story to target either version "4.21." or "openshift-4.21.", but it targets "openshift-4.22" instead. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atiratree 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 |
|
@atiratree: This pull request references WRKLDS-1772 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 story to target either version "4.21." or "openshift-4.21.", but it targets "openshift-4.22" instead. 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. |
ardaguclu
left a comment
There was a problem hiding this comment.
Just dropped a question. Other than that looks good to me.
| module github.com/openshift/jobset-operator | ||
|
|
||
| go 1.24.0 | ||
| go 1.25.0 |
There was a problem hiding this comment.
Conceptually doesn't 4.21 refer to 1.24 and 1.34 go?. We are bumping to 1.35?
There was a problem hiding this comment.
I assume that this is a requirement coming from new JobSet release?
There was a problem hiding this comment.
I mean technically we can keep the operator on go 1.24, but the operand has to run on 1.25 since yes it is coming with the new 0.11.0 release.
So I am not sure if it makes sense to have these on two different versions and might make sense to unify them.
|
/lgtm |
3f03614 to
eb54c51
Compare
|
This PR looks good to me. Even if there is a missing piece, this can be handled in a followup PR |
|
Thanks! |
|
/test e2e-aws-operand |
|
/retest |
|
@atiratree: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
de61796
into
openshift:release-4.21
We are doing a late branching of 4.21 since we plan to release a new version of the operator from this branch. Let's sync all the latest changes.