fix(acme): Use ImplementationSpecific pathType until next breaking-change release#7793
Conversation
This change introduced a breaking change for users of the `ingress-nginx` ingress controller. `cert-manager` will in an upcoming release introduce this breaking change alongside with an option to make the pathType configurable. This reverts commit 0af46c4. Signed-off-by: Sascha Spreitzer <sascha@spreitzer.ch>
|
Hi @sspreitzer. Thanks for your PR. I'm waiting for a cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/ok-to-test |
|
/kind bug |
|
/test pull-cert-manager-master-e2e-v1-33 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj 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 |
|
/kind bug |
|
/cherry-pick release-1.18 |
1 similar comment
|
/cherry-pick release-1.18 |
|
@wallrj: new pull request created: #7794 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 kubernetes-sigs/prow repository. |
|
This change we re-introduced in #7795, but behind a feature gate, so that ingress-nginx users can disable it if they wish. |
This change introduced a breaking change for users of the
ingress-nginxingress controller.cert-managerwill in an upcoming release introduce this breaking change alongside with an option to make the pathType configurable.This reverts commit 0af46c4.