From 4b71eb034b274adc00b153f2e4c4a574e60b2d10 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 16 Dec 2021 09:18:09 +0000 Subject: [PATCH 1/2] Retitle (published) Pod Security blog article Make this article's title align with others in the series. --- .../en/blog/_posts/2021-12-09-pod-security-admission-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2021-12-09-pod-security-admission-beta.md b/content/en/blog/_posts/2021-12-09-pod-security-admission-beta.md index e578ff4b3e..5b1fe2fe00 100644 --- a/content/en/blog/_posts/2021-12-09-pod-security-admission-beta.md +++ b/content/en/blog/_posts/2021-12-09-pod-security-admission-beta.md @@ -1,6 +1,6 @@ --- layout: blog -title: 'Pod Security Graduates to Beta' +title: 'Kubernetes 1.23: Pod Security Graduates to Beta' date: 2021-12-09 slug: pod-security-admission-beta --- From dafeca8b402730d234ab8fa8652ba1286b8d3240 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 16 Dec 2021 09:18:33 +0000 Subject: [PATCH 2/2] Fixup Prevent PersistentVolume leaks blog article - Add ":" into title - Fix path in repository --- ...revent-persistentvolume-leaks-when-deleting-out-of-order.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename content/en/blog/_posts/{2021-11-18-prevent-persistentvolume-leaks-when-deleting-out-of-order.md => 2021-12-15-prevent-persistentvolume-leaks-when-deleting-out-of-order.md} (99%) diff --git a/content/en/blog/_posts/2021-11-18-prevent-persistentvolume-leaks-when-deleting-out-of-order.md b/content/en/blog/_posts/2021-12-15-prevent-persistentvolume-leaks-when-deleting-out-of-order.md similarity index 99% rename from content/en/blog/_posts/2021-11-18-prevent-persistentvolume-leaks-when-deleting-out-of-order.md rename to content/en/blog/_posts/2021-12-15-prevent-persistentvolume-leaks-when-deleting-out-of-order.md index 2d55cb4b77..c57296026f 100644 --- a/content/en/blog/_posts/2021-11-18-prevent-persistentvolume-leaks-when-deleting-out-of-order.md +++ b/content/en/blog/_posts/2021-12-15-prevent-persistentvolume-leaks-when-deleting-out-of-order.md @@ -1,6 +1,6 @@ --- layout: blog -title: "Kubernetes 1.23 Prevent PersistentVolume leaks when deleting out of order" +title: "Kubernetes 1.23: Prevent PersistentVolume leaks when deleting out of order" date: 2021-12-15T10:00:00-08:00 slug: kubernetes-1-23-prevent-persistentvolume-leaks-when-deleting-out-of-order ---