v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team


Keyboard: ← Previous   → Next
Not yet seconds ago
            False
        
Not yet seconds ago
Current erroring screenshot from most recent request

Triggered text Ignored text Blocked text

2 hours ago
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              argoproj / argo-cd Public
              * Notifications You must be signed in to change notification settings
              * Fork 7.7k
                * Star 23.9k
          * Code
          * Issues 3.5k
          * Pull requests 842
          * Discussions
          * Actions
          * Projects
          * Wiki
          * Security and quality 52
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights

        Releases: argoproj/argo-cd

              Releases Tags
            Releases · argoproj/argo-cd

                Release list

                    * v3.5.0
                    * v3.4.6
                    * v3.3.13
                    * v3.5.0-rc3
                    * v3.4.5
                    * v3.5.0-rc2
                    * v3.4.4
                    * v3.3.12
                    * v3.5.0-rc1
                    * v3.4.3
                    Previous Next
                Jump to release
                        * v3.5.0
                        * v3.4.6
                        * v3.3.13
                        * v3.5.0-rc3
                        * v3.4.5
                        * v3.5.0-rc2
                        * v3.4.4
                        * v3.3.12
                        * v3.5.0-rc1
                        * v3.4.3
                    Previous Next

                v3.5.0

                              v3.5.0 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 04 Aug 08:35
                              v3.5.0
                                      This tag was signed with the committer’s verified signature.
                                    ppapapetrou76 Papapetrou Patroklos
                                    GPG key ID: 4AB82BB002ADCB11
                                      Verified
                                    Learn about vigilant mode.
                              e95e1be
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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.5.0/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.5.0/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

                            * be19446: feat(Jitter): Add Configurable Jitter for Webhook-Triggered application Refreshes (#25433) (@adityaraj178)
                            * 5b30739: feat(appset): add concurrency when managing applications (#26642) (@rumstead)
                            * 29fd8db: feat(appset): filtering repos by archived status #20736 (#21505) (@prune998)
                            * 57942ce: feat(cli): Add support for Source Integrity configuration (#26997) (@olivergondza)
                            * 3cc6ba7: feat(cli): add --app-namespace flag to missing argocd app subcommands (#27942) (@Mangaal)
                            * 0e729cc: feat(cli): add appset-namespace for appset command (#27022) (@Mangaal)
                            * 744983b: feat(health): Add healthcheck for gardener "Shoot" resources (#25750) (@Sven1410)
                            * 6cc786d: feat(health): add GatewayClass health check (#26591) (@dnfwlq8054)
                            * eabd4d6: feat(health): add pause and unpause actions to psmdb resource (#27616) (@KyriosGN0)
                            * daadf86: feat(health): additional promoter.argoproj.io health checks (#27170) (@crenshaw-dev)
                            * 4b69a7f: feat(health): finalizer messages for Promoter checks (#27478) (@crenshaw-dev)
                            * 289a4c0: feat(health): support BackendTLSPolicy.gateway.networking.k8s.io (#27385) (@snorwin)
                            * 4cdc650: feat(helm): support wildcard glob patterns for valueFiles (#26768) (@nitishfy)
                            * f7a7deb: feat(hydrator): dynamically manage README template from argocd-cm ConfigMap [updated] (#19067) (#24309) (@gyu-young-park)
                            * 86936e2: feat(hydrator): make manifest hydration queue concurrency configurable (#27926) (#27948) (@GuruduGanesh)
                            * 2308e17: feat(hydrator): opt-in source integrity verification for dry sources (Alpha) (#19302) (#28084) (@mladjan-gadzic)
                            * bf1591d: feat(hydrator): support syncSource repoURL for separate destination repo (#27011) (@boostrack)
                            * 41b6fee: feat(impersonation): allow to disable strict enforcement (#27084) (cherry-pick #27573 for 3.5) (#28595) (@argo-cd-cherry-pick-bot[bot])
                            * 0c0140c: feat(metrics): add parallelism limit repo server (#27911) (@pjiang-dev)
                            * 7d2eb77: feat(renovate): clean up config and remove github app (#27738) (@rumstead)
                            * 153ec67: feat(resource_customizations): add health checks for VictoriaMetrics (#27451) (@megative)
                            * 6b84ea9: feat(server): drop objects from non-allowed namespaces before they enter the cache. (#28018) (@christianh814)
                            * 224b75a: feat(server): use typed Argo CD EventList for event-listing APIs (#25767) (#26322) (@chansuke)
                            * 64a0417: feat(ui): Add AppSet to Application Resource Tree (#26601) (@pjiang-dev)
                            * b035a77: feat(ui): ApplicationSet Preview Apps tab in UI (#27799) (@pjiang-dev)
                            * 566c172: feat(ui): add GitOps Promoter resource icon (#26894) (@crenshaw-dev)
                            * 0dd8874: feat(ui): add nauth.io resource icon (#28226) (@choufraise)
                            * f16d08a: feat(ui): add repo url as filter in home page (#26670) (#27418) (@adityaraj178)
                            * 91e7664: feat(ui): per-application notice banner and info icon (#14405) (#27719) (@gdsoumya)
                            * 1b405ce: feat(ui): search filter by target revision (#24038) (@choejwoo)
                            * 706a037: feat(ui): support creating multi-source applications in New App panel [CONTINUED..] (#27095) (@aali309)
                            * 2fcf104: feat(ui): support spec.sourceHydrator.drySource.repoURL (@crenshaw-dev)
                            * 74d1fe0: feat(ui): use toggle-auto-sync resource action in app details page (#21564) (#27226) (@shiiyan)
                            * db7d672: feat(webhooks): add webhook support for GHCR (#26462) (@nitishfy)
                            * 6d92e17: feat: Add ProvideClusterInfo and Config fields to ExecProviderConfig (#24282) (#27976) (@mikeshng)
                            * 022f935: feat: Add basic support for git tag path prefixes (#27290) (@k4r1)
                            * aad3422: feat: Add suspend/resume actions for MariaDB (#27675) (#27674) (@mgross2)
                            * 586430c: feat: Migrate from Helm 3 to Helm 4 (#28076) (@reggie-k)
                            * c61c1dc: feat: Render Helm ValuesObject as YAML in log output instead of binary (#18342) (#27649) (@subhramit)
                            * 9a19735: feat: Support Azure Service Principal authentication for Azure DevOps repositories (#25324) (@allanyung)
                            * 97082e8: feat: add Gateway API support to network view (#26188) (@tete17)
                            * 603c900: feat: add action to delete recyclable Numaflow pipelines (#25900) (@dpadhiar)
                            * de94161: feat: add action to restart StrimziPodSet (#27266) (@KyriosGN0)
                            * a2b91ce: feat: add depth option to ui (#26618) (@blakepettersson)
                            * 1dc2ad0: feat: add health check for karpenter.sh/NodeClaim (#26876) (@Navneet072300)
                            * 611fcb0: feat: add sync overrun option to sync windows (#25361) (#25510) (@puskunalis)
                            * 48f18e2: feat: add toggle-auto-sync resource action for Application (#21564) (#26477) (@vikasrao23)
                            * 2df5f75: feat: adds mTLS support in repo-server (#26715) (@ppapapetrou76)
                            * 4d02fc2: feat: expose Appset UI and fix pie chart summary (#26666) (@pjiang-dev)
                            * a889f46: feat: make appset proxy-url param a native flag (#27788) (@ppapapetrou76)
                            * ad310c2: feat: replace error message in webhook handler with metrics (#27215) (@alexmt)
                            * 01187d1: feat: support Azure AD groups claims overflow via Microsoft Graph API (#27397) (@gravufo)
                            * f71239c: feat: support destinationServiceAccounts in global projects (#23059) (@enneitex)
                            * f460a3c: feat: surface root cause in sync failure message and cache discovery errors (#27750) (@ppapapetrou76)
                            * 3eebbcb: feat: use impersonation for server operations (logs, delete, etc) #22996 (#26898) (@alexymantha)

                          Bug fixes

                            * b982144: Revert "fix: prevent automatic refreshes from informer resync and status updates" (#27562) (@agaudreault)
                            * c5d1c91: fix(UI): show RollingSync step clearly when labels match no step (#26877) (@aali309)
                            * c52bf66: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (@anandf)
                            * e81969f: fix(applicationset): include repo URL in git file generator errors (#28075) (@morning-verlu)
                            * e4fe7f6: fix(appset): don't release finalizer while children still terminate (cherry-pick #28999 for 3.5) (#29006) (@argo-cd-cherry-pick-bot[bot])
                            * 06fae9d: fix(appset): fall back to create when patch returns NotFound (#17312) (cherry-pick #28645 for 3.5) (#28716) (@argo-cd-cherry-pick-bot[bot])
                            * 45a84df: fix(ci): add .gitkeep to images dir (#26892) (@blakepettersson)
                            * 4c42071: fix(ci): openssf scorecard doesn't allow global vars (#27203) (@crenshaw-dev)
                            * 36f4ff7: fix(ci): pin goreman version used in ci-build.yaml (#27062) (#27061) (@dudinea)
                            * 25b3037: fix(ci): pnpm sbom generation (#27337) (#27339) (@crenshaw-dev)
                            * 99c51df: fix(ci): renovatebot action uses floating image tag (#27023) (#27024) (@dudinea)
                            * fb82b16: fix(ci): run yarn install with --frozen-lockfile (#27098) (#27099) (@dudinea)
                            * b403f5c: fix(cli): hi...
                        Read more

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            leoluz, mbaldessari, and 134 other contributors
                          Assets 13
                                  * argocd-cli.intoto.jsonl
                                      sha256:8f5b6e84d2bd35a3433be5acb188d2b7d8867f6aacb33e1e7cd18d61c3c4681b
                                    23.3 KB 2026-08-04T08:37:01Z
                                  * argocd-darwin-amd64
                                      sha256:eff88815d7832e25a01790397f6abe073e42cff9a38c4515f082637ea47df1d1
                                    245 MB 2026-08-04T08:35:39Z
                                  * argocd-darwin-arm64
                                      sha256:842740ce687e738f2bb5be9e48e74cd1ee51549bdbecc7490a534cdb4ddd7e72
                                    235 MB 2026-08-04T08:35:47Z
                                  * argocd-linux-amd64
                                      sha256:82f2ffe3f3df32baed1229963f0866e9a8a3c74e136e9e5f36646d9004332cc5
                                    238 MB 2026-08-04T08:35:48Z
                                  * argocd-linux-arm64
                                      sha256:8192c7bffdadb6e17711146e602837f9d2a75abd005ddea20b322208d32a1086
                                    226 MB 2026-08-04T08:35:39Z
                                  * argocd-linux-ppc64le
                                      sha256:9dc665cb2deb0eb48947ccff63ed0c37a07a5f8dea5b7fee52a0e64331cb7d01
                                    234 MB 2026-08-04T08:35:48Z
                                  * argocd-linux-s390x
                                      sha256:e88a2cc05e68056966733f92dd575100f1991f61d2564440e6a4a6c18a26151c
                                    242 MB 2026-08-04T08:35:39Z
                                  * argocd-sbom.intoto.jsonl
                                      sha256:86c411b0d906e7b98e0bb8c79c7363eec23142e0489c3c8b0bb0e2314bde72c5
                                    22.5 KB 2026-08-04T08:40:07Z
                                  * argocd-windows-amd64.exe
                                      sha256:81554f01b168b20a8fb5933384ebf8673573eafa3c46700d8e5619eef8e76ced
                                    240 MB 2026-08-04T08:35:39Z
                                  * cli_checksums.txt
                                      sha256:6270306f2b33dee7a20726b1cceb7b249beffa206acfefbb81633e909a7f9bef
                                    605 Bytes 2026-08-04T08:35:48Z
                                  * Source code (zip)
                                    2026-08-04T07:46:15Z
                                  * Source code (tar.gz)
                                    2026-08-04T07:46:15Z
                                  * Show all 13 assets Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 5 eyoboue, alzex3, santos-edu, stevleibelt, and akopyanlabs reacted with thumbs up emoji 🎉 8 reneleonhardt, santos-edu, okieraised, mra89, ianstanton, lindeskar, bryantbiggs, and alzex3 reacted with hooray emoji ❤️ 6 AekarinOngart, laiminhtrung1997, alzex3, santos-edu, bryantbiggs, and vincentlieftink reacted with heart emoji 🚀 7 alzex3, santos-edu, Nemric, lindeskar, bryantbiggs, Kolajik, and ArkShocer reacted with rocket emoji
                                All reactions
                                  * 👍 5 reactions
                                  * 🎉 8 reactions
                                  * ❤️ 6 reactions
                                  * 🚀 7 reactions
                              17 people reacted

                v3.4.6

                              v3.4.6
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 31 Jul 12:12
                              v3.4.6
                              e1becb7
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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

                            * aa9970b: fix(appset): fall back to create when patch returns NotFound (#17312) (cherry-pick #28645 for 3.4) (#28718) (@rickbrouwer)
                            * 9a91802: fix(diff): don't drop manager-owned descendant fields when filtering webhook mutations (cherry-pick #28819 for 3.4) (#28894) (@argo-cd-cherry-pick-bot[bot])
                            * 4907a99: fix(helm): pass registry passwords through stdin (#17821) (#28835) (@nitishfy)
                            * b6d7c82: fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick #28863 for 3.4) (#28864) (@argo-cd-cherry-pick-bot[bot])
                            * cf7c4a7: fix: only do annotation backfill if live unset (cherry-pick #28770 for 3.4) (#28776) (@argo-cd-cherry-pick-bot[bot])
                            * a3d8e28: fix: progressive sync fixes (3.4 cherry-picks) (#29000) (@blakepettersson)
                            * 2aa646b: fix: use Entra ID uti claim as token id when jti is absent (#28625) (cherry-pick #28656 for 3.4) (#28676) (@argo-cd-cherry-pick-bot[bot])
                            * 275d11e: fix: use OIDC refresh tokens to renew expired sessions (#27041, #12189) (cherry-pick #27777 for 3.4) (#28688) (@argo-cd-cherry-pick-bot[bot])

                          Other work

                            * e1becb7: chore: bump version to 3.4.6 on release-3.4 branch (#28959) (@github-actions[bot])

                          Full Changelog: v3.4.5...v3.4.6

                          Contributors

                            * 
                            * 
                            * 
                            blakepettersson, rickbrouwer, and nitishfy
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🎉 1 rickbrouwer reacted with hooray emoji
                                All reactions
                                  * 🎉 1 reaction
                              1 person reacted

                v3.3.13

                              v3.3.13
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 31 Jul 12:15
                              v3.3.13
                              58a3ab2
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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.3.13/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.3.13/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

                            * 1853165: fix(health): configconnectorcontext and configconnector (#26308) (#26309) (3.3) (#28611) (@crenshaw-dev)
                            * 2536ce3: fix(helm): pass registry passwords through stdin (#17821) (cherry-pic… (#28836) (@nitishfy)
                            * 853e2c0: fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick #28339 for 3.3) (#28342) (@alexandresavicki)
                            * fac2752: fix(ssa): do not run auth reconcile with SSA (cherry pick of #28027 and #27601 to 3.3) (#28266) (@akhilnittala)
                            * d73c512: fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#25151)" (cherry-pick #27241 for 3.3) (#28949) (@ranakan19)
                            * 91a603b: fix: deleted resource are incorrectly shown in UI (cherry-pick #28322 for 3.3) (#28336) (@argo-cd-cherry-pick-bot[bot])
                            * f6faa38: fix: don't clobber non-ignored fields on "replace" (cherry-pick #27136 for 3.3) (#28506) (@argo-cd-cherry-pick-bot[bot])
                            * ea08dfa: fix: fixes a regression of dex config env vars substituion - Cherry pick of #28369 in 3.3 (#28410) (@ppapapetrou76)
                            * 28d47f4: fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick #28863 for 3.3) (#28865) (@argo-cd-cherry-pick-bot[bot])

                          Dependency updates

                            * 676d6f5: chore(deps): bump form-data to 4.0.6 in /ui for fixing CVE-2026-12143 (#28831) (@alkakumari016)
                            * 5aa0bef: chore(deps): bump golang.org/x/crypto to 0.53.0 (release-3.3) (#28338) (@nmirasch)

                          Other work

                            * 58a3ab2: chore: bump version to 3.3.13 on release-3.3 branch (#28960) (@github-actions[bot])

                          Full Changelog: v3.3.12...v3.3.13

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            crenshaw-dev, ppapapetrou76, and 6 other contributors
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v3.5.0-rc3

                              v3.5.0-rc3 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 28 Jul 08:42
                              v3.5.0-rc3
                                      This tag was signed with the committer’s verified signature.
                                    ppapapetrou76 Papapetrou Patroklos
                                    GPG key ID: 4AB82BB002ADCB11
                                      Verified
                                    Learn about vigilant mode.
                              7660efb
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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.5.0-rc3/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.5.0-rc3/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

                            * 41b6fee: feat(impersonation): allow to disable strict enforcement (#27084) (cherry-pick #27573 for 3.5) (#28595) (@argo-cd-cherry-pick-bot[bot])

                          Bug fixes

                            * 06fae9d: fix(appset): fall back to create when patch returns NotFound (#17312) (cherry-pick #28645 for 3.5) (#28716) (@argo-cd-cherry-pick-bot[bot])
                            * a62624a: fix(diff): don't drop manager-owned descendant fields when filtering webhook mutations (cherry-pick #28819 for 3.5) (#28895) (@argo-cd-cherry-pick-bot[bot])
                            * 0b42a6d: fix(helm): pass registry passwords through stdin (Cherry-Pick) (#28834) (@nitishfy)
                            * 5c1b930: fix(progressivesync): check if error == notfound (cherry-pick #28663 for 3.5) (#28670) (@argo-cd-cherry-pick-bot[bot])
                            * bc5d359: fix(ui): update cluster count logic in ApplicationsSummary (cherry-pick #28768 for 3.5) (#28777) (@argo-cd-cherry-pick-bot[bot])
                            * b6bff3b: fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick #28863 for 3.5) (#28866) (@argo-cd-cherry-pick-bot[bot])
                            * 061bd2b: fix: only do annotation backfill if live unset (cherry-pick #28770 for 3.5) (#28775) (@argo-cd-cherry-pick-bot[bot])
                            * f1b39c8: fix: use Entra ID uti claim as token id when jti is absent (#28625) (cherry-pick #28656 for 3.5) (#28675) (@argo-cd-cherry-pick-bot[bot])
                            * 7cde9f4: fix: use OIDC refresh tokens to renew expired sessions (#27041, #12189) (cherry-pick #27777 for 3.5) (#28689) (@argo-cd-cherry-pick-bot[bot])

                          Other work

                            * 7660efb: chore: bump version to 3.5.0-rc3 on release-3.5 branch (#28938) (@github-actions[bot])
                            * faaa0b6: fix(repo-server): honor ARGOCD_REPO_SERVER_OTLP_HEADERS in repo-server (Cherry-pick - 3.5) (#28715) (@nitishfy)
                            * 8ffead8: test(e2e): fix github's failure to show complete results of e2e test (#28727) (cherry-pick #28726 for 3.5) (#28728) (@argo-cd-cherry-pick-bot[bot])

                          Full Changelog: v3.5.0-rc2...v3.5.0-rc3

                          Contributors

                            * 
                            nitishfy
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 1 raictl reacted with thumbs up emoji
                                All reactions
                                  * 👍 1 reaction
                              1 person reacted

                v3.4.5

                              v3.4.5
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 09 Jul 17:01
                              v3.4.5
                              564b949
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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

                            * 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: v3.4.4...v3.4.5

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            ppapapetrou76, nmirasch, and 3 other contributors
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 6 eyoboue, MegaMidnight, jmorsecode, nitishfy, FatihHDR, and MohaBuilds reacted with thumbs up emoji 🚀 8 Nemric, alzex3, fm1ck3y, jmorsecode, nitishfy, gregbrowndev, mnacharov, and ugwulo reacted with rocket emoji
                                All reactions
                                  * 👍 6 reactions
                                  * 🚀 8 reactions
                              12 people reacted

                v3.5.0-rc2

                              v3.5.0-rc2 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 01 Jul 03:35
                              v3.5.0-rc2
                              df85698
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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.5.0-rc2/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.5.0-rc2/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

                            * 3b60b5e: fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick #28339 for 3.5) (#28340) (@alexandresavicki)
                            * 5fa6fd3: fix: Watch APIServices like we do CRDs (cherry-pick #28289 for 3.5) (#28320) (@argo-cd-cherry-pick-bot[bot])
                            * 5d039f8: fix: add a lock on clusterinformer (cherry-pick #28216 for 3.5) (#28311) (@argo-cd-cherry-pick-bot[bot])
                            * 9a5c6b7: fix: auto-sync skipped when newer commit arrives during sync with manifest-generate-paths (#27875) (cherry-pick #28227 for 3.5) (#28332) (@argo-cd-cherry-pick-bot[bot])
                            * bc04869: fix: deleted resource are incorrectly shown in UI (cherry-pick #28322 for 3.5) (#28335) (@argo-cd-cherry-pick-bot[bot])
                            * 54fa590: fix: don't clobber non-ignored fields on "replace" (cherry-pick #27136 for 3.5) (#28505) (@argo-cd-cherry-pick-bot[bot])
                            * bec3925: fix: fix failure on Sync of resources that do not fit into last-applied-configuration (#28421) (cherry-pick #28440 for 3.5) (#28523) (@argo-cd-cherry-pick-bot[bot])
                            * a5e6a2e: fix: fixes a regression of dex config env vars substituion - Cherry pick of #28369 in 3.5 (#28409) (@ppapapetrou76)
                            * cb882f3: fix: normalize Helm valuesObject in source comparison to avoid spurious appdetails 403 (#28288) (cherry-pick #28318 for 3.5) (#28334) (@argo-cd-cherry-pick-bot[bot])
                            * 0b95bbc: fix: replace k8s.io/cri-streaming (cherry-pick #28315 for 3.5) (#28319) (@argo-cd-cherry-pick-bot[bot])

                          Other work

                            * 972e46b: chore: switch reconcile trigger log to info level for managed resource (cherry-pick #28456 for 3.5) (#28519) (@argo-cd-cherry-pick-bot[bot])

                          Full Changelog: v3.5.0-rc1...v3.5.0-rc2

                          Contributors

                            * 
                            * 
                            ppapapetrou76 and alexandresavicki
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v3.4.4

                              v3.4.4
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 18 Jun 09:36
                              v3.4.4
                                      This tag was signed with the committer’s verified signature.
                                    ppapapetrou76 Papapetrou Patroklos
                                    GPG key ID: 4AB82BB002ADCB11
                                      Verified
                                    Learn about vigilant mode.
                              443415b
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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

                            * 146184e: fix(health): PromotionStrategy stuck Progressing after no-op re-hydration (#28124) (cherry-pick #28125 for 3.4) (#28135) (@argo-cd-cherry-pick-bot[bot])
                            * e515f51: fix(rbac): resolve RBAC regression for project-scoped resources in multi-namespace architecture (#25289) (#26573) (#28062) (@wanddynosios)
                            * 7f2fe95: fix(ssd): regression causing diff to error on new objects (#27679) (cherry-pick #27703 for 3.4) (#28241) (@argo-cd-cherry-pick-bot[bot])
                            * 5199ea6: fix: add a lock on clusterinformer (cherry-pick #28216 for 3.4) (#28312) (@blakepettersson)
                            * 7a64081: fix: exclude live status from normalization (cherry-pick #28201 for 3.4) (#28204) (@argo-cd-cherry-pick-bot[bot])
                            * 0b3436f: fix: fixes parsing of dex passwords with dollar sign (cherry pick of #28027 to 3.4) (#28197) (@ppapapetrou76)
                            * 9ccf66b: fix: resolve cross-generator Values templates in RenderGeneratorParams (#27827) (cherry-pick #27830 for 3.4) (#28128) (@argo-cd-cherry-pick-bot[bot])

                          Other work

                            * 14ad471: Merge pull request #28162 from argoproj/cherry-pick-28158-to-release-3.4 (@dudinea)
                            * 0fd000b: Merge pull request #28164 from argoproj/cherry-pick-28155-to-release-3.4 (@dudinea)
                            * ff25519: chore(ci): bump codecov action to 7.0.0 to fix the GPG issue (cherry-pick #28159 for 3.4) (#28172) (@dudinea)
                            * e9ff0c5: ci: bump goreleaser (cherry-pick #28033 for 3.4) (#28072) (@argo-cd-cherry-pick-bot[bot])
                            * 1c5e37d: ci: use github release notes in goreleaser (cherry-pick #28048 for 3.4) (#28071) (@argo-cd-cherry-pick-bot[bot])
                            * 0c14cfb: fix(manifest-generate-paths): Normalize repo before using type repo (#28113) (@fm1ck3y)
                            * c2003f4: test(e2e): Add test for second Sync after initial for different resources/options (#28156) (#28155) (@dudinea)
                            * 9810fa2: test(e2e): fix cleanup of CRDs for e2e tests (#28157) (#28158) (@dudinea)

                          Full Changelog: v3.4.3...v3.4.4

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            blakepettersson, ppapapetrou76, and 3 other contributors
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🚀 3 czhujer, dltsmith, and vishnu97770 reacted with rocket emoji
                                All reactions
                                  * 🚀 3 reactions
                              3 people reacted

                v3.3.12

                              v3.3.12
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 18 Jun 09:35
                              v3.3.12
                                      This tag was signed with the committer’s verified signature.
                                    ppapapetrou76 Papapetrou Patroklos
                                    GPG key ID: 4AB82BB002ADCB11
                                      Verified
                                    Learn about vigilant mode.
                              d0b9d3c
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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.3.12/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.3.12/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

                            * 47da184: fix(health): PromotionStrategy stuck Progressing after no-op re-hydration (#28124) (cherry-pick #28125 for 3.3) (#28136) (@argo-cd-cherry-pick-bot[bot])
                            * e385760: fix: add a lock on clusterinformer (cherry-pick #28216 for 3.3) (#28313) (@blakepettersson)
                            * 516314b: fix: exclude live status from normalization (cherry-pick #28201 for 3.3) (#28203) (@argo-cd-cherry-pick-bot[bot])
                            * 3205f8b: fix: fixes parsing of dex passwords with dollar sign (cherry pick of #28027 to 3.3 (#28198) (@ppapapetrou76)
                            * 703ad3f: fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #27838 for 3.3) (#28065) (@alexandresavicki)

                          Other work

                            * c4c07e3: Merge pull request #28161 from argoproj/cherry-pick-28158-to-release-3.3 (@dudinea)
                            * cdfc9a5: Merge pull request #28166 from argoproj/cherry-pick-28155-to-release-3.3 (@dudinea)
                            * 6aecd33: chore(ci): bump codecov action to 7.0.0 to fix the GPG issue (cherry-pick #28159 for 3.3) (#28173) (@dudinea)
                            * b9f2a3b: test(e2e): Add test for second Sync after initial for different resources/options (#28156) (#28155) (@dudinea)
                            * fe3fea2: test(e2e): fix cleanup of CRDs for e2e tests (#28157) (#28158) (@dudinea)

                          Full Changelog: v3.3.11...v3.3.12

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            blakepettersson, ppapapetrou76, and 2 other contributors
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v3.5.0-rc1

                              v3.5.0-rc1 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 16 Jun 13:01
                              v3.5.0-rc1
                                      This tag was signed with the committer’s verified signature.
                                    ppapapetrou76 Papapetrou Patroklos
                                    GPG key ID: 4AB82BB002ADCB11
                                      Verified
                                    Learn about vigilant mode.
                              ddea9e7
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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.5.0-rc1/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.5.0-rc1/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

                            * be19446: feat(Jitter): Add Configurable Jitter for Webhook-Triggered application Refreshes (#25433) (@adityaraj178)
                            * 5b30739: feat(appset): add concurrency when managing applications (#26642) (@rumstead)
                            * 29fd8db: feat(appset): filtering repos by archived status #20736 (#21505) (@prune998)
                            * 57942ce: feat(cli): Add support for Source Integrity configuration (#26997) (@olivergondza)
                            * 3cc6ba7: feat(cli): add --app-namespace flag to missing argocd app subcommands (#27942) (@Mangaal)
                            * 0e729cc: feat(cli): add appset-namespace for appset command (#27022) (@Mangaal)
                            * 744983b: feat(health): Add healthcheck for gardener "Shoot" resources (#25750) (@Sven1410)
                            * 6cc786d: feat(health): add GatewayClass health check (#26591) (@dnfwlq8054)
                            * eabd4d6: feat(health): add pause and unpause actions to psmdb resource (#27616) (@KyriosGN0)
                            * daadf86: feat(health): additional promoter.argoproj.io health checks (#27170) (@crenshaw-dev)
                            * 4b69a7f: feat(health): finalizer messages for Promoter checks (#27478) (@crenshaw-dev)
                            * 289a4c0: feat(health): support BackendTLSPolicy.gateway.networking.k8s.io (#27385) (@snorwin)
                            * 4cdc650: feat(helm): support wildcard glob patterns for valueFiles (#26768) (@nitishfy)
                            * f7a7deb: feat(hydrator): dynamically manage README template from argocd-cm ConfigMap [updated] (#19067) (#24309) (@gyu-young-park)
                            * 86936e2: feat(hydrator): make manifest hydration queue concurrency configurable (#27926) (#27948) (@GuruduGanesh)
                            * 2308e17: feat(hydrator): opt-in source integrity verification for dry sources (Alpha) (#19302) (#28084) (@mladjan-gadzic)
                            * bf1591d: feat(hydrator): support syncSource repoURL for separate destination repo (#27011) (@boostrack)
                            * 0c0140c: feat(metrics): add parallelism limit repo server (#27911) (@pjiang-dev)
                            * 7d2eb77: feat(renovate): clean up config and remove github app (#27738) (@rumstead)
                            * 153ec67: feat(resource_customizations): add health checks for VictoriaMetrics (#27451) (@megative)
                            * 6b84ea9: feat(server): drop objects from non-allowed namespaces before they enter the cache. (#28018) (@christianh814)
                            * 224b75a: feat(server): use typed Argo CD EventList for event-listing APIs (#25767) (#26322) (@chansuke)
                            * 64a0417: feat(ui): Add AppSet to Application Resource Tree (#26601) (@pjiang-dev)
                            * b035a77: feat(ui): ApplicationSet Preview Apps tab in UI (#27799) (@pjiang-dev)
                            * 566c172: feat(ui): add GitOps Promoter resource icon (#26894) (@crenshaw-dev)
                            * 0dd8874: feat(ui): add nauth.io resource icon (#28226) (@choufraise)
                            * f16d08a: feat(ui): add repo url as filter in home page (#26670) (#27418) (@adityaraj178)
                            * 91e7664: feat(ui): per-application notice banner and info icon (#14405) (#27719) (@gdsoumya)
                            * 1b405ce: feat(ui): search filter by target revision (#24038) (@choejwoo)
                            * 706a037: feat(ui): support creating multi-source applications in New App panel [CONTINUED..] (#27095) (@aali309)
                            * 2fcf104: feat(ui): support spec.sourceHydrator.drySource.repoURL (@crenshaw-dev)
                            * 74d1fe0: feat(ui): use toggle-auto-sync resource action in app details page (#21564) (#27226) (@shiiyan)
                            * db7d672: feat(webhooks): add webhook support for GHCR (#26462) (@nitishfy)
                            * 6d92e17: feat: Add ProvideClusterInfo and Config fields to ExecProviderConfig (#24282) (#27976) (@mikeshng)
                            * 022f935: feat: Add basic support for git tag path prefixes (#27290) (@k4r1)
                            * aad3422: feat: Add suspend/resume actions for MariaDB (#27675) (#27674) (@mgross2)
                            * 586430c: feat: Migrate from Helm 3 to Helm 4 (#28076) (@reggie-k)
                            * c61c1dc: feat: Render Helm ValuesObject as YAML in log output instead of binary (#18342) (#27649) (@subhramit)
                            * 9a19735: feat: Support Azure Service Principal authentication for Azure DevOps repositories (#25324) (@allanyung)
                            * 97082e8: feat: add Gateway API support to network view (#26188) (@tete17)
                            * 603c900: feat: add action to delete recyclable Numaflow pipelines (#25900) (@dpadhiar)
                            * de94161: feat: add action to restart StrimziPodSet (#27266) (@KyriosGN0)
                            * a2b91ce: feat: add depth option to ui (#26618) (@blakepettersson)
                            * 1dc2ad0: feat: add health check for karpenter.sh/NodeClaim (#26876) (@Navneet072300)
                            * 611fcb0: feat: add sync overrun option to sync windows (#25361) (#25510) (@puskunalis)
                            * 48f18e2: feat: add toggle-auto-sync resource action for Application (#21564) (#26477) (@vikasrao23)
                            * 2df5f75: feat: adds mTLS support in repo-server (#26715) (@ppapapetrou76)
                            * 4d02fc2: feat: expose Appset UI and fix pie chart summary (#26666) (@pjiang-dev)
                            * a889f46: feat: make appset proxy-url param a native flag (#27788) (@ppapapetrou76)
                            * ad310c2: feat: replace error message in webhook handler with metrics (#27215) (@alexmt)
                            * 01187d1: feat: support Azure AD groups claims overflow via Microsoft Graph API (#27397) (@gravufo)
                            * f71239c: feat: support destinationServiceAccounts in global projects (#23059) (@enneitex)
                            * f460a3c: feat: surface root cause in sync failure message and cache discovery errors (#27750) (@ppapapetrou76)
                            * 3eebbcb: feat: use impersonation for server operations (logs, delete, etc) #22996 (#26898) (@alexymantha)

                          Bug fixes

                            * b982144: Revert "fix: prevent automatic refreshes from informer resync and status updates" (#27562) (@agaudreault)
                            * c5d1c91: fix(UI): show RollingSync step clearly when labels match no step (#26877) (@aali309)
                            * c52bf66: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (@anandf)
                            * e81969f: fix(applicationset): include repo URL in git file generator errors (#28075) (@morning-verlu)
                            * 45a84df: fix(ci): add .gitkeep to images dir (#26892) (@blakepettersson)
                            * 4c42071: fix(ci): openssf scorecard doesn't allow global vars (#27203) (@crenshaw-dev)
                            * 36f4ff7: fix(ci): pin goreman version used in ci-build.yaml (#27062) (#27061) (@dudinea)
                            * 25b3037: fix(ci): pnpm sbom generation (#27337) (#27339) (@crenshaw-dev)
                            * 99c51df: fix(ci): renovatebot action uses floating image tag (#27023) (#27024) (@dudinea)
                            * fb82b16: fix(ci): run yarn install with --frozen-lockfile (#27098) (#27099) (@dudinea)
                            * b403f5c: fix(cli): hide unsupported --tls-server-name kubectl REST flag (#27694) (#27711) (@SAY-5)
                            * 60b878d: fix(cli): hide unsupported kubectl REST flags (#25875) (#25977) (@HyejunKoo)
                            * 21fe1fb: fix(cli): honor --kube-context when creating core-mode REST config (#12883) (#27661) (@ystkfujii)
                            * 52f7b3b: fix(cli): print clear timeout message when argocd app wait times out (#28274) (@pncloud)
                            * f48091a: fix(cli): return immediately from 'app wait' when app is already in desired state (#12211) (#27503) (@jheyduk)
                            * 6256...
                        Read more

                          Contributors

                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            * 
                            leoluz, mbaldessari, and 134 other contributors
                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 10 ppapapetrou76, TigranKhudav, sdjelassimoussa-bs, eduardblbulyan, gerardo8a, jinwoolee-lguplus, jiaxwu, santos-edu, dimaserbenyuk, and gregbrowndev reacted with thumbs up emoji
                                All reactions
                                  * 👍 10 reactions
                              10 people reacted

                v3.4.3

                              v3.4.3
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              github-actions released this 28 May 12:24
                              v3.4.3
                              1801122
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          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

                            * 0edd404 chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.4) (#27913) (Alka Kumari)

                          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: v3.4.2...v3.4.3

                          Assets 13
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions
                Previous 1 2 3 4 5 … 57 58 Next
                Previous Next

  Footer

      © 2026 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.