From 0af7a81f4631d5adeddfda09d7922024e26ff78d Mon Sep 17 00:00:00 2001 From: Mikael Fridh Date: Thu, 8 May 2025 12:48:23 +0200 Subject: [PATCH 1/2] feat(external-secrets): v0.16.2 --- libs/external-secrets/config.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/external-secrets/config.jsonnet b/libs/external-secrets/config.jsonnet index 14dc3fdb..dfa40df6 100644 --- a/libs/external-secrets/config.jsonnet +++ b/libs/external-secrets/config.jsonnet @@ -26,6 +26,7 @@ local versions = [ version('0.8', '0.8.12'), version('0.9', '0.9.12'), version('0.15', '0.15.1'), + version('0.16', '0.16.2'), ]; config.new( From 27b289343fa8d7ca487f2a3772f42eb140c58b4d Mon Sep 17 00:00:00 2001 From: Mikael Fridh Date: Wed, 11 Jun 2025 15:44:25 +0200 Subject: [PATCH 2/2] feat(external-secrets): v0.17.0 --- libs/external-secrets/config.jsonnet | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/external-secrets/config.jsonnet b/libs/external-secrets/config.jsonnet index dfa40df6..aa9974ea 100644 --- a/libs/external-secrets/config.jsonnet +++ b/libs/external-secrets/config.jsonnet @@ -4,7 +4,7 @@ local version( output, version, - crdFiles=['bundle.yaml'] // from v0.5 onward, a single bundle.yaml contains all of the external-secrets CRDs. + crdFiles=['bundle.yaml'] // from v0.5 onward, a single bundle.yaml contains all of the external-secrets CRDs. ) = { output: output, @@ -21,12 +21,13 @@ local versions = [ ]), version('0.5', '0.5.9'), version('0.6', '0.6.1'), - // From v0.7, the upstream kustomization.yaml was actually not properly containing all CRDs, we parse the bundle.yaml instead across the board for now. + // From v0.7, the upstream kustomization.yaml was actually not properly containing all CRDs, we parse the bundle.yaml instead across the board for now. version('0.7', '0.7.3'), version('0.8', '0.8.12'), version('0.9', '0.9.12'), version('0.15', '0.15.1'), version('0.16', '0.16.2'), + version('0.17', '0.17.0'), ]; config.new(