Skip to content

Update module github.com/argoproj/argo-cd/v2 to v3 - #99

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-argoproj-argo-cd-v2-3.x
Open

Update module github.com/argoproj/argo-cd/v2 to v3#99
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-argoproj-argo-cd-v2-3.x

Conversation

@renovate

@renovate renovate Bot commented May 14, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/argoproj/argo-cd/v2 v2.14.2v3.4.6 age confidence

Release Notes

argoproj/argo-cd (github.com/argoproj/argo-cd/v2)

v3.4.6

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.6/manifests/ha/install.yaml
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
Other work

Full Changelog: argoproj/argo-cd@v3.4.5...v3.4.6

v3.4.5

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.5/manifests/ha/install.yaml

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
Dependency updates

Full Changelog: argoproj/argo-cd@v3.4.4...v3.4.5

v3.4.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.4/manifests/ha/install.yaml

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
Other work

Full Changelog: argoproj/argo-cd@v3.4.3...v3.4.4

v3.4.3

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/ha/install.yaml

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
  • f435b0f fix(cli): return immediately from 'app wait' when app is already in desired state (#​12211) (#​27503) (#​27713) (jheyduk)
  • b39fe4f fix(lint): unnecessary nesting (cherry-pick #​27815 for 3.4) (#​27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
  • 668f2c5 fix(ui): don't prefetch errors (#​27877) (cherry-pick #​27925 for 3.4) (#​28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • b796979 fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick #​26946 for 3.4) (#​27964) (Gabriel Barreto, himeshp)
  • 5d3f8a0 fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #​27838 for 3.4) (#​28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)
  • 35ed877 fix: nil-check (cherry-pick #​28039 for 3.4) (#​28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)
  • b0f1553 fix: prevent InvalidSpecError race in application controller startup (cherry-pick #​27672 for 3.4) (#​27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)
  • 4fa0950 fix: truncate labels for deletion hook resources (cherry-pick #​27542 for 3.4) (#​27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)
Dependency updates
Other work
  • ce55c85 fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick #​27749 for 3.4) (#​28031) (argo-cd-cherry-pick-bot[bot], Pierre Guinoiseau)

Full Changelog: argoproj/argo-cd@v3.4.2...v3.4.3

v3.4.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/ha/install.yaml

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
  • b15e9e3 fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#​25151)" (cherry-pick #​27241 for 3.4) (#​27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)
  • 570ccbc fix: prevent panic on nil APIResource in permission validator (cherry-pick #​26610 for 3.4) (#​27752) (argo-cd-cherry-pick-bot[bot], Andy Lo-A-Foe)
Dependency updates
  • 6eb6215 chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick #​27401 for 3.4) (#​27734) (argo-cd-cherry-pick-bot[bot], dependabot[bot])
Other work
  • 35ea43c Merge commit from fork (Blake Pettersson)
  • bcb4298 Merge commit from fork (Peter Jiang)
  • 4e71577 chore: bump otel/sdk to 1.43.0 (release-3.4) (#​27806) (Nitish Kumar)
  • 6e227ba ci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick #​27060 for 3.4) (#​27731) (argo-cd-cherry-pick-bot[bot], Regina Voloshin)
  • 87e9148 fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick #​27598 for 3.4) (#​27754) (argo-cd-cherry-pick-bot[bot], Peter Jiang, downfa11)

Full Changelog: argoproj/argo-cd@v3.4.1...v3.4.2

v3.4.1

Compare Source

[!IMPORTANT]
This release is the first one in the 3.4 series, although it is not named 3.4.0.

[!IMPORTANT]
Following Helm 3.19.0 change in how Helm interprets K8s cluster version, this Argo CD release contains a change that aligns how Argo CD interprets K8s cluster version with Helm behavior.

Impact: Application Sets with Cluster Generators, that fetch clusters based on their Kubernetes version and use argocd.argoproj.io/auto-label-cluster-info on the cluster secret, need to be updated to use argocd.argoproj.io/kubernetes-version with the vMajor.Minor.Patch format instead of the previous Major.Minor format.

More details here: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.3-3.4/#cluster-version-format-change

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/manifests/ha/install.yaml

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

Features
  • 05504d6 feat(appset): add Health field to ApplicationSet status (#​25753) (Peter Jiang)
  • f83906d feat(appset): optimize appset controller performance when grabbing cluster secrets (#​25624) (#​25577) (rumstead)
  • ed6d2c5 feat(controller): Annotation to pause reconciliation for a specific cluster (#​26442) (Drew Bailey, Drew Bailey)
  • 3157fb1 feat(helm): support wildcard glob patterns for valueFiles (cherry-pick #​26768 for 3.4) (#​26919) (argo-cd-cherry-pick-bot[bot], Nitish Kumar)
  • 5072899 feat(hydrator): making configurable authorName/Email used for hydration commit (#​22847) (#​25746) (Aditya Raj)
  • 8ed52b2 feat(notification): add appProject access to notification templates (#​26437) (#​26470) (Aditya Raj)
  • e1aeb79 feat(ui): AppSet Slide Out Summary (#​26490) (Peter Jiang, reggie-k)
  • 5ab598e feat(ui): add annotation filtering support to applications list (#​25590) (Ji Kwan)
  • 1391e2f feat(ui): add appset tree-view details page (#​26262) (Peter Jiang, reggie-k, Keith Chong)
  • 7208578 feat(ui): appset list page and filters (#​25837) (Peter Jiang)
  • ff45972 feat(ui): enable hydrator support in app create panel (#​26485) (jwinters01, Alexandre Gaudreault)
  • 1214946 feat(ui): support hydrator properties in summary tab (#​26152) (jwinters01, Michael Crenshaw)
  • b414432 feat: Add application filter for operation status to UI (#​25636) (Dylan Schlager)
  • 408e99e feat: Allow custom User-Agent headers for Helm repository requests (#​25473) (Yugan)
  • 19b41b9 feat: ApplicationSet watch API (#​26409) (Peter Jiang, nitishfy)
  • b442167 feat: Document and expose K8S API client environment variables(#​8527) (#​25145) (gami, Alexandre Gaudreault)
  • 7a3d6f1 feat: Implement nmstate health checks (#​26506) (#​26507) (Sander Tervoert)
  • 5859065 feat: add ApplicationSet listResourceEvents API (#​25537) (Peter Jiang, Alexy Mantha)
  • 2793097 feat: add OTEL instrumentation for authentication and handlers (#​25296) (Mike Cutsail, Alexandre Gaudreault)
  • b7e2027 feat: add Prune and Delete as application level sync option (#​23370) (Arthur Outhenin-Chalandre)
  • 73b4d98 feat: add --no-install-recommends in argocd-base #​25841 (#​25852) (Jakub Rudnik, Nitish Kumar)
  • 13bc5ae feat: add argocd account session-token command (#​15277) (#​24638) (Alex Eftimie, Alexandre Gaudreault, Peter Jiang)
  • d8635ca feat: add clear-all button to applications list filters (#​26007) (Jaewoo Choi)
  • c2e594c feat: disable gRPC service config DNS TXT lookups by default (#​26077) (Valentin Stoican, Valentin Stoican)
  • 3cb4955 feat: expose notifications controller processors count via cmd params (#​26798) (Kirill Bilchenko)
  • c0a2a57 feat: implement application cache synchronization in appset controller (#​26578) (Alexander Matyushentsev)
  • ef75a2e feat: limit max certificates and known hosts in stream parsing (#​25777) (Ankit Pramanik)
  • f85ad11 feat: remove unused reposFilter from Applications list (#​24667) (Jaewoo Choi)
  • 6f0de8b feat: update health checks for Numaflow resources (#​25698) (Dillen Padhiar)
Bug fixes
  • 9fd02aa Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #​25290 for 3.4)" (#​27402) (Michael Crenshaw)
  • f4e7a6e [release-3.4] fix: improve perf: switch parentUIDToChildren to map of sets, remove cache rebuild (#​26863) (#​27110) (Jonathan Ogilvie)
  • 21e13a6 fix(UI): show RollingSync step clearly when labels match no step (cherry-pick #​26877 for 3.4) (#​26882) (argo-cd-cherry-pick-bot[bot], Atif Ali)
  • ede9229 fix(actions): Use correct annotation for CNPG suspend/resume (#​26711) (Rouke Broersma)
  • 6665f94 fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#​26793) (#​27476) (Anand Francis Joseph)
  • f45ee22 fix(appset): change appset resource status count to 5000 by default (#​26249) (Peter Jiang)
  • bb894e8 fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (#​25622) (OpenGuidou)
  • 330077c fix(appset): fix post-generator selector ignoring labels in GoTemplate mode (#​26717) (Josef Kolář)
  • bdc3447 fix(appset): update appset resources after creation (#​26511) (Peter Jiang)
  • 59f229b fix(ci): Add missing git-lfs installer checksum for ppc64le (#​26835) (Oliver Gondža)
  • cbc7ecd fix(ci): Inconsistent use of IMAGE_REGISTRY and IMAGE_NAMESPACE Makefile variables (#​25846) (#​25860) (dudinea)
  • 2253481 fix(ci): Remove stale label when Issue/PR is updated (#​26452) (S Kevin Joe Harris)
  • e70034a fix(ci): add .gitkeep to images dir (cherry-pick #​26892 for 3.4) (#​26912) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • 4a5d3a7 fix(ci): add gitops-engine unit tests to CI (#​25863) (Peter Jiang)
  • 92c5389 fix(ci): ensure cherry-pick commits include DCO sign-off (#​26124) (Anagha S Devan)
  • aadf2af fix(ci): fix deleting files on linux in make build-ui (#​26134) (#​26135) (dudinea)
  • 946a3ab fix(ci): fix make image DEV_IMAGE=true on non-amd64 architecture (#​25897) (#​25898) (dudinea, Nitish Kumar)
  • b7f9f6d fix(ci): run yarn install with --frozen-lockfile (cherry-pick #​27099 for 3.4) (#​27350) (dudinea)
  • a19a83a fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#​23817) (cherry-pick #​24670 for 3.4) (#​27483) (argo-cd-cherry-pick-bot[bot], Aditya Raj)
  • 956a6a1 fix(controller): handle comma-separated hook annotations for PreDelete/PostDelete hooks (#​26420) (Linghao Su)
  • f50abb6 fix(controller): reduce secret deepcopies and deserialization (#​27049) (cherry-pick release-3.4) (#​27132) (rumstead)
  • af05c56 fix(dashboards): Correct job label for the Controller Telemetry Panel (#​26548) (Daniel Barnes)
  • 986cdf0 fix(dev): skip Tilt rebuild on test file changes (#​26624) (Nitish Kumar)
  • 63698bd fix(dex): run as user 1001 (#​26726) (#​26757) (Michael Crenshaw)
  • 8a507b7 fix(dex): run as user 1001 (#​26726) (#​26775) (Michael Crenshaw)
  • 99e29c7 fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick #​27123 for 3.4) (#​27166) (argo-cd-cherry-pick-bot[bot], Oliver Gondža)
  • 3eeebd8 fix(docs): PR title guide from refactor to chore and reformat json (#​26450) (Jaewoo Choi)
  • d66ad45 fix(docs): update other sections of feature maturity to match feature status in overview (#​26411) (Kanika Rana)
  • 1dc85e5 fix(engine): always preserve sync status for hooks (#​25692) (Alexandre Gaudreault, Regina Voloshin, github-actions[bot], reggie-k, dependabot[bot], renovate[bot], Afzal Ansari, Blake Pettersson, Julie Vogelman, Michael Crenshaw)
  • a1d68ca fix(engine): correctly set prune confirmation message in setRunningPhase (#​25915) (Arthur Outhenin-Chalandre)
  • 95d19f2 fix(engine): improve operation phase messages (#​25668) (Alexandre Gaudreault)
  • 8259711 fix(health): app missing health only when all resources are missing (#​23995) (#​25962) (Alexandre Gaudreault, Peter Jiang)
  • a22f33d fix(health): configconnectorcontext and configconnector (#​26308) (#​26309) (Niclas Mietz)
  • 6eea558 fix(health): use note.drySha when available (#​26698) (Michael Crenshaw)
  • afdf99f fix(helm): Improve error message when helm cmd fails (#​26159) (Oliver Gondža)
  • 67d12eb fix(hook): Fixed hook code issues that caused stuck applications on "Deleting" state (Issues #​18355 and #​17191) (cherry-pick #​26724 for 3.4) (#​27257) (argo-cd-cherry-pick-bot[bot], Nikolaos Astyrakakis)
  • 2283784 fix(hooks): always remove finalizers (#​23226) (#​25916) (Alexandre Gaudreault, Leonardo Luz Almeida)
  • 67712c1 fix(hydrator): .gitattributes include deeply nested files (#​25870) (#​26011) (Michael Crenshaw)
  • 3453367 fix(hydrator): Fix compilation error (#​26024) (Oliver Gondža)
  • ef40ba8 fix(hydrator): empty links for failed operation (#​25025) (#​26014) (Michael Crenshaw)
  • 6f21978 fix(hydrator): git fetch needs creds (#​25727) (#​25738) (Michael Crenshaw)
  • a439c6c fix(hydrator): hydrated sha missing on no-ops (#​25694) (#​25695) (Michael Crenshaw)
  • 6994a42 fix(hydrator): pass destination.namespace to manifest rendering (#​25478) (#​25699) (Sean Liao)
  • 33247b9 fix(hydrator): preserve all source type fields in GetDrySource() (cherry-pick #​27189 for 3.4) (#​27196) (argo-cd-cherry-pick-bot[bot], Alexandre Gaudreault)
  • 0a2ae95 fix(hydrator): race when pushing notes (#​25700) (Michael Crenshaw)
  • e5e00d3 fix(hydrator): use refresh paths from drySource when source hydration is enabled (#​25516) (Codey Jenkins, pbhatnagar-oss, Alexandre Gaudreault)
  • fee6962 fix(makefile): Improve performance of make lint-local and dependent goals (#​26025) (Oliver Gondža)
  • 4fabbce fix(metrics): more consistent oci metrics (#​25549) (Blake Pettersson)
  • de99b70 fix(reposerver): make temp dir cleanup best-effort in TestGenerateManifestsHelmWithRefs_CachedNoLsRemote (#​26742) (Nitish Kumar)
  • 8739f91 fix(reposerver): using timeouts in http transport for Github App authentication (#​26762) (Anand Francis Joseph)
  • 0a3f634 fix(server): Avoid error when attempting a second delete operation (cherry-pick #​27495 for 3.4) (#​27499) (argo-cd-cherry-pick-bot[bot], Taylor Thomas, Blake Pettersson)
  • a244f7c fix(server): Ensure OIDC config is refreshed at server restart (cherry-pick #​26913 for 3.4) (#​27115) (argo-cd-cherry-pick-bot[bot], OpenGuidou)
  • 28b90a7 fix(server): OIDC config via secrets fails (#​18269) (#​26214) (Valéry Fouques)
  • 5ed403c fix(server): fix find container logic for terminal (cherry-pick #​26858 for 3.4) (#​26933) (argo-cd-cherry-pick-bot[bot], Linghao Su)
  • d9c83da fix(server): invalidate JWT tokens on logout (#​26388) (Anand Francis Joseph)
  • df3be1c fix(server): update resourceVersion on Terminate retry (#​25650) (Michael Crenshaw)
  • 24615c8 fix(state): fix(controller): display correct SyncWave for hook resources #​26208 (#​26240) (Linghao Su)
  • aced2b1 fix(ui): Improve message on self-healing disabling panel (#​26977) (cherry-pick #​26978 for 3.4) ([#​26980](https://r

Note

PR body was truncated to here.

@github-actions

github-actions Bot commented May 14, 2025

Copy link
Copy Markdown

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 1e7cee4.

♻️ This comment has been updated with latest results.

@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed May 15, 2025
@renovate renovate Bot closed this May 15, 2025
@renovate
renovate Bot deleted the renovate/github.com-argoproj-argo-cd-v2-3.x branch May 15, 2025 12:43
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed Update module github.com/argoproj/argo-cd/v2 to v3 May 15, 2025
@renovate renovate Bot reopened this May 15, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 54ce6e0 to b97f147 Compare May 15, 2025 19:34
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed May 19, 2025
@renovate renovate Bot closed this May 19, 2025
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed Update module github.com/argoproj/argo-cd/v2 to v3 May 19, 2025
@renovate renovate Bot reopened this May 19, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from b97f147 to e2fce54 Compare May 20, 2025 04:06
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed May 20, 2025
@renovate renovate Bot closed this May 20, 2025
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed Update module github.com/argoproj/argo-cd/v2 to v3 May 20, 2025
@renovate renovate Bot reopened this May 20, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from e2fce54 to d26cabf Compare May 21, 2025 22:41
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed May 22, 2025
@renovate renovate Bot closed this May 22, 2025
@renovate renovate Bot changed the title Update module github.com/argoproj/argo-cd/v2 to v3 - autoclosed Update module github.com/argoproj/argo-cd/v2 to v3 May 22, 2025
@renovate renovate Bot reopened this May 22, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from d26cabf to a6835ee Compare May 28, 2025 18:56
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from a6835ee to aca4157 Compare May 29, 2025 22:47
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from c53893c to 139025f Compare June 16, 2025 20:33
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from 8009975 to 258afa5 Compare June 17, 2025 23:40
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 6471043 to 9332015 Compare September 23, 2025 01:55
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 9332015 to 461a411 Compare September 30, 2025 20:06
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 461a411 to 5039910 Compare October 18, 2025 04:05
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 5039910 to b5c9732 Compare November 4, 2025 20:56
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from b5c9732 to f76d123 Compare November 30, 2025 14:29
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from 978b5d5 to 7741337 Compare December 24, 2025 13:16
@renovate

renovate Bot commented Dec 24, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 87 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.26.0
github.com/spf13/cobra v1.9.1 -> v1.10.2
github.com/spf13/pflag v1.0.6 -> v1.0.10
github.com/stretchr/testify v1.10.0 -> v1.11.1
k8s.io/apimachinery v0.32.2 -> v0.34.0
cloud.google.com/go/compute/metadata v0.5.0 -> v0.9.0
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/Masterminds/semver/v3 v3.3.1 -> v3.4.0
github.com/ProtonMail/go-crypto v1.1.3 -> v1.1.6
github.com/argoproj/gitops-engine v0.7.1-0.20250129155113-c19f8cfa4d27 -> v0.7.1-0.20250521000818-c08b0a72c1f1
github.com/bmatcuk/doublestar/v4 v4.7.1 -> v4.10.0
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 -> v2.18.0
github.com/cloudflare/circl v1.3.9 -> v1.6.3
github.com/coreos/go-oidc/v3 v3.11.0 -> v3.17.0
github.com/cyphar/filepath-securejoin v0.3.6 -> v0.6.1
github.com/dlclark/regexp2 v1.11.4 -> v1.11.5
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.12.2
github.com/evanphx/json-patch v5.9.0+incompatible -> v5.9.11+incompatible
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-git/go-billy/v5 v5.6.1 -> v5.6.2
github.com/go-git/go-git/v5 v5.13.1 -> v5.14.0
github.com/go-jose/go-jose/v4 v4.0.4 -> v4.1.4
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.5
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.5
github.com/go-openapi/swag v0.23.0 -> v0.23.1
github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/google/gnostic-models v0.6.8 -> v0.7.0
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/google/go-querystring v1.1.0 -> v1.2.0
github.com/google/uuid v1.6.0 -> v1.6.1-0.20241114170450-2d3c2a9cc518
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/jonboulle/clockwork v0.4.0 -> v0.5.0
github.com/klauspost/compress v1.17.9 -> v1.18.0
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/mattn/go-runewidth v0.0.16 -> v0.0.19
github.com/moby/spdystream v0.5.0 -> v0.5.1
github.com/moby/term v0.5.0 -> v0.5.2
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/patrickmn/go-cache v2.1.0+incompatible -> v2.1.1-0.20191004192108-46f407853014+incompatible
github.com/pjbgf/sha1cd v0.3.0 -> v0.3.2
github.com/prometheus/client_golang v1.20.5 -> v1.23.2
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.55.0 -> v0.66.1
github.com/prometheus/procfs v0.15.1 -> v0.16.1
github.com/redis/go-redis/v9 v9.7.0 -> v9.18.0
github.com/robfig/cron/v3 v3.0.1 -> v3.0.2-0.20210106135023-bc59245fe10e
github.com/sirupsen/logrus v1.9.3 -> v1.9.4
github.com/skeema/knownhosts v1.3.0 -> v1.3.1
github.com/spf13/cast v1.7.0 -> v1.7.1
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 -> v0.67.0
go.opentelemetry.io/otel v1.33.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.33.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.33.0 -> v1.43.0
golang.org/x/net v0.34.0 -> v0.56.0
golang.org/x/oauth2 v0.24.0 -> v0.36.0
golang.org/x/sync v0.11.0 -> v0.21.0
golang.org/x/sys v0.30.0 -> v0.46.0
golang.org/x/term v0.29.0 -> v0.44.0
golang.org/x/text v0.22.0 -> v0.38.0
golang.org/x/time v0.8.0 -> v0.15.0
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20260226221140-a57be14db171
google.golang.org/grpc v1.68.1 -> v1.79.3
google.golang.org/protobuf v1.35.2 -> v1.36.11
k8s.io/api v0.31.2 -> v0.34.0
k8s.io/apiextensions-apiserver v0.31.2 -> v0.34.0
k8s.io/apiserver v0.31.2 -> v0.34.0
k8s.io/cli-runtime v0.31.2 -> v0.34.0
k8s.io/client-go v0.31.2 -> v0.34.0
k8s.io/component-base v0.31.2 -> v0.34.0
k8s.io/component-helpers v0.31.2 -> v0.34.0
k8s.io/kube-aggregator v0.31.2 -> v0.34.0
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/kubectl v0.31.2 -> v0.34.0
k8s.io/kubernetes v1.31.0 -> v1.34.2
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20250604170112-4c0f3b243397
oras.land/oras-go/v2 v2.5.0 -> v2.6.0
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/kustomize/api v0.17.3 -> v0.20.1
sigs.k8s.io/kustomize/kyaml v0.17.2 -> v0.20.1
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 3 times, most recently from 44a133b to e18e2ae Compare January 14, 2026 17:03
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from e18e2ae to 5d4e5b8 Compare January 22, 2026 22:01
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 5d4e5b8 to 86027e4 Compare February 2, 2026 10:45
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from a690048 to e48e6d9 Compare February 22, 2026 17:22
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from 066250b to e546b9b Compare March 16, 2026 14:46
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from 7ba94a6 to db6863e Compare March 27, 2026 14:04
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 2 times, most recently from 69e78c8 to 8cc40b7 Compare April 21, 2026 22:02
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch 3 times, most recently from ad92bbd to ad9bb8d Compare May 6, 2026 08:42
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from ad9bb8d to 9a8e3d5 Compare May 13, 2026 01:14
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 9a8e3d5 to f6bd972 Compare May 28, 2026 17:10
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from f6bd972 to 60244d5 Compare June 18, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 60244d5 to 9ea477c Compare July 9, 2026 19:48
@renovate
renovate Bot force-pushed the renovate/github.com-argoproj-argo-cd-v2-3.x branch from 9ea477c to 1e7cee4 Compare July 31, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants