From c87e8acbf41cc8230c02104f4e25ef7e2542e87f Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Mon, 9 Mar 2026 17:43:26 +0800 Subject: [PATCH] remove unecessary changelogs for 1.18.0 Signed-off-by: Lyndon-Li --- changelogs/unreleased/9508-kaovilai | 1 - changelogs/unreleased/9537-kaovilai | 1 - changelogs/unreleased/9539-Joeavaikath | 1 - pkg/util/podvolume/pod_volume_test.go | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 changelogs/unreleased/9508-kaovilai delete mode 100644 changelogs/unreleased/9537-kaovilai delete mode 100644 changelogs/unreleased/9539-Joeavaikath diff --git a/changelogs/unreleased/9508-kaovilai b/changelogs/unreleased/9508-kaovilai deleted file mode 100644 index 3c224aee3..000000000 --- a/changelogs/unreleased/9508-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Fix VolumePolicy PVC phase condition filter for unbound PVCs (#9507) diff --git a/changelogs/unreleased/9537-kaovilai b/changelogs/unreleased/9537-kaovilai deleted file mode 100644 index 3c224aee3..000000000 --- a/changelogs/unreleased/9537-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Fix VolumePolicy PVC phase condition filter for unbound PVCs (#9507) diff --git a/changelogs/unreleased/9539-Joeavaikath b/changelogs/unreleased/9539-Joeavaikath deleted file mode 100644 index 419a5850a..000000000 --- a/changelogs/unreleased/9539-Joeavaikath +++ /dev/null @@ -1 +0,0 @@ -Support all glob wildcard characters in namespace validation diff --git a/pkg/util/podvolume/pod_volume_test.go b/pkg/util/podvolume/pod_volume_test.go index a3484c2e3..87a6f3a0f 100644 --- a/pkg/util/podvolume/pod_volume_test.go +++ b/pkg/util/podvolume/pod_volume_test.go @@ -156,7 +156,7 @@ func TestGetVolumesByPod(t *testing.T) { Volumes: []corev1api.Volume{ // PVB Volumes {Name: "pvbPV1"}, {Name: "pvbPV2"}, {Name: "pvbPV3"}, - /// Excluded from PVB because colume mounting default service account token + /// Excluded from PVB because volume mounting default service account token {Name: "default-token-5xq45"}, }, },