chore(patch): update argoproj/argo-cd to v3.0.23 #patch#422
Merged
Conversation
public-glueops-renovatebot
Bot
deleted the
renovate/argoproj-argo-cd-3.0.x
branch
January 1, 2026 09:29
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 09:41
a3a2a0c to
87196b9
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 09:51
87196b9 to
8d28e97
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 10:08
8d28e97 to
f4e1fd0
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
from
January 1, 2026 10:26
f4e1fd0 to
6ee8338
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 11:07
dd6c2ab to
d407bf4
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
from
January 1, 2026 11:25
d407bf4 to
077dea0
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 11:36
077dea0 to
576332b
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 11:49
576332b to
4ec9251
Compare
public-glueops-renovatebot
Bot
force-pushed
the
renovate/argoproj-argo-cd-3.0.x
branch
2 times, most recently
from
January 1, 2026 12:13
4ec9251 to
d50bfdc
Compare
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:
3.0.20→3.0.23Release Notes
argoproj/argo-cd (argoproj/argo-cd)
v3.0.23Compare 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
6c9b1cb: fix(hydrator): empty links for failed operation (#25025) (cherry-pick #26014 for 3.0) (#26015) (@argo-cd-cherry-pick-bot[bot])5f9dc64: fix: cherry pick #25516 to release-3.0 (#26107) (@FourFifthsCode)9a49562: fix: invalid error message on health check failure (#26040) (cherry pick #26039 for 3.0) (#26073) (@dudinea)Full Changelog: argoproj/argo-cd@v3.0.22...v3.0.23
v3.0.22Compare 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
e5b85ef: fix: Only show please update resource specification message when spec… (cherry-pick #25066 for 3.0) (#25893) (@argo-cd-cherry-pick-bot[bot])Other work
f9212b0: chore(cherry-pick-3.0): bumpexprversion fromv1.16.9tov1.17.7(#25908) (@aali309)Full Changelog: argoproj/argo-cd@v3.0.21...v3.0.22
v3.0.21Compare 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
8910d47: fix(hydrator): appset should preserve annotation when hydration is requested (cherry-pick #25644 for 3.0) (#25652) (@argo-cd-cherry-pick-bot[bot])ad1eacb: fix(ui): add null-safe handling for assignedWindows in status panel (cherry-pick #25128 for 3.0) (#25182) (@argo-cd-cherry-pick-bot[bot])a9a7868: fix: Allow the ISVC to be healthy when the Stopped Condition is False (cherry-pick #25312 for 3.0) (#25316) (@argo-cd-cherry-pick-bot[bot])b53d2a2: fix: handle annotated git tags correctly in repo server cache (cherry-pick #21771 for 3.0) (#25241) (@argo-cd-cherry-pick-bot[bot])ba78f8c: fix:(ui) don't render ApplicationSelector unless the panel is showing (Cherry Pick release-3.0) (#25217) (@jwinters01)Documentation
a24b8ec: docs: Document usage of ?. in notifications triggers and fix examples (#25352) (cherry-pick #25418 for 3.0) (#25423) (@argo-cd-cherry-pick-bot[bot])97dc75e: docs: Improve switch to annotation tracking docs, clarifying that a new Git commit may be needed to avoid orphan resources - (cherry-pick #25309 for 3.0) (#25336) (@reggie-k)Dependency updates
38b108e: chore(deps): bump gitops-engine to include fix for #24242 (#25548) (@anandf)73b21ff: chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.46.0 (#25821) (@anandf)Full Changelog: argoproj/argo-cd@v3.0.20...v3.0.21
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 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 Renovate Bot.