Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Update Change
external-secrets minor 0.10.7 -> 0.20.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

external-secrets/external-secrets (external-secrets)

v0.20.2

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.20.2
Image: ghcr.io/external-secrets/external-secrets:v0.20.2-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.20.2-ubi-boringssl

What's Changed

General
Dependencies

New Contributors

Full Changelog: external-secrets/external-secrets@v0.20.0...v0.20.2

v0.20.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.20.1
Image: ghcr.io/external-secrets/external-secrets:v0.20.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.20.1-ubi-boringssl

What's Changed

General
Dependencies

New Contributors

Full Changelog: external-secrets/external-secrets@v0.19.2...v0.20.1

v0.19.2

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.19.2
Image: ghcr.io/external-secrets/external-secrets:v0.19.2-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.19.2-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.19.1...v0.19.2

v0.19.1

Compare Source

Image: ghcr.io/external-secrets/external-secrets:v0.19.1
Image: ghcr.io/external-secrets/external-secrets:v0.19.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.19.1-ubi-boringssl

What's Changed

New Contributors

Full Changelog: external-secrets/external-secrets@v0.19.0...v0.19.1

v0.19.0

Compare Source

BREAKING CHANGE

🔴 🔴 BREAKING CHANGE 🔴 🔴

Please note that this a breaking change because our CRDs are now too big. Meaning a simple kubectl apply or Argo's default client side apply WILL NOT WORK! You have to add --server-side to kubectl apply and in argo add:

spec:
  project: default
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
    - CreateNamespace=true
    - ServerSideApply=true

How to do it in kubectl:

kubectl apply --server-side ...

for it to correctly install the CRDs. Thank you.

Image: ghcr.io/external-secrets/external-secrets:v0.19.0
Image: ghcr.io/external-secrets/external-secrets:v0.19.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.19.0-ubi-boringssl

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Dec 2, 2024

--- kubernetes/cluster-0/apps/security/external-secrets/app Kustomization: flux-system/external-secrets HelmRelease: security/external-secrets

+++ kubernetes/cluster-0/apps/security/external-secrets/app Kustomization: flux-system/external-secrets HelmRelease: security/external-secrets

@@ -14,13 +14,13 @@

       chart: external-secrets
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: external-secrets
         namespace: flux-system
-      version: 0.10.7
+      version: 0.15.1
   interval: 30m
   values:
     certController:
       image:
         repository: ghcr.io/external-secrets/external-secrets
       serviceMonitor:

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Dec 2, 2024

--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-controller

+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-controller

@@ -13,12 +13,13 @@

   resources:
   - secretstores
   - clustersecretstores
   - externalsecrets
   - clusterexternalsecrets
   - pushsecrets
+  - clusterpushsecrets
   verbs:
   - get
   - list
   - watch
 - apiGroups:
   - external-secrets.io
@@ -35,27 +36,48 @@

   - clusterexternalsecrets
   - clusterexternalsecrets/status
   - clusterexternalsecrets/finalizers
   - pushsecrets
   - pushsecrets/status
   - pushsecrets/finalizers
+  - clusterpushsecrets
+  - clusterpushsecrets/status
+  - clusterpushsecrets/finalizers
   verbs:
   - get
   - update
   - patch
 - apiGroups:
   - generators.external-secrets.io
   resources:
+  - generatorstates
+  verbs:
+  - get
+  - list
+  - watch
+  - create
+  - update
+  - patch
+  - delete
+  - deletecollection
+- apiGroups:
+  - generators.external-secrets.io
+  resources:
   - acraccesstokens
+  - clustergenerators
   - ecrauthorizationtokens
   - fakes
   - gcraccesstokens
   - githubaccesstokens
+  - quayaccesstokens
   - passwords
+  - stssessiontokens
+  - uuids
   - vaultdynamicsecrets
   - webhooks
+  - grafanas
   verbs:
   - get
   - list
   - watch
 - apiGroups:
   - ''
@@ -104,7 +126,15 @@

   resources:
   - externalsecrets
   verbs:
   - create
   - update
   - delete
+- apiGroups:
+  - external-secrets.io
+  resources:
+  - pushsecrets
+  verbs:
+  - create
+  - update
+  - delete
 
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-view

+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-view

@@ -15,26 +15,31 @@

   - external-secrets.io
   resources:
   - externalsecrets
   - secretstores
   - clustersecretstores
   - pushsecrets
+  - clusterpushsecrets
   verbs:
   - get
   - watch
   - list
 - apiGroups:
   - generators.external-secrets.io
   resources:
   - acraccesstokens
+  - clustergenerators
   - ecrauthorizationtokens
   - fakes
   - gcraccesstokens
   - githubaccesstokens
+  - quayaccesstokens
   - passwords
   - vaultdynamicsecrets
   - webhooks
+  - grafanas
+  - generatorstates
   verbs:
   - get
   - watch
   - list
 
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-edit

+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-edit

@@ -14,29 +14,34 @@

   - external-secrets.io
   resources:
   - externalsecrets
   - secretstores
   - clustersecretstores
   - pushsecrets
+  - clusterpushsecrets
   verbs:
   - create
   - delete
   - deletecollection
   - patch
   - update
 - apiGroups:
   - generators.external-secrets.io
   resources:
   - acraccesstokens
