OCPBUGS-52340: Ensure that PSA label use k8s version supported on the project#592
OCPBUGS-52340: Ensure that PSA label use k8s version supported on the project#592camilamacedo86 wants to merge 1 commit into
Conversation
|
@camilamacedo86: This pull request references Jira Issue OCPBUGS-42526, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 NOT APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
73ce02b to
4bc88b8
Compare
|
I will need to create an OCPBUG for each version :-( |
4bc88b8 to
6068e79
Compare
|
@camilamacedo86: No Jira issue is referenced in the title of this pull request. 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. |
|
/test e2e-gcp-operator |
|
/test okd-scos-e2e-aws-ovn |
2 similar comments
|
/test okd-scos-e2e-aws-ovn |
|
/test okd-scos-e2e-aws-ovn |
6068e79 to
dbc31f0
Compare
dbc31f0 to
28c530f
Compare
|
/test e2e-gcp-console-olm |
3 similar comments
|
/test e2e-gcp-console-olm |
|
/test e2e-gcp-console-olm |
|
/test e2e-gcp-console-olm |
|
/test e2e-gcp-console-olm The error faced has no relation with the change :-( |
|
/test e2e-gcp-console-olm |
|
Test pass, details: https://issues.redhat.com/browse/OCPBUGS-42526 |
|
/test e2e-gcp-console-olm |
1 similar comment
|
/test e2e-gcp-console-olm |
|
@camilamacedo86: This pull request references Jira Issue OCPBUGS-52340, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
@camilamacedo86: The following test failed, say
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. |
|
Based on https://redhat-internal.slack.com/archives/C06KP34REFJ/p1741224828143489?thread_ts=1739880491.760029&cid=C06KP34REFJ, we should use the |
|
/hold |
|
/remove-label qe-approved |
|
@camilamacedo86: This pull request references Jira Issue OCPBUGS-52340, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. 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. |
|
Closing since QE would like to set latest instead |
|
@camilamacedo86: This pull request references Jira Issue OCPBUGS-52340. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state. 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. |
|
This PR was replaced by #600 |
Description of the change:
In this commit, a new Makefile target
update-k8s-valueswas created to automatically update thepod-security.kubernetes.io/*-versionvalues (enforceVersion,auditVersion,warnVersion)in the Helm chart's
values.yamlfile.These values now align with the Kubernetes API version defined in
go.mod, instead of usinglatest. This ensures better compatibility and avoids issues with unsupported versions in Kubernetes PSA.