From 229655a4c491110098095244f17932b420216fab Mon Sep 17 00:00:00 2001 From: "Viktor Nagy (GitLab)" <vnagy@gitlab.com> Date: Wed, 24 Aug 2022 16:53:20 +0000 Subject: [PATCH] Change the cert-based deprecation for SaaS to 15.9 --- ...4-5-certificate-based-integration-with-kubernetes-saas.yml | 4 ++-- doc/update/deprecations.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/deprecations/14-5-certificate-based-integration-with-kubernetes-saas.yml b/data/deprecations/14-5-certificate-based-integration-with-kubernetes-saas.yml index 774b41a4170ed..c0963ea33c372 100644 --- a/data/deprecations/14-5-certificate-based-integration-with-kubernetes-saas.yml +++ b/data/deprecations/14-5-certificate-based-integration-with-kubernetes-saas.yml @@ -1,8 +1,8 @@ - name: "SaaS certificate-based integration with Kubernetes" announcement_milestone: "14.5" announcement_date: "2021-11-15" - removal_milestone: "15.6" - removal_date: "2022-11-22" # the date of the milestone release when this feature is planned to be removed + removal_milestone: "15.9" + removal_date: "2023-02-22" # the date of the milestone release when this feature is planned to be removed breaking_change: true body: | The certificate-based integration with Kubernetes will be [deprecated and removed](https://about.gitlab.com/blog/2021/11/15/deprecating-the-cert-based-kubernetes-integration/). As a GitLab SaaS customer, on new namespaces, you will no longer be able to integrate GitLab and your cluster using the certificate-based approach as of GitLab 15.0. The integration for current users will be enabled per namespace. The integrations are expected to be switched off completely on GitLab SaaS around 2022 November 22. diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index d83fe3591d505..378ea7d5d8778 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -1749,11 +1749,11 @@ When checking if a runner is `paused`, API users are advised to check the boolea </div> -<div class="deprecation removal-156 breaking-change"> +<div class="deprecation removal-159 breaking-change"> ### SaaS certificate-based integration with Kubernetes -Planned removal: GitLab <span class="removal-milestone">15.6</span> (2022-11-22) +Planned removal: GitLab <span class="removal-milestone">15.9</span> (2023-02-22) WARNING: This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/). -- GitLab