From 506d97c192cdb7799aed9b42091a00756a6948fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Fri, 1 Sep 2023 16:31:44 +0200 Subject: [PATCH 1/2] Add flowchart to legacy repos deprecation blog post MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Bannister Signed-off-by: Marko Mudrinić --- .../flow.svg | 2124 +++++++++++++++++ .../index.md} | 4 + 2 files changed, 2128 insertions(+) create mode 100644 content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/flow.svg rename content/en/blog/_posts/{2023-08-31-legacy-package-repository-deprecation.md => 2023-08-31-legacy-package-repository-deprecation/index.md} (97%) diff --git a/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/flow.svg b/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/flow.svg new file mode 100644 index 0000000000..339f4e75f7 --- /dev/null +++ b/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/flow.svg @@ -0,0 +1,2124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation.md b/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md similarity index 97% rename from content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation.md rename to content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md index 47cf1e340d..9a0d2e1d18 100644 --- a/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation.md +++ b/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md @@ -57,6 +57,10 @@ Kubernetes project, please check the installer tool's communication channels for information about what steps you need to take, and eventually if needed, follow up with maintainers to let them know about this change. +The following diagram shows who's affected by this change in a visual form: + +{{< figure src="/blog/2023/08/31/legacy-package-repository-deprecation/flow.svg" alt="Visual explanation of who's affected by the legacy repositories being deprecated and frozen. Textual explanation is available above this diagram." >}} + ## How does this affect me as a Kubernetes distributor? If you're using the legacy repositories as part of your project (e.g. a Kubernetes From e8a4d441c88fc12293ca449c641efa755b9e3ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Fri, 1 Sep 2023 17:10:17 +0200 Subject: [PATCH 2/2] Address review comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Mudrinić --- .../index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md b/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md index 9a0d2e1d18..62f4799ee5 100644 --- a/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md +++ b/content/en/blog/_posts/2023-08-31-legacy-package-repository-deprecation/index.md @@ -57,9 +57,10 @@ Kubernetes project, please check the installer tool's communication channels for information about what steps you need to take, and eventually if needed, follow up with maintainers to let them know about this change. -The following diagram shows who's affected by this change in a visual form: +The following diagram shows who's affected by this change in a visual form +(click on diagram for the larger version): -{{< figure src="/blog/2023/08/31/legacy-package-repository-deprecation/flow.svg" alt="Visual explanation of who's affected by the legacy repositories being deprecated and frozen. Textual explanation is available above this diagram." >}} +{{< figure src="/blog/2023/08/31/legacy-package-repository-deprecation/flow.svg" alt="Visual explanation of who's affected by the legacy repositories being deprecated and frozen. Textual explanation is available above this diagram." class="diagram-small" link="/blog/2023/08/31/legacy-package-repository-deprecation/flow.svg" >}} ## How does this affect me as a Kubernetes distributor?