chore(deps): update quay.io/argoproj/argocd Docker tag to v3.4.5#260
Open
renovate-vince-riv[bot] wants to merge 1 commit into
Open
chore(deps): update quay.io/argoproj/argocd Docker tag to v3.4.5#260renovate-vince-riv[bot] wants to merge 1 commit into
renovate-vince-riv[bot] wants to merge 1 commit into
Conversation
Argo-Diff - Ephemeral Environment TestThis argo-diff should have the same output every run 3 of 3 apps with changes compared to live state 6:40PM UTC, 9 Jul 2026 === Basic-Deployment ===Synced ✅ ===== /ConfigMap basic-deployment/config-env =====--- /tmp/argocd-diff3288052021/config-env-live.yaml 2026-07-09 18:40:15.402436743 +0000
+++ /tmp/argocd-diff3288052021/config-env 2026-07-09 18:40:15.401436736 +0000
@@ -1,6 +1,6 @@
apiVersion: v1
data:
- HELLO_WORLD: test string
+ HELLO_WORLD: another test string
TZ: America/New_York
kind: ConfigMap
metadata:
===== apps/Deployment basic-deployment/test =====--- /tmp/argocd-diff2655026/test-live.yaml 2026-07-09 18:40:15.409436788 +0000
+++ /tmp/argocd-diff2655026/test 2026-07-09 18:40:15.408436781 +0000
@@ -5,6 +5,8 @@
argocd.argoproj.io/tracking-id: basic-deployment:apps/Deployment:basic-deployment/test
deployment.kubernetes.io/revision: "1"
generation: 1
+ labels:
+ app.kubernetes.io/name: argo-diff-test
managedFields:
- apiVersion: apps/v1
fieldsType: FieldsV1
@@ -77,6 +79,7 @@
selector:
matchLabels:
app: test
+ app.kubernetes.io/name: argo-diff-test
strategy:
rollingUpdate:
maxSurge: 25%
@@ -86,12 +89,13 @@
metadata:
labels:
app: test
+ app.kubernetes.io/name: argo-diff-test
spec:
containers:
- command:
- sh
- -c
- - while true ; do sleep 1; done
+ - while true ; do sleep 2; done
envFrom:
- configMapRef:
name: config-env
=== Meta ===Synced ✅ ===== argoproj.io/Application argocd/helm-deployment =====--- /tmp/argocd-diff1707899179/helm-deployment-live.yaml 2026-07-09 18:40:15.514437464 +0000
+++ /tmp/argocd-diff1707899179/helm-deployment 2026-07-09 18:40:15.513437457 +0000
@@ -143,10 +143,10 @@
- $values/test/helm-deployment.values.yaml
path: charts/test-basic-deployment
repoURL: https://github.com/vince-riv/argo-diff.git
- targetRevision: k3s-test
+ targetRevision: main
- ref: values
repoURL: https://github.com/vince-riv/argo-diff.git
- targetRevision: k3s-test
+ targetRevision: main
syncPolicy:
automated:
prune: true
=== Helm-Deployment ===Synced ✅ ===== /ConfigMap helm-deployment/config-env =====--- /tmp/argocd-diff4116614192/config-env-live.yaml 2026-07-09 18:40:15.743438938 +0000
+++ /tmp/argocd-diff4116614192/config-env 2026-07-09 18:40:15.742438931 +0000
@@ -1,6 +1,6 @@
apiVersion: v1
data:
- HELLO_WORLD: test string
+ HELLO_WORLD: another test string
TZ: America/New_York
kind: ConfigMap
metadata:
===== apps/Deployment helm-deployment/test =====--- /tmp/argocd-diff2709805778/test-live.yaml 2026-07-09 18:40:15.753439002 +0000
+++ /tmp/argocd-diff2709805778/test 2026-07-09 18:40:15.753439002 +0000
@@ -87,7 +87,7 @@
uid: 3a9299ae-65f4-4b25-bbfa-ed20287ce7e9
spec:
progressDeadlineSeconds: 600
- replicas: 1
+ replicas: 2
revisionHistoryLimit: 10
selector:
matchLabels:
@@ -116,7 +116,7 @@
name: config-env
- secretRef:
name: test-secret
- image: busybox:latest@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
+ image: busybox:latest@sha256:fd8d9aa63ba2f0982b5304e1ee8d3b90a210bc1ffb5314d980eb6962f1a9715d
imagePullPolicy: IfNotPresent
name: test
resources: {}
|
Argo-Diff - Ephemeral Environment TestThis argo-diff should have the same output every run 0 of 1 apps with changes compared to live state 6:40PM UTC, 9 Jul 2026 === Broken-Deployment ===Unknown ❓ |
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
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.4.4→v3.4.5Release Notes
argoproj/argo-cd (quay.io/argoproj/argocd)
v3.4.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
Bug fixes
e77e4b6: fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick #28339 for 3.4) (#28341) (@alexandresavicki)63e67d5: fix(ssa): do not run auth reconcile with SSA (cherry pick of #27624 and #27601 to 3.4) (#28265) (@Mangaal)2403907: fix: auto-sync skipped when newer commit arrives during sync with manifest-generate-paths (#27875) (cherry-pick #28227 for 3.4) (#28331) (@argo-cd-cherry-pick-bot[bot])2d18587: fix: deleted resource are incorrectly shown in UI (cherry-pick #28322 for 3.4) (#28337) (@argo-cd-cherry-pick-bot[bot])a82e158: fix: don't clobber non-ignored fields on "replace" (cherry-pick #27136 for 3.4) (#28507) (@argo-cd-cherry-pick-bot[bot])d4c8f1c: fix: fixes a regression of dex config env vars substituion - Cherry pick of #28369 in 3.4 (#28411) (@ppapapetrou76)Dependency updates
8c7ece5: chore(deps): bump golang.org/x/crypto to 0.53.0 (release-3.4) (#28375) (@nmirasch)a8f245b: chore(deps): update Ubuntu base image to 26.04 LTS (3.4) (#28430) (@suii2210)Full Changelog: argoproj/argo-cd@v3.4.4...v3.4.5
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.