-
Notifications
You must be signed in to change notification settings - Fork 8
argocd: update dependency argoproj/argo-cd to v3.2.0 #376
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/argoproj-argo-cd-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Infro diff for 94c5038
time="2025-11-04T19:37:33Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-11-04T19:37:48Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apiextensions.k8s.io/CustomResourceDefinition /applications.argoproj.io ======
--- /tmp/argocd-diff2381998156/applications.argoproj.io-live.yaml
+++ /tmp/argocd-diff2381998156/applications.argoproj.io
@@ -118,6 +118,10 @@
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
+ refresh:
+ description: 'Refresh indicates if the latest revision should
+ be used on retry instead of the initial one (default: false)'
+ type: boolean
type: object
sync:
description: Sync contains parameters for the operation
@@ -1482,11 +1486,15 @@
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
- from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
+ from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
+ hydrated manifests will be synced.
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
- description: TargetBranch is the branch to which hydrated
- manifests should be committed
+ description: |-
+ TargetBranch is the branch from which hydrated manifests will be synced.
+ If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
type: string
required:
- path
@@ -1945,6 +1953,10 @@
a failed sync. If set to 0, no retries will be performed.
format: int64
type: integer
+ refresh:
+ description: 'Refresh indicates if the latest revision should
+ be used on retry instead of the initial one (default: false)'
+ type: boolean
type: object
syncOptions:
description: Options allow you to specify whole app sync-options
@@ -2913,6 +2925,11 @@
be performed.
format: int64
type: integer
+ refresh:
+ description: 'Refresh indicates if the latest revision
+ should be used on retry instead of the initial one (default:
+ false)'
+ type: boolean
type: object
sync:
description: Sync contains parameters for the operation
@@ -4885,11 +4902,15 @@
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
- from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
+ from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
+ hydrated manifests will be synced.
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
- description: TargetBranch is the branch to which hydrated
- manifests should be committed
+ description: |-
+ TargetBranch is the branch from which hydrated manifests will be synced.
+ If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
type: string
required:
- path
@@ -4964,11 +4985,15 @@
path:
description: |-
Path is a directory path within the git repository where hydrated manifests should be committed to and synced
- from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
+ from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
+ hydrated manifests will be synced.
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
- description: TargetBranch is the branch to which hydrated
- manifests should be committed
+ description: |-
+ TargetBranch is the branch from which hydrated manifests will be synced.
+ If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
type: string
required:
- path
===== apiextensions.k8s.io/CustomResourceDefinition /applicationsets.argoproj.io ======
--- /tmp/argocd-diff1222962338/applicationsets.argoproj.io-live.yaml
+++ /tmp/argocd-diff1222962338/applicationsets.argoproj.io
@@ -489,6 +489,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -780,6 +782,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -1171,6 +1175,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -1462,6 +1468,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -1854,6 +1862,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -2145,6 +2155,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -2515,6 +2527,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -2806,6 +2820,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -3201,6 +3217,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -3492,6 +3510,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -3883,6 +3903,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -4174,6 +4196,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -4566,6 +4590,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -4857,6 +4883,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -5227,6 +5255,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -5518,6 +5548,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -5896,6 +5928,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -6187,6 +6221,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -6342,6 +6378,8 @@
- project
- repo
type: object
+ continueOnRepoNotFoundError:
+ type: boolean
filters:
items:
properties:
@@ -6349,6 +6387,8 @@
type: string
targetBranchMatch:
type: string
+ titleMatch:
+ type: string
type: object
type: array
gitea:
@@ -6788,6 +6828,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -7079,6 +7121,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -7675,6 +7719,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -7966,6 +8012,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -8353,6 +8401,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -8644,6 +8694,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -9041,6 +9093,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -9332,6 +9386,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -9723,6 +9779,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -10014,6 +10072,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -10406,6 +10466,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -10697,6 +10759,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -11067,6 +11131,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -11358,6 +11424,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -11736,6 +11804,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -12027,6 +12097,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -12182,6 +12254,8 @@
- project
- repo
type: object
+ continueOnRepoNotFoundError:
+ type: boolean
filters:
items:
properties:
@@ -12189,6 +12263,8 @@
type: string
targetBranchMatch:
type: string
+ titleMatch:
+ type: string
type: object
type: array
gitea:
@@ -12628,6 +12704,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -12919,6 +12997,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -13515,6 +13595,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -13806,6 +13888,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -14197,6 +14281,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -14488,6 +14574,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -14865,6 +14953,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -15156,6 +15246,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -15311,6 +15403,8 @@
- project
- repo
type: object
+ continueOnRepoNotFoundError:
+ type: boolean
filters:
items:
properties:
@@ -15318,6 +15412,8 @@
type: string
targetBranchMatch:
type: string
+ titleMatch:
+ type: string
type: object
type: array
gitea:
@@ -15757,6 +15853,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -16048,6 +16146,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -16644,6 +16744,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -16935,6 +17037,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -17016,6 +17120,8 @@
type: object
strategy:
properties:
+ deletionOrder:
+ type: string
rollingSync:
properties:
steps:
@@ -17397,6 +17503,8 @@
syncSource:
properties:
path:
+ minLength: 1
+ pattern: ^.{2,}|[^./]$
type: string
targetBranch:
type: string
@@ -17688,6 +17796,8 @@
limit:
format: int64
type: integer
+ refresh:
+ type: boolean
type: object
syncOptions:
items:
@@ -17793,6 +17903,9 @@
type: string
type: object
type: array
+ resourcesCount:
+ format: int64
+ type: integer
type: object
required:
- metadata
===== apps/Deployment argocd/argocd-applicationset-controller ======
--- /tmp/argocd-diff2115590276/argocd-applicationset-controller-live.yaml
+++ /tmp/argocd-diff2115590276/argocd-applicationset-controller
@@ -555,7 +555,13 @@
key: applicationsetcontroller.requeue.after
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ - name: ARGOCD_APPLICATIONSET_CONTROLLER_MAX_RESOURCES_STATUS_COUNT
+ valueFrom:
+ configMapKeyRef:
+ key: applicationsetcontroller.status.max.resources.count
+ name: argocd-cmd-params-cm
+ optional: true
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
@@ -590,6 +596,8 @@
name: tmp
- mountPath: /app/config/reposerver/tls
name: argocd-repo-server-tls
+ - mountPath: /home/argocd/params
+ name: argocd-cmd-params-cm
dnsPolicy: ClusterFirst
nodeSelector:
kubernetes.io/os: linux
@@ -628,6 +636,14 @@
path: ca.crt
optional: true
secretName: argocd-repo-server-tls
+ - configMap:
+ defaultMode: 420
+ items:
+ - key: applicationsetcontroller.profile.enabled
+ path: profiler.enabled
+ name: argocd-cmd-params-cm
+ optional: true
+ name: argocd-cmd-params-cm
status:
availableReplicas: 1
conditions:
===== apps/Deployment argocd/argocd-dex-server ======
--- /tmp/argocd-diff3295124744/argocd-dex-server-live.yaml
+++ /tmp/argocd-diff3295124744/argocd-dex-server
@@ -359,7 +359,7 @@
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: Always
name: copyutil
resources: {}
===== apps/Deployment argocd/argocd-notifications-controller ======
--- /tmp/argocd-diff1473730036/argocd-notifications-controller-live.yaml
+++ /tmp/argocd-diff1473730036/argocd-notifications-controller
@@ -277,7 +277,7 @@
key: notificationscontroller.repo.server.plaintext
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
===== apps/Deployment argocd/argocd-redis ======
--- /tmp/argocd-diff3008016145/argocd-redis-live.yaml
+++ /tmp/argocd-diff3008016145/argocd-redis
@@ -261,7 +261,7 @@
- argocd
- admin
- redis-initial-password
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: IfNotPresent
name: secret-init
resources: {}
===== apps/Deployment argocd/argocd-repo-server ======
--- /tmp/argocd-diff181259914/argocd-repo-server-live.yaml
+++ /tmp/argocd-diff181259914/argocd-repo-server
@@ -829,6 +829,24 @@
key: reposerver.disable.helm.manifest.max.extracted.size
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_REPO_SERVER_OCI_MANIFEST_MAX_EXTRACTED_SIZE
+ valueFrom:
+ configMapKeyRef:
+ key: reposerver.oci.manifest.max.extracted.size
+ name: argocd-cmd-params-cm
+ optional: true
+ - name: ARGOCD_REPO_SERVER_DISABLE_OCI_MANIFEST_MAX_EXTRACTED_SIZE
+ valueFrom:
+ configMapKeyRef:
+ key: reposerver.disable.oci.manifest.max.extracted.size
+ name: argocd-cmd-params-cm
+ optional: true
+ - name: ARGOCD_REPO_SERVER_OCI_LAYER_MEDIA_TYPES
+ valueFrom:
+ configMapKeyRef:
+ key: reposerver.oci.layer.media.types
+ name: argocd-cmd-params-cm
+ optional: true
- name: ARGOCD_REVISION_CACHE_LOCK_TIMEOUT
valueFrom:
configMapKeyRef:
@@ -871,7 +889,7 @@
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
@@ -944,7 +962,7 @@
env:
- name: GNUPGHOME
value: /gnupg-home/.gnupg
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: IfNotPresent
name: import-gpg-key
resources: {}
@@ -975,7 +993,7 @@
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: IfNotPresent
name: copyutil
resources: {}
===== apps/Deployment argocd/argocd-server ======
--- /tmp/argocd-diff776519259/argocd-server-live.yaml
+++ /tmp/argocd-diff776519259/argocd-server
@@ -904,7 +904,7 @@
key: server.sync.replace.allowed
name: argocd-cmd-params-cm
optional: true
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
===== apps/StatefulSet argocd/argocd-application-controller ======
--- /tmp/argocd-diff779419635/argocd-application-controller-live.yaml
+++ /tmp/argocd-diff779419635/argocd-application-controller
@@ -611,6 +611,12 @@
key: controller.self.heal.backoff.cooldown.seconds
name: argocd-cmd-params-cm
optional: true
+ - name: ARGOCD_SYNC_WAVE_DELAY
+ valueFrom:
+ configMapKeyRef:
+ key: controller.sync.wave.delay.seconds
+ name: argocd-cmd-params-cm
+ optional: true
- name: ARGOCD_APPLICATION_CONTROLLER_SYNC_TIMEOUT
valueFrom:
configMapKeyRef:
@@ -757,7 +763,7 @@
optional: true
- name: KUBECACHEDIR
value: /tmp/kubecache
- image: quay.io/argoproj/argocd:v2.14.15@sha256:3be6babe6a3248cf35f2c7816c0fcbbbdba592320d93494016ef7123031339cb
+ image: quay.io/argoproj/argocd:v3.1.0@sha256:51abf85651c33cfd0645d72e0877eeeae187bb404d4641ec47caa1921c9750be
imagePullPolicy: Always
name: argocd-application-controller
ports:
===== rbac.authorization.k8s.io/ClusterRole /argocd-applicationset-controller ======
--- /tmp/argocd-diff2487755463/argocd-applicationset-controller-live.yaml
+++ /tmp/argocd-diff2487755463/argocd-applicationset-controller
@@ -58,37 +58,25 @@
- apiGroups:
- argoproj.io
resources:
- - applicationsets/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - argoproj.io
- resources:
- appprojects
verbs:
- get
- list
- watch
- apiGroups:
- - ""
+ - argoproj.io
resources:
- - events
+ - applicationsets/status
verbs:
- - create
- get
- - list
- patch
- - watch
+ - update
- apiGroups:
- ""
resources:
- - configmaps
+ - events
verbs:
- create
- - update
- - delete
- get
- list
- patch
@@ -97,28 +85,24 @@
- ""
resources:
- secrets
+ - configmaps
verbs:
- get
- list
- watch
- apiGroups:
- - apps
- - extensions
+ - coordination.k8s.io
resources:
- - deployments
+ - leases
verbs:
- - get
- - list
- - watch
+ - create
- apiGroups:
- coordination.k8s.io
+ resourceNames:
+ - 58ac56fa.applicationsets.argoproj.io
resources:
- leases
verbs:
- - create
- - delete
- get
- - list
- - patch
- update
- - watch
+ - create
===== rbac.authorization.k8s.io/Role argocd/argocd-applicationset-controller ======
--- /tmp/argocd-diff128523890/argocd-applicationset-controller-live.yaml
+++ /tmp/argocd-diff128523890/argocd-applicationset-controller
@@ -100,11 +100,18 @@
- list
- watch
- apiGroups:
- - apps
- - extensions
+ - coordination.k8s.io
resources:
- - deployments
+ - leases
verbs:
+ - create
+- apiGroups:
+ - coordination.k8s.io
+ resourceNames:
+ - 58ac56fa.applicationsets.argoproj.io
+ resources:
+ - leases
+ verbs:
- get
- - list
- - watch
+ - update
+ - create
time="2025-11-04T19:38:06Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-11-04T19:38:10Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== /Service external-dns/external-dns ======
--- /tmp/argocd-diff4187229422/external-dns-live.yaml
+++ /tmp/argocd-diff4187229422/external-dns
@@ -2,9 +2,11 @@
kind: Service
metadata:
annotations:
+ argocd.argoproj.io/tracking-id: external-dns:/Service:external-dns/external-dns
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"labels":{"app.kubernetes.io/name":"external-dns"},"name":"external-dns","namespace":"external-dns"},"spec":{"ports":[{"name":"metrics","port":7979,"targetPort":7979}],"selector":{"app.kubernetes.io/name":"external-dns"}}}
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
name: external-dns
namespace: external-dns
===== /ServiceAccount external-dns/external-dns ======
--- /tmp/argocd-diff1624956119/external-dns-live.yaml
+++ /tmp/argocd-diff1624956119/external-dns
@@ -2,9 +2,11 @@
kind: ServiceAccount
metadata:
annotations:
+ argocd.argoproj.io/tracking-id: external-dns:/ServiceAccount:external-dns/external-dns
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"ServiceAccount","metadata":{"annotations":{},"labels":{"app.kubernetes.io/name":"external-dns"},"name":"external-dns","namespace":"external-dns"}}
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
name: external-dns
namespace: external-dns
===== apps/Deployment external-dns/external-dns ======
--- /tmp/argocd-diff1100287991/external-dns-live.yaml
+++ /tmp/argocd-diff1100287991/external-dns
@@ -2,11 +2,13 @@
kind: Deployment
metadata:
annotations:
+ argocd.argoproj.io/tracking-id: external-dns:apps/Deployment:external-dns/external-dns
deployment.kubernetes.io/revision: "11"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/name":"external-dns"},"name":"external-dns","namespace":"external-dns"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/name":"external-dns"}},"strategy":{"type":"Recreate"},"template":{"metadata":{"labels":{"app.kubernetes.io/name":"external-dns"}},"spec":{"containers":[{"args":["--source=service","--source=ingress","--registry=txt","--provider=aws","--txt-owner-id=digitalocean-hashbang","--txt-prefix=_owner.","--source=crd","--domain-filter=hashbang.sh","--managed-record-types=A","--managed-record-types=CNAME","--managed-record-types=TXT"],"env":[{"name":"AWS_REGION","value":"us-west-2"},{"name":"AWS_ACCESS_KEY_ID","value":"AKIAR7CEWFK35SZX5S66"},{"name":"AWS_SECRET_ACCESS_KEY","valueFrom":{"secretKeyRef":{"key":"key","name":"external-dns-iam"}}}],"image":"registry.k8s.io/external-dns/external-dns:v0.16.1@sha256:37d3a7a05c4638b8177382b80a627c223bd84a53c1a91be137245bd3cfdf9986","name":"external-dns","ports":[{"containerPort":7979,"name":"metrics"}]}],"securityContext":{"fsGroup":65534},"serviceAccountName":"external-dns"}}}}
generation: 11
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
managedFields:
- apiVersion: apps/v1
@@ -150,11 +152,6 @@
- --provider=aws
- --txt-owner-id=digitalocean-hashbang
- --txt-prefix=_owner.
- - --source=crd
- - --domain-filter=hashbang.sh
- - --managed-record-types=A
- - --managed-record-types=CNAME
- - --managed-record-types=TXT
env:
- name: AWS_REGION
value: us-west-2
===== cilium.io/CiliumNetworkPolicy external-dns/external-dns ======
--- /tmp/argocd-diff3136277344/external-dns-live.yaml
+++ /tmp/argocd-diff3136277344/external-dns
@@ -2,10 +2,12 @@
kind: CiliumNetworkPolicy
metadata:
annotations:
+ argocd.argoproj.io/tracking-id: external-dns:cilium.io/CiliumNetworkPolicy:external-dns/external-dns
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"cilium.io/v2","kind":"CiliumNetworkPolicy","metadata":{"annotations":{},"labels":{"app.kubernetes.io/name":"external-dns"},"name":"external-dns","namespace":"external-dns"},"spec":{"egress":[{"toEntities":["cluster"]},{"toEntities":["cluster"],"toPorts":[{"ports":[{"port":"53","protocol":"ANY"}],"rules":{"dns":[{"matchPattern":"*.amazonaws.com"}]}}]},{"toEntities":["world"],"toPorts":[{"ports":[{"port":"443","protocol":"TCP"}]}]}],"endpointSelector":{"matchLabels":{"k8s:app":"external-dns"}},"ingress":[{"fromEntities":["cluster"],"toPorts":[{"ports":[{"port":"7979","protocol":"TCP"}],"rules":{"http":[{"method":"GET","path":"/metrics"}]}}]}]}}
generation: 32
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
name: external-dns
namespace: external-dns
===== monitoring.coreos.com/ServiceMonitor external-dns/external-dns-server-metrics ======
--- /tmp/argocd-diff1109392219/external-dns-server-metrics-live.yaml
+++ /tmp/argocd-diff1109392219/external-dns-server-metrics
@@ -3,10 +3,12 @@
metadata:
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
+ argocd.argoproj.io/tracking-id: external-dns:monitoring.coreos.com/ServiceMonitor:external-dns/external-dns-server-metrics
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"monitoring.coreos.com/v1","kind":"ServiceMonitor","metadata":{"annotations":{"argocd.argoproj.io/sync-options":"SkipDryRunOnMissingResource=true"},"labels":{"app.kubernetes.io/name":"external-dns","prometheusInstance":"default"},"name":"external-dns-server-metrics","namespace":"external-dns"},"spec":{"endpoints":[{"port":"metrics"}],"selector":{"matchLabels":{"app.kubernetes.io/name":"external-dns"}}}}
generation: 1
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
prometheusInstance: default
managedFields:
===== rbac.authorization.k8s.io/ClusterRole /external-dns ======
--- /tmp/argocd-diff518933094/external-dns-live.yaml
+++ /tmp/argocd-diff518933094/external-dns
@@ -2,9 +2,11 @@
kind: ClusterRole
metadata:
annotations:
+ argocd.argoproj.io/tracking-id: external-dns:rbac.authorization.k8s.io/ClusterRole:external-dns/external-dns
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"rbac.authorization.k8s.io/v1","kind":"ClusterRole","metadata":{"annotations":{},"labels":{"app.kubernetes.io/name":"external-dns"},"name":"external-dns"},"rules":[{"apiGroups":[""],"resources":["endpoints","pods","services"],"verbs":["get","watch","list"]},{"apiGroups":["extensions"],"resources":["ingresses"],"verbs":["get","watch","list"]},{"apiGroups":["networking.k8s.io"],"resources":["ingresses"],"verbs":["get","watch","list"]},{"apiGroups":[""],"resources":["nodes"],"verbs":["watch","list"]},{"apiGroups":["externaldns.k8s.io"],"resources":["dnsendpoints"],"verbs":["get","watch","list"]},{"apiGroups":["externaldns.k8s.io"],"resources":["dnsendpoints/status"],"verbs":["*"]}]}
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
name: external-dns
resourceVersion: "710536737"
@@ -43,17 +45,3 @@
verbs:
- watch
- list
-- apiGroups:
- - externaldns.k8s.io
- resources:
- - dnsendpoints
- verbs:
- - get
- - watch
- - list
-- apiGroups:
- - externaldns.k8s.io
- resources:
- - dnsendpoints/status
- verbs:
- - '*'
===== rbac.authorization.k8s.io/ClusterRoleBinding /external-dns-viewer ======
--- /tmp/argocd-diff2718820272/external-dns-viewer-live.yaml
+++ /tmp/argocd-diff2718820272/external-dns-viewer
@@ -2,9 +2,11 @@
kind: ClusterRoleBinding
metadata:
annotations:
+ argocd.argoproj.io/tracking-id: external-dns:rbac.authorization.k8s.io/ClusterRoleBinding:external-dns/external-dns-viewer
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"rbac.authorization.k8s.io/v1","kind":"ClusterRoleBinding","metadata":{"annotations":{},"labels":{"app.kubernetes.io/name":"external-dns"},"name":"external-dns-viewer"},"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"external-dns"},"subjects":[{"kind":"ServiceAccount","name":"external-dns","namespace":"external-dns"}]}
labels:
+ app.kubernetes.io/instance: external-dns
app.kubernetes.io/name: external-dns
name: external-dns-viewer
resourceVersion: "710536742"
time="2025-11-04T19:38:11Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-11-04T19:38:15Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apps/Deployment ingress-nginx/ingress-nginx-controller ======
--- /tmp/argocd-diff2739464935/ingress-nginx-controller-live.yaml
+++ /tmp/argocd-diff2739464935/ingress-nginx-controller
@@ -280,7 +280,7 @@
fieldPath: metadata.namespace
- name: LD_PRELOAD
value: /usr/local/lib/libmimalloc.so
- image: registry.k8s.io/ingress-nginx/controller:v1.12.3@sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee
+ image: registry.k8s.io/ingress-nginx/controller:v1.13.1@sha256:37e489b22ac77576576e52e474941cd7754238438847c1ee795ad6d59c02b12a
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
time="2025-11-04T19:38:17Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-11-04T19:38:21Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apps/Deployment ircd/irc-deployment ======
--- /tmp/argocd-diff2263764746/irc-deployment-live.yaml
+++ /tmp/argocd-diff2263764746/irc-deployment
@@ -30,7 +30,7 @@
app: irc
spec:
containers:
- - image: ghcr.io/ergochat/ergo:v2.14.0@sha256:ef4040d18044a53c8c995defb3159018cf2e83030e5db068c3976d9343c826a5
+ - image: ghcr.io/ergochat/ergo:v2.15.0@sha256:135cd42c6300d957e0045ee53fbe886e43e1c04bb621391ed7b8940c174d68f3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
@@ -78,7 +78,7 @@
echo "Exiting.";
command:
- /bin/sh
- image: ghcr.io/ergochat/ergo:v2.14.0@sha256:ef4040d18044a53c8c995defb3159018cf2e83030e5db068c3976d9343c826a5
+ image: ghcr.io/ergochat/ergo:v2.15.0@sha256:135cd42c6300d957e0045ee53fbe886e43e1c04bb621391ed7b8940c174d68f3
imagePullPolicy: IfNotPresent
name: config-reloader
resources: {}
time="2025-11-04T19:38:51Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-11-04T19:38:55Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apps/Deployment userdb-api/userdb-api-deployment ======
--- /tmp/argocd-diff2266125369/userdb-api-deployment-live.yaml
+++ /tmp/argocd-diff2266125369/userdb-api-deployment
@@ -45,7 +45,7 @@
secretKeyRef:
key: db-uri
name: postgrest-secrets
- image: postgrest/postgrest:v12.2.12@sha256:5f4ce744539bbba786b4e24dbbd95bdb2a956dcf568c5374995a0ff4a68f5bd2
+ image: postgrest/postgrest:v13.0.4@sha256:a312f4b2e48530a01fc26f5310d547d6c26d087858360e164522e415723a7732
imagePullPolicy: IfNotPresent
name: postgrest
ports:
time="2025-11-04T19:39:02Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
time="2025-11-04T19:39:08Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web."
===== apps/Deployment wkd/wkd ======
--- /tmp/argocd-diff335826350/wkd-live.yaml
+++ /tmp/argocd-diff335826350/wkd
@@ -233,7 +233,7 @@
value: enroll
- name: FOLDER
value: /tmp/keys
- image: kiwigrid/k8s-sidecar:1.30.8@sha256:494ac9c00e699cda00fc10008a88b9ee24055f284d200390857cc49d1f456730
+ image: kiwigrid/k8s-sidecar:1.30.9@sha256:8c06e1ba643a4625de14b2db65c356f5db6b1482a25fce4754380a2936207338
imagePullPolicy: IfNotPresent
name: watcher
resources: {} |
2f55902 to
1e55417
Compare
1e55417 to
42e151d
Compare
a4d8169 to
b7709a8
Compare
b7709a8 to
21dd4d3
Compare
21dd4d3 to
49b8c38
Compare
49b8c38 to
e88e95a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.1.0->v3.2.0Release Notes
argoproj/argo-cd (argoproj/argo-cd)
v3.2.0Compare Source
v3.1.9Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
1904de5: fix(server): ensure resource health status is inferred on application retrieval (#24832) (cherry-pick #24851 for 3.1) (#24867) (@argo-cd-cherry-pick-bot[bot])a419e47: fix: don't show error about missing appset (cherry-pick #24995 for 3.1) (#24996) (@argo-cd-cherry-pick-bot[bot])e53196f: fix: make webhook payload handlers recover from panics (cherry-pick #24862 for 3.1) (#24914) (@argo-cd-cherry-pick-bot[bot])Dependency updates
16ba5f9: chore(deps): bump redis from 7.2.7 to 7.2.11 to address vuln (release-3.1) (#24886) (@carlosrodfern)Full Changelog: argoproj/argo-cd@v3.1.8...v3.1.9
v3.1.8Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
c63c2d8: fix(docs): include v3.1 upgrade docs (#23529) [backport] (#24799) (@SJrX)b2fa7dc: fix: #24781 update crossplane healthchecks to V2 version (cherry-pick #24782 for 3.1) (#24783) (@argo-cd-cherry-pick-bot[bot])41eac62: fix: Clear ApplicationSet applicationStatus when ProgressiveSync is d… (#24715) (@aali309)38808d0: fix: allow for backwards compatibility of durations defined in days (cherry-pick #24769 for 3.1) (#24771) (@argo-cd-cherry-pick-bot[bot])54bab39: fix: update ExternalSecret discovery.lua to also include the refreshPolicy (cherry-pick #24707 for 3.1) (#24712) (@argo-cd-cherry-pick-bot[bot])Other work
5c466a4: Merge commit from fork (@crenshaw-dev)1a023f1: Merge commit from fork (@crenshaw-dev)761fc27: Merge commit from fork (@crenshaw-dev)e20828f: Merge commit from fork (@thevilledev)Full Changelog: argoproj/argo-cd@v3.1.7...v3.1.8
v3.1.7Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
4081e29: fix(server): validate new project on update (#23970) (cherry-pick #23973 for 3.1) (#24662) (@argo-cd-cherry-pick-bot[bot])c26cd55: fix: Progress Sync Unknown in UI (cherry-pick #24202 for 3.1) (#24643) (@argo-cd-cherry-pick-bot[bot])2e4458b: fix: limit number of resources in appset status (#24690) (#24696) (@alexmt)f3d59b0: fix: resolve argocdService initialization issue in notifications CLI (cherry-pick #24664 for 3.1) (#24681) (@argo-cd-cherry-pick-bot[bot])Other work
7f92418: ci(release): only set latest release in github when latest (cherry-pick #24525 for 3.1) (#24685) (@argo-cd-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v3.1.6...v3.1.7
v3.1.6Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
b46a57a: fix(oci): loosen up layer restrictions (cherry-pick #24640 for 3.1) (#24649) (@argo-cd-cherry-pick-bot[bot])468870f: fix: Ensure that symlink targets are not made absolute on extracting a tar (#24145) - backport/cherry-pick to 3.1 (#24519) (@leh-ppi)cb95745: fix: correct post-delete finalizer removal when cluster not found (cherry-pick #24415 for 3.1) (#24590) (@argo-cd-cherry-pick-bot[bot])2b3df7f: fix: use informer in webhook handler to reduce memory usage (#24622) (#24626) (@alexmt)Documentation
4ef5663: docs: Delete dangling word in Source Hydrator docs (cherry-pick #24601 for 3.1) (#24603) (@argo-cd-cherry-pick-bot[bot])Full Changelog: argoproj/argo-cd@v3.1.5...v3.1.6
v3.1.5Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Documentation
0415c60: docs: Update URL for HA manifests to stable. (#24454) (@Kelketek)Other work
9a3235e: fix(3.1): change the appset namespace to server namespace when generating appset (#24478) (@nitishfy)c21141a: fix(cherry pick 3.1): RunResourceAction: error getting Lua resource action: built-in script does not exist #24491 (#24500) (@FourFifthsCode)3320f1e: fix(cherry-pick-3.1): Do not block project update when a cluster referenced in an App doesn't exist (#24450) (@OpenGuidou)Full Changelog: argoproj/argo-cd@v3.1.4...v3.1.5
v3.1.4Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Dependency updates
206d57b: chore(deps): bump gitops-engine (#24418) (@agaudreault)Full Changelog: argoproj/argo-cd@v3.1.3...v3.1.4
v3.1.3Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Full Changelog: argoproj/argo-cd@v3.1.2...v3.1.3
v3.1.2Compare Source
Quick Start
Use v3.1.3
There was an issue with immutable releases for v3.1.2 which caused some release steps to fail (uploading provenance and SBOMs). There should be nothing wrong with v3.1.2, but v3.1.3 is equivalent with a fully-successful release.
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
fe6efec: fix(appset): add applicationsets to the built-in readonly role (#24190) (#24318) (#24321) (@crenshaw-dev)30d8ce6: fix(appset): prevent idle connection buildup by cloning http.DefaultTransport in Bitbucket SCM/PR generator (#24264) (@anandf)7982a74: fix(discovery): add missing lua syntax and return to discovery (fixes #24257) - 3.1 (#24268) (@jan-mrm)60c62a9: fix(security): repository.GetDetailedProject exposes repo secrets (#24391) (@crenshaw-dev)20447f7: fix: downgrade go-git (#24288) (release-3.1) (#24317) (@blakepettersson)Other work
b3ad040: chore(cherry-pick-3.1): replace bitnami images (#24101) (#24286) (@nitishfy)ed9149b: fix(cherry-pick-3.1): custom resource health for flux helm repository of type oci (#24341) (@adberger)6de4f77: fix(cherry-pick-3.1): handle missing resources on UI (#24357) (@pjiang-dev)Full Changelog: argoproj/argo-cd@v3.1.1...v3.1.2
v3.1.1Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
b22566d: fix(lua): allow actions to add items to array (#24137) (@agaudreault)eb72a0b: fix(server): Send Azure DevOps token via git extra headers (#23478) (#23631) (#24223) (@rumstead)fdd0991: fix(util): Fix default key exchange algorthims used for SSH connection to be FIPS compliant (#24086) (cherry-pick 3.1) (#24166) (@anandf)c140eb2: fix: resolve argocd ui error for externalSecrets, fixes #23886 (#24232) (#24236) (@raweber42)Other work
a0f0653: chore: add oci env vars to manifests (#24113) (cherry-pick 3.1) (#24153) (@blakepettersson)70dde2c: chore: cherry pick #24235 to release-3.1 (#24238) (@FourFifthsCode)Full Changelog: argoproj/argo-cd@v3.1.0...v3.1.1
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.
This PR was generated by Mend Renovate. View the repository job log.