-
Notifications
You must be signed in to change notification settings - Fork 108
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
OCPBUGS-31807: UPSTREAM: <carry>: allow type mutation for specific secrets #1939
OCPBUGS-31807: UPSTREAM: <carry>: allow type mutation for specific secrets #1939
Conversation
This is a short term fix, once we improve the cert rotation logic in library-go that does not depend on this hack, then we can remove this carry patch.
@p0lyn0mial: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
/hold until we get signal from CI/nightly and the QE team. |
@p0lyn0mial: This pull request references Jira Issue OCPBUGS-31807, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
/remove-label backports/unvalidated-commits /cc @soltysh |
/lgtm |
/label backport-risk-assessed |
/approve |
|
/test unit |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: p0lyn0mial, tkashem 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 |
/retest-required |
@p0lyn0mial: The following tests failed, say
Full PR test history. Your PR dashboard. 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 kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest-required |
/jira refresh |
@p0lyn0mial: This pull request references Jira Issue OCPBUGS-31807, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: In 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. |
/hold cancel |
/label cherry-pick-approved |
@p0lyn0mial: Can not set label cherry-pick-approved: Must be member in one of these teams: [openshift-staff-engineers] In 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 kubernetes/test-infra repository. |
/label cherry-pick-approved |
b72e6fa
into
openshift:release-4.15
@p0lyn0mial: Jira Issue OCPBUGS-31807: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-31807 has not been moved to the MODIFIED state. In 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. |
[ART PR BUILD NOTIFIER] This PR has been included in build openshift-enterprise-pod-container-v4.15.0-202404091240.p0.gb72e6fa.assembly.stream.el9 for distgit openshift-enterprise-pod. |
Fix included in accepted release 4.15.0-0.nightly-2024-04-16-070254 |
We thought this was fixed in rc.1, but it wasn't, c74c248 (blocked-edges/4.15.0*-EarlyAPICertRotation: Extend to more recent RCs, 2024-02-26, openshift#4841). Then we thought it was fixed in 4.15.2, but it wasn't, b474a45 (blocked-edges/4.15.3-EarlyAPICertRotation: Extend to 4.15.2 and .3, 2024-03-25, openshift#4981). Now we think it's fixed in 4.15.10 [1], wihch contains all three of: * openshift/cluster-kube-apiserver-operator#1662: OCPBUGS-31807: Use RotatedSigningCASecret in update only mode * openshift/cluster-kube-controller-manager-operator#801: OCPBUGS-31807: use RotatedSigningCASecret and RotatedSelfSignedCertKeySecret only in update mode * openshift/kubernetes#1939: OCPBUGS-31807: UPSTREAM: <carry>: allow type mutation for specific secrets [1]: https://amd64.ocp.releases.ci.openshift.org/releasestream/4-stable/release/4.15.10
back port of:
was clean.