From d844e831f5f8043a6b1ddb936b678010ac353001 Mon Sep 17 00:00:00 2001 From: Miciah Masters Date: Tue, 1 Mar 2022 15:43:01 -0500 Subject: [PATCH] =?UTF-8?q?ingress:=20transition-ingress-from-beta-to-stab?= =?UTF-8?q?le=20status=20=E2=86=92=20implemented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to commit 8cb2414798f45bde3b628b4077eb0f3c0118e16f. * enhancements/ingress/transition-ingress-from-beta-to-stable.md: Update status to "implemented". Add links to the implementation PRs. --- .../transition-ingress-from-beta-to-stable.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/enhancements/ingress/transition-ingress-from-beta-to-stable.md b/enhancements/ingress/transition-ingress-from-beta-to-stable.md index 2671ccf57c..c0e7e2197b 100644 --- a/enhancements/ingress/transition-ingress-from-beta-to-stable.md +++ b/enhancements/ingress/transition-ingress-from-beta-to-stable.md @@ -15,8 +15,8 @@ approvers: - "@frobware" - "@knobunc" creation-date: 2021-03-09 -last-updated: 2021-03-09 -status: provisional +last-updated: 2022-03-01 +status: implemented see-also: replaces: superseded-by: @@ -29,9 +29,9 @@ This enhancement transitions OpenShift fully onto the stable ## Release Signoff Checklist -- [ ] Enhancement is `implementable` -- [ ] Design details are appropriately documented from clear requirements -- [ ] Test plan is defined +- [X] Enhancement is `implementable` +- [X] Design details are appropriately documented from clear requirements +- [X] Test plan is defined - [ ] Graduation criteria for dev preview, tech preview, GA - [ ] User-facing documentation is created in [openshift-docs](https://github.com/openshift/openshift-docs/) @@ -284,6 +284,9 @@ N/A. * 2020-04-20, leading up to OpenShift 4.5, the ingress-to-route controller was updated to use the Ingress `networking.k8s.io/v1beta1` API version, albeit without implementing the new `spec.pathType` or `spec.ingressClassName` fields (https://github.com/openshift/openshift-controller-manager/pull/83). * 2020-06-17, the Ingress API graduated to `networking.k8s.io/v1` (https://github.com/kubernetes/kubernetes/pull/89778). * 2020-06-25, leading up to Kubernetes 1.19, the v1beta1 versions of the Ingress API were deprecated (https://github.com/kubernetes/kubernetes/pull/92484). +* 2021-04-05, the `openshift.io/ingress-to-route` ingressclass controller name was defined in openshift/api (https://github.com/openshift/api/pull/873). +* 2021-04-06, logic was added to the ingress operator to create IngressClass objects corresponding to IngressControllers (https://github.com/openshift/cluster-ingress-operator/pull/574). +* 2021-04-08, for OpenShift 4.8, the ingress-to-route controller was updated to respect IngressClass (https://github.com/openshift/openshift-controller-manager/pull/172). ## Alternatives