Skip to content

chore(deps): update etcd docker tag to v11 #2944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

usa-reddragon-renovate-ce[bot]
Copy link
Contributor

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot commented Feb 10, 2025

This PR contains the following updates:

Package Update Change
etcd (source) major 10.7.3 -> 11.2.4

Warning

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


Release Notes

bitnami/charts (etcd)

v11.2.4

  • [bitnami/etcd] Simplify condition (#​32814)

v11.2.3

v11.2.2

v11.2.1

v11.1.6

v11.1.5

v11.1.4

v11.1.3

v11.1.2

v11.1.1

  • [bitnami/etcd] bugfix: probes to use healthcheck when TLS client-to-server authentication (#​32258) (a6791c5), closes #​32258

v11.1.0

v11.0.8

v11.0.7

v11.0.6

v11.0.5

v11.0.4

v11.0.3

v11.0.2

v11.0.1

  • [bitnami/etcd] fixed tls enable handling and v3 environment variable support for defrag cronjob (#​31 (c3c3e43), closes #​31270

v11.0.0


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 has been generated by Renovate Bot.

Copy link

github-actions bot commented Feb 10, 2025

Kustomization Diff

Changes ${\tt\large\color{green}+1\enspace\color{red}-\negthinspace1}$
Click to expand
--- services Kustomization: flux-system/services HelmRelease: split-dns/etcd

+++ services Kustomization: flux-system/services HelmRelease: split-dns/etcd

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

     spec:
       chart: etcd
       sourceRef:
         kind: HelmRepository
         name: bitnami
         namespace: flux-system
-      version: 10.7.3
+      version: 11.2.4
   driftDetection:
     mode: enabled
   interval: 1m0s
   releaseName: etcd
   values:
     auth:

Copy link

github-actions bot commented Feb 10, 2025

HelmRelease Diff

Changes ${\tt\large\color{green}+97\enspace\color{red}-\negthinspace7}$
Click to expand
--- HelmRelease: split-dns/etcd StatefulSet: split-dns/etcd

+++ HelmRelease: split-dns/etcd StatefulSet: split-dns/etcd

@@ -106,14 +106,12 @@

         - name: ETCD_INITIAL_ADVERTISE_PEER_URLS
           value: http://$(MY_POD_NAME).etcd-headless.split-dns.svc.cluster.local:2380
         - name: ETCD_LISTEN_PEER_URLS
           value: http://0.0.0.0:2380
         - name: ETCD_INITIAL_CLUSTER_TOKEN
           value: etcd-cluster-k8s
-        - name: ETCD_INITIAL_CLUSTER_STATE
-          value: new
         - name: ETCD_INITIAL_CLUSTER
           value: etcd-0=http://etcd-0.etcd-headless.split-dns.svc.cluster.local:2380,etcd-1=http://etcd-1.etcd-headless.split-dns.svc.cluster.local:2380,etcd-2=http://etcd-2.etcd-headless.split-dns.svc.cluster.local:2380
         - name: ETCD_CLUSTER_DOMAIN
           value: etcd-headless.split-dns.svc.cluster.local
         envFrom: null
         ports:
@@ -139,17 +137,12 @@

             - /opt/bitnami/scripts/etcd/healthcheck.sh
           initialDelaySeconds: 60
           periodSeconds: 10
           timeoutSeconds: 5
           successThreshold: 1
           failureThreshold: 5
-        lifecycle:
-          preStop:
-            exec:
-              command:
-              - /opt/bitnami/scripts/etcd/prestop.sh
         resources:
           limits:
             memory: 128Mi
           requests:
             cpu: 50m
             memory: 128Mi
--- HelmRelease: split-dns/etcd Job: split-dns/etcd-pre-upgrade

+++ HelmRelease: split-dns/etcd Job: split-dns/etcd-pre-upgrade

@@ -0,0 +1,98 @@

+---
+apiVersion: batch/v1
+kind: Job
+metadata:
+  name: etcd-pre-upgrade
+  namespace: split-dns
+  labels:
+    app.kubernetes.io/instance: etcd
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: etcd
+    app.kubernetes.io/component: etcd-pre-upgrade-job
+  annotations:
+    helm.sh/hook: pre-upgrade
+    helm.sh/hook-delete-policy: before-hook-creation
+spec:
+  template:
+    metadata:
+      labels:
+        app.kubernetes.io/instance: etcd
+        app.kubernetes.io/managed-by: Helm
+        app.kubernetes.io/name: etcd
+        app.kubernetes.io/component: etcd-pre-upgrade-job
+      annotations: null
+    spec:
+      imagePullSecrets:
+      - name: registry-docker-hub
+      automountServiceAccountToken: false
+      affinity:
+        podAffinity: null
+        podAntiAffinity:
+          preferredDuringSchedulingIgnoredDuringExecution:
+          - podAffinityTerm:
+              labelSelector:
+                matchLabels:
+                  app.kubernetes.io/instance: etcd
+                  app.kubernetes.io/name: etcd
+                  app.kubernetes.io/component: etcd-pre-upgrade-job
+              topologyKey: kubernetes.io/hostname
+            weight: 1
+        nodeAffinity: null
+      securityContext:
+        fsGroup: 1001
+        fsGroupChangePolicy: Always
+        supplementalGroups: []
+        sysctls: []
+      restartPolicy: Never
+      containers:
+      - name: pre-upgrade-job
+        image: docker.io/bitnami/etcd:3.5.21-debian-12-r3
+        imagePullPolicy: IfNotPresent
+        securityContext:
+          allowPrivilegeEscalation: false
+          capabilities:
+            add: []
+            drop:
+            - ALL
+          privileged: false
+          readOnlyRootFilesystem: true
+          runAsGroup: 1001
+          runAsNonRoot: true
+          runAsUser: 1001
+          seLinuxOptions: {}
+          seccompProfile:
+            type: RuntimeDefault
+        command:
+        - /opt/bitnami/scripts/etcd/entrypoint.sh
+        args:
+        - /opt/bitnami/scripts/etcd/preupgrade.sh
+        env:
+        - name: BITNAMI_DEBUG
+          value: 'false'
+        - name: ETCD_ON_K8S
+          value: 'yes'
+        - name: ETCD_DATA_DIR
+          value: /bitnami/etcd/data
+        - name: ETCD_INITIAL_CLUSTER
+          value: etcd-0=http://etcd-0.etcd-headless.split-dns.svc.cluster.local:2379,etcd-1=http://etcd-1.etcd-headless.split-dns.svc.cluster.local:2379,etcd-2=http://etcd-2.etcd-headless.split-dns.svc.cluster.local:2379
+        envFrom: null
+        resources:
+          limits:
+            cpu: 375m
+            ephemeral-storage: 2Gi
+            memory: 384Mi
+          requests:
+            cpu: 250m
+            ephemeral-storage: 50Mi
+            memory: 256Mi
+        volumeMounts:
+        - name: empty-dir
+          mountPath: /opt/bitnami/etcd/conf/
+          subPath: app-conf-dir
+        - name: empty-dir
+          mountPath: /tmp
+          subPath: tmp-dir
+      volumes:
+      - name: empty-dir
+        emptyDir: {}
+

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot force-pushed the renovate/etcd-11.x branch 4 times, most recently from fb0eb31 to fca26f4 Compare February 12, 2025 21:37
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot force-pushed the renovate/etcd-11.x branch 8 times, most recently from 286f3d7 to 4f16ff2 Compare March 6, 2025 11:37
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot force-pushed the renovate/etcd-11.x branch 2 times, most recently from 33b1f6b to eb63d09 Compare March 14, 2025 01:53
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot force-pushed the renovate/etcd-11.x branch 3 times, most recently from 8ebf8ee to c57dd31 Compare April 2, 2025 12:11
Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
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.

1 participant