Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


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 Mar 30, 2024

--- kubernetes/nas-1/apps/kube-system/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: kube-system/external-secrets

+++ kubernetes/nas-1/apps/kube-system/external-secrets/app Kustomization: flux-system/cluster-apps-external-secrets HelmRelease: kube-system/external-secrets

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

     spec:
       chart: external-secrets
       sourceRef:
         kind: HelmRepository
         name: external-secrets
         namespace: flux-system
-      version: 0.9.13
+      version: 0.10.7
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 2

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Mar 30, 2024

--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-cert-controller

+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-cert-controller

@@ -20,15 +20,23 @@

   - patch
 - apiGroups:
   - admissionregistration.k8s.io
   resources:
   - validatingwebhookconfigurations
   verbs:
-  - get
   - list
   - watch
+  - get
+- apiGroups:
+  - admissionregistration.k8s.io
+  resources:
+  - validatingwebhookconfigurations
+  resourceNames:
+  - secretstore-validate
+  - externalsecret-validate
+  verbs:
   - update
   - patch
 - apiGroups:
   - ''
   resources:
   - endpoints
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-controller

+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-controller

@@ -36,23 +36,26 @@

   - clusterexternalsecrets/status
   - clusterexternalsecrets/finalizers
   - pushsecrets
   - pushsecrets/status
   - pushsecrets/finalizers
   verbs:
+  - get
   - update
   - patch
 - apiGroups:
   - generators.external-secrets.io
   resources:
   - acraccesstokens
   - ecrauthorizationtokens
   - fakes
   - gcraccesstokens
+  - githubaccesstokens
   - passwords
   - vaultdynamicsecrets
+  - webhooks
   verbs:
   - get
   - list
   - watch
 - apiGroups:
   - ''
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-view

+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-view

@@ -26,13 +26,15 @@

   - generators.external-secrets.io
   resources:
   - acraccesstokens
   - ecrauthorizationtokens
   - fakes
   - gcraccesstokens
+  - githubaccesstokens
   - passwords
   - vaultdynamicsecrets
+  - webhooks
   verbs:
   - get
   - watch
   - list
 
--- HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-edit

+++ HelmRelease: kube-system/external-secrets ClusterRole: kube-system/external-secrets-edit

@@ -27,14 +27,16 @@

   - generators.external-secrets.io
   resources:
   - acraccesstokens
   - ecrauthorizationtokens
   - fakes
   - gcraccesstokens
+  - githubaccesstokens
   - passwords
   - vaultdynamicsecrets
+  - webhooks
   verbs:
   - create
   - delete
   - deletecollection
   - patch
   - update
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-cert-controller

+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-cert-controller

@@ -34,23 +34,26 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/external-secrets/external-secrets:v0.9.13
+        image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.7
         imagePullPolicy: IfNotPresent
         args:
         - certcontroller
         - --crd-requeue-interval=5m
         - --service-name=external-secrets-webhook
         - --service-namespace=kube-system
         - --secret-name=external-secrets-webhook
         - --secret-namespace=kube-system
         - --metrics-addr=:8080
         - --healthz-addr=:8081
+        - --loglevel=info
+        - --zap-time-encoding=epoch
+        - --enable-partial-cache=true
         ports:
         - containerPort: 8080
           protocol: TCP
           name: metrics
         readinessProbe:
           httpGet:
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets

+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets

@@ -34,16 +34,19 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/external-secrets/external-secrets:v0.9.13
+        image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.7
         imagePullPolicy: IfNotPresent
         args:
         - --concurrent=1
         - --metrics-addr=:8080
+        - --loglevel=info
+        - --zap-time-encoding=epoch
         ports:
         - containerPort: 8080
           protocol: TCP
           name: metrics
+      dnsPolicy: ClusterFirst
 
--- HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-webhook

+++ HelmRelease: kube-system/external-secrets Deployment: kube-system/external-secrets-webhook

@@ -34,22 +34,24 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/external-secrets/external-secrets:v0.9.13
+        image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.7
         imagePullPolicy: IfNotPresent
         args:
         - webhook
         - --port=10250
         - --dns-name=external-secrets-webhook.kube-system.svc
         - --cert-dir=/tmp/certs
         - --check-interval=5m
         - --metrics-addr=:8080
         - --healthz-addr=:8081
+        - --loglevel=info
+        - --zap-time-encoding=epoch
         ports:
         - containerPort: 8080
           protocol: TCP
           name: metrics
         - containerPort: 10250
           protocol: TCP
--- HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/secretstore-validate

+++ HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/secretstore-validate

@@ -1,12 +1,15 @@

 ---
 apiVersion: admissionregistration.k8s.io/v1
 kind: ValidatingWebhookConfiguration
 metadata:
   name: secretstore-validate
   labels:
+    app.kubernetes.io/name: external-secrets-webhook
+    app.kubernetes.io/instance: external-secrets
+    app.kubernetes.io/managed-by: Helm
     external-secrets.io/component: webhook
 webhooks:
 - name: validate.secretstore.external-secrets.io
   rules:
   - apiGroups:
     - external-secrets.io
--- HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/externalsecret-validate

+++ HelmRelease: kube-system/external-secrets ValidatingWebhookConfiguration: kube-system/externalsecret-validate

@@ -1,12 +1,15 @@

 ---
 apiVersion: admissionregistration.k8s.io/v1
 kind: ValidatingWebhookConfiguration
 metadata:
   name: externalsecret-validate
   labels:
+    app.kubernetes.io/name: external-secrets-webhook
+    app.kubernetes.io/instance: external-secrets
+    app.kubernetes.io/managed-by: Helm
     external-secrets.io/component: webhook
 webhooks:
 - name: validate.externalsecret.external-secrets.io
   rules:
   - apiGroups:
     - external-secrets.io

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Mar 30, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.32s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.78s
✅ YAML prettier 1 0 0 0.39s
✅ YAML yamllint 1 0 0 0.6s

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 force-pushed the renovate/nas-1-external-secrets-0.x branch from f2ec7c5 to 7925a29 Compare April 18, 2024 15:09
@renovate renovate bot changed the title fix(helm): update chart external-secrets ( 0.9.13 → 0.9.14 ) fix(helm): update chart external-secrets ( 0.9.13 → 0.9.16 ) Apr 18, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 7925a29 to 0559b33 Compare May 1, 2024 18:34
@renovate renovate bot changed the title fix(helm): update chart external-secrets ( 0.9.13 → 0.9.16 ) fix(helm): update chart external-secrets ( 0.9.13 → 0.9.17 ) May 1, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 0559b33 to e68f99a Compare May 14, 2024 08:36
@renovate renovate bot changed the title fix(helm): update chart external-secrets ( 0.9.13 → 0.9.17 ) fix(helm): update chart external-secrets ( 0.9.13 → 0.9.18 ) May 14, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from e68f99a to 40f402a Compare June 4, 2024 20:05
@renovate renovate bot changed the title fix(helm): update chart external-secrets ( 0.9.13 → 0.9.18 ) fix(helm): update chart external-secrets ( 0.9.13 → 0.9.19 ) Jun 4, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 40f402a to 82b4b73 Compare July 6, 2024 22:18
@renovate renovate bot changed the title fix(helm): update chart external-secrets ( 0.9.13 → 0.9.19 ) fix(helm): update chart external-secrets ( 0.9.13 → 0.9.20 ) Jul 6, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 82b4b73 to c9ff693 Compare August 3, 2024 11:16
@renovate renovate bot changed the title fix(helm): update chart external-secrets ( 0.9.13 → 0.9.20 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.10.0 ) Aug 3, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from c9ff693 to 00e6554 Compare August 28, 2024 11:52
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.10.0 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.10.1 ) Aug 28, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 00e6554 to b0aafda Compare August 28, 2024 20:15
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.10.1 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.10.2 ) Aug 28, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from b0aafda to e05ce88 Compare September 9, 2024 15:28
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.10.2 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.10.3 ) Sep 9, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from e05ce88 to debd967 Compare September 25, 2024 13:45
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.10.3 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.10.4 ) Sep 25, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from debd967 to 079d9d2 Compare October 25, 2024 07:34
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.10.4 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.10.5 ) Oct 25, 2024
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 079d9d2 to d1688c2 Compare November 20, 2024 20:52
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.14.4 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.15.0 ) Mar 19, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from e05cd11 to 07cc321 Compare March 28, 2025 22:15
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.15.0 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.15.1 ) Mar 28, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 07cc321 to 2a31802 Compare April 14, 2025 19:01
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.15.1 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.16.0 ) Apr 14, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 2a31802 to 39084cd Compare April 16, 2025 12:16
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.16.0 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.16.1 ) Apr 16, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 39084cd to 3bf6653 Compare May 7, 2025 13:29
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.16.1 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.16.2 ) May 7, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 3bf6653 to f464565 Compare May 15, 2025 13:00
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.16.2 ) feat(helm): update chart external-secrets ( 0.9.13 → 0.17.0 ) May 15, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from f464565 to 2156965 Compare May 28, 2025 09:55
@renovate renovate bot changed the title feat(helm): update chart external-secrets ( 0.9.13 → 0.17.0 ) feat(helm): update chart external-secrets ( 0.10.7 → 0.17.0 ) May 28, 2025
@renovate renovate bot force-pushed the renovate/nas-1-external-secrets-0.x branch from 2156965 to 0966876 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/nas-1-external-secrets-0.x branch from 0966876 to 27bc6ea 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/nas-1-external-secrets-0.x branch from 27bc6ea to ff75e64 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 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/nas-1-external-secrets-0.x branch 2 times, most recently from 80bdf84 to 809d809 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/nas-1-external-secrets-0.x branch from 809d809 to feb2b78 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/nas-1-external-secrets-0.x branch from feb2b78 to d0b1d08 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/nas-1-external-secrets-0.x branch from d0b1d08 to 98dbb1d 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