+  - clustergenerators
   - ecrauthorizationtokens
   - fakes
   - gcraccesstokens
   - githubaccesstokens
+  - quayaccesstokens
   - passwords
   - vaultdynamicsecrets
   - webhooks
+  - grafanas
+  - generatorstates
   verbs:
   - create
   - delete
   - deletecollection
   - patch
   - update
--- HelmRelease: security/external-secrets ClusterRole: security/external-secrets-servicebindings

+++ HelmRelease: security/external-secrets ClusterRole: security/external-secrets-servicebindings

@@ -10,11 +10,12 @@

     app.kubernetes.io/managed-by: Helm
 rules:
 - apiGroups:
   - external-secrets.io
   resources:
   - externalsecrets
+  - pushsecrets
   verbs:
   - get
   - list
   - watch
 
--- HelmRelease: security/external-secrets Deployment: security/external-secrets-cert-controller

+++ HelmRelease: security/external-secrets Deployment: security/external-secrets-cert-controller

@@ -34,13 +34,13 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/external-secrets/external-secrets:v0.10.7
+        image: ghcr.io/external-secrets/external-secrets:v0.15.1
         imagePullPolicy: IfNotPresent
         args:
         - certcontroller
         - --crd-requeue-interval=5m
         - --service-name=external-secrets-webhook
         - --service-namespace=security
--- HelmRelease: security/external-secrets Deployment: security/external-secrets

+++ HelmRelease: security/external-secrets Deployment: security/external-secrets

@@ -34,13 +34,13 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/external-secrets/external-secrets:v0.10.7
+        image: ghcr.io/external-secrets/external-secrets:v0.15.1
         imagePullPolicy: IfNotPresent
         args:
         - --concurrent=1
         - --metrics-addr=:8080
         - --loglevel=info
         - --zap-time-encoding=epoch
--- HelmRelease: security/external-secrets Deployment: security/external-secrets-webhook

+++ HelmRelease: security/external-secrets Deployment: security/external-secrets-webhook

@@ -34,13 +34,13 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/external-secrets/external-secrets:v0.10.7
+        image: ghcr.io/external-secrets/external-secrets:v0.15.1
         imagePullPolicy: IfNotPresent
         args:
         - webhook
         - --port=10250
         - --dns-name=external-secrets-webhook.security.svc
         - --cert-dir=/tmp/certs

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Dec 2, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.39s
✅ REPOSITORY git_diff yes no no 0.05s
✅ REPOSITORY secretlint yes no no 3.91s
⚠️ YAML prettier 1 1 2 0.44s
❌ YAML yamllint 1 1 0 0.63s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.11.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.12.1 ) Dec 23, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from ecda26d to d51564f Compare December 23, 2024 22:47
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.12.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.13.0 ) Jan 21, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from d51564f to 7358c7e Compare January 21, 2025 14:09
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.13.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.14.0 ) Feb 4, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 7358c7e to 98dea04 Compare February 4, 2025 17:44
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.14.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.14.1 ) Feb 8, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 98dea04 to a60a34c Compare February 8, 2025 17:40
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.14.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.14.2 ) Feb 13, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from a60a34c to a542e14 Compare February 13, 2025 15:08
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.14.2 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.14.3 ) Feb 26, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from a542e14 to e133f98 Compare February 26, 2025 15:58
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from e133f98 to 5618d60 Compare March 10, 2025 18:41
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.14.3 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.14.4 ) Mar 10, 2025
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.14.4 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.15.0 ) Mar 19, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 5618d60 to 4887423 Compare March 19, 2025 16:51
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 4887423 to a0c1091 Compare March 28, 2025 22:15
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.15.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.15.1 ) Mar 28, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from a0c1091 to d8e501f Compare April 14, 2025 19:00
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.15.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.16.0 ) Apr 14, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from d8e501f to c355035 Compare April 16, 2025 12:16
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.16.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.16.1 ) Apr 16, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from c355035 to 71d7104 Compare May 7, 2025 13:29
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.16.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.16.2 ) May 7, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 71d7104 to 8055d34 Compare May 15, 2025 13:00
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.16.2 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.17.0 ) May 15, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 8055d34 to 38aa5b0 Compare June 17, 2025 23:01
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.17.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.18.0 ) Jun 17, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 38aa5b0 to cd5cec4 Compare June 26, 2025 11:15
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.18.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.18.1 ) Jun 26, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from cd5cec4 to a3460ea Compare July 3, 2025 17:06
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.18.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.18.2 ) Jul 3, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from a3460ea to 35c58c0 Compare August 4, 2025 22:55
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.18.2 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.19.0 ) Aug 4, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 35c58c0 to 616d9c6 Compare August 8, 2025 16:54
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.19.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.19.1 ) Aug 8, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 616d9c6 to 21dd308 Compare August 13, 2025 11:34
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.19.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.19.2 ) Aug 13, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 21dd308 to 8135d4d Compare September 22, 2025 13:26
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.19.2 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.20.1 ) Sep 22, 2025
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| helm       | external-secrets | 0.10.7 | 0.20.2 |
@renovate renovate bot force-pushed the renovate/cluster-0-external-secrets-0.x branch from 8135d4d to 49410cb Compare October 3, 2025 12:42
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.10.7 → 0.20.1 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.20.2 ) Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants