chore(deps): update quay.io/argoproj/argocd docker tag to v2.13.0 #13

Merged
prskr merged 1 commit from renovate/quay.io-argoproj-argocd-2.x into main 2024-09-16 09:33:16 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final minor v2.12.3 -> v2.13.0

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v2.13.0

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.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.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Bug fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | final | minor | `v2.12.3` -> `v2.13.0` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v2.13.0`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.12.3...v2.13.0) ### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Features - [`64e718c`](https://github.com/argoproj/argo-cd/commit/64e718c54944f80a9bc33875a5570176f9fac27f): feat: add health-checks for Percona XtraDB cluster ([#&#8203;13093](https://github.com/argoproj/argo-cd/issues/13093)) ([@&#8203;ebuildy](https://github.com/ebuildy)) - [`ef37b39`](https://github.com/argoproj/argo-cd/commit/ef37b3975406ac58bd527990d247071f38198963): Revert "feat(server): log app Spec along with event ([#&#8203;16416](https://github.com/argoproj/argo-cd/issues/16416))" ([#&#8203;18458](https://github.com/argoproj/argo-cd/issues/18458)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`3a1030b`](https://github.com/argoproj/argo-cd/commit/3a1030bc241e504a8048f8dfad6e8fddc37c2efa): Revert "feat: add monaco-kubernetes for editing IntelliSense ([#&#8203;12778](https://github.com/argoproj/argo-cd/issues/12778))" ([#&#8203;14000](https://github.com/argoproj/argo-cd/issues/14000)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ca42a37`](https://github.com/argoproj/argo-cd/commit/ca42a375c2a9f40993bf86a0f196bd1fdbe1a933): Revert "feat: metrics, argocd_app_info adding syncpolicy info, argocd_cluster_info adding clustername ([#&#8203;3411](https://github.com/argoproj/argo-cd/issues/3411))" ([#&#8203;3443](https://github.com/argoproj/argo-cd/issues/3443)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`d0313c5`](https://github.com/argoproj/argo-cd/commit/d0313c5ba458e08f5c1d58eae1df99b713d49da4): Revert "feat: removed legacy app tracking label ([#&#8203;13203](https://github.com/argoproj/argo-cd/issues/13203))" ([#&#8203;19196](https://github.com/argoproj/argo-cd/issues/19196)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`26fb098`](https://github.com/argoproj/argo-cd/commit/26fb098ae85e00dd453eabd010c557f2b34fec3a): feat!: disable profile endpoint by default ([#&#8203;19327](https://github.com/argoproj/argo-cd/issues/19327)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`42de68d`](https://github.com/argoproj/argo-cd/commit/42de68d67fe9a0d9aa1184b0fc495c2dcfa91c93): feat(5388): Allow multiple external URLs for SSO access ([#&#8203;18927](https://github.com/argoproj/argo-cd/issues/18927)) ([@&#8203;ClifHouck](https://github.com/ClifHouck)) - [`5ada5c2`](https://github.com/argoproj/argo-cd/commit/5ada5c2810958c3f03e7e07a7c6d27ea4b0b96de): feat(UI): Added link for docs to add clusters ([#&#8203;17395](https://github.com/argoproj/argo-cd/issues/17395)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`467777f`](https://github.com/argoproj/argo-cd/commit/467777ff9dff7247146b38e00b4c17b513d74612): feat(UI): Tree view groups node by heath status ([#&#8203;12089](https://github.com/argoproj/argo-cd/issues/12089)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`4a50114`](https://github.com/argoproj/argo-cd/commit/4a50114126e57b21d035a1b2556247dcfc17d9ed): feat(UI): allow applications to declare default view preferences ([#&#8203;12019](https://github.com/argoproj/argo-cd/issues/12019)) ([#&#8203;12080](https://github.com/argoproj/argo-cd/issues/12080)) ([@&#8203;alexef](https://github.com/alexef)) - [`ac75f95`](https://github.com/argoproj/argo-cd/commit/ac75f954c91ce296d1bf552dc313e1e0b4412e3d): feat(action): support refresh of ExternalSecret ([#&#8203;13951](https://github.com/argoproj/argo-cd/issues/13951)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`a6b80df`](https://github.com/argoproj/argo-cd/commit/a6b80df6eef07206907373c16dbdba10b4188b4c): feat(app): Support app sync --dry-run --revision some-revision with arbitrary revisions([#&#8203;12592](https://github.com/argoproj/argo-cd/issues/12592)) ([#&#8203;16387](https://github.com/argoproj/argo-cd/issues/16387)) ([@&#8203;Tyrael](https://github.com/Tyrael)) - [`2ac7bd3`](https://github.com/argoproj/argo-cd/commit/2ac7bd3039c7dd5f299b007221bcebaa3ef66fc1): feat(applicationset): add short sha to PR generator ([#&#8203;9668](https://github.com/argoproj/argo-cd/issues/9668)) ([#&#8203;9669](https://github.com/argoproj/argo-cd/issues/9669)) ([@&#8203;Redlinkk](https://github.com/Redlinkk)) - [`506bd3b`](https://github.com/argoproj/argo-cd/commit/506bd3b2827c4502d1f468a0c52e04a86ea6b83e): feat(applicationset): reuse repo-creds for an existing GitHub App ([#&#8203;10092](https://github.com/argoproj/argo-cd/issues/10092)) ([@&#8203;iamnoah](https://github.com/iamnoah)) - [`ab9bfd6`](https://github.com/argoproj/argo-cd/commit/ab9bfd6dd700913e38d281b5ff44c6d45c0154cf): feat(appset): Add SCM Provider option for Gitlab generator to filter shared projects from subgroups projects ([#&#8203;14831](https://github.com/argoproj/argo-cd/issues/14831)) ([@&#8203;prune998](https://github.com/prune998)) - [`7192eab`](https://github.com/argoproj/argo-cd/commit/7192eabaf4715f73eeb2e132df95d3a15762cd09): feat(appset): Add argocd.argoproj.io/application-set-name to rendered appset applications ([#&#8203;13456](https://github.com/argoproj/argo-cd/issues/13456)) ([@&#8203;MeNsaaH](https://github.com/MeNsaaH)) - [`6fb238c`](https://github.com/argoproj/argo-cd/commit/6fb238c7d8b05e38b1ec25aaa4eb354be31d57ee): feat(appset): Add support for self-signed TLS / Certificates for Gitlab Scm Provider ([#&#8203;14348](https://github.com/argoproj/argo-cd/issues/14348)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`0994ec8`](https://github.com/argoproj/argo-cd/commit/0994ec88459e335866c1a932ebd20ba57337f3af): feat(appset): Add target branch support pullrequestgenerator ([#&#8203;13535](https://github.com/argoproj/argo-cd/issues/13535)) ([@&#8203;Syst3m1cAn0maly](https://github.com/Syst3m1cAn0maly)) - [`ebb8649`](https://github.com/argoproj/argo-cd/commit/ebb8649c4e456466433692edd760ed1a8056a822): feat(appset): Added 'slugify' sprig function ([#&#8203;15188](https://github.com/argoproj/argo-cd/issues/15188)) ([@&#8203;Aym3nTN](https://github.com/Aym3nTN)) - [`6f8aa41`](https://github.com/argoproj/argo-cd/commit/6f8aa41714a1c9a2490b9c7792a32463430bcd0d): feat(appset): Added Bitbucket Cloud support for pull request generator ([#&#8203;11273](https://github.com/argoproj/argo-cd/issues/11273)) ([#&#8203;11275](https://github.com/argoproj/argo-cd/issues/11275)) ([@&#8203;Jamess-Lucass](https://github.com/Jamess-Lucass)) - [`a08c573`](https://github.com/argoproj/argo-cd/commit/a08c573d32c77145754b09bfc6fd63944512f123): feat(appset): Advanced Templating using templatePatch ([#&#8203;14893](https://github.com/argoproj/argo-cd/issues/14893)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`e8f5126`](https://github.com/argoproj/argo-cd/commit/e8f512686e262691f8161141255725187c0558b4): feat(appset): ApplicationSet in any namespace ([#&#8203;12378](https://github.com/argoproj/argo-cd/issues/12378)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`ec2340a`](https://github.com/argoproj/argo-cd/commit/ec2340a11f41c0ff646ad635be8d903dcc0a5f7c): feat(appset): Implement Plugin Generator ([#&#8203;13017](https://github.com/argoproj/argo-cd/issues/13017)) ([@&#8203;binboum](https://github.com/binboum)) - [`1de8f94`](https://github.com/argoproj/argo-cd/commit/1de8f94cdc1edaa5f3c3b8ef7818c260a3a26075): feat(appset): Implement additional values and their interpolation for Git and SCM generators ([#&#8203;10751](https://github.com/argoproj/argo-cd/issues/10751)) ([#&#8203;10754](https://github.com/argoproj/argo-cd/issues/10754)) ([@&#8203;girstenbrei](https://github.com/girstenbrei)) - [`241d377`](https://github.com/argoproj/argo-cd/commit/241d377cedd1cd6ac83f9d75266235d092b1af65): feat(appset): Policies create-only, create-update, sync per ApplicationSet ([#&#8203;11462](https://github.com/argoproj/argo-cd/issues/11462)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`433ba36`](https://github.com/argoproj/argo-cd/commit/433ba3678c1da7dc169ea750815b97b77e3ed8c6): feat(appset): Restrict scm provider urls ([#&#8203;14286](https://github.com/argoproj/argo-cd/issues/14286)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`d685f15`](https://github.com/argoproj/argo-cd/commit/d685f156a7219aac4a315fc90a932e463eb5cfd4): feat(appset): Support AWS CodeCommit in ApplicationSet controller (Alpha) ([#&#8203;13579](https://github.com/argoproj/argo-cd/issues/13579)) ([@&#8203;jzhn](https://github.com/jzhn)) - [`46d4609`](https://github.com/argoproj/argo-cd/commit/46d460992107ccfe38cecca108cddf2a41e222f7): feat(appset): add Pull Request Generator for Azure DevOps Repos ([#&#8203;13367](https://github.com/argoproj/argo-cd/issues/13367)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`62995f0`](https://github.com/argoproj/argo-cd/commit/62995f0675d60df2c2bf0ae304c97846fddcb8a3): feat(appset): add Support for AzureDevops Webhooks ([#&#8203;15047](https://github.com/argoproj/argo-cd/issues/15047)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`56d1733`](https://github.com/argoproj/argo-cd/commit/56d173390d843ed823c2ddd80176480bacb7611d): feat(appset): add configurable max reconciliations to appset ([#&#8203;13381](https://github.com/argoproj/argo-cd/issues/13381)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`f9078f7`](https://github.com/argoproj/argo-cd/commit/f9078f78b678629be0c587bf11055245af4255bf): feat(appset): add key title to PR generator ([#&#8203;16447](https://github.com/argoproj/argo-cd/issues/16447)) ([#&#8203;17907](https://github.com/argoproj/argo-cd/issues/17907)) ([@&#8203;ggjulio](https://github.com/ggjulio)) - [`944eadd`](https://github.com/argoproj/argo-cd/commit/944eaddd8d4acc839ac9c2dae2754706f62c1823): feat(appset): add support for missingkey=error in ApplicationSets ([#&#8203;13731](https://github.com/argoproj/argo-cd/issues/13731)) ([#&#8203;13733](https://github.com/argoproj/argo-cd/issues/13733)) ([@&#8203;raxod502-plaid](https://github.com/raxod502-plaid)) - [`628a5f6`](https://github.com/argoproj/argo-cd/commit/628a5f63e6466b6906ff8fc31721c619ee6102bc): feat(appset): added topic filter for Gitlab SCM ([#&#8203;14965](https://github.com/argoproj/argo-cd/issues/14965)) ([@&#8203;prune998](https://github.com/prune998)) - [`a695aa8`](https://github.com/argoproj/argo-cd/commit/a695aa866529f4499cc017325a6068f6b1b15566): feat(appset): applicationset controller use repo server ([#&#8203;10952](https://github.com/argoproj/argo-cd/issues/10952)) ([#&#8203;12714](https://github.com/argoproj/argo-cd/issues/12714)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`48bdf94`](https://github.com/argoproj/argo-cd/commit/48bdf949a5aaa665887eba1a9b67475970ed04e6): feat(appset): appset git generator verifies GPG signatures ([#&#8203;18545](https://github.com/argoproj/argo-cd/issues/18545)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`c07bf26`](https://github.com/argoproj/argo-cd/commit/c07bf2614c2fd44d52776eb02acf6ff3c9e66bd6): feat(appset): fromYaml, fromYamlArray toYaml functions ([#&#8203;15063](https://github.com/argoproj/argo-cd/issues/15063)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`61dc8b5`](https://github.com/argoproj/argo-cd/commit/61dc8b5083403f160fe4fa315e8b4b663d9280a9): feat(appset): ignoreApplicationDifferences ([#&#8203;9101](https://github.com/argoproj/argo-cd/issues/9101)) ([#&#8203;14743](https://github.com/argoproj/argo-cd/issues/14743)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`77c27c3`](https://github.com/argoproj/argo-cd/commit/77c27c3c10ce1d2a5a9fc0ff79ede6fa73200c60): feat(appset): implement ResourceTree for ApplicationSets ([#&#8203;15741](https://github.com/argoproj/argo-cd/issues/15741)) ([@&#8203;alexymantha](https://github.com/alexymantha)) - [`6f84afc`](https://github.com/argoproj/argo-cd/commit/6f84afca3b96c12d837c0ff3c78319fb735c12a0): feat(appset): make K8s client configurable ([#&#8203;18623](https://github.com/argoproj/argo-cd/issues/18623)) ([@&#8203;alexymantha](https://github.com/alexymantha)) - [`db02eaa`](https://github.com/argoproj/argo-cd/commit/db02eaa7e0a368599c420be707e96b137bae7d1f): feat(askpass): make askpass socket path configurable ([#&#8203;19313](https://github.com/argoproj/argo-cd/issues/19313)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`cc97a59`](https://github.com/argoproj/argo-cd/commit/cc97a595f992ccd83995a625d19f88d675003b49): feat(ci): retry individual e2e tests ([#&#8203;15696](https://github.com/argoproj/argo-cd/issues/15696)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`fe8dcb6`](https://github.com/argoproj/argo-cd/commit/fe8dcb60fc3947e791d62e01bc9c56332490296c): feat(ci): upload Webpack bundle analysis to codecov ([#&#8203;19478](https://github.com/argoproj/argo-cd/issues/19478)) ([#&#8203;19479](https://github.com/argoproj/argo-cd/issues/19479)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`be60425`](https://github.com/argoproj/argo-cd/commit/be60425a474202cce2d43309e5c419a846116d6b): feat(cli): Add ID option to 'proj role create-token' ([#&#8203;4632](https://github.com/argoproj/argo-cd/issues/4632)) ([#&#8203;4636](https://github.com/argoproj/argo-cd/issues/4636)) ([@&#8203;tetchel](https://github.com/tetchel)) - [`a4b5173`](https://github.com/argoproj/argo-cd/commit/a4b5173e753a25fc70242c3dd18d79a8fb5d3670): feat(cli): Add example to --help output for app actions ([#&#8203;15822](https://github.com/argoproj/argo-cd/issues/15822)) ([@&#8203;kokikathir](https://github.com/kokikathir)) - [`e804c3e`](https://github.com/argoproj/argo-cd/commit/e804c3e542b36397d3e2e2c4e55f9bd834f39960): feat(cli): Add example to `--help` output 1 ([#&#8203;15782](https://github.com/argoproj/argo-cd/issues/15782)) ([@&#8203;dttung2905](https://github.com/dttung2905)) - [`af4fa1e`](https://github.com/argoproj/argo-cd/commit/af4fa1e6718aedc122894ebdb429cfd4b56d90e5): feat(cli): Add example to argocd relogin command ([#&#8203;15839](https://github.com/argoproj/argo-cd/issues/15839)) ([@&#8203;chiranjeevir-git](https://github.com/chiranjeevir-git)) - [`c72a388`](https://github.com/argoproj/argo-cd/commit/c72a38861879ac3298279c5b429e68425d8d95b4): feat(cli): Add examples to --help output for "gpg add" ([#&#8203;16020](https://github.com/argoproj/argo-cd/issues/16020)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`9b1fb1d`](https://github.com/argoproj/argo-cd/commit/9b1fb1d98e32d2531bcbf4c3853bdde17fc35fa4): feat(cli): Add examples to --help output for "gpg_list" ([#&#8203;16017](https://github.com/argoproj/argo-cd/issues/16017)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`20618b4`](https://github.com/argoproj/argo-cd/commit/20618b44eddd94977d19d8f6c4b773eb9ce1169f): feat(cli): Add examples to --help output for "list PROJECT" ([#&#8203;16033](https://github.com/argoproj/argo-cd/issues/16033)) ([@&#8203;Shauryagulati](https://github.com/Shauryagulati)) - [`0a50a19`](https://github.com/argoproj/argo-cd/commit/0a50a1957fb05bdd2b9d79d1e23809a2062fbc85): feat(cli): Add examples to --help output for "logs APPNAME" ([#&#8203;15873](https://github.com/argoproj/argo-cd/issues/15873)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`d4fa84e`](https://github.com/argoproj/argo-cd/commit/d4fa84e8bd074d98723eb3f4a55a581edf26f9e3): feat(cli): Add examples to --help output for "set APPNAME" ([#&#8203;15872](https://github.com/argoproj/argo-cd/issues/15872)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`f553035`](https://github.com/argoproj/argo-cd/commit/f5530355a9270fd53c127dd0f6d7306abf8a610f): feat(cli): Add examples to --help output for get KEYID ([#&#8203;16019](https://github.com/argoproj/argo-cd/issues/16019)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`498f47e`](https://github.com/argoproj/argo-cd/commit/498f47ec135d1e5a1acd8220874ab5a40afef212): feat(cli): Add examples to --help output for remaining "argocd account" ([#&#8203;15814](https://github.com/argoproj/argo-cd/issues/15814)) ([@&#8203;mcaci](https://github.com/mcaci)) - [`91f107f`](https://github.com/argoproj/argo-cd/commit/91f107f3ff933dd297859eac10acc16af4952906): feat(cli): Add examples to --help output for remaining "argocd repocreds" cmds ([#&#8203;15846](https://github.com/argoproj/argo-cd/issues/15846)) ([@&#8203;mcaci](https://github.com/mcaci)) - [`9556cd7`](https://github.com/argoproj/argo-cd/commit/9556cd7bcb3fa1aa5378beb30d4eaeb9057c4b4a): feat(cli): Add examples to `argocd proj role` cli family ([#&#8203;15875](https://github.com/argoproj/argo-cd/issues/15875)) ([@&#8203;dttung2905](https://github.com/dttung2905)) - [`b6e8c23`](https://github.com/argoproj/argo-cd/commit/b6e8c23fad80a4f19043975ce44d3ef1c28a7280): feat(cli): Add examples to projectwindows.go ([#&#8203;15860](https://github.com/argoproj/argo-cd/issues/15860)) ([@&#8203;josephperez3](https://github.com/josephperez3)) - [`6e0149a`](https://github.com/argoproj/argo-cd/commit/6e0149ae8d317244c5bf83dcd79e610ec440cc61): feat(cli): Added example to --help output for bcrypt ([#&#8203;15838](https://github.com/argoproj/argo-cd/issues/15838)) ([@&#8203;akashbalaraj](https://github.com/akashbalaraj)) - [`00e3725`](https://github.com/argoproj/argo-cd/commit/00e3725e66f9bceda4d3facb799d9b5ccc8e7ef5): feat(cli): Added example to --help output for context ([#&#8203;15809](https://github.com/argoproj/argo-cd/issues/15809)) ([@&#8203;sagarwala](https://github.com/sagarwala)) - [`8070725`](https://github.com/argoproj/argo-cd/commit/8070725eecac8a98a617049ec128f6149aeb7f03): feat(cli): Added example to admin-cluster.go and projectwindow.go files ([#&#8203;16128](https://github.com/argoproj/argo-cd/issues/16128)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`53090f1`](https://github.com/argoproj/argo-cd/commit/53090f103b1fba75c1b0e7c54fa6fb6b9027f7d2): feat(cli): Allow to view previously terminated container logs ([#&#8203;8582](https://github.com/argoproj/argo-cd/issues/8582)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`6e2f2c9`](https://github.com/argoproj/argo-cd/commit/6e2f2c9d1e2339b3361f3a057747fcfe30e36f44): feat(cli): add admin-app-example ([#&#8203;15690](https://github.com/argoproj/argo-cd/issues/15690)) ([#&#8203;15861](https://github.com/argoproj/argo-cd/issues/15861)) ([@&#8203;gaurangkudale](https://github.com/gaurangkudale)) - [`70755aa`](https://github.com/argoproj/argo-cd/commit/70755aa3c5d7b1a5d9e4aace49641d5c9b9eda2e): feat(cli): add cmd to preview generated apps of appsets ([#&#8203;10895](https://github.com/argoproj/argo-cd/issues/10895)) ([#&#8203;16781](https://github.com/argoproj/argo-cd/issues/16781)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`a723a6c`](https://github.com/argoproj/argo-cd/commit/a723a6c38c7af9c091274ad00f40792c01c68bbd): feat(cli): add project flag to avoid permission denied errors on 404 ([#&#8203;16040](https://github.com/argoproj/argo-cd/issues/16040)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4b11524`](https://github.com/argoproj/argo-cd/commit/4b115242422e1067b90f8644414f305e0c2b9083): feat(cli): add support for multiple sources to app diff|manifests command with `revisions` flag ([#&#8203;17650](https://github.com/argoproj/argo-cd/issues/17650)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`c204f24`](https://github.com/argoproj/argo-cd/commit/c204f247d3ec1fb4381dc17fc7404d5fcc33e966): feat(cli): add support for multiple sources to sync command ([#&#8203;17808](https://github.com/argoproj/argo-cd/issues/17808)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`1a43ff6`](https://github.com/argoproj/argo-cd/commit/1a43ff6cb3bae5aa07a1e01f459d1aaeb96f39c5): feat(cli): add the cluster-list-example ([#&#8203;15690](https://github.com/argoproj/argo-cd/issues/15690)) ([#&#8203;15866](https://github.com/argoproj/argo-cd/issues/15866)) ([@&#8203;gaurangkudale](https://github.com/gaurangkudale)) - [`6a48b13`](https://github.com/argoproj/argo-cd/commit/6a48b13711f4a148e9ae8a2217b2e3bb386289ad): feat(cli): add the repo-example ([#&#8203;15690](https://github.com/argoproj/argo-cd/issues/15690)) ([#&#8203;15865](https://github.com/argoproj/argo-cd/issues/15865)) ([@&#8203;gaurangkudale](https://github.com/gaurangkudale)) - [`f7a353a`](https://github.com/argoproj/argo-cd/commit/f7a353a8295faf27e18f59cc1369cec2941974d2): feat(cli): add the repocred-list-example ([#&#8203;15690](https://github.com/argoproj/argo-cd/issues/15690)) ([#&#8203;15869](https://github.com/argoproj/argo-cd/issues/15869)) ([@&#8203;gaurangkudale](https://github.com/gaurangkudale)) - [`0d020f0`](https://github.com/argoproj/argo-cd/commit/0d020f00799c154ff905fb0d61798ea4f98344d0): feat(cli): enable --app-namespace flag for argocd app subcommand ([#&#8203;17437](https://github.com/argoproj/argo-cd/issues/17437)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`0cc0d46`](https://github.com/argoproj/argo-cd/commit/0cc0d46212f090d03147eeadf5705dc7fe138ee9): feat(cli): example for generate-allow-list ([#&#8203;16136](https://github.com/argoproj/argo-cd/issues/16136)) ([@&#8203;range123](https://github.com/range123)) - [`21a3641`](https://github.com/argoproj/argo-cd/commit/21a364158ea4d3adc75eb770676488a5d05334cc): feat(cli): ignore tracking annotation on backup restore ([#&#8203;18960](https://github.com/argoproj/argo-cd/issues/18960)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`b877bf0`](https://github.com/argoproj/argo-cd/commit/b877bf07555a636f8fce3eed398846b70412767b): feat(cli): support apply out of sync flag only ([#&#8203;14624](https://github.com/argoproj/argo-cd/issues/14624)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`045f5b1`](https://github.com/argoproj/argo-cd/commit/045f5b1a217c53ba1a16ec3168778f088b4ba94a): feat(cli): tree option in output flag for app sync, app wait and app rollback for tree view ([#&#8203;15572](https://github.com/argoproj/argo-cd/issues/15572)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`752004c`](https://github.com/argoproj/argo-cd/commit/752004c8705578b450e04129a13f319a874b940b): feat(cmp): Print stderr output from command even on success ([#&#8203;15921](https://github.com/argoproj/argo-cd/issues/15921)) ([#&#8203;15973](https://github.com/argoproj/argo-cd/issues/15973)) ([@&#8203;peschmae](https://github.com/peschmae)) - [`7302a52`](https://github.com/argoproj/argo-cd/commit/7302a52ea13dd54d56d4657612d74dc652e48f5b): feat(controller): add sync jitter([#&#8203;14241](https://github.com/argoproj/argo-cd/issues/14241)) ([#&#8203;16820](https://github.com/argoproj/argo-cd/issues/16820)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`4e46a5e`](https://github.com/argoproj/argo-cd/commit/4e46a5e8faeeef6a3014b5ae83fd89c05fa10156): feat(controller): use manifest generate path during comparison ([#&#8203;14242](https://github.com/argoproj/argo-cd/issues/14242)) ([#&#8203;15636](https://github.com/argoproj/argo-cd/issues/15636)) ([@&#8203;alexymantha](https://github.com/alexymantha)) - [`099811c`](https://github.com/argoproj/argo-cd/commit/099811c2001d08d53327dcf649581c759878325e): feat(dex): allow dex custom static clients ([#&#8203;3834](https://github.com/argoproj/argo-cd/issues/3834)) ([#&#8203;3835](https://github.com/argoproj/argo-cd/issues/3835)) ([@&#8203;gordonbondon](https://github.com/gordonbondon)) - [`effbdc9`](https://github.com/argoproj/argo-cd/commit/effbdc936c50350f420ee5bb23983e7e6f324239): feat(dex): set logger based on argo config ([#&#8203;13191](https://github.com/argoproj/argo-cd/issues/13191)) ([#&#8203;19608](https://github.com/argoproj/argo-cd/issues/19608)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`ef88d1d`](https://github.com/argoproj/argo-cd/commit/ef88d1d0261e390806c541f1834347cc6d8da618): feat(extensions): Automatically apply extension configs without restarting API-Server ([#&#8203;15574](https://github.com/argoproj/argo-cd/issues/15574)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`182eb05`](https://github.com/argoproj/argo-cd/commit/182eb05bf64973021f73c55fc987356f42e4f155): feat(health): Add Health Checks for IngressController resources ([#&#8203;12776](https://github.com/argoproj/argo-cd/issues/12776)) ([@&#8203;jacksgt](https://github.com/jacksgt)) - [`722f58d`](https://github.com/argoproj/argo-cd/commit/722f58d5ed28cafe48dcd2c1dfad398695f2db29): feat(health): Add custom health check for KServe Inference Service resources ([#&#8203;14177](https://github.com/argoproj/argo-cd/issues/14177)) ([@&#8203;rachitchauhan43](https://github.com/rachitchauhan43)) - [`1cd6fca`](https://github.com/argoproj/argo-cd/commit/1cd6fcac4f38edf3cd3b5409fa1b6d4aa4ad2694): feat(health): Added Humio Operator Healthchecks ([#&#8203;11628](https://github.com/argoproj/argo-cd/issues/11628)) ([@&#8203;togie6](https://github.com/togie6)) - [`e26c105`](https://github.com/argoproj/argo-cd/commit/e26c105e527ed262cc5dc838a793841017ba316a): feat(health): Added Keptn Analysis ([#&#8203;19211](https://github.com/argoproj/argo-cd/issues/19211)) ([@&#8203;asamonik](https://github.com/asamonik)) - [`326cc4a`](https://github.com/argoproj/argo-cd/commit/326cc4a06b2cb5ac99797d3f04c2d4c48b8692e2): feat(health): Added KeptnMetric ([#&#8203;19210](https://github.com/argoproj/argo-cd/issues/19210)) ([@&#8203;asamonik](https://github.com/asamonik)) - [`30767ae`](https://github.com/argoproj/argo-cd/commit/30767ae9b018ab4c7c77c29d1fecbd832cd40a7c): feat(health): Implement AnsibleJob CRD health checks ([#&#8203;14483](https://github.com/argoproj/argo-cd/issues/14483)) ([@&#8203;mikeshng](https://github.com/mikeshng)) - [`440fbac`](https://github.com/argoproj/argo-cd/commit/440fbac12b7469fd3ed4a6e1f6ace5cf7eacaf39): feat(health): Implement k8s.mariadb.com CRD health checks ([#&#8203;17995](https://github.com/argoproj/argo-cd/issues/17995)) ([@&#8203;sennerholm](https://github.com/sennerholm)) - [`129cf53`](https://github.com/argoproj/argo-cd/commit/129cf5370f9e2c6f99c9a5515099250a7ba42099): feat(health): add PushSecret health status and force-sync action ([#&#8203;14375](https://github.com/argoproj/argo-cd/issues/14375)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`018b013`](https://github.com/argoproj/argo-cd/commit/018b01364d5690a653b62d143dafd1d67ae16286): feat(health): add iammanager.keikoproj.io/Iamrole health check ([#&#8203;15899](https://github.com/argoproj/argo-cd/issues/15899)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`7f338e9`](https://github.com/argoproj/argo-cd/commit/7f338e910f11929d172b39f5c2b395948529f7e8): feat(health): support for aws.crossplane.io resources ([#&#8203;19029](https://github.com/argoproj/argo-cd/issues/19029)) ([@&#8203;Jellyfrog](https://github.com/Jellyfrog)) - [`21c384f`](https://github.com/argoproj/argo-cd/commit/21c384f42354ada2b94c18773104527eb27f86bc): feat(health): support for distribution aws.crossplane.io resource ([#&#8203;16827](https://github.com/argoproj/argo-cd/issues/16827)) ([@&#8203;nueavv](https://github.com/nueavv)) - [`46e6b79`](https://github.com/argoproj/argo-cd/commit/46e6b798990068efb936fac8d7f4d394eb986935): feat(health): support for external-secrets.io cluster resources ([#&#8203;12957](https://github.com/argoproj/argo-cd/issues/12957)) ([@&#8203;moensch](https://github.com/moensch)) - [`666499f`](https://github.com/argoproj/argo-cd/commit/666499f6108124ef7bfa0c6cc616770c6dc4f42c): feat(health): support for resourcerecordsets aws.crossplane.io resource ([#&#8203;16823](https://github.com/argoproj/argo-cd/issues/16823)) ([@&#8203;nueavv](https://github.com/nueavv)) - [`f26b76a`](https://github.com/argoproj/argo-cd/commit/f26b76a7aa81637474cfb7992629ea1007124606): feat(health): support for some rds.crossplane.io resources ([#&#8203;19076](https://github.com/argoproj/argo-cd/issues/19076)) ([@&#8203;Jellyfrog](https://github.com/Jellyfrog)) - [`6221ef2`](https://github.com/argoproj/argo-cd/commit/6221ef20aff456a0a41b66f9b1ca4138cf5058de): feat(health): support of external-secrets.io/ExternalSecret ([#&#8203;7798](https://github.com/argoproj/argo-cd/issues/7798)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`9ba4019`](https://github.com/argoproj/argo-cd/commit/9ba4019898031724b8f86ee1dbfef236f3822304): feat(helm): Do not fail when value files do not exist ([#&#8203;5751](https://github.com/argoproj/argo-cd/issues/5751)) ([@&#8203;svend](https://github.com/svend)) - [`057e156`](https://github.com/argoproj/argo-cd/commit/057e156132eebd6eb358bacbfde549b90323dd0c): feat(helm): helm values can be either a string or a map ([#&#8203;2936](https://github.com/argoproj/argo-cd/issues/2936)) ([#&#8203;11538](https://github.com/argoproj/argo-cd/issues/11538)) ([@&#8203;alexef](https://github.com/alexef)) - [`04db457`](https://github.com/argoproj/argo-cd/commit/04db457b5605d613beebcd32013bd72388a5d846): feat(helm): set enableOCI in the UI when registering a repo ([#&#8203;12420](https://github.com/argoproj/argo-cd/issues/12420)) ([@&#8203;alexef](https://github.com/alexef)) - [`21ed19b`](https://github.com/argoproj/argo-cd/commit/21ed19b366396742b0ea002d644d8392ddd70157): feat(helm): support `--kube-version`, `--api-versions`, and `--namespace` ([#&#8203;19325](https://github.com/argoproj/argo-cd/issues/19325)) ([#&#8203;19328](https://github.com/argoproj/argo-cd/issues/19328)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`03c6e1a`](https://github.com/argoproj/argo-cd/commit/03c6e1a14e3a4c3d99bbfb3e4f7fa2ef6d9dd095): feat(kustomize): add patches field ([#&#8203;5114](https://github.com/argoproj/argo-cd/issues/5114)) ([#&#8203;14648](https://github.com/argoproj/argo-cd/issues/14648)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`edf631c`](https://github.com/argoproj/argo-cd/commit/edf631c979d9dad0c918db234dd6b807b5bb1df0): feat(kustomize): add support for helm args to pass api and kube versions ([#&#8203;16583](https://github.com/argoproj/argo-cd/issues/16583)) ([@&#8203;MrFreezeex](https://github.com/MrFreezeex)) - [`c41dc60`](https://github.com/argoproj/argo-cd/commit/c41dc605b281aef41172b5874abfc50f628a7b59): feat(kustomize): override namespace ([#&#8203;6067](https://github.com/argoproj/argo-cd/issues/6067)) ([#&#8203;10872](https://github.com/argoproj/argo-cd/issues/10872)) ([@&#8203;AndrewChubatiuk](https://github.com/AndrewChubatiuk)) - [`f16b722`](https://github.com/argoproj/argo-cd/commit/f16b72262015c04f681046f1d76ee492d26a3eca): feat(kustomize): support envsubst in commonAnnotations and commonLabels ([#&#8203;11345](https://github.com/argoproj/argo-cd/issues/11345)) ([@&#8203;AndrewChubatiuk](https://github.com/AndrewChubatiuk)) - [`7e39284`](https://github.com/argoproj/argo-cd/commit/7e39284b8472a3c2e13ed332d70ef9ac20da8114): feat(manifests): Add service account for repo server ([#&#8203;9301](https://github.com/argoproj/argo-cd/issues/9301)) ( <>) - [`b652a5c`](https://github.com/argoproj/argo-cd/commit/b652a5c8ee510478055ae2332cf713b3c5080676): feat(manifests): add `app.kubernetes.io` labels to notifications-controller resources ([#&#8203;12348](https://github.com/argoproj/argo-cd/issues/12348)) ([@&#8203;morey-tech](https://github.com/morey-tech)) - [`819f0b3`](https://github.com/argoproj/argo-cd/commit/819f0b3e8771d1ce4f2c5a3b5c87b90ac2427847): feat(oidc): optionally query OIDC UserInfo to gather group claims ([#&#8203;12062](https://github.com/argoproj/argo-cd/issues/12062)) ([@&#8203;the-technat](https://github.com/the-technat)) - [`11df990`](https://github.com/argoproj/argo-cd/commit/11df9900ffbf8ec19dc844f62cc4cc84900d1cd8): feat(opentelemetry): :sparkles: support for secured OTLP endpoint and headers ([#&#8203;15573](https://github.com/argoproj/argo-cd/issues/15573)) ([@&#8203;prashant-shahi](https://github.com/prashant-shahi)) - [`a2a0360`](https://github.com/argoproj/argo-cd/commit/a2a0360cd89b5dbcf6204cafe44e220acfff0433): feat(paths): Add support for glob patterns ([#&#8203;18055](https://github.com/argoproj/argo-cd/issues/18055)) ([@&#8203;andrewjeffree](https://github.com/andrewjeffree)) - [`e0f7731`](https://github.com/argoproj/argo-cd/commit/e0f7731fee5c084e5c40ef6f2d514da6a5f346e8): feat(prom): Add prometheus metrics reset support [#&#8203;5287](https://github.com/argoproj/argo-cd/issues/5287) ([#&#8203;5304](https://github.com/argoproj/argo-cd/issues/5304)) ([@&#8203;victorboissiere](https://github.com/victorboissiere)) - [`6ee5845`](https://github.com/argoproj/argo-cd/commit/6ee584594ae00586b18a358c3f3a64df28869432): feat(rbac): allow validation of fine-grained policy in project ([#&#8203;19338](https://github.com/argoproj/argo-cd/issues/19338)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`4905911`](https://github.com/argoproj/argo-cd/commit/49059113c2475485059356744fb75baf820bf34e): feat(rbac): fine-grained update/delete for application resources ([#&#8203;18124](https://github.com/argoproj/argo-cd/issues/18124)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`336cc29`](https://github.com/argoproj/argo-cd/commit/336cc29f14d0be5eeb2148ca540f8a7258a8f492): feat(reposerver): Skip calling git fetch if commit to checkout exists locally ([#&#8203;18657](https://github.com/argoproj/argo-cd/issues/18657)) ([@&#8203;shady-canva](https://github.com/shady-canva)) - [`23e0d52`](https://github.com/argoproj/argo-cd/commit/23e0d527e17f21b78c50765bed5e37f7e4c54597): feat(security): log user when access is blocked ([#&#8203;16558](https://github.com/argoproj/argo-cd/issues/16558)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`adb4471`](https://github.com/argoproj/argo-cd/commit/adb4471569b815946e1f889782b4fd88700f27ff): feat(security): require the `aud` claim from OIDC providers by default ([#&#8203;12187](https://github.com/argoproj/argo-cd/issues/12187)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`614f44c`](https://github.com/argoproj/argo-cd/commit/614f44c26c6c0d20c17d77ceef6d6c6ba1089b03): feat(server): Add maxPodLogsToRender setting ([#&#8203;14617](https://github.com/argoproj/argo-cd/issues/14617)) ([@&#8203;lukaszgyg](https://github.com/lukaszgyg)) - [`820f4d8`](https://github.com/argoproj/argo-cd/commit/820f4d861a7789f299143ed89816001091abf923): feat(server): log app Spec along with event ([#&#8203;16416](https://github.com/argoproj/argo-cd/issues/16416)) ([@&#8203;nandinisingh759](https://github.com/nandinisingh759)) - [`588b251`](https://github.com/argoproj/argo-cd/commit/588b251acc71e37f47aaef597b185298f630c681): feat(sourceNamespace): Regex Support ([#&#8203;19016](https://github.com/argoproj/argo-cd/issues/19016)) ([#&#8203;19017](https://github.com/argoproj/argo-cd/issues/19017)) ([@&#8203;ArthurVardevanyan](https://github.com/ArthurVardevanyan)) - [`8a8373f`](https://github.com/argoproj/argo-cd/commit/8a8373fabaee9770a346477b81908dd3856f5777): feat(ui): Ability to view previous container logs in log viewer ([#&#8203;7393](https://github.com/argoproj/argo-cd/issues/7393)) ([@&#8203;hritikgupta](https://github.com/hritikgupta)) - [`795f225`](https://github.com/argoproj/argo-cd/commit/795f2256cdd708fe20e9dcf9844da377c01a161c): feat(ui): Add button for wrapping lines in pod logs viewer ([#&#8203;15506](https://github.com/argoproj/argo-cd/issues/15506)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`badc828`](https://github.com/argoproj/argo-cd/commit/badc8288887858d1fe9420e8d73d7edba07d0c16): feat(ui): Add option to wrap lines for pod logs viewer ([#&#8203;6889](https://github.com/argoproj/argo-cd/issues/6889)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`017b08a`](https://github.com/argoproj/argo-cd/commit/017b08a61cb989deae7502d2e148e08107e824fd): feat(ui): Add sourceNamespaces in Projects UI and only show it if AppsInAnyNamespaceEnabled flag is set ([#&#8203;16249](https://github.com/argoproj/argo-cd/issues/16249)) ([@&#8203;jdvgh](https://github.com/jdvgh)) - [`e959c3b`](https://github.com/argoproj/argo-cd/commit/e959c3b2a0e92fa3b497593b3e357bb7665950eb): feat(ui): Add view toggle to hide/show unschedulable node in pod view ([#&#8203;6263](https://github.com/argoproj/argo-cd/issues/6263)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`ffa74bb`](https://github.com/argoproj/argo-cd/commit/ffa74bb9b6f73e13f15f613cb8ff2614374cd836): feat(ui): Add warning and confirmation popup when force/replace sync is selected ([#&#8203;8574](https://github.com/argoproj/argo-cd/issues/8574)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`2b3601c`](https://github.com/argoproj/argo-cd/commit/2b3601cfa3782e7a37c1b5c5a8ca4e576325d2f1): feat(ui): Adds resource filter panel. Fixes [#&#8203;6379](https://github.com/argoproj/argo-cd/issues/6379) [#&#8203;6331](https://github.com/argoproj/argo-cd/issues/6331) [#&#8203;6081](https://github.com/argoproj/argo-cd/issues/6081) ([#&#8203;6717](https://github.com/argoproj/argo-cd/issues/6717)) ([@&#8203;alexec](https://github.com/alexec)) - [`856ba52`](https://github.com/argoproj/argo-cd/commit/856ba527572a03d6f8c93af316a9be534735a2d9): feat(ui): Collapsable sidebar with filters ([#&#8203;10626](https://github.com/argoproj/argo-cd/issues/10626)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`d2ff65a`](https://github.com/argoproj/argo-cd/commit/d2ff65ae39a5c65530126038d4794e579fde6b0d): feat(ui): Display event timestamps in human readable format ([#&#8203;7132](https://github.com/argoproj/argo-cd/issues/7132)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`4d0d143`](https://github.com/argoproj/argo-cd/commit/4d0d1435fed3cf30ef01e182046d7b24d5d3e6ae): feat(ui): Filter sync results by status ([#&#8203;5499](https://github.com/argoproj/argo-cd/issues/5499)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`32642df`](https://github.com/argoproj/argo-cd/commit/32642dfb1b44f0f7537bc27f3c9789251aa10698): feat(ui): Filterable pod logs ([#&#8203;5319](https://github.com/argoproj/argo-cd/issues/5319)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`0767dff`](https://github.com/argoproj/argo-cd/commit/0767dff025d6394ac6bdc357a2dc3fd567c3ab1a): feat(ui): Improve UX when filtering applications ([#&#8203;4403](https://github.com/argoproj/argo-cd/issues/4403)) ([#&#8203;4622](https://github.com/argoproj/argo-cd/issues/4622)) ([@&#8203;tetchel](https://github.com/tetchel)) - [`2a41018`](https://github.com/argoproj/argo-cd/commit/2a410187565e15633b6f2a8c8d8da22cf02b257d): feat(ui): Improved applications list filters ([#&#8203;6091](https://github.com/argoproj/argo-cd/issues/6091)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`1bffd82`](https://github.com/argoproj/argo-cd/commit/1bffd827aaff6fde3694f599aba67650e1c2c771): feat(ui): Information header for selected resource panel ([#&#8203;5557](https://github.com/argoproj/argo-cd/issues/5557)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`6fb395f`](https://github.com/argoproj/argo-cd/commit/6fb395f8afb94017fe0f9e4e015306370c25a966): feat(ui): Keyboard shortcuts ([#&#8203;5601](https://github.com/argoproj/argo-cd/issues/5601)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`4347a3c`](https://github.com/argoproj/argo-cd/commit/4347a3c0ad1fe1161ee75dcafb1e8bc6a94a0594): feat(ui): Migrate project summary settings to EditablePanel for parity with rest of UI ([#&#8203;4400](https://github.com/argoproj/argo-cd/issues/4400)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`dbadd74`](https://github.com/argoproj/argo-cd/commit/dbadd74b42e9831edaf7d0741e63d4f7707adf37): feat(ui): New pod logs viewer ([#&#8203;5233](https://github.com/argoproj/argo-cd/issues/5233)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`abf78a3`](https://github.com/argoproj/argo-cd/commit/abf78a3c4c4093cd3270bdac2c3189a35f5f747d): feat(ui): Open pod logs in an isolated new tab ([#&#8203;5323](https://github.com/argoproj/argo-cd/issues/5323)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`ef744e3`](https://github.com/argoproj/argo-cd/commit/ef744e3c1588e7ac3e33d22b560969b056af4265): feat(ui): Persist visibility of apps list filters in local storage ([#&#8203;6748](https://github.com/argoproj/argo-cd/issues/6748)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`5d6b321`](https://github.com/argoproj/argo-cd/commit/5d6b3216f559c76ee73d85b5121d6004b5554613): feat(ui): Pod view ([#&#8203;5091](https://github.com/argoproj/argo-cd/issues/5091)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`973565e`](https://github.com/argoproj/argo-cd/commit/973565e194c094d163d2fd0873364d0e36951806): feat(ui): Recursive Helm Values files detection ([#&#8203;15935](https://github.com/argoproj/argo-cd/issues/15935)) ([#&#8203;15936](https://github.com/argoproj/argo-cd/issues/15936)) ([@&#8203;bagnaram](https://github.com/bagnaram)) - [`eff2d2f`](https://github.com/argoproj/argo-cd/commit/eff2d2f81606e1fd1eed0de87b90b57e29ae7dae): feat(ui): Relocate resource filters ([#&#8203;6777](https://github.com/argoproj/argo-cd/issues/6777)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`685b07e`](https://github.com/argoproj/argo-cd/commit/685b07ed34534ae8e8caa2261710cd8e0df56ea8): feat(ui): Retry strategy, Application + Applications, [#&#8203;5318](https://github.com/argoproj/argo-cd/issues/5318) ([#&#8203;6864](https://github.com/argoproj/argo-cd/issues/6864)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9abc1cc`](https://github.com/argoproj/argo-cd/commit/9abc1cc8372a44b001da45e6196af17fbce35b32): feat(ui): Show prompt when every resource requires pruning ([#&#8203;16603](https://github.com/argoproj/argo-cd/issues/16603)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`fb8096a`](https://github.com/argoproj/argo-cd/commit/fb8096a1f7f3dcca51eff3018288708ce523da7e): feat(ui): Status panel labels ([#&#8203;5458](https://github.com/argoproj/argo-cd/issues/5458)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`d6d534a`](https://github.com/argoproj/argo-cd/commit/d6d534a94e20ed55c320bbe0bfe33d384623b4c7): feat(ui): User defined information banner ([#&#8203;5299](https://github.com/argoproj/argo-cd/issues/5299)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`afb1c8b`](https://github.com/argoproj/argo-cd/commit/afb1c8b2103775be91d9fbe1f0348719bab0ab3f): feat(ui): add `top` value for `large` breakpoint Closes [#&#8203;6944](https://github.com/argoproj/argo-cd/issues/6944) ([#&#8203;6975](https://github.com/argoproj/argo-cd/issues/6975)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`3f5c2eb`](https://github.com/argoproj/argo-cd/commit/3f5c2eb60ce1e4e0afc64c701dd6b92b48dfeb2d): feat(ui): add a filter for auto sync ([#&#8203;11357](https://github.com/argoproj/argo-cd/issues/11357)) ([@&#8203;alexef](https://github.com/alexef)) - [`1c4a151`](https://github.com/argoproj/argo-cd/commit/1c4a15129ba2e9022a314ef2b32417aa1a924a58): feat(ui): add docs to sync policy options present in create application panel (Close [#&#8203;3098](https://github.com/argoproj/argo-cd/issues/3098)) ([#&#8203;3203](https://github.com/argoproj/argo-cd/issues/3203)) ([@&#8203;Elgarni](https://github.com/Elgarni)) - [`00466c3`](https://github.com/argoproj/argo-cd/commit/00466c30949c2d85bda3073d97049363e21333c5): feat(ui): add extension the top-bar action menu ([#&#8203;19620](https://github.com/argoproj/argo-cd/issues/19620)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`20e7f8e`](https://github.com/argoproj/argo-cd/commit/20e7f8edcabe81b76f3b46604334d39cacae3aad): feat(ui): add health status and message in sync status list ([#&#8203;19875](https://github.com/argoproj/argo-cd/issues/19875)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`87e95b7`](https://github.com/argoproj/argo-cd/commit/87e95b7485972cfc01b042302a37e037df7b63cc): feat(ui): add status panel extensions ([#&#8203;15780](https://github.com/argoproj/argo-cd/issues/15780)) ([@&#8203;alexymantha](https://github.com/alexymantha)) - [`f7011f6`](https://github.com/argoproj/argo-cd/commit/f7011f646ba213ac143f8e078d88794ef9cb3861): feat(ui): allow sorting the application list ([#&#8203;11645](https://github.com/argoproj/argo-cd/issues/11645)) ([@&#8203;alexef](https://github.com/alexef)) - [`a400ad1`](https://github.com/argoproj/argo-cd/commit/a400ad11d7a66d87962faf1dcca6c305125c8879): feat(ui): enable gzip for UI assets by default ([#&#8203;13944](https://github.com/argoproj/argo-cd/issues/13944)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ef9de40`](https://github.com/argoproj/argo-cd/commit/ef9de40afa0bd1a90f4e04bf0cd614214f753ada): feat(ui): list dependent resources in delete popup ([#&#8203;18116](https://github.com/argoproj/argo-cd/issues/18116)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`7deafc4`](https://github.com/argoproj/argo-cd/commit/7deafc401462419e88bc90f51667d0bc74f16d0c): feat(ui): metadata.annotations: too long message Improved ([#&#8203;17452](https://github.com/argoproj/argo-cd/issues/17452)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`05dce81`](https://github.com/argoproj/argo-cd/commit/05dce81d09afde3e53886f1acaf337bb203e18e3): feat(ui): notification subscriptions edit field [#&#8203;10310](https://github.com/argoproj/argo-cd/issues/10310) ([#&#8203;10839](https://github.com/argoproj/argo-cd/issues/10839)) ([@&#8203;Marvin9](https://github.com/Marvin9)) - [`bc5d1ed`](https://github.com/argoproj/argo-cd/commit/bc5d1eddb73d9371b12f3ddc922d8448f767addb): feat(ui): readiness gates failures alert in pod summary tab [#&#8203;12515](https://github.com/argoproj/argo-cd/issues/12515) ([#&#8203;12621](https://github.com/argoproj/argo-cd/issues/12621)) ([@&#8203;Marvin9](https://github.com/Marvin9)) - [`869af3e`](https://github.com/argoproj/argo-cd/commit/869af3e2fed41782b42746cf87b2ee029bcc8dc3): feat(ui): replicaset children of deployment should sort by revision ([#&#8203;4249](https://github.com/argoproj/argo-cd/issues/4249)) ([#&#8203;4252](https://github.com/argoproj/argo-cd/issues/4252)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`3f7d600`](https://github.com/argoproj/argo-cd/commit/3f7d60018f2413cc21ac05e2bc88e7bb10ef7210): feat(ui): widgets don't have tooltips ([#&#8203;4257](https://github.com/argoproj/argo-cd/issues/4257)) ([#&#8203;4261](https://github.com/argoproj/argo-cd/issues/4261)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`4810874`](https://github.com/argoproj/argo-cd/commit/481087434833c4a75e0b53bf43e4ae9cacba5600): feat(ui): widgets don't have tooltips ([#&#8203;4257](https://github.com/argoproj/argo-cd/issues/4257)) ([#&#8203;4422](https://github.com/argoproj/argo-cd/issues/4422)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`21304ee`](https://github.com/argoproj/argo-cd/commit/21304ee2c5ca2292d375a6c0fabed1904309c5ac): feat: Annotation based app paths detection in webhooks ([#&#8203;4699](https://github.com/argoproj/argo-cd/issues/4699)) ( <>) - [`7a68880`](https://github.com/argoproj/argo-cd/commit/7a68880e2ea825afb0076637b51b1e9b26a9c8f0): feat: Make TLS to repo-server configurable and optional ([#&#8203;5764](https://github.com/argoproj/argo-cd/issues/5764)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`001c7b2`](https://github.com/argoproj/argo-cd/commit/001c7b2c9da9061121a83dd056243c242d7eea7e): feat: Matrix generator where a generator can reference items of another one ([#&#8203;9080](https://github.com/argoproj/argo-cd/issues/9080)) ([@&#8203;KojoRising](https://github.com/KojoRising)) - [`c86a2dd`](https://github.com/argoproj/argo-cd/commit/c86a2dd364da879ff7f01b4110353d50d5bd84a6): feat: Ability to disable in-cluster server address. Fixes [#&#8203;7571](https://github.com/argoproj/argo-cd/issues/7571) ([#&#8203;7620](https://github.com/argoproj/argo-cd/issues/7620)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`08d1cf0`](https://github.com/argoproj/argo-cd/commit/08d1cf0e558c15570cbb913ae8499744a2d35c3a): feat: Ability to test rbac and implement it with scoped repos ([#&#8203;7187](https://github.com/argoproj/argo-cd/issues/7187)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`019da5a`](https://github.com/argoproj/argo-cd/commit/019da5a7c45bc0fd4879760fe0fbe6b75c52fabb): feat: Accept ElementsYaml for list generator to get dynamic content from a git file ([#&#8203;12428](https://github.com/argoproj/argo-cd/issues/12428)) ([#&#8203;12490](https://github.com/argoproj/argo-cd/issues/12490)) ([@&#8203;lsoica](https://github.com/lsoica)) - [`764ea07`](https://github.com/argoproj/argo-cd/commit/764ea07fc0c1ad0f4c16390b8d0b766737498d92): feat: Add 'proj role list-tokens' command ([#&#8203;4674](https://github.com/argoproj/argo-cd/issues/4674)) ([@&#8203;tetchel](https://github.com/tetchel)) - [`9a17103`](https://github.com/argoproj/argo-cd/commit/9a17103830d7071d806e9119f04a97de3d6ad969): feat: Add --logformat switch to API server, repository server and controller ([#&#8203;3408](https://github.com/argoproj/argo-cd/issues/3408)) ([@&#8203;shuheiktgw](https://github.com/shuheiktgw)) - [`d7a8a87`](https://github.com/argoproj/argo-cd/commit/d7a8a877ada92dbd0bb80437f3e479c6535c0c1b): feat: Add API server capability to serve UI extensions from shared dir ([#&#8203;6766](https://github.com/argoproj/argo-cd/issues/6766)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`fec5b52`](https://github.com/argoproj/argo-cd/commit/fec5b522a43d073da959f6f610f8f581949bd91d): feat: Add ARGOCD_CLUSTER_CACHE_LIST_PAGE_BUFFER_SIZE environment variable ([#&#8203;15159](https://github.com/argoproj/argo-cd/issues/15159)) ([@&#8203;bradgwest](https://github.com/bradgwest)) - [`7dfc439`](https://github.com/argoproj/argo-cd/commit/7dfc439086c53d0160e12347153d0ea3195fff50): feat: Add Access-Control-Allow-Origin: \* response header to badges ([#&#8203;5395](https://github.com/argoproj/argo-cd/issues/5395)) ([@&#8203;markushinz](https://github.com/markushinz)) - [`56eb095`](https://github.com/argoproj/argo-cd/commit/56eb09507e917de9c962a3249435d05f4dbf7e4b): feat: Add Azure DevOps SCM Provider Generator; add branchNormalized to SCM Generator template fields. ([#&#8203;9283](https://github.com/argoproj/argo-cd/issues/9283)) ([@&#8203;brinchm](https://github.com/brinchm)) - [`3a267b8`](https://github.com/argoproj/argo-cd/commit/3a267b8f24793fe377efaa05319460bca59f14a5): feat: Add EndpointSlice to resource icon ([#&#8203;19362](https://github.com/argoproj/argo-cd/issues/19362)) ([@&#8203;mg5566](https://github.com/mg5566)) - [`edf2904`](https://github.com/argoproj/argo-cd/commit/edf2904004ab5793abe9407f1491b602bce3b34a): feat: Add Jsonnet version to version endpoint ([#&#8203;4207](https://github.com/argoproj/argo-cd/issues/4207)) ([@&#8203;maxbrunet](https://github.com/maxbrunet)) - [`fc13eda`](https://github.com/argoproj/argo-cd/commit/fc13eda8d6ef2a9e6ea9a77bb363a4a3ac6a04a8): feat: Add KubeVirt custom health checks ([#&#8203;7176](https://github.com/argoproj/argo-cd/issues/7176)) ([@&#8203;cwilkers](https://github.com/cwilkers)) - [`f7236d7`](https://github.com/argoproj/argo-cd/commit/f7236d794b923b9efccb6af6745ea3274a575952): feat: Add PITS Globale Datenrettungsdienste to user list ([#&#8203;16765](https://github.com/argoproj/argo-cd/issues/16765)) ([@&#8203;arnoldberlin](https://github.com/arnoldberlin)) - [`2497679`](https://github.com/argoproj/argo-cd/commit/2497679dcb9f1f67180400b7c4e526660742bc0a): feat: Add Redis SSL support. Fixes [#&#8203;4688](https://github.com/argoproj/argo-cd/issues/4688) ([#&#8203;6742](https://github.com/argoproj/argo-cd/issues/6742)) ([@&#8203;eyusupov](https://github.com/eyusupov)) - [`f819870`](https://github.com/argoproj/argo-cd/commit/f819870313b91f28d47a3d47e6a66666c4e2610f): feat: Add Sources tab to show all sources of a multi-source app ([#&#8203;17274](https://github.com/argoproj/argo-cd/issues/17274)) ([#&#8203;17275](https://github.com/argoproj/argo-cd/issues/17275)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`7ca04b5`](https://github.com/argoproj/argo-cd/commit/7ca04b5897d5e54fd05d1a38230a802441a9777f): feat: Add Strimzi KafkaConnect CRD custom health checks ([#&#8203;3684](https://github.com/argoproj/argo-cd/issues/3684)) ([@&#8203;chris-vest](https://github.com/chris-vest)) - [`19de408`](https://github.com/argoproj/argo-cd/commit/19de408dbc535444a963cf4a4c1c9549ef2e2840): feat: Add Support for AzureDevops Webhooks ([#&#8203;14969](https://github.com/argoproj/argo-cd/issues/14969)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`e5d4673`](https://github.com/argoproj/argo-cd/commit/e5d4673eac058bbe60dcfaf6f02ac2141370d739): feat: Add a Get Repo command to see if Argo CD has a repo ([#&#8203;3523](https://github.com/argoproj/argo-cd/issues/3523)) ([@&#8203;souleb](https://github.com/souleb)) - [`6095fc5`](https://github.com/argoproj/argo-cd/commit/6095fc564fe9142f833adb85ecc3cc53c5fc6d1e): feat: Add a keyboard shortcut to move focus to search ([#&#8203;4796](https://github.com/argoproj/argo-cd/issues/4796)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`124995c`](https://github.com/argoproj/argo-cd/commit/124995c27560809d89e945da3ba66196aa0e3b88): feat: Add a metric to express connection status to each cluster ([#&#8203;6862](https://github.com/argoproj/argo-cd/issues/6862)) ([@&#8203;spirosoik](https://github.com/spirosoik)) - [`c7dbe48`](https://github.com/argoproj/argo-cd/commit/c7dbe4883b040d1ee2850760698ad1831c65e59f): feat: Add additional printer columns for Health and Sync status ([#&#8203;4641](https://github.com/argoproj/argo-cd/issues/4641)) ([@&#8203;mikebryant](https://github.com/mikebryant)) - [`892712a`](https://github.com/argoproj/argo-cd/commit/892712a7cb88ccb32f96591f41e67e1c68e85866): feat: Add additional strimzi custom resource health checks ([#&#8203;5642](https://github.com/argoproj/argo-cd/issues/5642)) ([@&#8203;groszewn](https://github.com/groszewn)) - [`d73304e`](https://github.com/argoproj/argo-cd/commit/d73304ea1c37b39c519b984a216b74efe141662c): feat: Add app data to sharding cache to allow sharding by apps ([#&#8203;17014](https://github.com/argoproj/argo-cd/issues/17014)) ([@&#8203;Enclavet](https://github.com/Enclavet)) - [`6f59fe6`](https://github.com/argoproj/argo-cd/commit/6f59fe660ffb0dad2b78f3cbac7b4d60c5e793cd): feat: Add app list and details page views to navigation history ([#&#8203;7776](https://github.com/argoproj/argo-cd/issues/7776)) ([#&#8203;7937](https://github.com/argoproj/argo-cd/issues/7937)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`3cbb152`](https://github.com/argoproj/argo-cd/commit/3cbb1522ddabf0e2750eedd3487d991cbbacd336): feat: Add applicationset metrics ([#&#8203;19691](https://github.com/argoproj/argo-cd/issues/19691)) ([@&#8203;ilia-medvedev-codefresh](https://github.com/ilia-medvedev-codefresh)) - [`17d217c`](https://github.com/argoproj/argo-cd/commit/17d217c2d69948115d7bb0eae08931a737da7eb7): feat: Add argocd cmd for Windows [#&#8203;2121](https://github.com/argoproj/argo-cd/issues/2121) ([#&#8203;3015](https://github.com/argoproj/argo-cd/issues/3015)) ([@&#8203;masa213f](https://github.com/masa213f)) - [`8603150`](https://github.com/argoproj/argo-cd/commit/86031504af6953298ec60b8175381a5f345d5c44): feat: Add autocomplete for repo Revisions ([#&#8203;4645](https://github.com/argoproj/argo-cd/issues/4645)) ([#&#8203;4713](https://github.com/argoproj/argo-cd/issues/4713)) ([@&#8203;tetchel](https://github.com/tetchel)) - [`1804d77`](https://github.com/argoproj/argo-cd/commit/1804d771c7fceacc0710de82b8edc3cc891f23b3): feat: Add banner position option [#&#8203;7313](https://github.com/argoproj/argo-cd/issues/7313) ([#&#8203;7462](https://github.com/argoproj/argo-cd/issues/7462)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`00f99ed`](https://github.com/argoproj/argo-cd/commit/00f99edf1a3ec234bccd7d7ad369647a24aea3d4): feat: Add build support for ARM images ([#&#8203;3554](https://github.com/argoproj/argo-cd/issues/3554)) ([@&#8203;alinbalutoiu](https://github.com/alinbalutoiu)) - [`a3a4297`](https://github.com/argoproj/argo-cd/commit/a3a429787e17e1e48fe8fa02e33943d80a6adc25): feat: Add cli support for additional linux based architectures, s390x + ppc64le ([#&#8203;8991](https://github.com/argoproj/argo-cd/issues/8991)) ([@&#8203;davidkarlsen](https://github.com/davidkarlsen)) - [`f208700`](https://github.com/argoproj/argo-cd/commit/f208700f78f04b27b404161674bc7ef47229398f): feat: Add configurable Helm version ([#&#8203;4111](https://github.com/argoproj/argo-cd/issues/4111)) ([@&#8203;loxley](https://github.com/loxley)) - [`032a596`](https://github.com/argoproj/argo-cd/commit/032a596ef503a4c342ed77df8b09644cb16c05f0): feat: Add controllerNamespace to .status of an application ([#&#8203;13081](https://github.com/argoproj/argo-cd/issues/13081)) ([@&#8203;ItsKev](https://github.com/ItsKev)) - [`f110570`](https://github.com/argoproj/argo-cd/commit/f1105705126153674c79f69b5d9c9647360d16f5): feat: Add custom health check for cluster-api AWSManagedControlPlane ([#&#8203;19304](https://github.com/argoproj/argo-cd/issues/19304)) ([@&#8203;itaiatu](https://github.com/itaiatu)) - [`7fdddbe`](https://github.com/argoproj/argo-cd/commit/7fdddbe59b9aab3690860e4532c3bb30678427c5): feat: Add custom resource actions for flux resources ([#&#8203;18922](https://github.com/argoproj/argo-cd/issues/18922)) ([@&#8203;adberger](https://github.com/adberger)) - [`824d0dc`](https://github.com/argoproj/argo-cd/commit/824d0dced73196bf3c148f92a164145cc115c5ea): feat: Add custom resource health for flux resources ([#&#8203;19082](https://github.com/argoproj/argo-cd/issues/19082)) ([@&#8203;adberger](https://github.com/adberger)) - [`df32338`](https://github.com/argoproj/argo-cd/commit/df32338a72845698890db34ae77c6eea8541a95a): feat: Add examples to --help output for "delete PROJECT ROLE-NAME" ([#&#8203;15986](https://github.com/argoproj/argo-cd/issues/15986)) ([@&#8203;Shauryagulati](https://github.com/Shauryagulati)) - [`9330d3a`](https://github.com/argoproj/argo-cd/commit/9330d3a962751baf5709669458b110f65f092808): feat: Add examples to --help output for "generate-spec PROJECT" ([#&#8203;15871](https://github.com/argoproj/argo-cd/issues/15871)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`c3017bf`](https://github.com/argoproj/argo-cd/commit/c3017bf742b93d1b92fdd29289314d63f2d062fc): feat: Add examples to --help output for all "argocd proj" cmds ([#&#8203;15824](https://github.com/argoproj/argo-cd/issues/15824)) ([@&#8203;mcaci](https://github.com/mcaci)) - [`0c91395`](https://github.com/argoproj/argo-cd/commit/0c913959250b2b475b442e134a4c9f06759ed775): feat: Add examples to --help output for remaining "create PROJECT ROLE-NAME" ([#&#8203;15983](https://github.com/argoproj/argo-cd/issues/15983)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`5b07a12`](https://github.com/argoproj/argo-cd/commit/5b07a126785e194f1701b725915642f6c63ce73f): feat: Add examples to --help output for remaining "get APPNAME" ([#&#8203;15862](https://github.com/argoproj/argo-cd/issues/15862)) ([@&#8203;Ratangulati](https://github.com/Ratangulati)) - [`25823a4`](https://github.com/argoproj/argo-cd/commit/25823a4625181b9f8bfeb38e99f2b5e0110b6a3e): feat: Add external link annotation support ([#&#8203;4380](https://github.com/argoproj/argo-cd/issues/4380)) ([@&#8203;carsonoid](https://github.com/carsonoid)) - [`4265746`](https://github.com/argoproj/argo-cd/commit/426574629823e2fd415751fdeda192c7b06e2211): feat: Add filter pathdoesntexist in scm generator ([#&#8203;9150](https://github.com/argoproj/argo-cd/issues/9150)) ([@&#8203;rishabh625](https://github.com/rishabh625)) - [`18ccd7a`](https://github.com/argoproj/argo-cd/commit/18ccd7a66708aa83061cdbe486e1d3d392ec3c35): feat: Add flag `--sso-launch-browser` to `login` and `relogin` commands (issue [#&#8203;16208](https://github.com/argoproj/argo-cd/issues/16208)) ([#&#8203;18865](https://github.com/argoproj/argo-cd/issues/18865)) ([@&#8203;david-wu-octopus](https://github.com/david-wu-octopus)) - [`c4709fb`](https://github.com/argoproj/argo-cd/commit/c4709fbf5f488d54481bc5d3a990daaf02e36e87): feat: Add graceful shutdown handling in notification ([#&#8203;19368](https://github.com/argoproj/argo-cd/issues/19368)) ([@&#8203;D0ri123](https://github.com/D0ri123)) - [`f6a32a9`](https://github.com/argoproj/argo-cd/commit/f6a32a9ebc9ac459be0abc59ec84cf7863087876): feat: Add health check for HPA ([#&#8203;4915](https://github.com/argoproj/argo-cd/issues/4915)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`6a19451`](https://github.com/argoproj/argo-cd/commit/6a19451d0bfc5efadbb40384a3e789667ae8ffae): feat: Add health check for Sealed Secrets ([#&#8203;5503](https://github.com/argoproj/argo-cd/issues/5503)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`0681c27`](https://github.com/argoproj/argo-cd/commit/0681c2754a7d0f7e174adf653f449cbaa099a2d5): feat: Add health checks for Crossplane providers ([#&#8203;4778](https://github.com/argoproj/argo-cd/issues/4778)) ([@&#8203;srueg](https://github.com/srueg)) - [`65ecd87`](https://github.com/argoproj/argo-cd/commit/65ecd87027ff2e91a0cc46b76a6e66fd8d595a55): feat: Add health checks for kubernetes-external-secrets ([#&#8203;5435](https://github.com/argoproj/argo-cd/issues/5435)) ([@&#8203;jaredclarke](https://github.com/jaredclarke)) - [`4b92f96`](https://github.com/argoproj/argo-cd/commit/4b92f96034ff219f16b5e6c950f19689ea7a68df): feat: Add health checks for olm operators ([#&#8203;7126](https://github.com/argoproj/argo-cd/issues/7126)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`b559bf8`](https://github.com/argoproj/argo-cd/commit/b559bf88d1a033863cdd475f67a82a5f96aebd89): feat: Add health checks for route.openshift.io ([#&#8203;7112](https://github.com/argoproj/argo-cd/issues/7112)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`5ca0948`](https://github.com/argoproj/argo-cd/commit/5ca09481e0ccd3e476fd0b1f3697d7811ce5ba74): feat: Add health-checks for Elasticsearch [#&#8203;6052](https://github.com/argoproj/argo-cd/issues/6052) ([#&#8203;6052](https://github.com/argoproj/argo-cd/issues/6052)) ([@&#8203;pupseba](https://github.com/pupseba)) - [`a02f35e`](https://github.com/argoproj/argo-cd/commit/a02f35e9e6bd01e1c75404be59f451a8381a6fca): feat: Add identifiable user agents in various Argo commands ([#&#8203;8566](https://github.com/argoproj/argo-cd/issues/8566)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`75e7383`](https://github.com/argoproj/argo-cd/commit/75e73834bf66e5f5bb9a363278d0f321dc7cf495): feat: Add ignore-resources-tracking annotation to ignore resources update ([#&#8203;18343](https://github.com/argoproj/argo-cd/issues/18343)) ([@&#8203;kahoulei](https://github.com/kahoulei)) - [`5d53415`](https://github.com/argoproj/argo-cd/commit/5d5341515b3571390a65e4c72f158bad52639a73): feat: Add kustomize edit set replicas ([#&#8203;11650](https://github.com/argoproj/argo-cd/issues/11650)) ([#&#8203;11665](https://github.com/argoproj/argo-cd/issues/11665)) ([@&#8203;toyamagu-2021](https://github.com/toyamagu-2021)) - [`0064fa7`](https://github.com/argoproj/argo-cd/commit/0064fa729c25ba782bda5c148e733adabcb0763e): feat: Add labelSelector style to filter all generators ([#&#8203;9312](https://github.com/argoproj/argo-cd/issues/9312)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4c6ad9d`](https://github.com/argoproj/argo-cd/commit/4c6ad9dcc1556d6a352d20d6c5a087b47e6d9fe3): feat: Add labels on Application's k8s events ([#&#8203;11381](https://github.com/argoproj/argo-cd/issues/11381)) ([#&#8203;18160](https://github.com/argoproj/argo-cd/issues/18160)) ([@&#8203;svghadi](https://github.com/svghadi)) - [`95d19cd`](https://github.com/argoproj/argo-cd/commit/95d19cdccabb990cf3cd01e6ff5d9e236aefea72): feat: Add labels to list view icons([#&#8203;4396](https://github.com/argoproj/argo-cd/issues/4396)) ([#&#8203;4493](https://github.com/argoproj/argo-cd/issues/4493)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`14cf261`](https://github.com/argoproj/argo-cd/commit/14cf261f48c1e736cd1c66387c10fcb97158cfa3): feat: Add locator for delete app confirmation field for UI tests ([#&#8203;4393](https://github.com/argoproj/argo-cd/issues/4393)) ([#&#8203;5074](https://github.com/argoproj/argo-cd/issues/5074)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`de35745`](https://github.com/argoproj/argo-cd/commit/de35745fc0eeba2e3fe16d65493595af991b0387): feat: Add metric to expose Applications conditions ([#&#8203;19438](https://github.com/argoproj/argo-cd/issues/19438)) ([@&#8203;foyerunix](https://github.com/foyerunix)) - [`e21a82f`](https://github.com/argoproj/argo-cd/commit/e21a82fcc1d14731809ba39d7414fd5272d2a970): feat: Add new admin command to print Argo CD initial password (11117) ([#&#8203;11155](https://github.com/argoproj/argo-cd/issues/11155)) ([@&#8203;iam-veeramalla](https://github.com/iam-veeramalla)) - [`d223157`](https://github.com/argoproj/argo-cd/commit/d2231577c7f667d86bd0aa9505f871ecf1fde2bb): feat: Add open-cluster-management.io healthchecks ([#&#8203;19411](https://github.com/argoproj/argo-cd/issues/19411)) ([@&#8203;JustinKuli](https://github.com/JustinKuli)) - [`e4e503a`](https://github.com/argoproj/argo-cd/commit/e4e503aad7e5d57f181e5aed56a1511878bef5fc): feat: Add option to show branches or tags for GIT revision ([#&#8203;4751](https://github.com/argoproj/argo-cd/issues/4751)) ([#&#8203;4788](https://github.com/argoproj/argo-cd/issues/4788)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`61f48d5`](https://github.com/argoproj/argo-cd/commit/61f48d56b1962d188ee8ff9c30f84583e087afd7): feat: Add plugin call variables to sidecar plugin discovery ([#&#8203;9273](https://github.com/argoproj/argo-cd/issues/9273)) ([#&#8203;9319](https://github.com/argoproj/argo-cd/issues/9319)) ([@&#8203;pierrecregut](https://github.com/pierrecregut)) - [`5b464c9`](https://github.com/argoproj/argo-cd/commit/5b464c996bd5ebc1d39bb013af3bed34415d77d2): feat: Add resource.Quantity as a known field type for diffing. ([#&#8203;5095](https://github.com/argoproj/argo-cd/issues/5095)) ([@&#8203;coderanger](https://github.com/coderanger)) - [`85a746f`](https://github.com/argoproj/argo-cd/commit/85a746f861c3fbfd42f5db3ea6e01aa2d67b1e5b): feat: Add revision to status badge ([#&#8203;2445](https://github.com/argoproj/argo-cd/issues/2445)) ([#&#8203;3128](https://github.com/argoproj/argo-cd/issues/3128)) ([@&#8203;milesarmstrong](https://github.com/milesarmstrong)) - [`74bbc4f`](https://github.com/argoproj/argo-cd/commit/74bbc4f7f146ab91b9c484d0a463baa32e67a46d): feat: Add source namespaces output to printProject function ([#&#8203;19365](https://github.com/argoproj/argo-cd/issues/19365)) ([@&#8203;juwon8891](https://github.com/juwon8891)) - [`42ebb22`](https://github.com/argoproj/argo-cd/commit/42ebb227e1c43538b41f8e51bb856762eb144700): feat: Add support for ExecProvider cluster auth ([#&#8203;4600](https://github.com/argoproj/argo-cd/issues/4600)) ([#&#8203;4710](https://github.com/argoproj/argo-cd/issues/4710)) ([@&#8203;jMarkP](https://github.com/jMarkP)) - [`f2c7c3f`](https://github.com/argoproj/argo-cd/commit/f2c7c3f23081c185d3909817d77af5652ee52242): feat: Add support for TLS client authentication in the CLI ([#&#8203;3779](https://github.com/argoproj/argo-cd/issues/3779)) ([@&#8203;wdullaer](https://github.com/wdullaer)) - [`adceae9`](https://github.com/argoproj/argo-cd/commit/adceae9ec81ddbec68dd6fc621a5714d3a4212fe): feat: Add support for passing Redis Sentinel username(ACL) and password ([#&#8203;17168](https://github.com/argoproj/argo-cd/issues/17168)) ([@&#8203;shlomitubul](https://github.com/shlomitubul)) - [`f80d3be`](https://github.com/argoproj/argo-cd/commit/f80d3bee84401b51a3b81ae7bbb65a35e624ebd0): feat: Add support for proxy extensions ([#&#8203;11307](https://github.com/argoproj/argo-cd/issues/11307)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`9c0db45`](https://github.com/argoproj/argo-cd/commit/9c0db45331355c118abd1cdba7965b8b69f5df38): feat: Add support for ssh-with-port repo url ([#&#8203;2866](https://github.com/argoproj/argo-cd/issues/2866)) ([#&#8203;2948](https://github.com/argoproj/argo-cd/issues/2948)) ([@&#8203;whs](https://github.com/whs)) - [`f0b0307`](https://github.com/argoproj/argo-cd/commit/f0b03071fc00fd81433d2c16861c193992d5a093): feat: Add support to enable FullTimeStamp in logging ([#&#8203;15127](https://github.com/argoproj/argo-cd/issues/15127)) ([@&#8203;SavelyKalinov](https://github.com/SavelyKalinov)) - [`6296b17`](https://github.com/argoproj/argo-cd/commit/6296b178df436c970b105243c36fa303a2e30b63): feat: Add suspended status in custom resource health for flux resources ([#&#8203;19508](https://github.com/argoproj/argo-cd/issues/19508)) ([@&#8203;adberger](https://github.com/adberger)) - [`d71cddd`](https://github.com/argoproj/argo-cd/commit/d71cdddd21b0bcb1f0ce1060e72d4643a5eaba08): feat: Add tests for app cmd ([#&#8203;8872](https://github.com/argoproj/argo-cd/issues/8872)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`d6f579b`](https://github.com/argoproj/argo-cd/commit/d6f579b8f629613da1927d30ba0ffdb782ff7b24): feat: Add the ability to change user password in the UI ([#&#8203;5444](https://github.com/argoproj/argo-cd/issues/5444)) ([@&#8203;jaredclarke](https://github.com/jaredclarke)) - [`5592150`](https://github.com/argoproj/argo-cd/commit/5592150f183d23804e7aa5517af4f6470d32e844): feat: Add version information panel ([#&#8203;4312](https://github.com/argoproj/argo-cd/issues/4312)) ([#&#8203;4376](https://github.com/argoproj/argo-cd/issues/4376)) ([@&#8203;tetchel](https://github.com/tetchel)) - [`badac51`](https://github.com/argoproj/argo-cd/commit/badac515306f1bec31775c74409d666fef3c7e53): feat: Add width change and full revision display for badge ([#&#8203;17502](https://github.com/argoproj/argo-cd/issues/17502)) ([@&#8203;choudellier-1A](https://github.com/choudellier-1A)) - [`9b6992a`](https://github.com/argoproj/argo-cd/commit/9b6992af61d8033471dd5ea076432e040619d54c): feat: Add wildcard support in OCI Helm Repositories targetRevision ([#&#8203;6686](https://github.com/argoproj/argo-cd/issues/6686)) ([#&#8203;10641](https://github.com/argoproj/argo-cd/issues/10641)) ([@&#8203;alexef](https://github.com/alexef)) - [`5a002de`](https://github.com/argoproj/argo-cd/commit/5a002def35423910b85f16d1844820f458a871fc): feat: Added Google Project health check ([#&#8203;10230](https://github.com/argoproj/argo-cd/issues/10230)) ([@&#8203;Kerwood](https://github.com/Kerwood)) - [`c317d48`](https://github.com/argoproj/argo-cd/commit/c317d485908e2c6d10c7f1ffb8599077816aaac6): feat: Added Google PubSub Topic and Subscription health checks ([#&#8203;10229](https://github.com/argoproj/argo-cd/issues/10229)) ([@&#8203;Kerwood](https://github.com/Kerwood)) - [`c6c8223`](https://github.com/argoproj/argo-cd/commit/c6c82239b56469cad1a700362c56e9b1582a6c8f): feat: Added health check for spot.io SpotDeployment ([#&#8203;10152](https://github.com/argoproj/argo-cd/issues/10152)) ([@&#8203;dleinov](https://github.com/dleinov)) - [`6398c1f`](https://github.com/argoproj/argo-cd/commit/6398c1f9cae1df5ed3e7cb984f0ebb8fe8b3f43b): feat: Added healthcheck for ArgoEvents EventBus CRD. [#&#8203;12395](https://github.com/argoproj/argo-cd/issues/12395) ([#&#8203;12401](https://github.com/argoproj/argo-cd/issues/12401)) ([@&#8203;sgartner03](https://github.com/sgartner03)) - [`b79db51`](https://github.com/argoproj/argo-cd/commit/b79db513401824a73dff09b6628e5ea4d0a41ffd): feat: Added healthchecks for more custom resources ([#&#8203;3726](https://github.com/argoproj/argo-cd/issues/3726)) ([#&#8203;3728](https://github.com/argoproj/argo-cd/issues/3728)) ([@&#8203;whitleykeith](https://github.com/whitleykeith)) - [`185e580`](https://github.com/argoproj/argo-cd/commit/185e5803175c3893ffc15756fa86499ce2561231): feat: Added option for cascading deletion while creation of app ([#&#8203;8645](https://github.com/argoproj/argo-cd/issues/8645)) ([@&#8203;rishabh625](https://github.com/rishabh625)) - [`8a1d9fe`](https://github.com/argoproj/argo-cd/commit/8a1d9fe76d15699de21a4f2203574bdf203ea3c5): feat: Added the ability to filter MRs by 'state' to Gitlab PR Generator ([#&#8203;9540](https://github.com/argoproj/argo-cd/issues/9540)) ([@&#8203;Aym3nTN](https://github.com/Aym3nTN)) - [`600737a`](https://github.com/argoproj/argo-cd/commit/600737abe4c7548e8dca7cfb200cf71b771df284): feat: Added the comment to support CLI message to get extended output ([#&#8203;18253](https://github.com/argoproj/argo-cd/issues/18253)) ([@&#8203;nikzayn](https://github.com/nikzayn)) - [`5b17fc3`](https://github.com/argoproj/argo-cd/commit/5b17fc36d44e8aea6b5fefa60a2a587ae605343b): feat: Added toggle button for compact view [#&#8203;7836](https://github.com/argoproj/argo-cd/issues/7836) ([#&#8203;7900](https://github.com/argoproj/argo-cd/issues/7900)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`a10fde5`](https://github.com/argoproj/argo-cd/commit/a10fde5c24b80e4050ac445e4f1bb7019832d6f3): feat: Added warning on plugin command returning zero output ([#&#8203;12698](https://github.com/argoproj/argo-cd/issues/12698)) ([@&#8203;gczuczy](https://github.com/gczuczy)) - [`ad74383`](https://github.com/argoproj/argo-cd/commit/ad7438312fdd68aa5e7b606958bfb678cdd3d84a): feat: Adding author/creator as a template key for Pull Request Generator ([#&#8203;18974](https://github.com/argoproj/argo-cd/issues/18974)) ([@&#8203;vfaergestad](https://github.com/vfaergestad)) - [`66e1fb7`](https://github.com/argoproj/argo-cd/commit/66e1fb78f74106e38f130a38b651e8a4c89040ab): feat: Adding deploy time and duration label ([#&#8203;3563](https://github.com/argoproj/argo-cd/issues/3563)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`2ed089a`](https://github.com/argoproj/argo-cd/commit/2ed089ace6cb44b5b7f9a456f7995db00d2bfe44): feat: Adding kubelogin capability to argocd-k8s-auth ([#&#8203;9460](https://github.com/argoproj/argo-cd/issues/9460)) ([#&#8203;10700](https://github.com/argoproj/argo-cd/issues/10700)) ([@&#8203;mmerrill3](https://github.com/mmerrill3)) - [`18de227`](https://github.com/argoproj/argo-cd/commit/18de22744e2901f94caf7869158894ac26c30290): feat: Adding text box and dropdown allows user to switch cluster url & name ([#&#8203;4019](https://github.com/argoproj/argo-cd/issues/4019)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`9c8d652`](https://github.com/argoproj/argo-cd/commit/9c8d6524713690c68713e6d10a248dbb10f938b3): feat: Adding the domain_hint as an optional field in OIDC configuration ([#&#8203;18214](https://github.com/argoproj/argo-cd/issues/18214)) ([@&#8203;nikzayn](https://github.com/nikzayn)) - [`51b4b20`](https://github.com/argoproj/argo-cd/commit/51b4b20211580e79bfb853f9779be510787311bf): feat: Allow 'both' option for uibannerposition ([#&#8203;14623](https://github.com/argoproj/argo-cd/issues/14623)) ([@&#8203;Jneville0815](https://github.com/Jneville0815)) - [`e102ec1`](https://github.com/argoproj/argo-cd/commit/e102ec11accb8f8a9f8a9b90741920a89a5e9139): feat: Allow --local with automatic sync for --dry-run ([#&#8203;3675](https://github.com/argoproj/argo-cd/issues/3675)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`e084a11`](https://github.com/argoproj/argo-cd/commit/e084a110e4dc274b6bcd731c97539b06fbf1ce8a): feat: Allow Banner to be non-closable [#&#8203;7261](https://github.com/argoproj/argo-cd/issues/7261) ([#&#8203;7312](https://github.com/argoproj/argo-cd/issues/7312)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`41fb0ac`](https://github.com/argoproj/argo-cd/commit/41fb0ac2de508690d2ce283bed0600909e995dc6): feat: Allow GetRevisionMetadata to use truncated sha revision ([#&#8203;5265](https://github.com/argoproj/argo-cd/issues/5265)) ([@&#8203;mveitas](https://github.com/mveitas)) - [`839526e`](https://github.com/argoproj/argo-cd/commit/839526e97625b380fd2001b4c5c8b73049960087): feat: Allow Kustomize common labels to not apply to selectors ([#&#8203;17329](https://github.com/argoproj/argo-cd/issues/17329)) ([@&#8203;lets-call-n-walk](https://github.com/lets-call-n-walk)) - [`ed02730`](https://github.com/argoproj/argo-cd/commit/ed0273039df553970286ca7bab0f0df5a9aaec89): feat: Allow Matrix generator to have two Git child generators without conflict ([#&#8203;10522](https://github.com/argoproj/argo-cd/issues/10522)) ([#&#8203;10523](https://github.com/argoproj/argo-cd/issues/10523)) ([@&#8203;Lobstrosity](https://github.com/Lobstrosity)) - [`d842e83`](https://github.com/argoproj/argo-cd/commit/d842e8333ae74e916230045966c624db71b99c12): feat: Allow collapsing of individual diff sections in diff view [#&#8203;3608](https://github.com/argoproj/argo-cd/issues/3608) ([#&#8203;6978](https://github.com/argoproj/argo-cd/issues/6978)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`c147320`](https://github.com/argoproj/argo-cd/commit/c147320687c7bf0e3da885c9ed02fbfcb6b45c2c): feat: Allow configuration of OIDC logout URL to invalidate SSO session after logout ([#&#8203;4452](https://github.com/argoproj/argo-cd/issues/4452)) ([#&#8203;4826](https://github.com/argoproj/argo-cd/issues/4826)) ([@&#8203;jaideepr97](https://github.com/jaideepr97)) - [`1547b44`](https://github.com/argoproj/argo-cd/commit/1547b44ffc906c5f988348bfebc915662279ff78): feat: Allow configuring system wide ignore differences for all resources ([#&#8203;8224](https://github.com/argoproj/argo-cd/issues/8224)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`7a348f7`](https://github.com/argoproj/argo-cd/commit/7a348f786bc5debeb3ceef996220ec81fdb12691): feat: Allow custom cluster names ([#&#8203;3985](https://github.com/argoproj/argo-cd/issues/3985)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`c1d3373`](https://github.com/argoproj/argo-cd/commit/c1d3373b8f59f44f859d63ebeda259b6b5aedc50): feat: Allow disabling TLS from notifications controller and reposerver ([#&#8203;19630](https://github.com/argoproj/argo-cd/issues/19630)) ([@&#8203;m-wynn](https://github.com/m-wynn)) - [`c8bcabe`](https://github.com/argoproj/argo-cd/commit/c8bcabeba53c6af029d82f068dc435fa8ab5bf9f): feat: Allow escaping dollar in Envsubst ([#&#8203;7961](https://github.com/argoproj/argo-cd/issues/7961)) ([@&#8203;thatsmydoing](https://github.com/thatsmydoing)) - [`83458e0`](https://github.com/argoproj/argo-cd/commit/83458e0bd965132454d6e7d6569d106821fe8add): feat: Allow external links on Application ([#&#8203;3487](https://github.com/argoproj/argo-cd/issues/3487)) ([#&#8203;8231](https://github.com/argoproj/argo-cd/issues/8231)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`e01ab05`](https://github.com/argoproj/argo-cd/commit/e01ab05d555b799cba08097710482afac3be601e): feat: Allow fine-tuning of K8s rest client connection properties ([#&#8203;8404](https://github.com/argoproj/argo-cd/issues/8404)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`b600da1`](https://github.com/argoproj/argo-cd/commit/b600da13185a7e83f1c7c290a4a39949fb48416a): feat: Allow force of basic auth for HTTP repositories ([#&#8203;11983](https://github.com/argoproj/argo-cd/issues/11983)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`edc6f5f`](https://github.com/argoproj/argo-cd/commit/edc6f5f39eeb7ccb9c938cedf4b26201d19c109f): feat: Allow mkdocs to livereload when using docker ([#&#8203;17383](https://github.com/argoproj/argo-cd/issues/17383)) ([@&#8203;csantanapr](https://github.com/csantanapr)) - [`4018fd8`](https://github.com/argoproj/argo-cd/commit/4018fd8924fe101e19e2a7d197c9b223bc04b5ef): feat: Allow proxy to be saved when creating repoCreds ([#&#8203;11351](https://github.com/argoproj/argo-cd/issues/11351)) ([#&#8203;11425](https://github.com/argoproj/argo-cd/issues/11425)) ([@&#8203;the-technat](https://github.com/the-technat)) - [`e7760b5`](https://github.com/argoproj/argo-cd/commit/e7760b5e930bfc8593a7ee4f0660d8adf5b2e8b3): feat: Allow return the client without performing a matchRepository ([#&#8203;18053](https://github.com/argoproj/argo-cd/issues/18053)) ([@&#8203;jsolana](https://github.com/jsolana)) - [`9208176`](https://github.com/argoproj/argo-cd/commit/9208176e8631408b32446caf68fc6836897d47d3): feat: Allow selecting TLS ciphers on server ([#&#8203;3524](https://github.com/argoproj/argo-cd/issues/3524)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`7c88ac8`](https://github.com/argoproj/argo-cd/commit/7c88ac861cf708f0c017a53dbb1df33e8cf83eb5): feat: Allow to pass Kubernetes configuration overrides ([#&#8203;5906](https://github.com/argoproj/argo-cd/issues/5906)) ([@&#8203;raphink](https://github.com/raphink)) - [`b2a6387`](https://github.com/argoproj/argo-cd/commit/b2a6387ca05f7f4e4d31ab057a8d3dc7f741e7ad): feat: Always Show ReplicaSets as Pod Groups ([#&#8203;12051](https://github.com/argoproj/argo-cd/issues/12051)) ([#&#8203;12065](https://github.com/argoproj/argo-cd/issues/12065)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`2358669`](https://github.com/argoproj/argo-cd/commit/235866911441d2ba15c95d83fb8f183064b32ee0): feat: App View extensions ([#&#8203;12006](https://github.com/argoproj/argo-cd/issues/12006)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`09a1bf4`](https://github.com/argoproj/argo-cd/commit/09a1bf4644843a0dac4ceab25b1c4fffcbf36ebe): feat: App list filter counters and labels should dynamically update ([#&#8203;4822](https://github.com/argoproj/argo-cd/issues/4822)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`ec4e2f2`](https://github.com/argoproj/argo-cd/commit/ec4e2f26d5c5dec05f3d5d10f00d04fcc9c7590b): feat: AppSet Progressive Rollouts with RollingSync ([#&#8203;9437](https://github.com/argoproj/argo-cd/issues/9437)) ([#&#8203;10048](https://github.com/argoproj/argo-cd/issues/10048)) ([@&#8203;wmgroot](https://github.com/wmgroot)) - [`b7bdb8f`](https://github.com/argoproj/argo-cd/commit/b7bdb8ffe7402cd1c4c6132a6a52253a1b6b0df9): feat: Application generation strategies and clusters generation ([#&#8203;8263](https://github.com/argoproj/argo-cd/issues/8263)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`b228437`](https://github.com/argoproj/argo-cd/commit/b2284379dd7640f0fe10db1d4c4e99167c750908): feat: Application specific parameter override files ([#&#8203;5038](https://github.com/argoproj/argo-cd/issues/5038)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`97471f4`](https://github.com/argoproj/argo-cd/commit/97471f4a5a953291174553187bda059e473f20f0): feat: ApplicationSet Go template ([#&#8203;10026](https://github.com/argoproj/argo-cd/issues/10026)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`9fe4ad3`](https://github.com/argoproj/argo-cd/commit/9fe4ad3253840761e418e7c76e85ef090ffa73fd): feat: ApplicationSet add `create-delete` policy [#&#8203;9101](https://github.com/argoproj/argo-cd/issues/9101) ([#&#8203;11107](https://github.com/argoproj/argo-cd/issues/11107)) ([@&#8203;takumakume](https://github.com/takumakume)) - [`068048c`](https://github.com/argoproj/argo-cd/commit/068048cb806578baf3d240fe8a12d81042c50f8b): feat: Applications in any namespace ([#&#8203;9755](https://github.com/argoproj/argo-cd/issues/9755)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`d2c1821`](https://github.com/argoproj/argo-cd/commit/d2c18211481beabc8b0753a5f83fe80d5f1da2fd): feat: ArgoCD plugin: add environment variable KUBEVERSION and KUBE_API_VERS… ([#&#8203;3318](https://github.com/argoproj/argo-cd/issues/3318)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`eef35a3`](https://github.com/argoproj/argo-cd/commit/eef35a32ab27ae3c5d2dd44beb5744d8966235a0): feat: Argocd App Unset Kustomize Override ([#&#8203;3289](https://github.com/argoproj/argo-cd/issues/3289)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`19fa5b9`](https://github.com/argoproj/argo-cd/commit/19fa5b94180e96829d6d8d8cd769973ab0a88d0d): feat: Argocd notification self service ([#&#8203;16488](https://github.com/argoproj/argo-cd/issues/16488)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`ce28ea3`](https://github.com/argoproj/argo-cd/commit/ce28ea33c9be1b8948a6c7b3a653f04a92679781): feat: Ask for confirmation when adding a cluster ([#&#8203;6172](https://github.com/argoproj/argo-cd/issues/6172)) ([@&#8203;dominikbraun](https://github.com/dominikbraun)) - [`a3a19ab`](https://github.com/argoproj/argo-cd/commit/a3a19ab8777de268b4c0f2e9cfff996b5892a656): feat: Begin polishing top bar design ([#&#8203;12327](https://github.com/argoproj/argo-cd/issues/12327)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`36da074`](https://github.com/argoproj/argo-cd/commit/36da074344a71842a5506359cd25e423ccc55781): feat: CLI: Allow setting Helm values literal ([#&#8203;3601](https://github.com/argoproj/argo-cd/issues/3601)) ([#&#8203;3646](https://github.com/argoproj/argo-cd/issues/3646)) ([@&#8203;sfynx](https://github.com/sfynx)) - [`3d019a2`](https://github.com/argoproj/argo-cd/commit/3d019a22c20b899557a8cc9d5f562e6deb772fdf): feat: Cascade delete option is ticked by default ([#&#8203;3205](https://github.com/argoproj/argo-cd/issues/3205)) ([#&#8203;4994](https://github.com/argoproj/argo-cd/issues/4994)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`81155cc`](https://github.com/argoproj/argo-cd/commit/81155ccb0c32fff5be6a7f4d455c88db8d7c68db): feat: Cassandra Health Check. Closes [#&#8203;6843](https://github.com/argoproj/argo-cd/issues/6843) ([#&#8203;7017](https://github.com/argoproj/argo-cd/issues/7017)) ([@&#8203;BenManifold](https://github.com/BenManifold)) - [`ae12145`](https://github.com/argoproj/argo-cd/commit/ae12145f2dee909306f9ae7a8a1715558fc4bd75): feat: Click on search icon must focus on search area ([#&#8203;4801](https://github.com/argoproj/argo-cd/issues/4801)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`656bd51`](https://github.com/argoproj/argo-cd/commit/656bd51d552a9dd22248d4840b71c7531fdf0b38): feat: Clicking on filter bar should expand filter ([#&#8203;5488](https://github.com/argoproj/argo-cd/issues/5488)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`9559613`](https://github.com/argoproj/argo-cd/commit/9559613c8f0aae0ae69488bd53d9d35524a7932c): feat: Closes [#&#8203;6956](https://github.com/argoproj/argo-cd/issues/6956) - Adding confluent health checks ([#&#8203;6957](https://github.com/argoproj/argo-cd/issues/6957)) ([@&#8203;ThoTischner](https://github.com/ThoTischner)) - [`ddc9f56`](https://github.com/argoproj/argo-cd/commit/ddc9f56d059b1b7f309dd94e28fc24019ec45461): feat: Cluster name as part of sync ([#&#8203;7394](https://github.com/argoproj/argo-cd/issues/7394)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`a8ed010`](https://github.com/argoproj/argo-cd/commit/a8ed01092132a56010b06cf8fdc7798f183f6d83): feat: Compact application resources tree [#&#8203;7349](https://github.com/argoproj/argo-cd/issues/7349) ([#&#8203;7632](https://github.com/argoproj/argo-cd/issues/7632)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`d8cfafb`](https://github.com/argoproj/argo-cd/commit/d8cfafbd92da75a979b4722b56482058a7a72fb3): feat: Configurable ArgoCD binary download links on Help page. Fixes [#&#8203;7698](https://github.com/argoproj/argo-cd/issues/7698) ([#&#8203;7755](https://github.com/argoproj/argo-cd/issues/7755)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`75cd97d`](https://github.com/argoproj/argo-cd/commit/75cd97d6d4b62f0e2a0617d984801bbaeeaf0aa0): feat: Consistent hashing with bounded loads algorithm for sharding ([#&#8203;16564](https://github.com/argoproj/argo-cd/issues/16564)) ([@&#8203;akram](https://github.com/akram)) - [`0b4c617`](https://github.com/argoproj/argo-cd/commit/0b4c617d42a59e8650ee52e4d68928c9e1e9a703): feat: Container statuses on summary tab of pod and detailed info in tooltip for pod on resource tree ([#&#8203;11513](https://github.com/argoproj/argo-cd/issues/11513)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`5b1906d`](https://github.com/argoproj/argo-cd/commit/5b1906d2a7578a98c6c2052e86a9b463e0924c8a): feat: Cover grpc crud rbac ([#&#8203;7008](https://github.com/argoproj/argo-cd/issues/7008)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`52926b7`](https://github.com/argoproj/argo-cd/commit/52926b7cb004c96102916e474ff68bc50fbcf3a2): feat: Create argocd app resources CLI with various filters. ([#&#8203;3946](https://github.com/argoproj/argo-cd/issues/3946)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`9d904ae`](https://github.com/argoproj/argo-cd/commit/9d904ae7c0b75b6f2784512ec024cc63a5a64ff6): feat: Create job action ([#&#8203;12174](https://github.com/argoproj/argo-cd/issues/12174) and [#&#8203;4116](https://github.com/argoproj/argo-cd/issues/4116)) ([#&#8203;12925](https://github.com/argoproj/argo-cd/issues/12925)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`1028808`](https://github.com/argoproj/argo-cd/commit/1028808bb7a908d09c0c25c3bc206af82022ade5): feat: Decoupling application sync using impersonation ([#&#8203;17403](https://github.com/argoproj/argo-cd/issues/17403)) ([@&#8203;anandf](https://github.com/anandf)) - [`20adad7`](https://github.com/argoproj/argo-cd/commit/20adad76ef811773c06231b0dd38a733d956cb34): feat: Disable Admin Login (fixes [#&#8203;3019](https://github.com/argoproj/argo-cd/issues/3019)) ([#&#8203;3179](https://github.com/argoproj/argo-cd/issues/3179)) ( <>) - [`5d5d6a4`](https://github.com/argoproj/argo-cd/commit/5d5d6a4ad670c61769dfe9c6bdab3082b8c4800d): feat: Display cluster info on cluster details page ([#&#8203;3793](https://github.com/argoproj/argo-cd/issues/3793)) ( <>) - [`ee28288`](https://github.com/argoproj/argo-cd/commit/ee28288d507b930cb89f6ef0f6dd6bfa4daa7341): feat: Display creation time in application node and summary ([#&#8203;4920](https://github.com/argoproj/argo-cd/issues/4920)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`e1c65a0`](https://github.com/argoproj/argo-cd/commit/e1c65a0190d61435c638604f08ca137f74a76e30): feat: Displays controllerrevsion's revision in the UI. Closes [#&#8203;2306](https://github.com/argoproj/argo-cd/issues/2306) ([#&#8203;2702](https://github.com/argoproj/argo-cd/issues/2702)) ([@&#8203;alexec](https://github.com/alexec)) - [`43c5905`](https://github.com/argoproj/argo-cd/commit/43c5905e6e0cf2063f5b34cca27b111b2334b765): feat: Enable haproxy metrics through helm Chart ([#&#8203;15459](https://github.com/argoproj/argo-cd/issues/15459)) ([@&#8203;peschmae](https://github.com/peschmae)) - [`766a6da`](https://github.com/argoproj/argo-cd/commit/766a6da2cdb5dcf96b7ab64a235c5b60da292c42): feat: Enhance ArgoCD CLI: Dynamic Repo Server Retrieval with --core and --refresh Flags ([#&#8203;17613](https://github.com/argoproj/argo-cd/issues/17613)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`0f500a5`](https://github.com/argoproj/argo-cd/commit/0f500a5b211bc11611a3a667c557261903b8ec95): feat: Enhanced pod logs viewer ([#&#8203;11030](https://github.com/argoproj/argo-cd/issues/11030)) ([@&#8203;alexec](https://github.com/alexec)) - [`8cd7d47`](https://github.com/argoproj/argo-cd/commit/8cd7d470e89212b085c03462c042925a1f52d3f2): feat: Expansion support and line relayout ([#&#8203;8661](https://github.com/argoproj/argo-cd/issues/8661)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`0aeda43`](https://github.com/argoproj/argo-cd/commit/0aeda4366d107ac14b2fe9ad3a3163a18190c942): feat: Expose ARGOCD_APP_NAME to the `kustomize build` command ([#&#8203;8096](https://github.com/argoproj/argo-cd/issues/8096)) ([@&#8203;wd](https://github.com/wd)) - [`d9b8e0f`](https://github.com/argoproj/argo-cd/commit/d9b8e0f37dbd8b67704adb6a2c22af9ac1877466): feat: Expose Helm Chart metadata in Argo CD UI ([#&#8203;11352](https://github.com/argoproj/argo-cd/issues/11352)) ([#&#8203;11575](https://github.com/argoproj/argo-cd/issues/11575)) ([@&#8203;alexef](https://github.com/alexef)) - [`e93397e`](https://github.com/argoproj/argo-cd/commit/e93397e84e6b1dc0084ff8f01e1dac27d3f520c3): feat: Expose the Argo CD ID through an ENV in the Dockerfile ([#&#8203;10113](https://github.com/argoproj/argo-cd/issues/10113)) ([#&#8203;10115](https://github.com/argoproj/argo-cd/issues/10115)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`21f0aa3`](https://github.com/argoproj/argo-cd/commit/21f0aa3ccc25b08b3da69f4c14de8640e875d360): feat: Exposing Default Metric Port for ApplicationSet Controller in Manifest Files. [#&#8203;8999](https://github.com/argoproj/argo-cd/issues/8999) ([#&#8203;9000](https://github.com/argoproj/argo-cd/issues/9000)) ([@&#8203;hcelaloner](https://github.com/hcelaloner)) - [`c4f6ed8`](https://github.com/argoproj/argo-cd/commit/c4f6ed857d3d82bcccbd632cbef25780e2fc4ad4): feat: Extend Cluster.cluster.x-k8s.io health check ([#&#8203;11705](https://github.com/argoproj/argo-cd/issues/11705)) ([@&#8203;Jellyfrog](https://github.com/Jellyfrog)) - [`d9bc6cf`](https://github.com/argoproj/argo-cd/commit/d9bc6cf6990639f68b4ba591fe84057176ba1572): feat: Externalize TLS cert for argocd-server ([#&#8203;6071](https://github.com/argoproj/argo-cd/issues/6071)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`d479d22`](https://github.com/argoproj/argo-cd/commit/d479d22de7e33dd5583bd51e4eb76163baf6318c): feat: Failed manifest generation protection ([#&#8203;4238](https://github.com/argoproj/argo-cd/issues/4238)) ([#&#8203;4430](https://github.com/argoproj/argo-cd/issues/4430)) ([@&#8203;jgwest](https://github.com/jgwest)) - [`d1e272e`](https://github.com/argoproj/argo-cd/commit/d1e272e192d5306df2d3306661f470cea8eccf82): feat: Flag to add kustomize common labels ([#&#8203;4131](https://github.com/argoproj/argo-cd/issues/4131)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`be718e2`](https://github.com/argoproj/argo-cd/commit/be718e2b6186294e2a84d7cd4789f096e44fc545): feat: GPG commit signature verification ([#&#8203;2492](https://github.com/argoproj/argo-cd/issues/2492)) ([#&#8203;3242](https://github.com/argoproj/argo-cd/issues/3242)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`1734b46`](https://github.com/argoproj/argo-cd/commit/1734b46f71209589cf4177f7fe72e19769782f4e): feat: Generate declarative config for app and appproj ([#&#8203;4734](https://github.com/argoproj/argo-cd/issues/4734)) ([#&#8203;5014](https://github.com/argoproj/argo-cd/issues/5014)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`13b9b92`](https://github.com/argoproj/argo-cd/commit/13b9b92c991874252e9e01dd8e94e69cb526827b): feat: GitHub organization app for git cloning ([#&#8203;4348](https://github.com/argoproj/argo-cd/issues/4348)) ([#&#8203;5355](https://github.com/argoproj/argo-cd/issues/5355)) ([@&#8203;stlava](https://github.com/stlava)) - [`192ee93`](https://github.com/argoproj/argo-cd/commit/192ee93fc4a09c62d826ad001561cc6dabc4234e): feat: Gitops engine ([#&#8203;3066](https://github.com/argoproj/argo-cd/issues/3066)) ( <>) - [`3d39acc`](https://github.com/argoproj/argo-cd/commit/3d39accdb2558060c3bc2a15baa112bb8dd5cf60): feat: Global Project UI ([#&#8203;4587](https://github.com/argoproj/argo-cd/issues/4587)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`561452a`](https://github.com/argoproj/argo-cd/commit/561452ac943a8f83e17c66eb72200f4a66ee3ae3): feat: Headless Argo CD (aka GitOps Agent) ([#&#8203;6361](https://github.com/argoproj/argo-cd/issues/6361)) ( <>) - [`7f5c014`](https://github.com/argoproj/argo-cd/commit/7f5c0142ffafb3494770cb7deb3fcc8d8ff01bfd): feat: Ignore preserveUnknownFields in Diff from CRD Spec ([#&#8203;6503](https://github.com/argoproj/argo-cd/issues/6503)) ([@&#8203;subbuv26](https://github.com/subbuv26)) - [`22bb1dd`](https://github.com/argoproj/argo-cd/commit/22bb1dd40fc39877a1540cd42884616031a5943e): feat: Implement Crossplane CRD health checks ([#&#8203;3581](https://github.com/argoproj/argo-cd/issues/3581)) ([@&#8203;srueg](https://github.com/srueg)) - [`991ee9b`](https://github.com/argoproj/argo-cd/commit/991ee9b77136d584da7ef8fd8dec7801c22b054a): feat: Implement GKE ManagedCertificate CRD health checks ([#&#8203;3600](https://github.com/argoproj/argo-cd/issues/3600)) ([@&#8203;micke](https://github.com/micke)) - [`f138617`](https://github.com/argoproj/argo-cd/commit/f13861740c17be1ab261f986532706cdda638b24): feat: Implement KafkaConnector,KafkaBridge CRD health checks ([#&#8203;18316](https://github.com/argoproj/argo-cd/issues/18316)) ([@&#8203;lenglet-k](https://github.com/lenglet-k)) - [`ee47700`](https://github.com/argoproj/argo-cd/commit/ee47700c4d574105e9a5499c2139c00506a91457): feat: Implement MachineHealthCheck CRD health check ([#&#8203;10846](https://github.com/argoproj/argo-cd/issues/10846)) ([@&#8203;Jellyfrog](https://github.com/Jellyfrog)) - [`2693b54`](https://github.com/argoproj/argo-cd/commit/2693b5480e63e6ae9ee539478b361ddb099251da): feat: Implement MinIO Tenant CRD health check ([#&#8203;6509](https://github.com/argoproj/argo-cd/issues/6509)) ([@&#8203;dnskr](https://github.com/dnskr)) - [`e86258d`](https://github.com/argoproj/argo-cd/commit/e86258d8a5049260b841abc0ef1fd7f7a4b7cd45): feat: Implement PodDisruptionBudget CRD health checks ([#&#8203;19826](https://github.com/argoproj/argo-cd/issues/19826)) ([@&#8203;afarbos](https://github.com/afarbos)) - [`45744d2`](https://github.com/argoproj/argo-cd/commit/45744d20be66f5cf5a6af3554c88013f6c3b1c0a): feat: Implement SecretStore health check ([#&#8203;10847](https://github.com/argoproj/argo-cd/issues/10847)) ([@&#8203;Jellyfrog](https://github.com/Jellyfrog)) - [`82ca7a7`](https://github.com/argoproj/argo-cd/commit/82ca7a7f9c5df24de5e78970716d01d13b008410): feat: Implement Server-Side Diff ([#&#8203;13663](https://github.com/argoproj/argo-cd/issues/13663)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`c46c95b`](https://github.com/argoproj/argo-cd/commit/c46c95bb4a869f4a44df6517e974157d5ed4e9bc): feat: Implement cluster-api CRD health checks ([#&#8203;5142](https://github.com/argoproj/argo-cd/issues/5142)) ([@&#8203;farodin91](https://github.com/farodin91)) - [`59e0091`](https://github.com/argoproj/argo-cd/commit/59e00911304288b4f96889bf669b6ed2aecdf31b): feat: Implement cluster-api MachinePool CRD health checks ([#&#8203;19595](https://github.com/argoproj/argo-cd/issues/19595)) ([@&#8203;afarbos](https://github.com/afarbos)) - [`dad6fa2`](https://github.com/argoproj/argo-cd/commit/dad6fa22d5cc875ffa4ec816b53227184c5337bc): feat: Implement graceful shutdown in application-controller ([#&#8203;19465](https://github.com/argoproj/argo-cd/issues/19465)) ([@&#8203;leehosu](https://github.com/leehosu)) - [`f73e701`](https://github.com/argoproj/argo-cd/commit/f73e7014cea5c7bb1c42f549ccf776013c315ccc): feat: Implement karmada CRD health checks ([#&#8203;11192](https://github.com/argoproj/argo-cd/issues/11192)) ([@&#8203;chaunceyjiang](https://github.com/chaunceyjiang)) - [`4fef211`](https://github.com/argoproj/argo-cd/commit/4fef2114fe804936ddfe2280253ad954ab549787): feat: Improve Replace sync option description in UI ([#&#8203;6899](https://github.com/argoproj/argo-cd/issues/6899)) ( <>) - [`8e06648`](https://github.com/argoproj/argo-cd/commit/8e066483270acb19bb81895c1c372ee055cd0904): feat: Improve sidebar design ([#&#8203;12053](https://github.com/argoproj/argo-cd/issues/12053)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`ebf27de`](https://github.com/argoproj/argo-cd/commit/ebf27dea3edf6359985c81d4bc4082f9095d07be): feat: Improve unit test coverage for util/app/app.go ([#&#8203;7641](https://github.com/argoproj/argo-cd/issues/7641)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`98bec61`](https://github.com/argoproj/argo-cd/commit/98bec61d6154a1baac54812e5816c0d4bbc79c05): feat: Include argocd-util as part of release artifacts([#&#8203;5174](https://github.com/argoproj/argo-cd/issues/5174)) ([#&#8203;5203](https://github.com/argoproj/argo-cd/issues/5203)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`4d643a1`](https://github.com/argoproj/argo-cd/commit/4d643a151de6de975fbc6e78d485580a73372ca5): feat: Include cluster name in application filter ([#&#8203;4529](https://github.com/argoproj/argo-cd/issues/4529)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`66dbc7e`](https://github.com/argoproj/argo-cd/commit/66dbc7ec734f696ac12ffbdacdf22422003d5c89): feat: Include sub and and iat in PermissionDenied message ([#&#8203;3850](https://github.com/argoproj/argo-cd/issues/3850)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`e3a18b9`](https://github.com/argoproj/argo-cd/commit/e3a18b9cd779536ba6ec9acc6c574615fc48a476): feat: Including namespace whiteliste resources support ([#&#8203;3292](https://github.com/argoproj/argo-cd/issues/3292)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`ddc0b0f`](https://github.com/argoproj/argo-cd/commit/ddc0b0fd3fa7e0b53170582846b20be23c301185): feat: Introduce KeptnWorkloadVersion custom resource ([#&#8203;15951](https://github.com/argoproj/argo-cd/issues/15951)) ([@&#8203;odubajDT](https://github.com/odubajDT)) - [`af5f234`](https://github.com/argoproj/argo-cd/commit/af5f234bdbc8fd9d6dcc90d12e462316d9af32cf): feat: Introduce RBAC based approach to pod logs [#&#8203;7211](https://github.com/argoproj/argo-cd/issues/7211) ([#&#8203;8353](https://github.com/argoproj/argo-cd/issues/8353)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`02b3c61`](https://github.com/argoproj/argo-cd/commit/02b3c61fd9c2af4950d09394e1b43f9e57938203): feat: Introduce diff normalizer knobs and allow for ignoring aggregated cluster roles ([#&#8203;2382](https://github.com/argoproj/argo-cd/issues/2382)) ([#&#8203;3076](https://github.com/argoproj/argo-cd/issues/3076)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`8d082cc`](https://github.com/argoproj/argo-cd/commit/8d082cc46efdc2eee951a50bc1c7adb7ebb17c06): feat: Introduce sync-option SkipDryRunOnMissingResource=true ([#&#8203;2873](https://github.com/argoproj/argo-cd/issues/2873)) ([#&#8203;3247](https://github.com/argoproj/argo-cd/issues/3247)) ([@&#8203;a-hat](https://github.com/a-hat)) - [`22a3b02`](https://github.com/argoproj/argo-cd/commit/22a3b02a2d0485c3f4c0209c01959bbf5bf4418b): feat: Introduces Server-Side Apply as sync option ([#&#8203;9711](https://github.com/argoproj/argo-cd/issues/9711)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`7ccf826`](https://github.com/argoproj/argo-cd/commit/7ccf8267217933b84e7df5816e46b20e737db8d8): feat: Kyriba is using ArgoCD ([#&#8203;18456](https://github.com/argoproj/argo-cd/issues/18456)) ([@&#8203;nabilbendafi](https://github.com/nabilbendafi)) - [`b4236e1`](https://github.com/argoproj/argo-cd/commit/b4236e1dc788a5992f40b0cb3c9059f03d2bc4f6): feat: Let user to define meaningful unique JWT token name ([#&#8203;3388](https://github.com/argoproj/argo-cd/issues/3388)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`00f53b5`](https://github.com/argoproj/argo-cd/commit/00f53b510d87750492d8446e3303f6ab28258bce): feat: Logs should favor containers over init containers ([#&#8203;4345](https://github.com/argoproj/argo-cd/issues/4345)) ([#&#8203;5322](https://github.com/argoproj/argo-cd/issues/5322)) ( <>) - [`363e1d2`](https://github.com/argoproj/argo-cd/commit/363e1d2d491991fd76e23320b80d6e3bbbed94ce): feat: Make Casbin matcher configurable on runtime(globMatch(default) or RegexMatch) ([#&#8203;7165](https://github.com/argoproj/argo-cd/issues/7165)) ([@&#8203;cezhang](https://github.com/cezhang)) - [`03bd6e6`](https://github.com/argoproj/argo-cd/commit/03bd6e62a0cb31ce520efbb9fa3ced01a826f194): feat: Make additional namespaces configurable via environment ([#&#8203;10270](https://github.com/argoproj/argo-cd/issues/10270)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`f059c99`](https://github.com/argoproj/argo-cd/commit/f059c99aa77b700d66230bddb2b8b9ff5e22dfbf): feat: Make cluster cache sync more robust ([#&#8203;8438](https://github.com/argoproj/argo-cd/issues/8438)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`52b13c2`](https://github.com/argoproj/argo-cd/commit/52b13c288b47e35187dcb26e2ce6516cdb36614c): feat: Make hostname for status badges configurable ([#&#8203;8024](https://github.com/argoproj/argo-cd/issues/8024)) ([#&#8203;8436](https://github.com/argoproj/argo-cd/issues/8436)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`f5d343f`](https://github.com/argoproj/argo-cd/commit/f5d343f3cc8f0ae7829b067304163985687d159d): feat: Making the moment lib global in ArgoCD project to minimize the tar ball of metrics extension ([#&#8203;13075](https://github.com/argoproj/argo-cd/issues/13075)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`86a646f`](https://github.com/argoproj/argo-cd/commit/86a646f941a21de231c30409b9bf26e8ed3d9472): feat: Merge applicationset docs and examples ([#&#8203;8955](https://github.com/argoproj/argo-cd/issues/8955)) ([@&#8203;rishabh625](https://github.com/rishabh625)) - [`c77cf66`](https://github.com/argoproj/argo-cd/commit/c77cf66aa1f7298216c91e9592f21bc5d924141c): feat: Merge applicationset into argocd ([#&#8203;8864](https://github.com/argoproj/argo-cd/issues/8864)) ([@&#8203;rishabh625](https://github.com/rishabh625)) - [`0f2f9a9`](https://github.com/argoproj/argo-cd/commit/0f2f9a97e3d3fbeb1eaa1564f7757114905e77db): feat: Migrate argocd notifications to argocd ([#&#8203;7744](https://github.com/argoproj/argo-cd/issues/7744)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`b7b000a`](https://github.com/argoproj/argo-cd/commit/b7b000ace240ef431ea5a917e9ec9cd8fd63b7f6): feat: Move app resources commands to dedicated command file ([#&#8203;9306](https://github.com/argoproj/argo-cd/issues/9306)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`c6fa942`](https://github.com/argoproj/argo-cd/commit/c6fa942e945977afe2ae78c86670d5bb667b609e): feat: Multiple sources for applications ([#&#8203;2789](https://github.com/argoproj/argo-cd/issues/2789)) ([#&#8203;10432](https://github.com/argoproj/argo-cd/issues/10432)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`cb85f23`](https://github.com/argoproj/argo-cd/commit/cb85f235193a0eb64e1d2628886a51d4fedd2d88): feat: Network view should group pods into higher level workload ([#&#8203;5468](https://github.com/argoproj/argo-cd/issues/5468)) ([#&#8203;8996](https://github.com/argoproj/argo-cd/issues/8996)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`d00fa53`](https://github.com/argoproj/argo-cd/commit/d00fa536e2f96b32c2a7028e7c902baea67e7c0e): feat: New SCM and pull request ApplicationSet generators for Gitea ([#&#8203;8989](https://github.com/argoproj/argo-cd/issues/8989)) ([@&#8203;dmolik](https://github.com/dmolik)) - [`561f308`](https://github.com/argoproj/argo-cd/commit/561f30815c628e562bb80b1d4beaaa39c8575e16): feat: Orphaned ignore list cli support ([#&#8203;3922](https://github.com/argoproj/argo-cd/issues/3922)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`d747eb3`](https://github.com/argoproj/argo-cd/commit/d747eb3f144cfa7caae1c3059ef510a848e28b95): feat: PKCE authentication flow for web logins [#&#8203;9890](https://github.com/argoproj/argo-cd/issues/9890) ([#&#8203;15889](https://github.com/argoproj/argo-cd/issues/15889)) ([@&#8203;Marvin9](https://github.com/Marvin9)) - [`7825821`](https://github.com/argoproj/argo-cd/commit/7825821c1cda17b809e44b66cc5980fecf28af4f): feat: Page header and toolbar in system extensions ([#&#8203;13451](https://github.com/argoproj/argo-cd/issues/13451)) ([@&#8203;egmar](https://github.com/egmar)) - [`dcc17f7`](https://github.com/argoproj/argo-cd/commit/dcc17f70bf7db973fe480b8b613189b2c5ac4b4b): feat: PostDelete hook support ([#&#8203;16595](https://github.com/argoproj/argo-cd/issues/16595)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`3967baf`](https://github.com/argoproj/argo-cd/commit/3967baf0c95fa2678f499f23a773e19249265d99): feat: Prevent unnecessary controller diffing with caching ([#&#8203;5255](https://github.com/argoproj/argo-cd/issues/5255)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`b7c2002`](https://github.com/argoproj/argo-cd/commit/b7c2002a11817ce53614ea71218ed76e45b671ae): feat: Progress indicators in Argo CD UI ([#&#8203;4227](https://github.com/argoproj/argo-cd/issues/4227)) ([#&#8203;4411](https://github.com/argoproj/argo-cd/issues/4411)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`993cb83`](https://github.com/argoproj/argo-cd/commit/993cb838a973a268c19c6730b374d86fb942e957): feat: Project autocomplete (Connect repo SSH) ([#&#8203;7286](https://github.com/argoproj/argo-cd/issues/7286)) ([@&#8203;plakyda-codefresh](https://github.com/plakyda-codefresh)) - [`7b89c4e`](https://github.com/argoproj/argo-cd/commit/7b89c4e53c9c8ee7ef9f06ff19388714463ce882): feat: Project scoped repo ([#&#8203;6943](https://github.com/argoproj/argo-cd/issues/6943)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`ae61752`](https://github.com/argoproj/argo-cd/commit/ae61752c298612947d3889aa77cb0f5869955559): feat: Provide Edit support in Sources tab for multi-source app ([#&#8203;17588](https://github.com/argoproj/argo-cd/issues/17588)) ([#&#8203;17890](https://github.com/argoproj/argo-cd/issues/17890)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`e5c88c9`](https://github.com/argoproj/argo-cd/commit/e5c88c914b73e455f3f36dc24583e65c743da792): feat: Prune resources in reverse order of syncwave during sync ([#&#8203;15074](https://github.com/argoproj/argo-cd/issues/15074)) ([#&#8203;16748](https://github.com/argoproj/argo-cd/issues/16748)) ([@&#8203;svghadi](https://github.com/svghadi)) - [`187c7d0`](https://github.com/argoproj/argo-cd/commit/187c7d0993c0568a3954cbfc624e982bc6e3921d): feat: RBAC csv policy can be composed by multiple configmap keys ([#&#8203;12511](https://github.com/argoproj/argo-cd/issues/12511)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`7b0cf77`](https://github.com/argoproj/argo-cd/commit/7b0cf773cc0af2e7331176d31f054a6f1fe9c18f): feat: Replace option in cli, sync command ([#&#8203;7526](https://github.com/argoproj/argo-cd/issues/7526)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`4d9e8bc`](https://github.com/argoproj/argo-cd/commit/4d9e8bc2e6da0fa400f5af962b0aa718fa28bb49): feat: Repository Configuration as Secrets ([#&#8203;6103](https://github.com/argoproj/argo-cd/issues/6103)) ([@&#8203;jangraefen](https://github.com/jangraefen)) - [`3312dc0`](https://github.com/argoproj/argo-cd/commit/3312dc0037f65c016a3994a05caa5d41baf9b1cd): feat: Resource id tracking method doc ([#&#8203;7468](https://github.com/argoproj/argo-cd/issues/7468)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`b073621`](https://github.com/argoproj/argo-cd/commit/b0736219b6bd3bcba3b6339da21f0024d17e09dd): feat: Resources should be normalized in order to prevent our of sync during migration ([#&#8203;7388](https://github.com/argoproj/argo-cd/issues/7388)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`3ff8481`](https://github.com/argoproj/argo-cd/commit/3ff8481694df79131467e691f8d4f941a91d5ce0): feat: Rollback command support omit history id ([#&#8203;6863](https://github.com/argoproj/argo-cd/issues/6863)) ([@&#8203;junnplus](https://github.com/junnplus)) - [`49a854a`](https://github.com/argoproj/argo-cd/commit/49a854a738c8a4da91bf8fee3bdd2bd3dddb77aa): feat: Scoped clusters ([#&#8203;7039](https://github.com/argoproj/argo-cd/issues/7039)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`91c8836`](https://github.com/argoproj/argo-cd/commit/91c883668e234beab91fb2eb972db3257a719d67): feat: Scoped repo unit tests ([#&#8203;7026](https://github.com/argoproj/argo-cd/issues/7026)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`7ed06cc`](https://github.com/argoproj/argo-cd/commit/7ed06cc9f6c917f2cf05c2a79fecef465096794c): feat: Scoped resources cluster e2e ([#&#8203;7199](https://github.com/argoproj/argo-cd/issues/7199)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`878494f`](https://github.com/argoproj/argo-cd/commit/878494f03778cfbdcd3b32dd5f03c37d930f2158): feat: Send user groups to proxy extensions ([#&#8203;19855](https://github.com/argoproj/argo-cd/issues/19855)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`d5a961c`](https://github.com/argoproj/argo-cd/commit/d5a961c7f648bd752a32ee67a7c11a8706633ab9): feat: Shared custom health check for multiple resources ([#&#8203;4212](https://github.com/argoproj/argo-cd/issues/4212)) ([#&#8203;10885](https://github.com/argoproj/argo-cd/issues/10885)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`4522a88`](https://github.com/argoproj/argo-cd/commit/4522a88289caee79f0952d5ab5024335120b18e7): feat: Show "Open application" link in Application details list view ([#&#8203;7455](https://github.com/argoproj/argo-cd/issues/7455)) ( <>) - [`bc4fba3`](https://github.com/argoproj/argo-cd/commit/bc4fba3f1b5732f0f402667f027ee4fdc1392d36): feat: Show number of pod restarts in the argo ui (5041) ([#&#8203;5384](https://github.com/argoproj/argo-cd/issues/5384)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`f209ae1`](https://github.com/argoproj/argo-cd/commit/f209ae197520328085e6f5c0e7ca0dd689fc72e4): feat: Slugified the branch name in PR generators ([#&#8203;9462](https://github.com/argoproj/argo-cd/issues/9462)) ([@&#8203;Aym3nTN](https://github.com/Aym3nTN)) - [`d545198`](https://github.com/argoproj/argo-cd/commit/d5451984937669ef49d07df3ff9a54e4d178ac33): feat: Support Custom Application Actions in CLI [#&#8203;7577](https://github.com/argoproj/argo-cd/issues/7577) ([#&#8203;10015](https://github.com/argoproj/argo-cd/issues/10015)) ([@&#8203;scalen](https://github.com/scalen)) - [`af338dd`](https://github.com/argoproj/argo-cd/commit/af338ddd806dea4c54932e7395c6639022ac84c8): feat: Support Kustomize --force flags ([#&#8203;6443](https://github.com/argoproj/argo-cd/issues/6443)) ([@&#8203;josiah-wolf-oberholtzer](https://github.com/josiah-wolf-oberholtzer)) - [`9bc1578`](https://github.com/argoproj/argo-cd/commit/9bc157805508517efb93236a96103e65f8882631): feat: Support Rollback multi-source apps; Follow-up to PR 14124 ([#&#8203;18615](https://github.com/argoproj/argo-cd/issues/18615)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`57e0ffc`](https://github.com/argoproj/argo-cd/commit/57e0ffceb707d6c945d05da02cdc0df811a1be25): feat: Support XDG Base directory standard ([#&#8203;7638](https://github.com/argoproj/argo-cd/issues/7638)) ([#&#8203;7791](https://github.com/argoproj/argo-cd/issues/7791)) ([@&#8203;sagikazarmark](https://github.com/sagikazarmark)) - [`d040d9b`](https://github.com/argoproj/argo-cd/commit/d040d9bf0460a2b44b8c9e1bb3c995495db61019): feat: Support additional metadata in Application sync operation ([#&#8203;3747](https://github.com/argoproj/argo-cd/issues/3747)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`0a46d37`](https://github.com/argoproj/argo-cd/commit/0a46d37fc6af9fe0aa963bdd845e3d799aa0320d): feat: Support additional retryable errors ([#&#8203;8578](https://github.com/argoproj/argo-cd/issues/8578)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`275daa7`](https://github.com/argoproj/argo-cd/commit/275daa79766931d3517edc9bbefffe08a39940c8): feat: Support applications with cluster name in the ui [#&#8203;1548](https://github.com/argoproj/argo-cd/issues/1548) ([#&#8203;3944](https://github.com/argoproj/argo-cd/issues/3944)) ([@&#8203;lcostea](https://github.com/lcostea)) - [`7ccb16b`](https://github.com/argoproj/argo-cd/commit/7ccb16bf7a88fdf81a8ea7ccc017fcbc64300f42): feat: Support cluster name on Application destination. Closes [#&#8203;1548](https://github.com/argoproj/argo-cd/issues/1548) ([#&#8203;2808](https://github.com/argoproj/argo-cd/issues/2808)) ([@&#8203;lcostea](https://github.com/lcostea)) - [`a07256f`](https://github.com/argoproj/argo-cd/commit/a07256ff941df4c260f8a8b59a49362d158278ef): feat: Support configuring annotations that are preserved by the AppSet ([#&#8203;12507](https://github.com/argoproj/argo-cd/issues/12507)) ([#&#8203;12408](https://github.com/argoproj/argo-cd/issues/12408)) ([@&#8203;lacarvalho91](https://github.com/lacarvalho91)) - [`116180b`](https://github.com/argoproj/argo-cd/commit/116180b1821a763a26c9065bd4a8fa619d52a95e): feat: Support context switch for argocd-util ([#&#8203;19549](https://github.com/argoproj/argo-cd/issues/19549)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`303925f`](https://github.com/argoproj/argo-cd/commit/303925f4a016d7fee80bbe357341df7d3febe298): feat: Support controller horizontal scaling ([#&#8203;4285](https://github.com/argoproj/argo-cd/issues/4285)) ( <>) - [`be884d2`](https://github.com/argoproj/argo-cd/commit/be884d217284aaf96f0389e1ae34fd03075a8038): feat: Support delete-resource command in cli ([#&#8203;7093](https://github.com/argoproj/argo-cd/issues/7093)) ([@&#8203;yeya24](https://github.com/yeya24)) - [`73f80d7`](https://github.com/argoproj/argo-cd/commit/73f80d7eb0a72168c778dd22dae8b2e641b176de): feat: Support environment variables in Helm value file paths ([#&#8203;10213](https://github.com/argoproj/argo-cd/issues/10213)) ([@&#8203;mariussturm](https://github.com/mariussturm)) - [`58da6a3`](https://github.com/argoproj/argo-cd/commit/58da6a33abdcfed8c1a665efcf7359fa47452b39): feat: Support for Kustomize Components ([#&#8203;16230](https://github.com/argoproj/argo-cd/issues/16230)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`e948906`](https://github.com/argoproj/argo-cd/commit/e94890685fc3e6980c151d0da3cdc452cc5cad63): feat: Support health check on Argo CronWorkflows ([#&#8203;8570](https://github.com/argoproj/argo-cd/issues/8570)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`f356a54`](https://github.com/argoproj/argo-cd/commit/f356a54f193086b0fd5b8fdc3ea4d3b2e757b995): feat: Support insecure flag for OCI pull command and upgrade helm version to 3.12.0 ([#&#8203;13608](https://github.com/argoproj/argo-cd/issues/13608)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`439963f`](https://github.com/argoproj/argo-cd/commit/439963f4c9ba72f3afe2a08cc4d4e4d645eaa673): feat: Support kubectl replace instead of apply ([#&#8203;2730](https://github.com/argoproj/argo-cd/issues/2730)) ([#&#8203;5802](https://github.com/argoproj/argo-cd/issues/5802)) ( <>) - [`387f775`](https://github.com/argoproj/argo-cd/commit/387f775f4a70461c4f37e766f582183293af9a3a): feat: Support oci-based helm repository ([#&#8203;4018](https://github.com/argoproj/argo-cd/issues/4018)) ([@&#8203;haoshuwei](https://github.com/haoshuwei)) - [`aff7120`](https://github.com/argoproj/argo-cd/commit/aff71203e89a4703f02962bed1ae54a02192ccd4): feat: Support unset plugin env variables ([#&#8203;5737](https://github.com/argoproj/argo-cd/issues/5737)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`ef7ee08`](https://github.com/argoproj/argo-cd/commit/ef7ee088f54b3109722ef0ff93f4c79d5a5f9d28): feat: Supported set metadata annotations with `argocd-util app generate-spec` command ([#&#8203;6633](https://github.com/argoproj/argo-cd/issues/6633)) ([@&#8203;takumakume](https://github.com/takumakume)) - [`ebc0481`](https://github.com/argoproj/argo-cd/commit/ebc048167c2e86f3e119eadb69fd5150ac1f7823): feat: Supports the validate-false option at an app level. Closes [#&#8203;1063](https://github.com/argoproj/argo-cd/issues/1063) ([#&#8203;2542](https://github.com/argoproj/argo-cd/issues/2542)) ([@&#8203;alexec](https://github.com/alexec)) - [`011415f`](https://github.com/argoproj/argo-cd/commit/011415f5bd6f3a24ba676048d2133555e24d9a96): feat: Switch to use weighted semaphore ([#&#8203;4049](https://github.com/argoproj/argo-cd/issues/4049)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`575f760`](https://github.com/argoproj/argo-cd/commit/575f7604d6caa0ff80fe7dfcf5e390e40bc6cfcd): feat: Template Out Data Source in Grafana Dashboard ([#&#8203;2859](https://github.com/argoproj/argo-cd/issues/2859)) ([@&#8203;abhishekjiitr](https://github.com/abhishekjiitr)) - [`b271d6a`](https://github.com/argoproj/argo-cd/commit/b271d6ac5cfa9fbb4eb4fa275827b459e2105336): feat: Test create repository with project ( part of scoped resources e2e tests ) ([#&#8203;7103](https://github.com/argoproj/argo-cd/issues/7103)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`6b4a13c`](https://github.com/argoproj/argo-cd/commit/6b4a13c4bdbc8ea319e64429ad5bf1c7eb22c1ff): feat: ToUpper and ToLower expression ([#&#8203;7816](https://github.com/argoproj/argo-cd/issues/7816)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`8dcf71f`](https://github.com/argoproj/argo-cd/commit/8dcf71f0a789e4468697678fe81be34343607a39): feat: Treat connection reset as a retryable error ([#&#8203;9739](https://github.com/argoproj/argo-cd/issues/9739)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`952b989`](https://github.com/argoproj/argo-cd/commit/952b98960d4fb7103b06b1ec1fd9783ccff6e43a): feat: UI Add copy to clipboard shortcut ([#&#8203;10958](https://github.com/argoproj/argo-cd/issues/10958)) ([@&#8203;thirunavukkarasu95](https://github.com/thirunavukkarasu95)) - [`faa7331`](https://github.com/argoproj/argo-cd/commit/faa7331f9d700649d640ee656b3dc8670c4d363e): feat: UI write support CMP ([#&#8203;11754](https://github.com/argoproj/argo-cd/issues/11754)) ([#&#8203;12137](https://github.com/argoproj/argo-cd/issues/12137)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`38d86a9`](https://github.com/argoproj/argo-cd/commit/38d86a911ed3324a23ceb8ff7e77eb7259a7c5e5): feat: Update command argocd app history to support multiple sources ([#&#8203;17530](https://github.com/argoproj/argo-cd/issues/17530)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`aefa739`](https://github.com/argoproj/argo-cd/commit/aefa73916982cd49a34a04ecdc20819c10e98f2c): feat: Upgrade Dex to v2.25.0 ([#&#8203;4470](https://github.com/argoproj/argo-cd/issues/4470)) ([@&#8203;maxbrunet](https://github.com/maxbrunet)) - [`0f6a7d5`](https://github.com/argoproj/argo-cd/commit/0f6a7d5f3480a35675e06482369cc08ab6b09d02): feat: Upgrade Helm to v3.6.0 and pass --kube-version to templating ([#&#8203;6359](https://github.com/argoproj/argo-cd/issues/6359)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`90602a7`](https://github.com/argoproj/argo-cd/commit/90602a7ad9eea18b204688261e9e4e710f3a5508): feat: Upgrade Redis to v6.2.1 ([#&#8203;5701](https://github.com/argoproj/argo-cd/issues/5701)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`40eb8c7`](https://github.com/argoproj/argo-cd/commit/40eb8c79abe4ff83b4ec2f28f4e3ef87d5c5711d): feat: Upgrade kustomize to 3.5.5 ([#&#8203;3619](https://github.com/argoproj/argo-cd/issues/3619)) ([@&#8203;chancez](https://github.com/chancez)) - [`ecc3ab3`](https://github.com/argoproj/argo-cd/commit/ecc3ab3cabb8a41328a2b5c5d69e819ef4a675c5): feat: Use encrypted cookie to store OAuth2 state nonce (instead of redis) ([#&#8203;8241](https://github.com/argoproj/argo-cd/issues/8241)) ( <>) - [`73f0437`](https://github.com/argoproj/argo-cd/commit/73f0437ef3b52684aa33b8c025e8457ce263bf05): feat: Use kubectl apply library instead of forking binary ([#&#8203;2861](https://github.com/argoproj/argo-cd/issues/2861)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`95820cf`](https://github.com/argoproj/argo-cd/commit/95820cf64fe695f0c30eedfc32b6de01a35b851c): feat: User can define Orphaned exception avoiding unnecessary warnings ([#&#8203;3900](https://github.com/argoproj/argo-cd/issues/3900)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`dd856e1`](https://github.com/argoproj/argo-cd/commit/dd856e1c2b60e0904104e73d8407bf77802d0765): feat: Util for generate global project from ClusterRole ([#&#8203;4653](https://github.com/argoproj/argo-cd/issues/4653)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`00d4491`](https://github.com/argoproj/argo-cd/commit/00d44910b8e5370054b8afb41f88739887979ed1): feat: Whitelisted namespace in UI ([#&#8203;3314](https://github.com/argoproj/argo-cd/issues/3314)) ([@&#8203;rachelwang20](https://github.com/rachelwang20)) - [`f387ab8`](https://github.com/argoproj/argo-cd/commit/f387ab846b07d28847aec3ca5d668064543a3f7b): feat: Zoom in and out on resource view ([#&#8203;7183](https://github.com/argoproj/argo-cd/issues/7183)) ([#&#8203;8290](https://github.com/argoproj/argo-cd/issues/8290)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`c64e8df`](https://github.com/argoproj/argo-cd/commit/c64e8df84cec9bc892d372d1eba3df77f85be4e4): feat: ability to switch user during test execution ([#&#8203;7164](https://github.com/argoproj/argo-cd/issues/7164)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`4d23fe8`](https://github.com/argoproj/argo-cd/commit/4d23fe8108eba5b9c5aab945c76438f1810354fb): feat: add "service-account" flag to "cluster add" command ([#&#8203;3183](https://github.com/argoproj/argo-cd/issues/3183)) ([#&#8203;3184](https://github.com/argoproj/argo-cd/issues/3184)) ([@&#8203;alexandrfox](https://github.com/alexandrfox)) - [`1708a71`](https://github.com/argoproj/argo-cd/commit/1708a7154d52156a9902bd861a2bb7278d271203): feat: add 'argocd-util cluster shards' command that prints shards statistics ([#&#8203;6353](https://github.com/argoproj/argo-cd/issues/6353)) ( <>) - [`bfc381e`](https://github.com/argoproj/argo-cd/commit/bfc381e03bc85396641c3e296704001423526406): feat: add 'user' field to audit logs ([#&#8203;12644](https://github.com/argoproj/argo-cd/issues/12644)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`f11da56`](https://github.com/argoproj/argo-cd/commit/f11da56381ef2c44c715031875813d73503e9aa3): feat: add --app-hard-resync flag to controller ([#&#8203;8928](https://github.com/argoproj/argo-cd/issues/8928)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`ec2d3f6`](https://github.com/argoproj/argo-cd/commit/ec2d3f6922cfdbac7aa0503514855fe7432c49ad): feat: add Dott to users ([#&#8203;15370](https://github.com/argoproj/argo-cd/issues/15370)) ([@&#8203;burnjake](https://github.com/burnjake)) - [`0baf485`](https://github.com/argoproj/argo-cd/commit/0baf485a5c797eec8403be9a3c80a9ff705255ab): feat: add Gitlab PR generator webhooks support ([#&#8203;10235](https://github.com/argoproj/argo-cd/issues/10235)) ([@&#8203;Enity](https://github.com/Enity)) - [`1be1a04`](https://github.com/argoproj/argo-cd/commit/1be1a0475bf1e58e4afc113aeb089e1e7e282aef): feat: add HTTPS to dex server ([#&#8203;9424](https://github.com/argoproj/argo-cd/issues/9424)) ([#&#8203;9883](https://github.com/argoproj/argo-cd/issues/9883)) ([@&#8203;notfromstatefarm](https://github.com/notfromstatefarm)) - [`cd302fd`](https://github.com/argoproj/argo-cd/commit/cd302fd055c5f63a9f128c36782b2e57953159c5): feat: add Istio virtual service to the network view - part of [#&#8203;4675](https://github.com/argoproj/argo-cd/issues/4675) ([#&#8203;4677](https://github.com/argoproj/argo-cd/issues/4677)) ([@&#8203;OmerKahani](https://github.com/OmerKahani)) - [`ef39bd2`](https://github.com/argoproj/argo-cd/commit/ef39bd24abb717f17fd4da1e1470371fc8defc9a): feat: add MariaDB CRD health checks ([#&#8203;13143](https://github.com/argoproj/argo-cd/issues/13143)) ([@&#8203;Vidalee](https://github.com/Vidalee)) - [`8a38b8b`](https://github.com/argoproj/argo-cd/commit/8a38b8b03d1f9718c56627ecef0fc513b7748d39): feat: add Prometheus health check ([#&#8203;10508](https://github.com/argoproj/argo-cd/issues/10508)) ([@&#8203;roelvdberg](https://github.com/roelvdberg)) - [`d0cbb15`](https://github.com/argoproj/argo-cd/commit/d0cbb1597ca8b93cae081e01c07c5c2e74f580d4): feat: add RespectIgnoreDifferences sync option to UI ([#&#8203;8390](https://github.com/argoproj/argo-cd/issues/8390)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`ebbd3d1`](https://github.com/argoproj/argo-cd/commit/ebbd3d1321d1f74ec8a048dd158acfa1ebb520d5): feat: add `--source-position` flag to `argocd get app` command to show parameter changes for multi-source application ([#&#8203;19887](https://github.com/argoproj/argo-cd/issues/19887)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`88994ea`](https://github.com/argoproj/argo-cd/commit/88994ea5cdeea81daa2ca2e0adbfc79c805a9866): feat: add `ignoreResourceUpdates` to reduce controller CPU usage ([#&#8203;13534](https://github.com/argoproj/argo-cd/issues/13534)) ([#&#8203;13912](https://github.com/argoproj/argo-cd/issues/13912)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`d4fc854`](https://github.com/argoproj/argo-cd/commit/d4fc85484964b5efd4ad01bd1532ff459360af63): feat: add `short_sha_7` to AppSet generators ([#&#8203;11976](https://github.com/argoproj/argo-cd/issues/11976)) ([#&#8203;13199](https://github.com/argoproj/argo-cd/issues/13199)) ([@&#8203;fty4](https://github.com/fty4)) - [`be90cc0`](https://github.com/argoproj/argo-cd/commit/be90cc04fb87048abfa9deb44fb6629857ac6e5e): feat: add a button to show parameter details ([#&#8203;12183](https://github.com/argoproj/argo-cd/issues/12183)) ([#&#8203;16871](https://github.com/argoproj/argo-cd/issues/16871)) ([@&#8203;Tchoupinax](https://github.com/Tchoupinax)) - [`99128c2`](https://github.com/argoproj/argo-cd/commit/99128c27f549fce1eabf38427d6bfa2faad96e6b): feat: add ability to auto label clusters from k8s clusterinfo ([#&#8203;17289](https://github.com/argoproj/argo-cd/issues/17289)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`cddeabe`](https://github.com/argoproj/argo-cd/commit/cddeabe9767a4d74af93c965d66d3cd44bc59912): feat: add alias for sync policy automated ([#&#8203;3788](https://github.com/argoproj/argo-cd/issues/3788)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`0d02040`](https://github.com/argoproj/argo-cd/commit/0d02040d036359d8d44e27209ab892bcd6d26056): feat: add app skip reconcile annotation to optionally bypass application controller processing ([#&#8203;11879](https://github.com/argoproj/argo-cd/issues/11879)) ([@&#8203;mikeshng](https://github.com/mikeshng)) - [`254f3b6`](https://github.com/argoproj/argo-cd/commit/254f3b69aef1ea261e25aca680248df126239b1d): feat: add bcrypt support for argocd CLI ([#&#8203;10934](https://github.com/argoproj/argo-cd/issues/10934)) ([@&#8203;ameytotawar](https://github.com/ameytotawar)) - [`301d188`](https://github.com/argoproj/argo-cd/commit/301d18820a2bb2648125c30c8b20068553738eaa): feat: add button loading status for time-consuming operations ([#&#8203;3559](https://github.com/argoproj/argo-cd/issues/3559)) ([@&#8203;jqlu](https://github.com/jqlu)) - [`14cdfc7`](https://github.com/argoproj/argo-cd/commit/14cdfc77da479cfd8c95708311000ce53bf22b31): feat: add caching to application js bundle since it has a unique name ([#&#8203;9008](https://github.com/argoproj/argo-cd/issues/9008)) ([@&#8203;backjo](https://github.com/backjo)) - [`e9b1af5`](https://github.com/argoproj/argo-cd/commit/e9b1af588536d5205a1efcffd5e57681892b06d9): feat: add cli commands to add/delete sourceNamespaces from AppProject ([#&#8203;17337](https://github.com/argoproj/argo-cd/issues/17337)) ([@&#8203;raghavi101](https://github.com/raghavi101)) - [`3cf54af`](https://github.com/argoproj/argo-cd/commit/3cf54af2be276f3f15cbb00cd35b2fe32898d31e): feat: add cli commands to add/remove sources for multi-source applications ([#&#8203;17310](https://github.com/argoproj/argo-cd/issues/17310)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`ed0218f`](https://github.com/argoproj/argo-cd/commit/ed0218f98e1c0ecfbe3851cc3d0b71af5275320f): feat: add cli commands to create/set/unset/edit sources for multi-source application ([#&#8203;17425](https://github.com/argoproj/argo-cd/issues/17425)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`c483449`](https://github.com/argoproj/argo-cd/commit/c4834492b9e3f7f64d1dd2421eae00c7094efba4): feat: add client side keepalive pings ([#&#8203;4026](https://github.com/argoproj/argo-cd/issues/4026)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`67dd012`](https://github.com/argoproj/argo-cd/commit/67dd012b87f58847ba65cb5baf3c6893a6182b65): feat: add cluster name UI ([#&#8203;7409](https://github.com/argoproj/argo-cd/issues/7409)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`cb7fa39`](https://github.com/argoproj/argo-cd/commit/cb7fa391443099e04e2cc4689ae52df20a2aea54): feat: add cluster resource blacklist to projects ([#&#8203;3960](https://github.com/argoproj/argo-cd/issues/3960)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`b059d78`](https://github.com/argoproj/argo-cd/commit/b059d78724a8defbc300ba1b767aa69e02b593ea): feat: add css to support external custom style ([#&#8203;13279](https://github.com/argoproj/argo-cd/issues/13279)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`7e68b1e`](https://github.com/argoproj/argo-cd/commit/7e68b1ef7157d88049754b4e16209badc5f9f2b0): feat: add custom resource health checks for trident.netapp.io/TridentOrchestrator and trident.netapp.io/TridentBackendConfig (Closes \[ISSUE [#&#8203;6550](https://github.com/argoproj/argo-cd/issues/6550)]) ([#&#8203;6552](https://github.com/argoproj/argo-cd/issues/6552)) ([@&#8203;Cajga](https://github.com/Cajga)) - [`470176b`](https://github.com/argoproj/argo-cd/commit/470176b77a695eea55bf60d20a18b30f99c7625e): feat: add deny destinations for projects ([#&#8203;9464](https://github.com/argoproj/argo-cd/issues/9464)) ([#&#8203;9652](https://github.com/argoproj/argo-cd/issues/9652)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`eb576a5`](https://github.com/argoproj/argo-cd/commit/eb576a5f3ee4f131f4d8a9d59c3723be575a75b9): feat: add deny sources ([#&#8203;11639](https://github.com/argoproj/argo-cd/issues/11639)) ([#&#8203;11646](https://github.com/argoproj/argo-cd/issues/11646)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`18c8716`](https://github.com/argoproj/argo-cd/commit/18c8716f0ab70898071fa51e4f99d4c722264f86): feat: add dest cluster and namespace in the Events ([#&#8203;3093](https://github.com/argoproj/argo-cd/issues/3093)) ( <>) - [`7525b60`](https://github.com/argoproj/argo-cd/commit/7525b603f7f82ca3075cf0c0134ff6fc354e36a3): feat: add examples to --help ouput for argocd_server.go file ([#&#8203;16032](https://github.com/argoproj/argo-cd/issues/16032)) ([@&#8203;akagami-harsh](https://github.com/akagami-harsh)) - [`481cf81`](https://github.com/argoproj/argo-cd/commit/481cf81279736540926cdf0d2f6afcd5f30aa809): feat: add examples to --help output for admin.go file ([#&#8203;16030](https://github.com/argoproj/argo-cd/issues/16030)) ([@&#8203;akagami-harsh](https://github.com/akagami-harsh)) - [`2faa08e`](https://github.com/argoproj/argo-cd/commit/2faa08e710b6da3fdfa88eb1491de0648d004a19): feat: add exit-code flag to app diff command ([#&#8203;5852](https://github.com/argoproj/argo-cd/issues/5852)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`9476ab5`](https://github.com/argoproj/argo-cd/commit/9476ab5e18be34a8cfc81150c94d08eefe3cee25): feat: add first class support to access repositories using proxy ([#&#8203;5581](https://github.com/argoproj/argo-cd/issues/5581)) ([#&#8203;6286](https://github.com/argoproj/argo-cd/issues/6286)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`2a7aabe`](https://github.com/argoproj/argo-cd/commit/2a7aabe5a5ce3b0d75650146a7177777f8acee1e): feat: add flagger.app/Canary health check lua script and tests ([#&#8203;3902](https://github.com/argoproj/argo-cd/issues/3902)) ([@&#8203;gambuzzi](https://github.com/gambuzzi)) - [`7f86e6b`](https://github.com/argoproj/argo-cd/commit/7f86e6b38ce4864f94f8acb4d66f844eb4aefdc3): feat: add git histogram metrics ([#&#8203;3828](https://github.com/argoproj/argo-cd/issues/3828)) ([@&#8203;povilasv](https://github.com/povilasv)) - [`c35c280`](https://github.com/argoproj/argo-cd/commit/c35c28009cf938dc12368f6f3aaba00ce357bb7b): feat: add gke auth command to argocd-k8s-auth ([#&#8203;9190](https://github.com/argoproj/argo-cd/issues/9190)) ([@&#8203;toVersus](https://github.com/toVersus)) - [`a2d756e`](https://github.com/argoproj/argo-cd/commit/a2d756e4ac7395270071165c69575cc214337251): feat: add google cloud source repo support ([#&#8203;7534](https://github.com/argoproj/argo-cd/issues/7534)) ([#&#8203;11618](https://github.com/argoproj/argo-cd/issues/11618)) ([@&#8203;alexef](https://github.com/alexef)) - [`7d4f855`](https://github.com/argoproj/argo-cd/commit/7d4f8558fee7b50f67ca78a78e35302431218ecf): feat: add grpc histogram metric in server ([#&#8203;3776](https://github.com/argoproj/argo-cd/issues/3776)) ([@&#8203;povilasv](https://github.com/povilasv)) - [`263e7a8`](https://github.com/argoproj/argo-cd/commit/263e7a84977d6ba8e9a0318e697cf88d9080d512): feat: add grpc metrics in repo server ([#&#8203;3827](https://github.com/argoproj/argo-cd/issues/3827)) ([@&#8203;povilasv](https://github.com/povilasv)) - [`fafa79f`](https://github.com/argoproj/argo-cd/commit/fafa79fac1ee86b89303281cfda3e3f12027e874): feat: add health check for applicationset ([#&#8203;7695](https://github.com/argoproj/argo-cd/issues/7695)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4cb9450`](https://github.com/argoproj/argo-cd/commit/4cb945084aee67217273e4c9be734ab7a820ca15): feat: add health check for cloudscheduler.cnrm.cloud.google.com/CloudFunctionsFunction ([#&#8203;10607](https://github.com/argoproj/argo-cd/issues/10607)) ([@&#8203;vgelot](https://github.com/vgelot)) - [`e8dd95c`](https://github.com/argoproj/argo-cd/commit/e8dd95c37a9d60c9b600c6a66928ef8f543d10a4): feat: add health check for cloudscheduler.cnrm.cloud.google.com/CloudSchedulerJob ([#&#8203;10606](https://github.com/argoproj/argo-cd/issues/10606)) ([@&#8203;vgelot](https://github.com/vgelot)) - [`fc6d092`](https://github.com/argoproj/argo-cd/commit/fc6d09234ee4af76401709f56db18aa775ca05a4): feat: add health checks for iam.cnrm.cloud.google.com/IAMPolicy ([#&#8203;10725](https://github.com/argoproj/argo-cd/issues/10725)) ([@&#8203;vgelot](https://github.com/vgelot)) - [`0864a02`](https://github.com/argoproj/argo-cd/commit/0864a0212f1746a4557abdd699a9ada3ebbc5f46): feat: add health checks for keptn resources ([#&#8203;11716](https://github.com/argoproj/argo-cd/issues/11716)) ([@&#8203;thschue](https://github.com/thschue)) - [`ba18b65`](https://github.com/argoproj/argo-cd/commit/ba18b65feefcf32bcc63ddd0a76038804efc5c4f): feat: add health checks for storage.cnrm.cloud.google.com/StorageBucketAccessControl ([#&#8203;10727](https://github.com/argoproj/argo-cd/issues/10727)) ([@&#8203;vgelot](https://github.com/vgelot)) - [`5100726`](https://github.com/argoproj/argo-cd/commit/5100726fd61617a0001a27233cfe8ac4354bdbed): feat: add health-checks for eck elastic beat ([#&#8203;16563](https://github.com/argoproj/argo-cd/issues/16563)) ([@&#8203;ebuildy](https://github.com/ebuildy)) - [`3cb7eca`](https://github.com/argoproj/argo-cd/commit/3cb7ecae5de7c2ef7709969c83d3e49e508cf203): feat: add health-checks for snapshot volume ([#&#8203;13979](https://github.com/argoproj/argo-cd/issues/13979)) ([@&#8203;ebuildy](https://github.com/ebuildy)) - [`ae02bc2`](https://github.com/argoproj/argo-cd/commit/ae02bc27fc500e871a4b0f5decd36591bb867b4a): feat: add hide toggle for health status bar ([#&#8203;7153](https://github.com/argoproj/argo-cd/issues/7153)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`33fa916`](https://github.com/argoproj/argo-cd/commit/33fa916bf5fdad348e164db713e17321749bb083): feat: add ingress network policies for applicationset and notifications controller ([#&#8203;10053](https://github.com/argoproj/argo-cd/issues/10053)) ([@&#8203;34fathombelow](https://github.com/34fathombelow)) - [`0e67ed8`](https://github.com/argoproj/argo-cd/commit/0e67ed89acac213a0dc358001d1fda2804b2d46d): feat: add initiated by in history and rollback view ([#&#8203;16654](https://github.com/argoproj/argo-cd/issues/16654)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`a67b97d`](https://github.com/argoproj/argo-cd/commit/a67b97d6ad5d17137190f6d9b863757da97e7c82): feat: add initiatedBy info to App status field when performing a rollback ([#&#8203;9713](https://github.com/argoproj/argo-cd/issues/9713)) ([@&#8203;mvgmb](https://github.com/mvgmb)) - [`51f2949`](https://github.com/argoproj/argo-cd/commit/51f29498833e509ecdb7b97eb00fca17437672a2): feat: add jsonnet version to version panel ([#&#8203;4845](https://github.com/argoproj/argo-cd/issues/4845)) ( <>) - [`3d3e947`](https://github.com/argoproj/argo-cd/commit/3d3e94724225e6a87fd2bb3fc82ee49b1b3e564b): feat: add labels and annotations to cluster details page ([#&#8203;9707](https://github.com/argoproj/argo-cd/issues/9707)) ([@&#8203;msoderberg](https://github.com/msoderberg)) - [`712df19`](https://github.com/argoproj/argo-cd/commit/712df19fac44ec0d16d658157f5b92df059e24c6): feat: add labels for projects ([#&#8203;4446](https://github.com/argoproj/argo-cd/issues/4446)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`a4c0f3c`](https://github.com/argoproj/argo-cd/commit/a4c0f3cf1fc4efe4a4f8d438e66116a72cd65dbb): feat: add labels to pod log navigation buttons ([#&#8203;10890](https://github.com/argoproj/argo-cd/issues/10890)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`ee9b38f`](https://github.com/argoproj/argo-cd/commit/ee9b38fe5ce15ce72ca57cdf16b0addbe2b0a27a): feat: add ls-remote request fail metric ([#&#8203;18250](https://github.com/argoproj/argo-cd/issues/18250)) ([@&#8203;Jack-R-lantern](https://github.com/Jack-R-lantern)) - [`f8e016d`](https://github.com/argoproj/argo-cd/commit/f8e016dea859ad43b82a4c12544546ef9d6dc9ce): feat: add monaco-kubernetes for editing IntelliSense ([#&#8203;12778](https://github.com/argoproj/argo-cd/issues/12778)) ([@&#8203;WitoDelnat](https://github.com/WitoDelnat)) - [`8b6af8b`](https://github.com/argoproj/argo-cd/commit/8b6af8b3d374fc0de79691058abc3dc83a23b60f): feat: add network policies to restrict traffic flow between argocd components ([#&#8203;6156](https://github.com/argoproj/argo-cd/issues/6156)) ( <>) - [`d1a36e5`](https://github.com/argoproj/argo-cd/commit/d1a36e5b6d7100eb1156df343c4807e6d57788f2): feat: add new rollout actions (abort, retry, promote-full, terminate). improve health check ([#&#8203;4777](https://github.com/argoproj/argo-cd/issues/4777)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`970bb80`](https://github.com/argoproj/argo-cd/commit/970bb80b28e754da8024faa805832e2ad100d0b1): feat: add new sync option to fail if finds shared resources ([#&#8203;7444](https://github.com/argoproj/argo-cd/issues/7444)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`37ad433`](https://github.com/argoproj/argo-cd/commit/37ad43375939dcb66734d4bc04c79a3b9b370877): feat: add notifications API ([#&#8203;10279](https://github.com/argoproj/argo-cd/issues/10279)) ([@&#8203;aborilov](https://github.com/aborilov)) - [`05eea87`](https://github.com/argoproj/argo-cd/commit/05eea87162debc220f356d4fcab28c48519b92c9): feat: add option `manual` to the `--sync-policy` flag of the `app create` command ([#&#8203;17459](https://github.com/argoproj/argo-cd/issues/17459)) ([@&#8203;anirudhsudhir](https://github.com/anirudhsudhir)) - [`0d0a295`](https://github.com/argoproj/argo-cd/commit/0d0a2953ddb9e00a01c9cd6d013f1288d51610d9): feat: add option in output flag for app get and app resources cli command for tree view([#&#8203;13370](https://github.com/argoproj/argo-cd/issues/13370)) ([#&#8203;15386](https://github.com/argoproj/argo-cd/issues/15386)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`e420666`](https://github.com/argoproj/argo-cd/commit/e420666d76af5c7b5cdcf000e92952a54cc39bdb): feat: add org.opencontainers.image.source label to docker images ([#&#8203;12270](https://github.com/argoproj/argo-cd/issues/12270)) ([@&#8203;james-callahan](https://github.com/james-callahan)) - [`5f3fc68`](https://github.com/argoproj/argo-cd/commit/5f3fc68b1774f64114dee7fe090a4f0188822f9b): feat: add permitOnlyProjectScopedClusters flag ([#&#8203;10237](https://github.com/argoproj/argo-cd/issues/10237)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`f1e0c84`](https://github.com/argoproj/argo-cd/commit/f1e0c8487baa355fa61c657344e91327b902051e): feat: add printout of what has been deleted ([#&#8203;8894](https://github.com/argoproj/argo-cd/issues/8894)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`231509b`](https://github.com/argoproj/argo-cd/commit/231509bb3c6e9f4184b46f5554899e9b83144636): feat: add project badge panel to project details page ([#&#8203;4846](https://github.com/argoproj/argo-cd/issues/4846)) ( <>) - [`4e7434a`](https://github.com/argoproj/argo-cd/commit/4e7434aa9455e618c2de8b541d5228925645461e): feat: add projects filter to app sync command ([#&#8203;8320](https://github.com/argoproj/argo-cd/issues/8320)) ([#&#8203;10133](https://github.com/argoproj/argo-cd/issues/10133)) ([@&#8203;justinwatkinson](https://github.com/justinwatkinson)) - [`dc1ccea`](https://github.com/argoproj/argo-cd/commit/dc1ccea568d2ed1da77c04422676b5e7c8617e04): feat: add prometheus metrics around proxy extension requests ([#&#8203;17012](https://github.com/argoproj/argo-cd/issues/17012)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`f81ed95`](https://github.com/argoproj/argo-cd/commit/f81ed952cb15161872ea90e599a19866e7dd087d): feat: add proxy field to repository create form ([#&#8203;6565](https://github.com/argoproj/argo-cd/issues/6565)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`74af92f`](https://github.com/argoproj/argo-cd/commit/74af92fd95499d6aace679ce2104e38ce292df0c): feat: add proxy to kustomize build operations ([#&#8203;18551](https://github.com/argoproj/argo-cd/issues/18551)) ([@&#8203;the-technat](https://github.com/the-technat)) - [`e81f250`](https://github.com/argoproj/argo-cd/commit/e81f25026d5b758c7777891842820b3bb998c80e): feat: add quick-start buttons ([#&#8203;7292](https://github.com/argoproj/argo-cd/issues/7292)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`842a3d1`](https://github.com/argoproj/argo-cd/commit/842a3d12f651f00a536b3850e538d7d91f7c403d): feat: add redis metrics to application controller and api server ([#&#8203;3500](https://github.com/argoproj/argo-cd/issues/3500)) ( <>) - [`0c352f8`](https://github.com/argoproj/argo-cd/commit/0c352f8bd609256effa6a2cb675f9b3320b90c6e): feat: add refresh/hard refresh apps button [#&#8203;7256](https://github.com/argoproj/argo-cd/issues/7256) ([#&#8203;7411](https://github.com/argoproj/argo-cd/issues/7411)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`0d571fc`](https://github.com/argoproj/argo-cd/commit/0d571fce14966e710dba6399c67e102ab9e2aed1): feat: add resource's age & creation time ([#&#8203;3931](https://github.com/argoproj/argo-cd/issues/3931)) ([@&#8203;taisho6339](https://github.com/taisho6339)) - [`aced025`](https://github.com/argoproj/argo-cd/commit/aced025e6081f8650ab91fd0d19ec9d945e46fdd): feat: add retry logic for k8s client [#&#8203;7692](https://github.com/argoproj/argo-cd/issues/7692) ([#&#8203;16154](https://github.com/argoproj/argo-cd/issues/16154)) ([@&#8203;aborilov](https://github.com/aborilov)) - [`0936da9`](https://github.com/argoproj/argo-cd/commit/0936da97034ae6a961e9827562a3282540d343cb): feat: add scrollbar to live manifest ([#&#8203;10379](https://github.com/argoproj/argo-cd/issues/10379)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`9b3a4d1`](https://github.com/argoproj/argo-cd/commit/9b3a4d150d6e944322810dca7c4f83b2f013d108): feat: add set-finallizer on argocd admin app generate-spec command ([#&#8203;18855](https://github.com/argoproj/argo-cd/issues/18855)) ([@&#8203;KyriosGN0](https://github.com/KyriosGN0)) - [`376d79a`](https://github.com/argoproj/argo-cd/commit/376d79a454980d7bf0fd56ea151d1246ea17427f): feat: add settings troubleshooting commands to the 'argocd-util' binary ([#&#8203;3398](https://github.com/argoproj/argo-cd/issues/3398)) ( <>) - [`0dfc125`](https://github.com/argoproj/argo-cd/commit/0dfc125d953277bf1e6c8e240a493a68c2f10cd6): feat: add skipCrds flag for helm charts ([#&#8203;8012](https://github.com/argoproj/argo-cd/issues/8012)) ([@&#8203;patst](https://github.com/patst)) - [`3c3325f`](https://github.com/argoproj/argo-cd/commit/3c3325f3e7b0439dbc1df8fc712551c573c13692): feat: add source repos to fields inherited from global projects ([#&#8203;5417](https://github.com/argoproj/argo-cd/issues/5417)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`04964c9`](https://github.com/argoproj/argo-cd/commit/04964c908c6b091d7392e88a01c011192418f198): feat: add ssh.github.com to SSH known hosts ([#&#8203;13592](https://github.com/argoproj/argo-cd/issues/13592)) ([@&#8203;tksm](https://github.com/tksm)) - [`8d8009d`](https://github.com/argoproj/argo-cd/commit/8d8009d676b0d46a7dd0764125580742fda06112): feat: add support for ALL_PROXY ([#&#8203;10451](https://github.com/argoproj/argo-cd/issues/10451)) ([@&#8203;yushiwho](https://github.com/yushiwho)) - [`c305a02`](https://github.com/argoproj/argo-cd/commit/c305a0254131bd7ba6d0925363d04ff29b859b07): feat: add support for Bitbucket Server (SCM + PR); add filters for PR ([#&#8203;9049](https://github.com/argoproj/argo-cd/issues/9049)) ([@&#8203;mlosicki](https://github.com/mlosicki)) - [`af40d52`](https://github.com/argoproj/argo-cd/commit/af40d52ca03f1a345cf8772da5668ea848904c6c): feat: add support for default container annotation ([#&#8203;8015](https://github.com/argoproj/argo-cd/issues/8015)) ([#&#8203;9769](https://github.com/argoproj/argo-cd/issues/9769)) ([@&#8203;edwardgronroos](https://github.com/edwardgronroos)) - [`355e77e`](https://github.com/argoproj/argo-cd/commit/355e77e56f891145251411adc7ae534e65cf55e1): feat: add support for dex prometheus metrics ([#&#8203;3249](https://github.com/argoproj/argo-cd/issues/3249)) ([@&#8203;jeanlucmongrain](https://github.com/jeanlucmongrain)) - [`470ac13`](https://github.com/argoproj/argo-cd/commit/470ac1343f74fcce657e6b5cc2f6e4a66afba0df): feat: add support for plugin name in CMPv2 ([#&#8203;11290](https://github.com/argoproj/argo-cd/issues/11290)) ([#&#8203;11341](https://github.com/argoproj/argo-cd/issues/11341)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`3ea72eb`](https://github.com/argoproj/argo-cd/commit/3ea72eb48910d34d67bbbc2985f8d3e3e5e7bb15): feat: add support for redis acl username/password flow ([#&#8203;8676](https://github.com/argoproj/argo-cd/issues/8676)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`4c01224`](https://github.com/argoproj/argo-cd/commit/4c012245c4c83e08d4a8507ba0d2fe46212a5a87): feat: add support to backup applicationsets ([#&#8203;6095](https://github.com/argoproj/argo-cd/issues/6095)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`b6cfe67`](https://github.com/argoproj/argo-cd/commit/b6cfe676f3ff9f73c71a0d6256c1bc14cd9c12ed): feat: add sync delete option ([#&#8203;12448](https://github.com/argoproj/argo-cd/issues/12448)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`91fea14`](https://github.com/argoproj/argo-cd/commit/91fea1470fb1024672133acd167f89d3d9e9a22b): feat: add test to redis_hook.go ([#&#8203;7233](https://github.com/argoproj/argo-cd/issues/7233)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`fa26801`](https://github.com/argoproj/argo-cd/commit/fa26801c9e28607eeaf844fc7f1827b8a7c79ae7): feat: add the ability to filter apps based on clusters ([#&#8203;10465](https://github.com/argoproj/argo-cd/issues/10465)) ([@&#8203;my-git9](https://github.com/my-git9)) - [`d63ced4`](https://github.com/argoproj/argo-cd/commit/d63ced413e363b46ada56199114646a90238796d): feat: add time taken to complete deployment ([#&#8203;3715](https://github.com/argoproj/argo-cd/issues/3715)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`2dbc6c7`](https://github.com/argoproj/argo-cd/commit/2dbc6c7c71848109a6cd29e10dcb368efdfb9ece): feat: add timeout for update cluster info ([#&#8203;14511](https://github.com/argoproj/argo-cd/issues/14511)) ([@&#8203;yyzxw](https://github.com/yyzxw)) - [`1faa9b0`](https://github.com/argoproj/argo-cd/commit/1faa9b04a470359e5a547013b0ed4d397f1ff9aa): feat: add timestamp view to pod logs viewer ([#&#8203;8532](https://github.com/argoproj/argo-cd/issues/8532)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`ff45418`](https://github.com/argoproj/argo-cd/commit/ff4541894885696808b479d123c40effc28bae45): feat: add timezone option to sync window ([#&#8203;7442](https://github.com/argoproj/argo-cd/issues/7442)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`978d10f`](https://github.com/argoproj/argo-cd/commit/978d10f2f388c8d7a60f146ba0f992ce027a71cb): feat: add user-defined css overlay ([#&#8203;3642](https://github.com/argoproj/argo-cd/issues/3642)) ([#&#8203;4065](https://github.com/argoproj/argo-cd/issues/4065)) ([@&#8203;aistein](https://github.com/aistein)) - [`c160a71`](https://github.com/argoproj/argo-cd/commit/c160a7140e9fde0102ad73696e508b3857442bbd): feat: add versioning to argocd docs ([#&#8203;5099](https://github.com/argoproj/argo-cd/issues/5099)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`d1d82c6`](https://github.com/argoproj/argo-cd/commit/d1d82c6d6fa32bb1700f7565a7e4cff2dc35397d): feat: add visual indicator for newly created pods ([#&#8203;8006](https://github.com/argoproj/argo-cd/issues/8006)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`a43b799`](https://github.com/argoproj/argo-cd/commit/a43b799609a75f2376cfe14268d69b8ee6f2e8dd): feat: add write back to application informer ([#&#8203;15987](https://github.com/argoproj/argo-cd/issues/15987)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`99d1dca`](https://github.com/argoproj/argo-cd/commit/99d1dcad0381493a61b5373a4a81289940956017): feat: added a new Helm option ignoreMissingValueFiles ([#&#8203;7767](https://github.com/argoproj/argo-cd/issues/7767)) ([#&#8203;8003](https://github.com/argoproj/argo-cd/issues/8003)) ([@&#8203;ocraviotto](https://github.com/ocraviotto)) - [`445d091`](https://github.com/argoproj/argo-cd/commit/445d091d49a5055d7e2eb48fa70a70bf457e118f): feat: added cascade option to delete resources [#&#8203;5368](https://github.com/argoproj/argo-cd/issues/5368) ([#&#8203;5538](https://github.com/argoproj/argo-cd/issues/5538)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`661afe0`](https://github.com/argoproj/argo-cd/commit/661afe0ad9653418aa0e3e2cc7939e42e0db40ab): feat: added deep links backend changes ([#&#8203;11401](https://github.com/argoproj/argo-cd/issues/11401)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`45c0c2a`](https://github.com/argoproj/argo-cd/commit/45c0c2a422c47f805ac7d49de2a00d0702c1c099): feat: added patch_ms and setop_ms timings to reconciliation logs ([#&#8203;15595](https://github.com/argoproj/argo-cd/issues/15595)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`2384560`](https://github.com/argoproj/argo-cd/commit/23845606661ef2fa16ebd142116b10b3d406e108): feat: added shorthand flags for follow and conatainre in app logs ([#&#8203;15400](https://github.com/argoproj/argo-cd/issues/15400)) ([@&#8203;ashupednekar](https://github.com/ashupednekar)) - [`4a50440`](https://github.com/argoproj/argo-cd/commit/4a504401a66a8badbc7352cb0526d8f185401d9d): feat: adding a autosync_enabled field to the argocd_app_info gauge ([#&#8203;14424](https://github.com/argoproj/argo-cd/issues/14424)) ([@&#8203;gerardocorea](https://github.com/gerardocorea)) - [`ec23d91`](https://github.com/argoproj/argo-cd/commit/ec23d917eba45964154ec9ae01f8e299528366c7): feat: adding failure retry ([#&#8203;3548](https://github.com/argoproj/argo-cd/issues/3548)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`9592b84`](https://github.com/argoproj/argo-cd/commit/9592b84bcbc18948a339d012d74536061b532de3): feat: adding gocover to e2e tests ([#&#8203;18130](https://github.com/argoproj/argo-cd/issues/18130)) ([#&#8203;18537](https://github.com/argoproj/argo-cd/issues/18537)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`a0a5455`](https://github.com/argoproj/argo-cd/commit/a0a54555ebed69813cc9cc70f24530f8b7bb2886): feat: adding noscript tag ([#&#8203;5650](https://github.com/argoproj/argo-cd/issues/5650)) ([@&#8203;anais-codefresh](https://github.com/anais-codefresh)) - [`d9df252`](https://github.com/argoproj/argo-cd/commit/d9df2525c57d4870215a6ce149dbedd08ae05fdb): feat: adding option to specify an aws profile to use by the argocd-server when adding a EKS cluster ([#&#8203;16767](https://github.com/argoproj/argo-cd/issues/16767)) ([@&#8203;igaskin](https://github.com/igaskin)) - [`27912a0`](https://github.com/argoproj/argo-cd/commit/27912a08f151fab038ddb804a618ca8cde01d68e): feat: adding print statements to cli "rm" commands ([#&#8203;5009](https://github.com/argoproj/argo-cd/issues/5009)) ([@&#8203;igaskin](https://github.com/igaskin)) - [`613af54`](https://github.com/argoproj/argo-cd/commit/613af547c3476b690fcb7bf01249e378a8a3768e): feat: adding validate for app create and app set ([#&#8203;4016](https://github.com/argoproj/argo-cd/issues/4016)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`304a742`](https://github.com/argoproj/argo-cd/commit/304a7428d625e7115a0a42b0baba73f464fdeac1): feat: allow CMP plugins to preserve repo files mode ([#&#8203;12940](https://github.com/argoproj/argo-cd/issues/12940)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`a610fc1`](https://github.com/argoproj/argo-cd/commit/a610fc159af8638e65347e08e9503a0c933f0391): feat: allow access to cluster and project resources in app/resource deep links ([#&#8203;12931](https://github.com/argoproj/argo-cd/issues/12931)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`deac72f`](https://github.com/argoproj/argo-cd/commit/deac72f05fadf478689da5e044af807f731d2693): feat: allow admins to enable the usage of lua standard library ([#&#8203;6087](https://github.com/argoproj/argo-cd/issues/6087)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`335ffa8`](https://github.com/argoproj/argo-cd/commit/335ffa8dfc6555204df484d5777931485a04c59d): feat: allow argocd cluster rotate-auth to accept cluster name ([#&#8203;9838](https://github.com/argoproj/argo-cd/issues/9838)) ([@&#8203;danielhelfand](https://github.com/danielhelfand)) - [`90bacef`](https://github.com/argoproj/argo-cd/commit/90bacef5bb2d371f4ecbd87d2eb359fca14484fb): feat: allow argocd-cm to reference K8S Secrets ([#&#8203;4188](https://github.com/argoproj/argo-cd/issues/4188)) ([#&#8203;4342](https://github.com/argoproj/argo-cd/issues/4342)) ([@&#8203;nbendafi-yseop](https://github.com/nbendafi-yseop)) - [`2a4c4a7`](https://github.com/argoproj/argo-cd/commit/2a4c4a73495c90ace1289d948daf505f0533bfe4): feat: allow argocd-notifications-controller env variables ([#&#8203;13605](https://github.com/argoproj/argo-cd/issues/13605)) ([@&#8203;noaabarki](https://github.com/noaabarki)) - [`f21336c`](https://github.com/argoproj/argo-cd/commit/f21336cb4cea90181bc18259dd0b50f4eb813b45): feat: allow cli to remove cluster by name ([#&#8203;8823](https://github.com/argoproj/argo-cd/issues/8823)) ([@&#8203;danielhelfand](https://github.com/danielhelfand)) - [`f625ddc`](https://github.com/argoproj/argo-cd/commit/f625ddc6b91e2358c8f716ab82e93923ac1186fa): feat: allow diff against a revision ([#&#8203;4205](https://github.com/argoproj/argo-cd/issues/4205)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`796a20c`](https://github.com/argoproj/argo-cd/commit/796a20ca9ab321c1191324312f4af4fd28c70fb7): feat: allow downloading logs as a txt file ([#&#8203;5803](https://github.com/argoproj/argo-cd/issues/5803)) ( <>) - [`ccd15d1`](https://github.com/argoproj/argo-cd/commit/ccd15d1151ae3df80d0f0185d67ef54570413227): feat: allow hiding managed fields in resource manifest viewer ([#&#8203;7855](https://github.com/argoproj/argo-cd/issues/7855)) ( <>) - [`b8fdfb5`](https://github.com/argoproj/argo-cd/commit/b8fdfb5f608d51b3f1132cd151a8fdbd904c03aa): feat: allow injecting the target revision over an URL parameter ([#&#8203;12545](https://github.com/argoproj/argo-cd/issues/12545)) ([#&#8203;12556](https://github.com/argoproj/argo-cd/issues/12556)) ([@&#8203;alexef](https://github.com/alexef)) - [`a041bf8`](https://github.com/argoproj/argo-cd/commit/a041bf80fc7709b804c01925ec78a1b09e003875): feat: allow interpolation of cluster generator values ([#&#8203;9254](https://github.com/argoproj/argo-cd/issues/9254)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`86d0ee6`](https://github.com/argoproj/argo-cd/commit/86d0ee69827a73bb20fd39373112f03d601a7057): feat: allow jq path expressions in diffing customizations ([#&#8203;4320](https://github.com/argoproj/argo-cd/issues/4320)) ([#&#8203;6109](https://github.com/argoproj/argo-cd/issues/6109)) ([@&#8203;jutley](https://github.com/jutley)) - [`bacdced`](https://github.com/argoproj/argo-cd/commit/bacdceda798d989fa85c4cbb580804554df3c9c4): feat: allow no_proxy to be specified on repoCreds ([#&#8203;18526](https://github.com/argoproj/argo-cd/issues/18526)) ([@&#8203;the-technat](https://github.com/the-technat)) - [`f06fc0d`](https://github.com/argoproj/argo-cd/commit/f06fc0d9827ee591e4db4d7a8b8215111e51cdfe): feat: allow per-version kustomize options ([#&#8203;5967](https://github.com/argoproj/argo-cd/issues/5967)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`a17c77e`](https://github.com/argoproj/argo-cd/commit/a17c77e238f44b442020e3779b8284879f5fb7f3): feat: allow selecting application on detail page ([#&#8203;8176](https://github.com/argoproj/argo-cd/issues/8176)) ( <>) - [`205926f`](https://github.com/argoproj/argo-cd/commit/205926fa808a31ccb6be8a11cf1ab0fce285c9a7): feat: allow ssh and http repository references in bitbucketserver webhook [#&#8203;2773](https://github.com/argoproj/argo-cd/issues/2773) ([#&#8203;3036](https://github.com/argoproj/argo-cd/issues/3036)) ([@&#8203;eSamS](https://github.com/eSamS)) - [`abb0c4b`](https://github.com/argoproj/argo-cd/commit/abb0c4b26018643512c283a255f5d51e81613008): feat: allow substitutions in plugin env variables ([#&#8203;6097](https://github.com/argoproj/argo-cd/issues/6097)) ([@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony)) - [`1f4c745`](https://github.com/argoproj/argo-cd/commit/1f4c745f8b4fe0407ceca8118a6d47dca58516ee): feat: allow using env var to set kubectl parallelism limit ([#&#8203;8442](https://github.com/argoproj/argo-cd/issues/8442)) ([#&#8203;9116](https://github.com/argoproj/argo-cd/issues/9116)) ([@&#8203;tomelliff](https://github.com/tomelliff)) - [`62003f0`](https://github.com/argoproj/argo-cd/commit/62003f01520b9855361519041c65671b8df0ed1e): feat: allow webhook settings to be referenced by external secret ([#&#8203;16262](https://github.com/argoproj/argo-cd/issues/16262)) ([@&#8203;MrFreezeex](https://github.com/MrFreezeex)) - [`df7e5ff`](https://github.com/argoproj/argo-cd/commit/df7e5ffd96d63673904c1e8db307f86f47033065): feat: annotation-label tracking method ([#&#8203;7342](https://github.com/argoproj/argo-cd/issues/7342)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`5da0c2e`](https://github.com/argoproj/argo-cd/commit/5da0c2e7274db019b784147c2c1d93929b67daf0): feat: app wait with --degraded ([#&#8203;10139](https://github.com/argoproj/argo-cd/issues/10139)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`bd58788`](https://github.com/argoproj/argo-cd/commit/bd58788a55e41aa1e4711cb1a08e8e73389f8844): feat: appset preserve labels and global preserve fields ([#&#8203;15445](https://github.com/argoproj/argo-cd/issues/15445)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`ca5e4c5`](https://github.com/argoproj/argo-cd/commit/ca5e4c5f7933a91d0ac885cc2ce1601f6a60fcb4): feat: argocd app delete apps by label ([#&#8203;10091](https://github.com/argoproj/argo-cd/issues/10091)) ([#&#8203;10118](https://github.com/argoproj/argo-cd/issues/10118)) ([@&#8203;danielhelfand](https://github.com/danielhelfand)) - [`9211034`](https://github.com/argoproj/argo-cd/commit/9211034cade53bb6e106c173815a9f96d8918c91): feat: argocd app manifests --local ([#&#8203;5525](https://github.com/argoproj/argo-cd/issues/5525)) ([#&#8203;10061](https://github.com/argoproj/argo-cd/issues/10061)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c99fd49`](https://github.com/argoproj/argo-cd/commit/c99fd49ab21fa29c5db90ede6e08524f1b507eb3): feat: argocd cli support fish completion ([#&#8203;18484](https://github.com/argoproj/argo-cd/issues/18484)) ([@&#8203;Sn0rt](https://github.com/Sn0rt)) - [`b89639e`](https://github.com/argoproj/argo-cd/commit/b89639e92160ee6a4d43f5afe36af0d9f09e1e09): feat: argocd-util can now validate RBAC configuration ([#&#8203;4876](https://github.com/argoproj/argo-cd/issues/4876)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`51998e0`](https://github.com/argoproj/argo-cd/commit/51998e0846fb2b192ce5e96eb7f50ff9f54e2647): feat: argocd-util settings resource-overrides list-actions ([#&#8203;3616](https://github.com/argoproj/argo-cd/issues/3616)) ( <>) - [`067dcce`](https://github.com/argoproj/argo-cd/commit/067dcce88deb4ca153c9cae532e434dbe19dce67): feat: auto create namespace ([#&#8203;3976](https://github.com/argoproj/argo-cd/issues/3976)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`4fadd9e`](https://github.com/argoproj/argo-cd/commit/4fadd9e541ee14598d05ccd1fb39f694e68073a7): feat: auto respect rbac for discovery/sync ([#&#8203;14381](https://github.com/argoproj/argo-cd/issues/14381)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`c2b3e74`](https://github.com/argoproj/argo-cd/commit/c2b3e74089d2907ba0606d67d02c42fe09a39f4d): feat: autocompletion for resource shortnames ([#&#8203;7466](https://github.com/argoproj/argo-cd/issues/7466)) ([@&#8203;saumeya](https://github.com/saumeya)) - [`382bbdf`](https://github.com/argoproj/argo-cd/commit/382bbdf03162a88de49e632f0c378ac1506371f8): feat: autosync protection ([#&#8203;3996](https://github.com/argoproj/argo-cd/issues/3996)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`286f98b`](https://github.com/argoproj/argo-cd/commit/286f98ba82a03f6f7989d1d177bb2c2d1609d6e1): feat: autosync protection ([#&#8203;4475](https://github.com/argoproj/argo-cd/issues/4475)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`a3a86f1`](https://github.com/argoproj/argo-cd/commit/a3a86f161e0ed5f0eb027f4239749b579db056d0): feat: better repo path sanitization ([#&#8203;12974](https://github.com/argoproj/argo-cd/issues/12974)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`cf601c9`](https://github.com/argoproj/argo-cd/commit/cf601c96d34b4e9531d4cd9859cb63a213ca5ad2): feat: bundle applicationset-controller with argocd ([#&#8203;8148](https://github.com/argoproj/argo-cd/issues/8148)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`fe3cc72`](https://github.com/argoproj/argo-cd/commit/fe3cc7218caf18276dd6864198783c2ff7c9b064): feat: cache argo cd rbac ([#&#8203;7587](https://github.com/argoproj/argo-cd/issues/7587)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9b32e01`](https://github.com/argoproj/argo-cd/commit/9b32e0110439e5aec1b0171d5f7a3dbd51224535): feat: cache resolved git/helm repository revisions ([#&#8203;6102](https://github.com/argoproj/argo-cd/issues/6102)) ( <>) - [`d0c6280`](https://github.com/argoproj/argo-cd/commit/d0c6280d38e8a6947f2051fc3b4ebf5636f414c1): feat: change annotation format ([#&#8203;7345](https://github.com/argoproj/argo-cd/issues/7345)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`e54e45e`](https://github.com/argoproj/argo-cd/commit/e54e45e1fda9397eb8a7ce3f69cec3c8cac9a0d5): feat: changes git client to resolve semantic versioning tags ([#&#8203;17566](https://github.com/argoproj/argo-cd/issues/17566)) ([@&#8203;thepabloaguilar](https://github.com/thepabloaguilar)) - [`9ddadb0`](https://github.com/argoproj/argo-cd/commit/9ddadb0cece124c579723290daba905c49d12b91): feat: close sliding panel on escape key ([#&#8203;8465](https://github.com/argoproj/argo-cd/issues/8465)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`1dd2821`](https://github.com/argoproj/argo-cd/commit/1dd2821631d3b9cd2a2c6fa610a50b92bf72d461): feat: collect and log hydration commands ([#&#8203;19346](https://github.com/argoproj/argo-cd/issues/19346)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`f0a53cd`](https://github.com/argoproj/argo-cd/commit/f0a53cd132865ffba7d61314fb0756b08753d80d): feat: combine form repo settings page [#&#8203;9167](https://github.com/argoproj/argo-cd/issues/9167) ([#&#8203;9374](https://github.com/argoproj/argo-cd/issues/9374)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`e53ab49`](https://github.com/argoproj/argo-cd/commit/e53ab49cb5f5647973b32fa956170f8db7111340): feat: create cli commands for ApplicationSet ([#&#8203;9584](https://github.com/argoproj/argo-cd/issues/9584)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`da9063b`](https://github.com/argoproj/argo-cd/commit/da9063b4860bc96a7f988e65e30dd37184683e77): feat: dark mode ([#&#8203;4722](https://github.com/argoproj/argo-cd/issues/4722)) ([#&#8203;9703](https://github.com/argoproj/argo-cd/issues/9703)) ([@&#8203;saumeya](https://github.com/saumeya)) - [`12ec99a`](https://github.com/argoproj/argo-cd/commit/12ec99ad01a945e045225e5c239f8ee203e8139a): feat: declarative config for cluster and repo([#&#8203;4734](https://github.com/argoproj/argo-cd/issues/4734)) ([#&#8203;5102](https://github.com/argoproj/argo-cd/issues/5102)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`53a9222`](https://github.com/argoproj/argo-cd/commit/53a9222ad743d109c28e7f37aa3b96a91d3280a8): feat: delete in reverse order of sync waves ([#&#8203;3959](https://github.com/argoproj/argo-cd/issues/3959)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`acfc396`](https://github.com/argoproj/argo-cd/commit/acfc396ac01c2be6cb4f2cdb7cb4581a5c8cf608): feat: dex subcommand logformat/loglevel flags ([#&#8203;8542](https://github.com/argoproj/argo-cd/issues/8542)) ([@&#8203;krrrr38](https://github.com/krrrr38)) - [`80bb21e`](https://github.com/argoproj/argo-cd/commit/80bb21e02a6a386c0594be52f09b4561b5d2939d): feat: diff changes and wait for user confirmation if not confirmed automatically before app sync in cli ([#&#8203;8412](https://github.com/argoproj/argo-cd/issues/8412)) ([@&#8203;rishabh625](https://github.com/rishabh625)) - [`7f2d513`](https://github.com/argoproj/argo-cd/commit/7f2d513426d37051bde36748d65dcf36b040e26d): feat: directory app include/exclude fields in UI ([#&#8203;10880](https://github.com/argoproj/argo-cd/issues/10880)) ([@&#8203;karengineering](https://github.com/karengineering)) - [`9adba69`](https://github.com/argoproj/argo-cd/commit/9adba69e88d382d46f09e142777cd60ef26d844f): feat: disable reconciliation if timeout.reconciliation is set to 0 ([#&#8203;6406](https://github.com/argoproj/argo-cd/issues/6406)) ( <>) - [`a72b262`](https://github.com/argoproj/argo-cd/commit/a72b262b5e43a7d456791086ab02a3169d6c80ae): feat: display auto sync status in application details view ([#&#8203;11200](https://github.com/argoproj/argo-cd/issues/11200)) ([@&#8203;alexef](https://github.com/alexef)) - [`9f47a11`](https://github.com/argoproj/argo-cd/commit/9f47a116219700a46750707fd4d0e5f835404444): feat: display k8s object CREATED_AT time in local time instead of UTC ([#&#8203;4347](https://github.com/argoproj/argo-cd/issues/4347)) ([#&#8203;4383](https://github.com/argoproj/argo-cd/issues/4383)) ([@&#8203;bukbuk1231](https://github.com/bukbuk1231)) - [`817f68a`](https://github.com/argoproj/argo-cd/commit/817f68aeec4c23d11ece4c71ac46872e48ec435d): feat: display sync operation status message on app details page ([#&#8203;3918](https://github.com/argoproj/argo-cd/issues/3918)) ( <>) - [`3a50f8d`](https://github.com/argoproj/argo-cd/commit/3a50f8df812cdff152d31f4965a931ab9d03d8dc): feat: do not include kube-api check in application liveness flow ([#&#8203;4163](https://github.com/argoproj/argo-cd/issues/4163)) ([@&#8203;olegsu](https://github.com/olegsu)) - [`310b40a`](https://github.com/argoproj/argo-cd/commit/310b40aa20f07304d495e4a65020951bc898f38d): feat: downgrade dex to 2.22.0 and revert bug workaround ([#&#8203;3468](https://github.com/argoproj/argo-cd/issues/3468)) ( <>) - [`cb25382`](https://github.com/argoproj/argo-cd/commit/cb25382658e9d3aa98e23c2a22a9b3314e27d462): feat: dynamic rebalancing of clusters across shards ([#&#8203;15036](https://github.com/argoproj/argo-cd/issues/15036)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`a9f009c`](https://github.com/argoproj/argo-cd/commit/a9f009cb10765d6871cbb8e17c5873f5bc0a4a95): feat: e2e for clusters ([#&#8203;7118](https://github.com/argoproj/argo-cd/issues/7118)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`974c2de`](https://github.com/argoproj/argo-cd/commit/974c2de1686521437fa755a180b8d0593e9c0533): feat: enable authn + authz in proxy extension ([#&#8203;11694](https://github.com/argoproj/argo-cd/issues/11694)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`460ecf3`](https://github.com/argoproj/argo-cd/commit/460ecf3ac2e2d56b3f56809cdff7f1711f113cb0): feat: enable gzip compression in Redis by default ([#&#8203;13458](https://github.com/argoproj/argo-cd/issues/13458)) ([#&#8203;13459](https://github.com/argoproj/argo-cd/issues/13459)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`7773021`](https://github.com/argoproj/argo-cd/commit/777302191f4f2671af40445f41fb9bb25655c601): feat: enable metadata to be set on namespaces ([#&#8203;10672](https://github.com/argoproj/argo-cd/issues/10672)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`fcaa8ab`](https://github.com/argoproj/argo-cd/commit/fcaa8abd018bcefc27631c6ea646e67bd9f90bcc): feat: enable specifying root ca for oidc ([#&#8203;6712](https://github.com/argoproj/argo-cd/issues/6712)) ([@&#8203;clive-jevons](https://github.com/clive-jevons)) - [`82e20a4`](https://github.com/argoproj/argo-cd/commit/82e20a4fc9861f6592e5b6b207acd9f7f374554e): feat: enable users to run commands related to Argo Applications in any namespace ([#&#8203;17360](https://github.com/argoproj/argo-cd/issues/17360)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`a8e2fb9`](https://github.com/argoproj/argo-cd/commit/a8e2fb9209d1c38fef89ca8670c5d7310b0c33cc): feat: equality-based and set-based filtering by label keys and values for list, sync, delete and wait App commands ([#&#8203;10548](https://github.com/argoproj/argo-cd/issues/10548)) ([@&#8203;maheshbaliga](https://github.com/maheshbaliga)) - [`52ba423`](https://github.com/argoproj/argo-cd/commit/52ba42389a52806c8b80510b59cc62598507aca1): feat: expose cluster sync retry duration ([#&#8203;8481](https://github.com/argoproj/argo-cd/issues/8481)) ( <>) - [`22e62fe`](https://github.com/argoproj/argo-cd/commit/22e62fe173d55261b8e4db8e05e0ba1f2740f327): feat: expose deep links in UI ([#&#8203;11680](https://github.com/argoproj/argo-cd/issues/11680)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`bc5fb81`](https://github.com/argoproj/argo-cd/commit/bc5fb811d660d8f1b4d47b81035147d5e9409882): feat: expose notification secrets for request payload templating ([#&#8203;16055](https://github.com/argoproj/argo-cd/issues/16055)) ([@&#8203;eroznik](https://github.com/eroznik)) - [`c6d3728`](https://github.com/argoproj/argo-cd/commit/c6d37289c0ce2c5e94c33d917ad3b94ae6b4b706): feat: exposed sync retry options via cli for app create ([#&#8203;5638](https://github.com/argoproj/argo-cd/issues/5638)) ([@&#8203;Shubhama19](https://github.com/Shubhama19)) - [`6e9f28c`](https://github.com/argoproj/argo-cd/commit/6e9f28c00cd9cde45d2c2e99e41ceb796f5eb89d): feat: extensions.js should respect argocd server enable gzip ([#&#8203;12890](https://github.com/argoproj/argo-cd/issues/12890)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`85c114d`](https://github.com/argoproj/argo-cd/commit/85c114d2ef65eb989d4a6f22dede5d8021d678d9): feat: favourite ui feature ([#&#8203;8210](https://github.com/argoproj/argo-cd/issues/8210)) ([@&#8203;saumeya](https://github.com/saumeya)) - [`89f5a71`](https://github.com/argoproj/argo-cd/commit/89f5a71e06f62482577bb5a15a5efa119fcceaf1): feat: filter applications by source repo URL ([#&#8203;5602](https://github.com/argoproj/argo-cd/issues/5602)) ([#&#8203;5603](https://github.com/argoproj/argo-cd/issues/5603)) ([@&#8203;moensch](https://github.com/moensch)) - [`c5d0acf`](https://github.com/argoproj/argo-cd/commit/c5d0acf7ece025c4af4b392ffc6180e3dd639363): feat: forward the Argo CD logged in user to the proxy extension ([#&#8203;19075](https://github.com/argoproj/argo-cd/issues/19075)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`d60e1b2`](https://github.com/argoproj/argo-cd/commit/d60e1b2876c895372a3e971406bea2ea8ae75de0): feat: get cluster connection status from cluster synced time ([#&#8203;3604](https://github.com/argoproj/argo-cd/issues/3604)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`ae3de24`](https://github.com/argoproj/argo-cd/commit/ae3de246fdbf798bd07c2f795a8f0ae584d82cf4): feat: get pod logs ([#&#8203;5311](https://github.com/argoproj/argo-cd/issues/5311)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`f512d21`](https://github.com/argoproj/argo-cd/commit/f512d213cf01a4544e36f0bf5b49b381c88eedc5): feat: global project ([#&#8203;4506](https://github.com/argoproj/argo-cd/issues/4506)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`ae803a2`](https://github.com/argoproj/argo-cd/commit/ae803a2f1e800df172d1252aca316796dd29fc0b): feat: goreman option to exclude ([#&#8203;7080](https://github.com/argoproj/argo-cd/issues/7080)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`be2a01c`](https://github.com/argoproj/argo-cd/commit/be2a01c231e09b9056f115ef10f22f34f0290d9e): feat: grace period for repo errors to prevent aggressive unknown sync state ([#&#8203;16085](https://github.com/argoproj/argo-cd/issues/16085)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`234c7ec`](https://github.com/argoproj/argo-cd/commit/234c7ecdf9f393f144165a904718b322eace758b): feat: gracefully shut down repo-server on SIGTERM ([#&#8203;19309](https://github.com/argoproj/argo-cd/issues/19309)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`07eeddf`](https://github.com/argoproj/argo-cd/commit/07eeddf5f144dc114f7ffe3f8d8ab4283fff77b8): feat: group diff should set resource id use new interface ([#&#8203;7381](https://github.com/argoproj/argo-cd/issues/7381)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`95d9016`](https://github.com/argoproj/argo-cd/commit/95d9016ed41354c721c83ab42b0fd73c2dc393e6): feat: healtcheck for iam.cnrm.cloud.google.com/IAMPolicyMember ([#&#8203;6783](https://github.com/argoproj/argo-cd/issues/6783)) ([@&#8203;romachalm](https://github.com/romachalm)) - [`0e068f5`](https://github.com/argoproj/argo-cd/commit/0e068f5bcc7680ed3130a1e3ab4690b728bdf876): feat: health check for OnePasswordItem ([#&#8203;10690](https://github.com/argoproj/argo-cd/issues/10690)) ([@&#8203;cehoffman](https://github.com/cehoffman)) - [`8d2c9aa`](https://github.com/argoproj/argo-cd/commit/8d2c9aa0ad1206a6a825874898146dd9ea5454cf): feat: health check for compute.cnrm.cloud.google.com/ComputeDisk ([#&#8203;10608](https://github.com/argoproj/argo-cd/issues/10608)) ([@&#8203;vgelot](https://github.com/vgelot)) - [`c0f2bf5`](https://github.com/argoproj/argo-cd/commit/c0f2bf55a7b5c997d8fa15c63bcfde55c9c93b00): feat: health check for openshift DeploymentConfig ([#&#8203;7114](https://github.com/argoproj/argo-cd/issues/7114)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`4f043cc`](https://github.com/argoproj/argo-cd/commit/4f043cc2eb28cc4cdb21fcca5c9ed5dc68e607ff): feat: health check storage.cnrm.cloud.google.com/StorageDefaultObjectAccessControl ([#&#8203;10726](https://github.com/argoproj/argo-cd/issues/10726)) ([@&#8203;vgelot](https://github.com/vgelot)) - [`d6bc02b`](https://github.com/argoproj/argo-cd/commit/d6bc02b1956a375f853e9d5c37d97ee6963154df): feat: health checks for Numaplane CRDs ([#&#8203;19077](https://github.com/argoproj/argo-cd/issues/19077)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`b3c118d`](https://github.com/argoproj/argo-cd/commit/b3c118d4c0b0a8c742667f5a2a04dfb17fac3fe7): feat: ignore status globally ([#&#8203;3754](https://github.com/argoproj/argo-cd/issues/3754)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`3a5b653`](https://github.com/argoproj/argo-cd/commit/3a5b653fb153edff37ca1460ef34d44301bf23a5): feat: implement 'argocd admin appset generate' to troubeshoot appsets ([#&#8203;19518](https://github.com/argoproj/argo-cd/issues/19518)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`d09d25c`](https://github.com/argoproj/argo-cd/commit/d09d25cc2a23d84b0e4431751fa27ee57b24222f): feat: implement 'argocd-util apps get-reconcile-results command' ([#&#8203;3888](https://github.com/argoproj/argo-cd/issues/3888)) ( <>) - [`b2fead6`](https://github.com/argoproj/argo-cd/commit/b2fead6a84c56af17e1ee9d942880c64a2130f2a): feat: implement 'argocd-util cluster stats' command ([#&#8203;5733](https://github.com/argoproj/argo-cd/issues/5733)) ( <>) - [`3c2be61`](https://github.com/argoproj/argo-cd/commit/3c2be618276369c0a9e60a49d9b8151f0136fde7): feat: implement Service Account / Local Users ([#&#8203;3215](https://github.com/argoproj/argo-cd/issues/3215)) ( <>) - [`b524769`](https://github.com/argoproj/argo-cd/commit/b52476971425d396cfd63306d53193a3e9f54df6): feat: implement consistent startup messages for all components ([#&#8203;9800](https://github.com/argoproj/argo-cd/issues/9800)) ([@&#8203;krancour](https://github.com/krancour)) - [`7d277dc`](https://github.com/argoproj/argo-cd/commit/7d277dc042fbde6cb9f7845ecf05034eebf8fe9c): feat: implement include filter for directory settings ([#&#8203;5166](https://github.com/argoproj/argo-cd/issues/5166)) ([@&#8203;MasayaAoyama](https://github.com/MasayaAoyama)) - [`9bc9ff9`](https://github.com/argoproj/argo-cd/commit/9bc9ff9c7a3573742a767c38679cbefb4f07c1c0): feat: implement keda health-checks ([#&#8203;16715](https://github.com/argoproj/argo-cd/issues/16715)) ([@&#8203;parmou](https://github.com/parmou)) - [`34b411c`](https://github.com/argoproj/argo-cd/commit/34b411cca778657d9c4c3590d026562805ec1b68): feat: implement source refs for helm set-file ([#&#8203;17941](https://github.com/argoproj/argo-cd/issues/17941)) ([@&#8203;cardoe](https://github.com/cardoe)) - [`476b09c`](https://github.com/argoproj/argo-cd/commit/476b09cbbf2730927236de39b16067dd2cff8099): feat: improve api-server and controller performance ([#&#8203;3222](https://github.com/argoproj/argo-cd/issues/3222)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`5f4ecf1`](https://github.com/argoproj/argo-cd/commit/5f4ecf1ef25e979be8340c2a022a07f14a88d160): feat: improve cluster info fetch from secret by reducing unnecessary unmarshalling ([#&#8203;7530](https://github.com/argoproj/argo-cd/issues/7530)) ( <>) - [`ebd87b7`](https://github.com/argoproj/argo-cd/commit/ebd87b77eddb4c120685fc9d96ab6d80b7d20026): feat: improve sync logic ([#&#8203;7328](https://github.com/argoproj/argo-cd/issues/7328)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`32ee00f`](https://github.com/argoproj/argo-cd/commit/32ee00f1f494f69cc84d1881dda70ce514e1f737): feat: introduce health checks for MonoVertexRollouts ([#&#8203;19688](https://github.com/argoproj/argo-cd/issues/19688)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`8ee4387`](https://github.com/argoproj/argo-cd/commit/8ee438726877053c9adb1dfc0a8489b30df75681): feat: inversion selection support for the resource filter on sync and wait app commands ([#&#8203;10548](https://github.com/argoproj/argo-cd/issues/10548)) ([@&#8203;maheshbaliga](https://github.com/maheshbaliga)) - [`f5b600d`](https://github.com/argoproj/argo-cd/commit/f5b600d4af1236dd18e6910ea079f36381a3051a): feat: limit the maximum number of concurrent login attempts ([#&#8203;3467](https://github.com/argoproj/argo-cd/issues/3467)) ( <>) - [`cd171bf`](https://github.com/argoproj/argo-cd/commit/cd171bf66bda699fccd076e350318464bcd897be): feat: link path directly to the path in repo ([#&#8203;10568](https://github.com/argoproj/argo-cd/issues/10568)) ([#&#8203;10860](https://github.com/argoproj/argo-cd/issues/10860)) ([@&#8203;nirsht](https://github.com/nirsht)) - [`07f4034`](https://github.com/argoproj/argo-cd/commit/07f4034aaa51554a5e7493e2232734733e0dda2b): feat: lua script for pause/resume action for Deployments ([#&#8203;7293](https://github.com/argoproj/argo-cd/issues/7293)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`212a92c`](https://github.com/argoproj/argo-cd/commit/212a92cdfb7ac830d34d12b955135bb1f68440a2): feat: made Helm v3 the default and removed version auto-detection ([#&#8203;5646](https://github.com/argoproj/argo-cd/issues/5646)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`b1eff1a`](https://github.com/argoproj/argo-cd/commit/b1eff1a7eb9342c7584274a398d9c027ce0db76f): feat: make ARGOCD_GIT_MODULES_ENABLED configurable in argocd-cmd-params ([#&#8203;10931](https://github.com/argoproj/argo-cd/issues/10931)) ([@&#8203;doshianish8](https://github.com/doshianish8)) - [`f9ef32c`](https://github.com/argoproj/argo-cd/commit/f9ef32c75630e2bcb4775b390b46e8e6fa50efb4): feat: make applicationset controller configurable in argocd-cmd-params ([#&#8203;10961](https://github.com/argoproj/argo-cd/issues/10961)) ([@&#8203;toVersus](https://github.com/toVersus)) - [`97d75a6`](https://github.com/argoproj/argo-cd/commit/97d75a61fdaf3cd78b303ff92d1d036c61af98dd): feat: make discovery field optional in plugins ([#&#8203;12073](https://github.com/argoproj/argo-cd/issues/12073)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`f37d24f`](https://github.com/argoproj/argo-cd/commit/f37d24f6d8494f5905bc0485d079ea5070e25a2b): feat: make git requests configurable ([#&#8203;15646](https://github.com/argoproj/argo-cd/issues/15646)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`e0db23b`](https://github.com/argoproj/argo-cd/commit/e0db23b63d0821afe42a240a760a80818b620618): feat: make http client retryable ([#&#8203;6632](https://github.com/argoproj/argo-cd/issues/6632)) ([@&#8203;yujunz](https://github.com/yujunz)) - [`f93d678`](https://github.com/argoproj/argo-cd/commit/f93d678daebcf4c1424d6c309d969cf8150eb4de): feat: make https repo credentials editable in the UI ([#&#8203;9108](https://github.com/argoproj/argo-cd/issues/9108)) ([#&#8203;9782](https://github.com/argoproj/argo-cd/issues/9782)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`aa6aed3`](https://github.com/argoproj/argo-cd/commit/aa6aed3c0491262a47e35cac7e514609c91b7739): feat: max cookie length ([#&#8203;7515](https://github.com/argoproj/argo-cd/issues/7515)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`6262a8c`](https://github.com/argoproj/argo-cd/commit/6262a8c750b27b254c330f9882ff26af7aac672c): feat: merge argocd-util into 'argocd admin' subcommand ([#&#8203;6773](https://github.com/argoproj/argo-cd/issues/6773)) ( <>) - [`0214eb8`](https://github.com/argoproj/argo-cd/commit/0214eb8d92ed24ae309aa479e42e98d4bfcb1e2e): feat: metrics, argocd_app_info adding syncpolicy info, argocd_cluster_info adding clustername ([#&#8203;3411](https://github.com/argoproj/argo-cd/issues/3411)) ([@&#8203;wecger](https://github.com/wecger)) - [`d764cf7`](https://github.com/argoproj/argo-cd/commit/d764cf7597a8e8f78bd484498e66eb5c1659090c): feat: misc UI/UX improvements ([#&#8203;11769](https://github.com/argoproj/argo-cd/issues/11769)) ([@&#8203;alexef](https://github.com/alexef)) - [`4f64f0f`](https://github.com/argoproj/argo-cd/commit/4f64f0f2f2d945452dca42afd2eaa4d1e06faa8d): feat: move basic auth for for Azure DevOps to webhooks lib ([#&#8203;19407](https://github.com/argoproj/argo-cd/issues/19407)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`fe8d47e`](https://github.com/argoproj/argo-cd/commit/fe8d47e0eae9fe5bd9dbcf52ca898fe4b4ba9ce1): feat: move engine code to argoproj/gitops-engine repo ([#&#8203;3599](https://github.com/argoproj/argo-cd/issues/3599)) ( <>) - [`a6c664b`](https://github.com/argoproj/argo-cd/commit/a6c664b2aefc513936e9f56c1a373bdbddcd5727): feat: move watch params to struct ([#&#8203;8819](https://github.com/argoproj/argo-cd/issues/8819)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`e9ae87a`](https://github.com/argoproj/argo-cd/commit/e9ae87ae674e903f6cf0a45c10877997cd68b031): feat: namespace isolation ([#&#8203;2176](https://github.com/argoproj/argo-cd/issues/2176)) ([#&#8203;2839](https://github.com/argoproj/argo-cd/issues/2839)) ( <>) - [`6240ef0`](https://github.com/argoproj/argo-cd/commit/6240ef00e76a8942b2c6e71efc5b48dade28a874): feat: new sync option to use ignore diff configs during sync ([#&#8203;8078](https://github.com/argoproj/argo-cd/issues/8078)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`8a5b345`](https://github.com/argoproj/argo-cd/commit/8a5b34581a7fac37a5ed77a88d72ba816104cb4e): feat: only ask for confirmation when creating argocd-manager service account ([#&#8203;7720](https://github.com/argoproj/argo-cd/issues/7720)) ([@&#8203;oscar-dela](https://github.com/oscar-dela)) - [`497e53b`](https://github.com/argoproj/argo-cd/commit/497e53b0203638409e3083fa2ffac7d8fb3cce14): feat: operation result and history table tests ([#&#8203;8887](https://github.com/argoproj/argo-cd/issues/8887)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`ed6e9e9`](https://github.com/argoproj/argo-cd/commit/ed6e9e92aa2000059198fe71cade5ef9cbdb26b0): feat: option to use cluster-info endpoint for `cluster add` ([#&#8203;12625](https://github.com/argoproj/argo-cd/issues/12625)) ([#&#8203;12649](https://github.com/argoproj/argo-cd/issues/12649)) ([@&#8203;adambkaplan](https://github.com/adambkaplan)) - [`95b38f1`](https://github.com/argoproj/argo-cd/commit/95b38f1db4b435dd22c19b05c9edf83cb2b47c97): feat: parameterized config management plugins ([#&#8203;9135](https://github.com/argoproj/argo-cd/issues/9135)) ([#&#8203;9216](https://github.com/argoproj/argo-cd/issues/9216)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`777ac0b`](https://github.com/argoproj/argo-cd/commit/777ac0b9ba51ca4fe1b31be0a998b7cf9e0dffd6): feat: populate Server field with destination name when destination server is empty ([#&#8203;8609](https://github.com/argoproj/argo-cd/issues/8609)) ([@&#8203;danielhelfand](https://github.com/danielhelfand)) - [`a4a97f0`](https://github.com/argoproj/argo-cd/commit/a4a97f0e421e5a2323dc58ccb132b453ec8911d4): feat: print scoped resources in get proj cmd ([#&#8203;8550](https://github.com/argoproj/argo-cd/issues/8550)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`678d35d`](https://github.com/argoproj/argo-cd/commit/678d35d850f6f23a463472752cf4d05f94261ec7): feat: project destination cli ([#&#8203;7407](https://github.com/argoproj/argo-cd/issues/7407)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`4fd478b`](https://github.com/argoproj/argo-cd/commit/4fd478b271c09645ab8a98169df73c85c45bb954): feat: project-scoped repository credential improvements ([#&#8203;18388](https://github.com/argoproj/argo-cd/issues/18388)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`18e9edc`](https://github.com/argoproj/argo-cd/commit/18e9edccae4bf59e52ea86999dd009c42461b22d): feat: provide short revision in ARGOCD_APP_REVISION_SHORT env variable ([#&#8203;14926](https://github.com/argoproj/argo-cd/issues/14926)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`f5b9704`](https://github.com/argoproj/argo-cd/commit/f5b97042673e246ce98bb5ce530b3a21b6e2977e): feat: prune last ([#&#8203;5199](https://github.com/argoproj/argo-cd/issues/5199)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`2fef0de`](https://github.com/argoproj/argo-cd/commit/2fef0dee73f56e2a5354ebf1b5fb4bcd6b4a63f7): feat: pull request labels exposed in Pull Request generator template ([#&#8203;10204](https://github.com/argoproj/argo-cd/issues/10204)) ([#&#8203;11397](https://github.com/argoproj/argo-cd/issues/11397)) ([@&#8203;maheshbaliga](https://github.com/maheshbaliga)) - [`82433ff`](https://github.com/argoproj/argo-cd/commit/82433ff1a85a8112f003d6f904eedfc04481dcd9): feat: query escape function for notifications ([#&#8203;16343](https://github.com/argoproj/argo-cd/issues/16343)) ([@&#8203;janschumann](https://github.com/janschumann)) - [`0acecad`](https://github.com/argoproj/argo-cd/commit/0acecad8f893d3aa40b2c6ea555b1584424e34cd): feat: reduce redis traffic caused by app resource tree updates in redis ([#&#8203;19722](https://github.com/argoproj/argo-cd/issues/19722)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`2260c79`](https://github.com/argoproj/argo-cd/commit/2260c79d8fe865c8d6ae9408a80e24e60d45ccba): feat: refactor redis-ha NetworkPolicy to include egress rules ([#&#8203;10226](https://github.com/argoproj/argo-cd/issues/10226)) ([@&#8203;34fathombelow](https://github.com/34fathombelow)) - [`0ccd573`](https://github.com/argoproj/argo-cd/commit/0ccd573229cb86e4056fdcc7ce9d0f5c2440a273): feat: regenerate active users token if it is expiring soon ([#&#8203;5629](https://github.com/argoproj/argo-cd/issues/5629)) ( <>) - [`6036e9b`](https://github.com/argoproj/argo-cd/commit/6036e9b4c94123b4e9fbe213fedbb0f9ab54d1e8): feat: remove cluster confirmation ([#&#8203;7602](https://github.com/argoproj/argo-cd/issues/7602)) ([@&#8203;plakyda-codefresh](https://github.com/plakyda-codefresh)) - [`df2d649`](https://github.com/argoproj/argo-cd/commit/df2d6497513630f873dc17452f5ad05aac4188d0): feat: remove ksonnet from codebase ([#&#8203;8621](https://github.com/argoproj/argo-cd/issues/8621)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`f9cbaa3`](https://github.com/argoproj/argo-cd/commit/f9cbaa30fc62e7985f8aac9a8ec5b1628b68f18d): feat: remove rbac when using argocd cluster rm ([#&#8203;8969](https://github.com/argoproj/argo-cd/issues/8969)) ([@&#8203;danielhelfand](https://github.com/danielhelfand)) - [`41db812`](https://github.com/argoproj/argo-cd/commit/41db812474b3f81e02a0ef82761d6d0f006afc34): feat: remove shared repo volume between repo-server and cmp-server ([#&#8203;8600](https://github.com/argoproj/argo-cd/issues/8600)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`e8f63d4`](https://github.com/argoproj/argo-cd/commit/e8f63d45837ae1393c2f33e3598ae2831bcd15e5): feat: remove unnecessary fields from project creation panel ([#&#8203;4742](https://github.com/argoproj/argo-cd/issues/4742)) ( <>) - [`4d8436b`](https://github.com/argoproj/argo-cd/commit/4d8436b7e1ca7da0644d375a99876b033e6abdf0): feat: removed legacy app tracking label ([#&#8203;13203](https://github.com/argoproj/argo-cd/issues/13203)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`bb88a1c`](https://github.com/argoproj/argo-cd/commit/bb88a1c975b43a94da34c4516deaec44f32ac790): feat: rename app identifier ([#&#8203;7251](https://github.com/argoproj/argo-cd/issues/7251)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`c0bcd6b`](https://github.com/argoproj/argo-cd/commit/c0bcd6b255cf16023fefc1df833676361d325fcd): feat: repo list and repo get command + e2e tests ([#&#8203;7108](https://github.com/argoproj/argo-cd/issues/7108)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`a2f97af`](https://github.com/argoproj/argo-cd/commit/a2f97af2e436b386de22abdececd84c1e7dc3bc9): feat: resolve sync window for cluster name also, not only server ([#&#8203;7817](https://github.com/argoproj/argo-cd/issues/7817)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`44520ea`](https://github.com/argoproj/argo-cd/commit/44520ea4794e184cdaaefe3943ed2d009c6b7c85): feat: resource name filter + filter block for resource table view ([#&#8203;7081](https://github.com/argoproj/argo-cd/issues/7081)) ([@&#8203;plakyda-codefresh](https://github.com/plakyda-codefresh)) - [`d7632df`](https://github.com/argoproj/argo-cd/commit/d7632df378577229c8228b6e2d4c8aeeb31e7f7e): feat: respecting rbac for resource exclusions/inclusions proposal ([#&#8203;13479](https://github.com/argoproj/argo-cd/issues/13479)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`fd8ecf4`](https://github.com/argoproj/argo-cd/commit/fd8ecf49b2ad2acc5227c8a899354e39a7b51ea1): feat: restrict egress onredis ([#&#8203;10227](https://github.com/argoproj/argo-cd/issues/10227)) ([@&#8203;34fathombelow](https://github.com/34fathombelow)) - [`b1f979a`](https://github.com/argoproj/argo-cd/commit/b1f979aad643a3794773fa0b0de96a16320854c3): feat: retry option app creation ([#&#8203;7252](https://github.com/argoproj/argo-cd/issues/7252)) ([@&#8203;plakyda-codefresh](https://github.com/plakyda-codefresh)) - [`6905196`](https://github.com/argoproj/argo-cd/commit/6905196665141910100701552ca7ed4702f12ef4): feat: rework prometheus metrics to support richer dashboards ([#&#8203;3254](https://github.com/argoproj/argo-cd/issues/3254)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`9d6ccee`](https://github.com/argoproj/argo-cd/commit/9d6ccee305cc904f165303377d9d928ff2bbef77): feat: rollback should work without id passed [#&#8203;6825](https://github.com/argoproj/argo-cd/issues/6825). ([#&#8203;6877](https://github.com/argoproj/argo-cd/issues/6877)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`3a72786`](https://github.com/argoproj/argo-cd/commit/3a72786c1a783677ba4b30b7577e953c37fafcc5): feat: run refresh from UI in parallel ([#&#8203;15138](https://github.com/argoproj/argo-cd/issues/15138)) ([@&#8203;woehrl01](https://github.com/woehrl01)) - [`dd2900e`](https://github.com/argoproj/argo-cd/commit/dd2900eaebb5f42f42a72f86b801969baa5d2565): feat: scoped repo e2e tests ([#&#8203;7110](https://github.com/argoproj/argo-cd/issues/7110)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`baa0f2e`](https://github.com/argoproj/argo-cd/commit/baa0f2e39c45b86bedc3b3cca0878c0f77253529): feat: selective sync ([#&#8203;3877](https://github.com/argoproj/argo-cd/issues/3877)) ([#&#8203;5347](https://github.com/argoproj/argo-cd/issues/5347)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`95987d8`](https://github.com/argoproj/argo-cd/commit/95987d8bea5ea59f877e24a2bc5d4c891204cbaf): feat: server-side manifest generation for local diff ([#&#8203;8145](https://github.com/argoproj/argo-cd/issues/8145)) ([#&#8203;10019](https://github.com/argoproj/argo-cd/issues/10019)) ([@&#8203;notfromstatefarm](https://github.com/notfromstatefarm)) - [`8014cf3`](https://github.com/argoproj/argo-cd/commit/8014cf3c03d14592016365077c9b2a077b5a9c71): feat: set X-XSS-Protection while serving static content ([#&#8203;5412](https://github.com/argoproj/argo-cd/issues/5412)) ( <>) - [`a454093`](https://github.com/argoproj/argo-cd/commit/a4540939240361f85d2d001686b007818115c953): feat: set cluster command ([#&#8203;9996](https://github.com/argoproj/argo-cd/issues/9996)) ([@&#8203;maheshbaliga](https://github.com/maheshbaliga)) - [`cf7bf14`](https://github.com/argoproj/argo-cd/commit/cf7bf14541d29d40713b9f644760647478b8e104): feat: show app age in application list view ([#&#8203;11209](https://github.com/argoproj/argo-cd/issues/11209)) ([#&#8203;11502](https://github.com/argoproj/argo-cd/issues/11502)) ([@&#8203;alexef](https://github.com/alexef)) - [`99b222c`](https://github.com/argoproj/argo-cd/commit/99b222ce3982d36505b30fb30b441678f1a65616): feat: show cmpv2 plugins in create app wizard ([#&#8203;11615](https://github.com/argoproj/argo-cd/issues/11615)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`17e6ebd`](https://github.com/argoproj/argo-cd/commit/17e6ebdce16c0fc50820c2b9925e23a5a1cc23c4): feat: show difference in repos that exist and that should be changed ([#&#8203;7224](https://github.com/argoproj/argo-cd/issues/7224)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`d315a82`](https://github.com/argoproj/argo-cd/commit/d315a82414e1152856a7fe012f03ada14d6de40b): feat: show sync wave in ui ([#&#8203;8902](https://github.com/argoproj/argo-cd/issues/8902)) ([@&#8203;ciiay](https://github.com/ciiay)) - [`f533ed1`](https://github.com/argoproj/argo-cd/commit/f533ed17f0cefef7cf86f5f27bcb0c1ee7fbeb36): feat: simplify parametrization of Argo CD server processes ([#&#8203;6328](https://github.com/argoproj/argo-cd/issues/6328)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`6a7d79f`](https://github.com/argoproj/argo-cd/commit/6a7d79f8e0d1c583f182cf16b63142506f405923): feat: sort resource list by created_at, add message to AnalysisRun and replicas to ReplicaSet ([#&#8203;10613](https://github.com/argoproj/argo-cd/issues/10613)) ([@&#8203;alexef](https://github.com/alexef)) - [`9e594d4`](https://github.com/argoproj/argo-cd/commit/9e594d495ea955ee00281fb7dca57f1af0f7ecd2): feat: specify listen address from env / command line ([#&#8203;11846](https://github.com/argoproj/argo-cd/issues/11846)) ([@&#8203;eyusupov](https://github.com/eyusupov)) - [`fad9030`](https://github.com/argoproj/argo-cd/commit/fad9030dedb16b93cb5126521ff7de2a577a23e4): feat: split resource.customizations into sub keys ([#&#8203;6060](https://github.com/argoproj/argo-cd/issues/6060)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`691b77f`](https://github.com/argoproj/argo-cd/commit/691b77ff9eb3c6e274debd5f1cba32414416b56b): feat: split yamls ([#&#8203;7595](https://github.com/argoproj/argo-cd/issues/7595)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`3247090`](https://github.com/argoproj/argo-cd/commit/32470908384a1ca3a7abf3331c73d62e13c30543): feat: store "Group Nodes" button state in application details preferences ([#&#8203;8036](https://github.com/argoproj/argo-cd/issues/8036)) ( <>) - [`d500b27`](https://github.com/argoproj/argo-cd/commit/d500b27f1d1e4d0babd94a8ada3b0d44dae086e0): feat: store the name operation initator in the app CRD ([#&#8203;3252](https://github.com/argoproj/argo-cd/issues/3252)) ( <>) - [`6b06571`](https://github.com/argoproj/argo-cd/commit/6b065717c6260c7a23e427491e41d3a85390896d): feat: support 'PrunePropagationPolicy' sync policy in the UI ([#&#8203;5755](https://github.com/argoproj/argo-cd/issues/5755)) ( <>) - [`2126bcf`](https://github.com/argoproj/argo-cd/commit/2126bcf28091ea0912832635fc12dfc75a383edc): feat: support 'helm.sh/resource-policy: keep' helm annotation ([#&#8203;13157](https://github.com/argoproj/argo-cd/issues/13157)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`fb357de`](https://github.com/argoproj/argo-cd/commit/fb357defe3bc1652885cc8cf775d358bf82a21f3): feat: support --inline flag in 'argocd admin app/proj generate-spec' commands ([#&#8203;6804](https://github.com/argoproj/argo-cd/issues/6804)) ( <>) - [`2f16fca`](https://github.com/argoproj/argo-cd/commit/2f16fcad6e788b64b153f0a76ae14031df44b52a): feat: support Knative Serving 1.5 Custom Health Checks ([#&#8203;9719](https://github.com/argoproj/argo-cd/issues/9719)) ([@&#8203;wei840222](https://github.com/wei840222)) - [`6ac9753`](https://github.com/argoproj/argo-cd/commit/6ac9753b63213237d0ab23dbb5c1494351a40bb0): feat: support ability get cluster by name from cli, Closes [#&#8203;6865](https://github.com/argoproj/argo-cd/issues/6865) ([#&#8203;6972](https://github.com/argoproj/argo-cd/issues/6972)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`48291d8`](https://github.com/argoproj/argo-cd/commit/48291d87018ea4078d98456740fc2b1adf5bf3a8): feat: support add plugin env entry from CLI ([#&#8203;4923](https://github.com/argoproj/argo-cd/issues/4923)) ([@&#8203;yujunz](https://github.com/yujunz)) - [`7122b83`](https://github.com/argoproj/argo-cd/commit/7122b83fc346ec2729227405a2f9c2aa84b0bf80): feat: support adding labels and annotations to cluster secret ([#&#8203;7139](https://github.com/argoproj/argo-cd/issues/7139)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`804b11b`](https://github.com/argoproj/argo-cd/commit/804b11b6fe751138a631bbac5c1ac4ed2883b9a1): feat: support application level extensions ([#&#8203;9923](https://github.com/argoproj/argo-cd/issues/9923)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`ad8715c`](https://github.com/argoproj/argo-cd/commit/ad8715cbad4101333e4b8c6f36e52618e6e76e74): feat: support argo-rollouts v0.10 ([#&#8203;4823](https://github.com/argoproj/argo-cd/issues/4823)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`b728505`](https://github.com/argoproj/argo-cd/commit/b728505c9faf65ef81522ef10a4712ecdf396220): feat: support background propagation policy while deleting applications ([#&#8203;5216](https://github.com/argoproj/argo-cd/issues/5216)) ([#&#8203;5524](https://github.com/argoproj/argo-cd/issues/5524)) ([@&#8203;chetan-rns](https://github.com/chetan-rns)) - [`5889bbb`](https://github.com/argoproj/argo-cd/commit/5889bbb3301ed119a892a640c03f280337ef3961): feat: support caching helm repo index ([#&#8203;5661](https://github.com/argoproj/argo-cd/issues/5661)) ( <>) - [`902b6aa`](https://github.com/argoproj/argo-cd/commit/902b6aa9bba108a9abd6cfbb27015e7b4d286322): feat: support custom helm values file schemes ([#&#8203;8535](https://github.com/argoproj/argo-cd/issues/8535)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`cea3c19`](https://github.com/argoproj/argo-cd/commit/cea3c19d625f519411f2ccded68c79928edfbc53): feat: support disabling grpc histogram ([#&#8203;4075](https://github.com/argoproj/argo-cd/issues/4075)) ( <>) - [`1ee126d`](https://github.com/argoproj/argo-cd/commit/1ee126d75b140ce8543af8457ba9f57343ded03a): feat: support disabling manifest generation using config management tools ([#&#8203;8514](https://github.com/argoproj/argo-cd/issues/8514)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`71e4fa3`](https://github.com/argoproj/argo-cd/commit/71e4fa352a425491d9d7752bd7fb3a6d67941a32): feat: support extra attributes for opentelemetry ([#&#8203;15071](https://github.com/argoproj/argo-cd/issues/15071)) ([@&#8203;penglongli](https://github.com/penglongli)) - [`ad1dd82`](https://github.com/argoproj/argo-cd/commit/ad1dd825c66bf14b2c19ba53bac17ad15c38b31b): feat: support fetch refs ([#&#8203;4893](https://github.com/argoproj/argo-cd/issues/4893)) ([@&#8203;yujunz](https://github.com/yujunz)) - [`5fdbe20`](https://github.com/argoproj/argo-cd/commit/5fdbe2057a878a90eb585d0e85614dfa2751f8eb): feat: support generating manifests for the same commit in parallel ([#&#8203;4625](https://github.com/argoproj/argo-cd/issues/4625)) ( <>) - [`cbafc13`](https://github.com/argoproj/argo-cd/commit/cbafc13bddb814f6d3666fd27fd9150a237d0590): feat: support grpc message size as env ([#&#8203;17728](https://github.com/argoproj/argo-cd/issues/17728)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9b4f468`](https://github.com/argoproj/argo-cd/commit/9b4f468f728d44ef4e90d5a1f9cc22c45dd0adc1): feat: support gzip compression for data stored in redis ([#&#8203;10190](https://github.com/argoproj/argo-cd/issues/10190)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`d09bd23`](https://github.com/argoproj/argo-cd/commit/d09bd23cf8a85c185ec8d6a2bf5db3e3a3c87ad9): feat: support gzip compression in api server ([#&#8203;4218](https://github.com/argoproj/argo-cd/issues/4218)) ( <>) - [`86926d7`](https://github.com/argoproj/argo-cd/commit/86926d716a22a8534da2c4e926eaf92b26c3df61): feat: support health check on ClusterIssuer ([#&#8203;12000](https://github.com/argoproj/argo-cd/issues/12000)) ([@&#8203;czchen](https://github.com/czchen)) - [`dd56fc9`](https://github.com/argoproj/argo-cd/commit/dd56fc9e874b84e49fb18e2c600d0e0616eae3bc): feat: support health check on FlinkDeployment ([#&#8203;9300](https://github.com/argoproj/argo-cd/issues/9300)) ([#&#8203;9300](https://github.com/argoproj/argo-cd/issues/9300)) ([@&#8203;czchen](https://github.com/czchen)) - [`6edd18b`](https://github.com/argoproj/argo-cd/commit/6edd18bb89fe3342df18991b6aa1aa59030a5288): feat: support helm3 ([#&#8203;2383](https://github.com/argoproj/argo-cd/issues/2383)) ([#&#8203;3178](https://github.com/argoproj/argo-cd/issues/3178)) ( <>) - [`788613c`](https://github.com/argoproj/argo-cd/commit/788613cb14225566f24531f55176f144efa752bb): feat: support loading extensions in Argo CD UI ([#&#8203;7019](https://github.com/argoproj/argo-cd/issues/7019)) ( <>) - [`1aa898c`](https://github.com/argoproj/argo-cd/commit/1aa898cbb4181fdb69595710f79a396ffd2fcdfa): feat: support log level in cmp plugin, possibility to trace generated manifest ([#&#8203;18851](https://github.com/argoproj/argo-cd/issues/18851)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`58ac345`](https://github.com/argoproj/argo-cd/commit/58ac345f2bd4054a12b4991a8909c56a035867d9): feat: support managing cluster resources in a namespaced mode ([#&#8203;6581](https://github.com/argoproj/argo-cd/issues/6581)) ( <>) - [`58d4068`](https://github.com/argoproj/argo-cd/commit/58d4068f9a0212072818fdc7a08cd8b088475843): feat: support multiple extensions per resource group/kind ([#&#8203;9834](https://github.com/argoproj/argo-cd/issues/9834)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`5448466`](https://github.com/argoproj/argo-cd/commit/5448466ddce497fe63811fc75862e2003f20eed0): feat: support normalizing CRD fields that use known built-in K8S types ([#&#8203;3357](https://github.com/argoproj/argo-cd/issues/3357)) ( <>) - [`09e5b60`](https://github.com/argoproj/argo-cd/commit/09e5b60519b9ee6e793b0766e163ef8ddf449e74): feat: support opentelemetry for grpc tracing ([#&#8203;7539](https://github.com/argoproj/argo-cd/issues/7539)) ( <>) - [`e0d0968`](https://github.com/argoproj/argo-cd/commit/e0d0968b895d60855d1d3b82a4c7e9bd54326460): feat: support overriding default cluster re-sync duration ([#&#8203;4014](https://github.com/argoproj/argo-cd/issues/4014)) ( <>) - [`23d9cf2`](https://github.com/argoproj/argo-cd/commit/23d9cf21a42f5e2ee9adc5895d426b5099dec251): feat: support pod exec terminal logging ([#&#8203;9385](https://github.com/argoproj/argo-cd/issues/9385)) ([@&#8203;smcavallo](https://github.com/smcavallo)) - [`67cbe12`](https://github.com/argoproj/argo-cd/commit/67cbe12f0b861b97e2e7108e4af53d2ad4213b39): feat: support pod exec terminal via websockets ([#&#8203;8905](https://github.com/argoproj/argo-cd/issues/8905)) ( <>) - [`49b7152`](https://github.com/argoproj/argo-cd/commit/49b71522c447da73d9e395de2aabd8d4c5176c3e): feat: support pprof endpoints ([#&#8203;7533](https://github.com/argoproj/argo-cd/issues/7533)) ( <>) - [`47554e4`](https://github.com/argoproj/argo-cd/commit/47554e4c1d0edc99f86332eec70e901c82858c81): feat: support referencing secret in any field of oidc config ([#&#8203;13475](https://github.com/argoproj/argo-cd/issues/13475)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`b9954e5`](https://github.com/argoproj/argo-cd/commit/b9954e55ac5151fd84ee86b9757edd7ee15c097a): feat: support resource actions on CRDs that use status subresources ([#&#8203;4690](https://github.com/argoproj/argo-cd/issues/4690)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`d957ab4`](https://github.com/argoproj/argo-cd/commit/d957ab467ef31599f460eef4536e1e187e8e7333): feat: support resource prune propagation policy ([#&#8203;5743](https://github.com/argoproj/argo-cd/issues/5743)) ( <>) - [`a6399e5`](https://github.com/argoproj/argo-cd/commit/a6399e59e1444e395178be005944e007f8684305): feat: support retrying failed sync attempts ([#&#8203;3997](https://github.com/argoproj/argo-cd/issues/3997)) ( <>) - [`05f5a79`](https://github.com/argoproj/argo-cd/commit/05f5a7992370c54309f99c8cb4e16cd2c027463d): feat: support separate Kustomize version per application ([#&#8203;3414](https://github.com/argoproj/argo-cd/issues/3414)) ( <>) - [`48d46e3`](https://github.com/argoproj/argo-cd/commit/48d46e395f6ac2706188bec2a839c55941bdc310): feat: support specifying cluster by name in addition to API server URL in Cluster API ([#&#8203;8077](https://github.com/argoproj/argo-cd/issues/8077)) ( <>) - [`c49dd8d`](https://github.com/argoproj/argo-cd/commit/c49dd8d383a4f6653d2f806acbec8b41b73ed072): feat: support storing app parameters in .argocd-app.yaml file ([#&#8203;4084](https://github.com/argoproj/argo-cd/issues/4084)) ( <>) - [`60eb2af`](https://github.com/argoproj/argo-cd/commit/60eb2afdde5b41ed60960b9f7537b08eed61a3aa): feat: support swapping direction of truncation on resource names ([#&#8203;8671](https://github.com/argoproj/argo-cd/issues/8671)) ([@&#8203;reginapizza](https://github.com/reginapizza)) - [`6e2ee62`](https://github.com/argoproj/argo-cd/commit/6e2ee623f80b89bf7981c2b8cc20bf84bccb527d): feat: support token revocation ([#&#8203;5477](https://github.com/argoproj/argo-cd/issues/5477)) ( <>) - [`16c6eaf`](https://github.com/argoproj/argo-cd/commit/16c6eaf9ae921c4583cf9fa0257839c7aeec1b47): feat: support user specified account token ids ([#&#8203;3425](https://github.com/argoproj/argo-cd/issues/3425)) ( <>) - [`223335d`](https://github.com/argoproj/argo-cd/commit/223335d96e5bb054d6081c168f53898072bcac3a): feat: support viewing logs of multiple pods in UI ([#&#8203;5469](https://github.com/argoproj/argo-cd/issues/5469)) ( <>) - [`d211113`](https://github.com/argoproj/argo-cd/commit/d2111136c79969cf9b01f748f9b082f826eedb60): feat: system level extensions ([#&#8203;10758](https://github.com/argoproj/argo-cd/issues/10758)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`faa8869`](https://github.com/argoproj/argo-cd/commit/faa8869e91f91500484557c6ebba2065fc9dfdc6): feat: tests for build policy and conditions in app cmd ([#&#8203;8875](https://github.com/argoproj/argo-cd/issues/8875)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`c2e0026`](https://github.com/argoproj/argo-cd/commit/c2e0026de16c2622ddf4c95d0311c321ebd51f3a): feat: tini as ENTRYPOINT and related cosmetics ([#&#8203;12707](https://github.com/argoproj/argo-cd/issues/12707)) ([@&#8203;gczuczy](https://github.com/gczuczy)) - [`f652897`](https://github.com/argoproj/argo-cd/commit/f65289748a6dacc6c1b5e145bb2e7e569353c693): feat: tool for generate argocd resources ([#&#8203;8037](https://github.com/argoproj/argo-cd/issues/8037)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`a731997`](https://github.com/argoproj/argo-cd/commit/a731997c598dcd4c22f185960f843c44c5e64082): feat: tracking method e2e ([#&#8203;7310](https://github.com/argoproj/argo-cd/issues/7310)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`0d68194`](https://github.com/argoproj/argo-cd/commit/0d681942054f26a173dd9dd8d2962fc87b6766ef): feat: tracking method for annotations should be in another format ([#&#8203;7316](https://github.com/argoproj/argo-cd/issues/7316)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`d95e35f`](https://github.com/argoproj/argo-cd/commit/d95e35fcab2f1d6837665b99f3319eac63fbaf5e): feat: turn on grpc-web ([#&#8203;5288](https://github.com/argoproj/argo-cd/issues/5288)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`b0bbfc6`](https://github.com/argoproj/argo-cd/commit/b0bbfc63a90294e1d23aafd29c306538eef7affe): feat: ui resource filter showing count ([#&#8203;7885](https://github.com/argoproj/argo-cd/issues/7885)) ([@&#8203;saumeya](https://github.com/saumeya)) - [`2ba6223`](https://github.com/argoproj/argo-cd/commit/2ba6223b6c48643b0b997b69e1e607615d37708e): feat: update app informer to avoid stale cache ([#&#8203;6372](https://github.com/argoproj/argo-cd/issues/6372)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`bbdbf81`](https://github.com/argoproj/argo-cd/commit/bbdbf81108c5ade54adca766976038789cb45355): feat: update argo-ui ([#&#8203;7323](https://github.com/argoproj/argo-cd/issues/7323)) ([@&#8203;andrii-codefresh](https://github.com/andrii-codefresh)) - [`27e95df`](https://github.com/argoproj/argo-cd/commit/27e95df536c554e1d723a5f974cea0c2dcb4343a): feat: update gitops engine version to get access to sync error ([#&#8203;3609](https://github.com/argoproj/argo-cd/issues/3609)) ( <>) - [`9ff7c0b`](https://github.com/argoproj/argo-cd/commit/9ff7c0b9c7337e1e5010a010d1a8de7793498880): feat: update gitops-engine to v0.5.1 and add additional tuning options ([#&#8203;7917](https://github.com/argoproj/argo-cd/issues/7917)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`e1e0f27`](https://github.com/argoproj/argo-cd/commit/e1e0f27a7bfb5c17ab21d373452a8024f41a6af5): feat: update rollout health check for Argo Rollouts v1.0 and v1.1 ([#&#8203;6380](https://github.com/argoproj/argo-cd/issues/6380)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`25badeb`](https://github.com/argoproj/argo-cd/commit/25badeb7a1e154805340bb7237e0ce671f3772dd): feat: upgrade Kustomize to v5.0.1 ([#&#8203;12299](https://github.com/argoproj/argo-cd/issues/12299)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e5ea3fe`](https://github.com/argoproj/argo-cd/commit/e5ea3fe1fb0b57c8c59d8a06b7d910b9a23aa3e2): feat: upgrade dex to v2.21.0 ([#&#8203;2985](https://github.com/argoproj/argo-cd/issues/2985)) ( <>) - [`acc2369`](https://github.com/argoproj/argo-cd/commit/acc2369dc7fe6f4627b2f7a89bc8cd95065eb37c): feat: upgrade dex to v2.23.0 ([#&#8203;3448](https://github.com/argoproj/argo-cd/issues/3448)) ( <>) - [`b9fefca`](https://github.com/argoproj/argo-cd/commit/b9fefca17b81f716e6cbc83a637077f75bdbdfb1): feat: upgrade dexIDP from 2.36.0 -> 2.37.0 ([#&#8203;14305](https://github.com/argoproj/argo-cd/issues/14305)) ([#&#8203;14310](https://github.com/argoproj/argo-cd/issues/14310)) ([@&#8203;venkatamutyala](https://github.com/venkatamutyala)) - [`2f2f39c`](https://github.com/argoproj/argo-cd/commit/2f2f39c8a6ab377ca72084033d7787d42e3a7108): feat: upgrade gitops engine version ([#&#8203;3624](https://github.com/argoproj/argo-cd/issues/3624)) ( <>) - [`31df9d1`](https://github.com/argoproj/argo-cd/commit/31df9d11a973325f2f9fd11b73e69a4132ae85b6): feat: upgrade helm 3 to v3.2.0; user --insecure-verify-flag ([#&#8203;3514](https://github.com/argoproj/argo-cd/issues/3514)) ( <>) - [`4a6fe4c`](https://github.com/argoproj/argo-cd/commit/4a6fe4cd3147454d9ebb03a1706d02466a3ccc5e): feat: upgrade kustomize to v3.6.1 version ([#&#8203;3696](https://github.com/argoproj/argo-cd/issues/3696)) ( <>) - [`8569105`](https://github.com/argoproj/argo-cd/commit/8569105d812ddc6fbac5b5478c053d331aa0ee34): feat: upgrade kustomize to v3.9.4 and support v3.8.5 breaking change ([#&#8203;5672](https://github.com/argoproj/argo-cd/issues/5672)) ( <>) - [`4ae7013`](https://github.com/argoproj/argo-cd/commit/4ae70139d91ad82adc5b772d7b00b9d30d75d29e): feat: upgrade kustomize version to 3.5.4 ([#&#8203;3472](https://github.com/argoproj/argo-cd/issues/3472)) ( <>) - [`8f2750c`](https://github.com/argoproj/argo-cd/commit/8f2750c532c0d8842c28cc5babb5c015e91d9cdf): feat: upgrade notification engine ([#&#8203;14175](https://github.com/argoproj/argo-cd/issues/14175)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`95ae1c5`](https://github.com/argoproj/argo-cd/commit/95ae1c5d985da70003a722791520ecf54afd550f): feat: upgrade notification engine ([#&#8203;15359](https://github.com/argoproj/argo-cd/issues/15359)) ([@&#8203;mikesplain](https://github.com/mikesplain)) - [`c6d1179`](https://github.com/argoproj/argo-cd/commit/c6d117930768764c87d3f046b81940f897c19388): feat: upgrade redis to 5.0.8-alpine ([#&#8203;3783](https://github.com/argoproj/argo-cd/issues/3783)) ( <>) - [`42d5723`](https://github.com/argoproj/argo-cd/commit/42d572306d252b3ae4b21d3d960fc9d1355c6d5b): feat: use --api-versions during helm chart rendering ([#&#8203;3243](https://github.com/argoproj/argo-cd/issues/3243)) ( <>) - [`a1419c2`](https://github.com/argoproj/argo-cd/commit/a1419c227656854f0e11280ec4a673e5e7f985d8): feat: use RLock and RUnlock for project to improve performance ([#&#8203;6225](https://github.com/argoproj/argo-cd/issues/6225)) ([@&#8203;yujunz](https://github.com/yujunz)) - [`a08282b`](https://github.com/argoproj/argo-cd/commit/a08282bf6bcd7b44ea2dd3ef7fa0e2a77498063e): feat: use oras-go library to enable more complex OCI Helm authentication ([#&#8203;12554](https://github.com/argoproj/argo-cd/issues/12554)) ([@&#8203;alexef](https://github.com/alexef)) - [`a9f03aa`](https://github.com/argoproj/argo-cd/commit/a9f03aa8ccdafc350b96ee90db054b11cad44692): feat: use rate limited queue ([#&#8203;15480](https://github.com/argoproj/argo-cd/issues/15480)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`6d0ba1f`](https://github.com/argoproj/argo-cd/commit/6d0ba1fad7ef4c7ab48f1f829ae2e0a9af485590): feat: wait until resources are deleted [#&#8203;6085](https://github.com/argoproj/argo-cd/issues/6085) ([#&#8203;16733](https://github.com/argoproj/argo-cd/issues/16733)) ([@&#8203;MichaelMorrisEst](https://github.com/MichaelMorrisEst)) - [`4afddf7`](https://github.com/argoproj/argo-cd/commit/4afddf71cce23105b0989a497054c5faa85dfa92): feat: webhook should use 'rename' to copy app manifests of previous commit ([#&#8203;16754](https://github.com/argoproj/argo-cd/issues/16754)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`fdb5ada`](https://github.com/argoproj/argo-cd/commit/fdb5ada06d0a38f3d7aae548f77e98cc08188fbe): fix: Revert "feat: Add health check for HPA ([#&#8203;4915](https://github.com/argoproj/argo-cd/issues/4915))" ([#&#8203;5006](https://github.com/argoproj/argo-cd/issues/5006)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) ##### Bug fixes - [`4c982b2`](https://github.com/argoproj/argo-cd/commit/4c982b22a5e2183723cf7a71825e78d5f0f98325): fix(appset): ArgoCD admin cmd: handle applicationsets RBAC ([#&#8203;11997](https://github.com/argoproj/argo-cd/issues/11997)) ([@&#8203;shuker85](https://github.com/shuker85)) - [`8260465`](https://github.com/argoproj/argo-cd/commit/82604652ee08d1357cc86323d8cb0705d0c6f508): fix(appset): add ApplicationSet ProgressiveSync handling to clean up old appStatus entries when Applications are removed or RollingSync is disabled ([#&#8203;13419](https://github.com/argoproj/argo-cd/issues/13419)) ([@&#8203;wmgroot](https://github.com/wmgroot)) - [`d58b6e6`](https://github.com/argoproj/argo-cd/commit/d58b6e62c27d26cb23cbab24e9c832673f786a34): fix(health): spec.executor.instances is Optional, Support a flexible number of executors ([#&#8203;11877](https://github.com/argoproj/argo-cd/issues/11877)) ([@&#8203;Reamer](https://github.com/Reamer)) - [`68c3372`](https://github.com/argoproj/argo-cd/commit/68c33729ba16d534985d666cbcccc23f1e8758ff): fix(ui): COPY JSON for ArgoCD version should include trailing newline ([#&#8203;5117](https://github.com/argoproj/argo-cd/issues/5117)) ([#&#8203;14917](https://github.com/argoproj/argo-cd/issues/14917)) ([@&#8203;vipinachar](https://github.com/vipinachar)) - [`698712f`](https://github.com/argoproj/argo-cd/commit/698712f3961e8fe9a01bb12ddf43f3f7e1f01d1d): fix: Make gpg watcher re-creation more robust ([#&#8203;4580](https://github.com/argoproj/argo-cd/issues/4580)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`44dccdb`](https://github.com/argoproj/argo-cd/commit/44dccdbba0359eabec4d838cf0a31a43dcbd659b): fix: run argo-cd repo server as non-root with read-only-root-fs ([#&#8203;5814](https://github.com/argoproj/argo-cd/issues/5814)) ([@&#8203;sbose78](https://github.com/sbose78)) - [`e0c07b8`](https://github.com/argoproj/argo-cd/commit/e0c07b8027ec181a792174eca998bebef01d0a61): [#&#8203;7144](https://github.com/argoproj/argo-cd/issues/7144) fix: add custom volume as Helm working dir ([#&#8203;7162](https://github.com/argoproj/argo-cd/issues/7162)) ([@&#8203;irizzant](https://github.com/irizzant)) - [`e457dd6`](https://github.com/argoproj/argo-cd/commit/e457dd6f6cb31529f510af464d0a7864ecbdfc06): Bug fix: set 'Version' field while saving application resources tree ([#&#8203;1268](https://github.com/argoproj/argo-cd/issues/1268)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`2742ead`](https://github.com/argoproj/argo-cd/commit/2742ead047b811e37d569ede0b93dd1984ce74e9): Bugfix: Ensure we have a valid hostname when adding certificates ([#&#8203;2064](https://github.com/argoproj/argo-cd/issues/2064)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`0183aac`](https://github.com/argoproj/argo-cd/commit/0183aac005570eb76adf05b62e6b61fe2c019569): Revert "fix(appset): keep reconciling even when params error occurred ([#&#8203;17062](https://github.com/argoproj/argo-cd/issues/17062))" ([#&#8203;18781](https://github.com/argoproj/argo-cd/issues/18781)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`20d5673`](https://github.com/argoproj/argo-cd/commit/20d56730ffa78630e3c9ee57e635baecc509a991): Revert "fix: Text overflow when the application status panel item was too big ([#&#8203;3460](https://github.com/argoproj/argo-cd/issues/3460))" ([#&#8203;3530](https://github.com/argoproj/argo-cd/issues/3530)) ( <>) - [`fa5ce09`](https://github.com/argoproj/argo-cd/commit/fa5ce09533ea86a253e84056463abcb897dc01d8): Revert "fix: interpolate gen fix ([#&#8203;12716](https://github.com/argoproj/argo-cd/issues/12716)) ([#&#8203;13061](https://github.com/argoproj/argo-cd/issues/13061))" ([#&#8203;13666](https://github.com/argoproj/argo-cd/issues/13666)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3e64384`](https://github.com/argoproj/argo-cd/commit/3e643843ddb7bd3ae9c46da31e6b8f987fcdcdf1): chore: Revert "fix: Replace antonmedv/expr with expr-lang/expr" ([#&#8203;16027](https://github.com/argoproj/argo-cd/issues/16027)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`6de5516`](https://github.com/argoproj/argo-cd/commit/6de5516da1d328160462b6dfb644ad01e66778dd): fix!: added security contexts in manifests to secure argocd component configurations ([#&#8203;9087](https://github.com/argoproj/argo-cd/issues/9087)) ([@&#8203;rishabh625](https://github.com/rishabh625)) - [`ac47a42`](https://github.com/argoproj/argo-cd/commit/ac47a42a8438e92f181fd2265e7548de1c1fad99): fix!: enforce app create/update privileges when getting repo details ([#&#8203;8558](https://github.com/argoproj/argo-cd/issues/8558)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`6dc559a`](https://github.com/argoproj/argo-cd/commit/6dc559a3e58c58d6cbb6419ef08c984d43057854): fix(AnyNameSpaceRegex): Additional Functions Glob to Regexexp ([#&#8203;19516](https://github.com/argoproj/argo-cd/issues/19516)) ([@&#8203;ArthurVardevanyan](https://github.com/ArthurVardevanyan)) - [`a6d8a01`](https://github.com/argoproj/argo-cd/commit/a6d8a01c0725dad431a69d28671d8f7ce41d4404): fix(action): Add missing owner refs and annotation to create-job action ([#&#8203;16607](https://github.com/argoproj/argo-cd/issues/16607)) ([@&#8203;afrancis101](https://github.com/afrancis101)) - [`397063f`](https://github.com/argoproj/argo-cd/commit/397063fea4d08d08fec7f63339d8e65058db3d69): fix(action): Add validation for Kustomize Build Options white space ([#&#8203;16704](https://github.com/argoproj/argo-cd/issues/16704)) ([@&#8203;sergeylanzman](https://github.com/sergeylanzman)) - [`faaa302`](https://github.com/argoproj/argo-cd/commit/faaa302fac9605f1cb0f3a11c1eadb3cd27eea40): fix(action): copy metadata on create-job action ([#&#8203;14232](https://github.com/argoproj/argo-cd/issues/14232)) ([#&#8203;14233](https://github.com/argoproj/argo-cd/issues/14233)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`b44400f`](https://github.com/argoproj/argo-cd/commit/b44400fa00fa73c8470b359e4f60948fe86bd472): fix(action): populate all fields of Job from CronJob ([#&#8203;15259](https://github.com/argoproj/argo-cd/issues/15259)) ([#&#8203;15727](https://github.com/argoproj/argo-cd/issues/15727)) ([@&#8203;SergeyLadutko](https://github.com/SergeyLadutko)) - [`e7ad4fb`](https://github.com/argoproj/argo-cd/commit/e7ad4fbc04d2d868379e1a0e742afba0c3ee4bfb): fix(actions): check if CronWorkflow has labels in create-workflow action ([#&#8203;14962](https://github.com/argoproj/argo-cd/issues/14962)) ([#&#8203;14974](https://github.com/argoproj/argo-cd/issues/14974)) ([@&#8203;mcanevet](https://github.com/mcanevet)) - [`852f744`](https://github.com/argoproj/argo-cd/commit/852f744265cbd2ee17f785306223890966ac43ef): fix(api): respect all allowed audiences, regardless of check order ([#&#8203;17876](https://github.com/argoproj/argo-cd/issues/17876)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`208852c`](https://github.com/argoproj/argo-cd/commit/208852c4def4ab2fa6bdf2ceaa70e8bd1168d735): fix(api): return 404 when the app is not found if a project is specified ([#&#8203;13393](https://github.com/argoproj/argo-cd/issues/13393)) ([#&#8203;13394](https://github.com/argoproj/argo-cd/issues/13394)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`922abef`](https://github.com/argoproj/argo-cd/commit/922abefc8133ac1e2b047341254ce349042e8c81): fix(api): use arrays instead of map to display ApplicationManifetQuery fields in swagger ([#&#8203;17804](https://github.com/argoproj/argo-cd/issues/17804)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`97727cb`](https://github.com/argoproj/argo-cd/commit/97727cbb59348a81c97ea18e1e50d4443a88eb13): fix(appcontroller): Uptake fix in gitops engine which fixes application sync with auto create ns and server side apply ([#&#8203;16942](https://github.com/argoproj/argo-cd/issues/16942)) ([@&#8203;anandf](https://github.com/anandf)) - [`8a2e0ba`](https://github.com/argoproj/argo-cd/commit/8a2e0ba26d1c971041abe03ddaa44b8da10cc932): fix(applicationset): cannot validate inherited project permissions ([#&#8203;9298](https://github.com/argoproj/argo-cd/issues/9298)) ([#&#8203;15026](https://github.com/argoproj/argo-cd/issues/15026)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`67776ad`](https://github.com/argoproj/argo-cd/commit/67776ad864dd7142a6e28533733849036791e272): fix(applicationset): ensure that older applicationStatus is updated with new required values ([#&#8203;19165](https://github.com/argoproj/argo-cd/issues/19165)) ([@&#8203;wparr-circle](https://github.com/wparr-circle)) - [`a1c9d6b`](https://github.com/argoproj/argo-cd/commit/a1c9d6bb044465ea6b0068ff2dfae820b6b7249d): fix(applicationset): git generator ignores empty files ([#&#8203;15661](https://github.com/argoproj/argo-cd/issues/15661)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`8107303`](https://github.com/argoproj/argo-cd/commit/810730339828c2383023d9d8b45dd90b62b88ef1): fix(applicationset): prevent applicationset progressive sync from stalling in pending ([#&#8203;17296](https://github.com/argoproj/argo-cd/issues/17296)) ([@&#8203;wparr-circle](https://github.com/wparr-circle)) - [`202001a`](https://github.com/argoproj/argo-cd/commit/202001ac24f4d598a665cec46f66142e13fc52fe): fix(applicationset): provide nameNormalized template param for local cluster ([#&#8203;9728](https://github.com/argoproj/argo-cd/issues/9728)) ([@&#8203;lacarvalho91](https://github.com/lacarvalho91)) - [`5515cde`](https://github.com/argoproj/argo-cd/commit/5515cde64b7978246b0e9cbf44cfc66b68b6b89c): fix(applicationset): support webhook with matrix interpolation ([#&#8203;9931](https://github.com/argoproj/argo-cd/issues/9931)) ([#&#8203;10236](https://github.com/argoproj/argo-cd/issues/10236)) ([@&#8203;sboschman](https://github.com/sboschman)) - [`30a1623`](https://github.com/argoproj/argo-cd/commit/30a1623e38623c3f7cdcbbd2d7fc744991a33382): fix(applicationset): use requeue after if generate app errors out ([#&#8203;18761](https://github.com/argoproj/argo-cd/issues/18761)) ([@&#8203;MrFreezeex](https://github.com/MrFreezeex)) - [`9179835`](https://github.com/argoproj/argo-cd/commit/9179835ec1995d089a0c6938f459b8c637906eef): fix(appset): Always remove ownerReferences when appset policy doesn't allow app's deletion ([#&#8203;12172](https://github.com/argoproj/argo-cd/issues/12172)) ([#&#8203;16506](https://github.com/argoproj/argo-cd/issues/16506)) ([@&#8203;mikutas](https://github.com/mikutas)) - [`4b06175`](https://github.com/argoproj/argo-cd/commit/4b06175dd99e8b3c0092d6059f850a0f5f84a1c9): fix(appset): Apply nested matrix and merge generator's generator selectors ([#&#8203;11984](https://github.com/argoproj/argo-cd/issues/11984)) ([@&#8203;Roshick](https://github.com/Roshick)) - [`7408292`](https://github.com/argoproj/argo-cd/commit/7408292bb058fcb1feb62b27cc7b348b2a4b2c68): fix(appset): Don't use revision cache when reconciling after webhook ([#&#8203;16062](https://github.com/argoproj/argo-cd/issues/16062)) ([#&#8203;16241](https://github.com/argoproj/argo-cd/issues/16241)) ([@&#8203;dhruvang1](https://github.com/dhruvang1)) - [`0a97c22`](https://github.com/argoproj/argo-cd/commit/0a97c228e1ba3dcc1a2d7f9af514a643abdd118a): fix(appset): Fix helm valuesObject with ApplicationSet ([#&#8203;14912](https://github.com/argoproj/argo-cd/issues/14912)) ([#&#8203;14920](https://github.com/argoproj/argo-cd/issues/14920)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`3c9a1ec`](https://github.com/argoproj/argo-cd/commit/3c9a1ec9dd8699473a3f806ba9f732efadd2f9a8): fix(appset): Fix name conflict in appset controller ([#&#8203;16207](https://github.com/argoproj/argo-cd/issues/16207)) ([#&#8203;16222](https://github.com/argoproj/argo-cd/issues/16222)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`42c001d`](https://github.com/argoproj/argo-cd/commit/42c001dd1495c5ee1feea283558ac8e6e58fb722): fix(appset): Fix perpetual appset reconciliation ([#&#8203;19822](https://github.com/argoproj/argo-cd/issues/19822)) ([@&#8203;tjamet](https://github.com/tjamet)) - [`e97a4f9`](https://github.com/argoproj/argo-cd/commit/e97a4f9b10178e01723bbc585291bacbffd532dd): fix(appset): Matrix Generator Override not Working for Booleans ([#&#8203;14498](https://github.com/argoproj/argo-cd/issues/14498)) ([#&#8203;14573](https://github.com/argoproj/argo-cd/issues/14573)) ([@&#8203;alexbde](https://github.com/alexbde)) - [`74839c8`](https://github.com/argoproj/argo-cd/commit/74839c88214605918e9fc47a63ff9fdfd3651aa0): fix(appset): Post selector with Go templates in ApplicationSet ([#&#8203;13584](https://github.com/argoproj/argo-cd/issues/13584)) ([@&#8203;m13t](https://github.com/m13t)) - [`71bbdcc`](https://github.com/argoproj/argo-cd/commit/71bbdccacf99dba1a71ce74d86991d9a704eed61): fix(appset): Retry on conflict when updating status ([#&#8203;19663](https://github.com/argoproj/argo-cd/issues/19663)) ([@&#8203;carlosrejano](https://github.com/carlosrejano)) - [`75b438a`](https://github.com/argoproj/argo-cd/commit/75b438a27884bea61bda1cfe3d00d0781ba1d279): fix(appset): Revert applicationset-name labels ([#&#8203;15324](https://github.com/argoproj/argo-cd/issues/15324)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`c5d5cdb`](https://github.com/argoproj/argo-cd/commit/c5d5cdb31a4b5df312dd4e21aa20fdf26ccf2168): fix(appset): Use case insensitive comparison of repo details in appset webhook handler ([#&#8203;16503](https://github.com/argoproj/argo-cd/issues/16503)) ([#&#8203;16504](https://github.com/argoproj/argo-cd/issues/16504)) ([@&#8203;SG60](https://github.com/SG60)) - [`e6200ca`](https://github.com/argoproj/argo-cd/commit/e6200cae12b0a9d82df9bb0e82a970dbe3716700): fix(appset): add debug logs around deleting ownerReferences and add warning docs about policy behavior ([#&#8203;18006](https://github.com/argoproj/argo-cd/issues/18006)) ([@&#8203;mikutas](https://github.com/mikutas)) - [`43fe01a`](https://github.com/argoproj/argo-cd/commit/43fe01a113c35db31c3110c03d5f3be344a43ecb): fix(appset): add option to disable SCM providers entirely ([#&#8203;14246](https://github.com/argoproj/argo-cd/issues/14246)) ([#&#8203;15248](https://github.com/argoproj/argo-cd/issues/15248)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e0bae9f`](https://github.com/argoproj/argo-cd/commit/e0bae9f1c09b7cae86fa080dbe642adf0fb705e5): fix(appset): allow cluster urls to be matched ([#&#8203;13715](https://github.com/argoproj/argo-cd/issues/13715)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`01874d6`](https://github.com/argoproj/argo-cd/commit/01874d64de35f68649eb42303cbd6945e26cae2f): fix(appset): allow for shorthand git refs in git generators [#&#8203;15427](https://github.com/argoproj/argo-cd/issues/15427) ([#&#8203;19783](https://github.com/argoproj/argo-cd/issues/19783)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`ab9c29c`](https://github.com/argoproj/argo-cd/commit/ab9c29c2ba2ab0461479ae737bcb1b1f18372114): fix(appset): bitbucket server scm provider EOF on empty repo ([#&#8203;14411](https://github.com/argoproj/argo-cd/issues/14411)) ([@&#8203;jjsiv](https://github.com/jjsiv)) - [`28ef096`](https://github.com/argoproj/argo-cd/commit/28ef0961b34f098eb6b7631ecc65f0a3a42ff85f): fix(appset): don't emit k8s events for unchanged apps, log at debug ([#&#8203;15659](https://github.com/argoproj/argo-cd/issues/15659)) ([#&#8203;15660](https://github.com/argoproj/argo-cd/issues/15660)) ([@&#8203;ericblackburn](https://github.com/ericblackburn)) - [`aa5fd43`](https://github.com/argoproj/argo-cd/commit/aa5fd4379c2ee9fdba46f62d74e93d1ed0acf6d6): fix(appset): git files generator in matrix generator produces no params ([#&#8203;12881](https://github.com/argoproj/argo-cd/issues/12881)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`fafee48`](https://github.com/argoproj/argo-cd/commit/fafee48b3c208c6f5f9de89cd4cb83caf87d4c01): fix(appset): handle templating of raw JSON fields ([#&#8203;12947](https://github.com/argoproj/argo-cd/issues/12947)) ([#&#8203;12949](https://github.com/argoproj/argo-cd/issues/12949)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`793a818`](https://github.com/argoproj/argo-cd/commit/793a818281ddd5fb74cb737cc5df06828ddc9865): fix(appset): handles a race condition where RollingSync does not properly detect a successful sync ([#&#8203;13926](https://github.com/argoproj/argo-cd/issues/13926)) ([@&#8203;wmgroot](https://github.com/wmgroot)) - [`28edaf5`](https://github.com/argoproj/argo-cd/commit/28edaf58b03d5b595d56084503661f69a2b5ad1e): fix(appset): ignoreApplicationDifferences not working ([#&#8203;15965](https://github.com/argoproj/argo-cd/issues/15965)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3cdce83`](https://github.com/argoproj/argo-cd/commit/3cdce8300ce6fbeca9d80ceca4ab97b9469d0063): fix(appset): informer is not a kubernetes informer ([#&#8203;18905](https://github.com/argoproj/argo-cd/issues/18905)) ([#&#8203;19618](https://github.com/argoproj/argo-cd/issues/19618)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`86369ca`](https://github.com/argoproj/argo-cd/commit/86369ca71d73901a3ae88c4e5e36a19de75ec618): fix(appset): keep reconciling even when params error occurred ([#&#8203;17062](https://github.com/argoproj/argo-cd/issues/17062)) ([@&#8203;similark](https://github.com/similark)) - [`5dd6020`](https://github.com/argoproj/argo-cd/commit/5dd6020dda1ba303a6c3de70f95d172de55c144e): fix(appset): migrateStatus updates appset pointer after updating ([#&#8203;19619](https://github.com/argoproj/argo-cd/issues/19619)) ([@&#8203;carlosrejano](https://github.com/carlosrejano)) - [`a47243a`](https://github.com/argoproj/argo-cd/commit/a47243a93500806ad8e0986f775de154e722f4a8): fix(appset): missing permissions ([#&#8203;18829](https://github.com/argoproj/argo-cd/issues/18829)) ([#&#8203;18943](https://github.com/argoproj/argo-cd/issues/18943)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`ed14baa`](https://github.com/argoproj/argo-cd/commit/ed14baab81347f8362cad6233d076ad95f97bc7a): fix(appset): missing permissions for cluster install ([#&#8203;19059](https://github.com/argoproj/argo-cd/issues/19059)) ([#&#8203;19430](https://github.com/argoproj/argo-cd/issues/19430)) ([@&#8203;hodorov](https://github.com/hodorov)) - [`b90f3bc`](https://github.com/argoproj/argo-cd/commit/b90f3bc774b05fc71a1f3cb8803eb66bfd20e5a7): fix(appset): normalize app spec before applying ([#&#8203;14481](https://github.com/argoproj/argo-cd/issues/14481)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`614a253`](https://github.com/argoproj/argo-cd/commit/614a2531b0177b63d8887751fbe1f086dd416581): fix(appset): performProgressiveSyncs only when the applicationset is using it ([#&#8203;15299](https://github.com/argoproj/argo-cd/issues/15299)) ([@&#8203;ericblackburn](https://github.com/ericblackburn)) - [`30ff2e5`](https://github.com/argoproj/argo-cd/commit/30ff2e59e0dd6f54f0d239ff3c0a588ebfbe59fd): fix(appset): prevent app deletion according to appset policy ([#&#8203;12172](https://github.com/argoproj/argo-cd/issues/12172)) ([#&#8203;15903](https://github.com/argoproj/argo-cd/issues/15903)) ([@&#8203;mikutas](https://github.com/mikutas)) - [`42c2349`](https://github.com/argoproj/argo-cd/commit/42c2349d7c79131a0212c5a583d1b736eb92d17d): fix(appset): remove cache references ([#&#8203;19647](https://github.com/argoproj/argo-cd/issues/19647)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`d49d2ae`](https://github.com/argoproj/argo-cd/commit/d49d2aef16510b9b3303d64cf64e1b79d3121334): fix(appset): return error on invalid annotations ([#&#8203;13743](https://github.com/argoproj/argo-cd/issues/13743)) ([@&#8203;raxod502-plaid](https://github.com/raxod502-plaid)) - [`505f77a`](https://github.com/argoproj/argo-cd/commit/505f77acd1fc5214af5fd9e042a84ac88cd0692c): fix(appset): typo in ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS ([#&#8203;14902](https://github.com/argoproj/argo-cd/issues/14902)) ([#&#8203;14913](https://github.com/argoproj/argo-cd/issues/14913)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`b2a52de`](https://github.com/argoproj/argo-cd/commit/b2a52de80609fb3fe737efff4247931d424013a7): fix(appset): use topics for Gitlab SCM Provider ([#&#8203;13169](https://github.com/argoproj/argo-cd/issues/13169)) ([#&#8203;13170](https://github.com/argoproj/argo-cd/issues/13170)) ([@&#8203;tillepille](https://github.com/tillepille)) - [`5a2097d`](https://github.com/argoproj/argo-cd/commit/5a2097d9e3d96b32be7f78913c4d2058fc7a7835): fix(appsets): gotemplate can cause panic from nil dereference ([#&#8203;15377](https://github.com/argoproj/argo-cd/issues/15377)) ([#&#8203;15378](https://github.com/argoproj/argo-cd/issues/15378)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`1453dc4`](https://github.com/argoproj/argo-cd/commit/1453dc4c34a5d700f95847ea7a16520f2291cbd4): fix(ci): codecov ([#&#8203;18335](https://github.com/argoproj/argo-cd/issues/18335)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`55713b3`](https://github.com/argoproj/argo-cd/commit/55713b3474b0591394ad3e1d6abde452db035d9f): fix(ci): correct helm checksum path ([#&#8203;17081](https://github.com/argoproj/argo-cd/issues/17081)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3557ec5`](https://github.com/argoproj/argo-cd/commit/3557ec57dc87b2570cf9beaaf8b07bb419883a45): fix(ci): do not fail fast on e2e test failures ([#&#8203;15694](https://github.com/argoproj/argo-cd/issues/15694)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`a934772`](https://github.com/argoproj/argo-cd/commit/a934772778a041f52675158bedc5a8d3cc313fc2): fix(ci): free up disk space ([#&#8203;15683](https://github.com/argoproj/argo-cd/issues/15683)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`b40d8cb`](https://github.com/argoproj/argo-cd/commit/b40d8cb55eaf656ea18195055e220f8d726eefca): fix(ci): misplaced config option ([#&#8203;15698](https://github.com/argoproj/argo-cd/issues/15698)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c4756c5`](https://github.com/argoproj/argo-cd/commit/c4756c53e1eaaca1e53515552a424f6a9cb980e0): fix(ci): run codegen for docs changes ([#&#8203;18536](https://github.com/argoproj/argo-cd/issues/18536)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`dbc48f3`](https://github.com/argoproj/argo-cd/commit/dbc48f372cf3463e27f0b90f01e6788076c13b2f): fix(ci): unstable integration test ([#&#8203;15976](https://github.com/argoproj/argo-cd/issues/15976)) ([@&#8203;naruse666](https://github.com/naruse666)) - [`ff1d37f`](https://github.com/argoproj/argo-cd/commit/ff1d37fae65669627fae1652e35c06bee1b05e48): fix(ci): use commit hash instead of release number in security insights ([#&#8203;18718](https://github.com/argoproj/argo-cd/issues/18718)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`496ac5e`](https://github.com/argoproj/argo-cd/commit/496ac5e2943d1cc7768a1680ec70a5014674300f): fix(cli): ARGOCD_OPTS supports --header and other parameters ([#&#8203;17553](https://github.com/argoproj/argo-cd/issues/17553)) ([@&#8203;Young-Zen](https://github.com/Young-Zen)) - [`c200d0c`](https://github.com/argoproj/argo-cd/commit/c200d0c7646ed6b327d6db686f456c24cf095aeb): fix(cli): Do not error out with no errors ([#&#8203;15688](https://github.com/argoproj/argo-cd/issues/15688)) ([@&#8203;gczuczy](https://github.com/gczuczy)) - [`d7a70bf`](https://github.com/argoproj/argo-cd/commit/d7a70bfc6f69ea211aae0e05e95cadae975ac2b6): fix(cli): Fix local diff/sync of apps using cluster name ([#&#8203;4201](https://github.com/argoproj/argo-cd/issues/4201)) ([@&#8203;maxbrunet](https://github.com/maxbrunet)) - [`6db9186`](https://github.com/argoproj/argo-cd/commit/6db9186b5858ca2047af6af6219201de6f6e09f3): fix(cli): Get Redis password from secret in `loadClusters()` ([#&#8203;18951](https://github.com/argoproj/argo-cd/issues/18951)) ([@&#8203;david-wu-octopus](https://github.com/david-wu-octopus)) - [`aa2bafd`](https://github.com/argoproj/argo-cd/commit/aa2bafd8128122b2c81b01c910761e51a6466a20): fix(cli): `admin settings rbac can` has inconsistency among project resources ([#&#8203;17805](https://github.com/argoproj/argo-cd/issues/17805)) ([@&#8203;hanxiaop](https://github.com/hanxiaop)) - [`af270ad`](https://github.com/argoproj/argo-cd/commit/af270add89782e56ce13db2a2adf6cefbbea2e55): fix(cli): `argo app diff` passes --api-versions to helm template ([#&#8203;8371](https://github.com/argoproj/argo-cd/issues/8371)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`23959ca`](https://github.com/argoproj/argo-cd/commit/23959ca1f739cb53e3841d119a9f7678aa799f4d): fix(cli): `argocd admin settings resource-overrides health` to not ignore wildard customizations ([#&#8203;16461](https://github.com/argoproj/argo-cd/issues/16461)) ([@&#8203;flux-ricky](https://github.com/flux-ricky)) - [`381fed5`](https://github.com/argoproj/argo-cd/commit/381fed5c351ea48366e310c6a95b4d26ec8f0258): fix(cli): add `redis-compress` flag to `argocd admin dashboard` command ([#&#8203;13055](https://github.com/argoproj/argo-cd/issues/13055)) ([#&#8203;13056](https://github.com/argoproj/argo-cd/issues/13056)) ([@&#8203;aborilov](https://github.com/aborilov)) - [`c141436`](https://github.com/argoproj/argo-cd/commit/c14143635ca85a08b2bd3a5f73839a924a4c0a39): fix(cli): add optional password setting for headless redis client ([#&#8203;19035](https://github.com/argoproj/argo-cd/issues/19035)) ([#&#8203;19039](https://github.com/argoproj/argo-cd/issues/19039)) ([@&#8203;sheikhrachel](https://github.com/sheikhrachel)) - [`8a0bf41`](https://github.com/argoproj/argo-cd/commit/8a0bf41863bafbd8d81c6a97491b0501042e34ac): fix(cli): add support for Application in any namespace for `app delete` cmd ([#&#8203;16898](https://github.com/argoproj/argo-cd/issues/16898)) ([@&#8203;SergK](https://github.com/SergK)) - [`256c2ae`](https://github.com/argoproj/argo-cd/commit/256c2ae5dc7f1df90a78e57ece4c9b94e0501150): fix(cli): add support for Application in any namespace for app wait ([#&#8203;16812](https://github.com/argoproj/argo-cd/issues/16812)) ([#&#8203;16816](https://github.com/argoproj/argo-cd/issues/16816)) ([@&#8203;SergK](https://github.com/SergK)) - [`7317d6d`](https://github.com/argoproj/argo-cd/commit/7317d6db33afd5f8c1108c5a95885590e9159ff4): fix(cli): add support for components with non-default names ([#&#8203;10200](https://github.com/argoproj/argo-cd/issues/10200)) ([#&#8203;14605](https://github.com/argoproj/argo-cd/issues/14605)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`6f5d5ca`](https://github.com/argoproj/argo-cd/commit/6f5d5ca8101ebac827246679dd46eb3bbb4f8f0e): fix(cli): allow argocd cli app command for multi source apps ([#&#8203;14256](https://github.com/argoproj/argo-cd/issues/14256)) ([@&#8203;woehrl01](https://github.com/woehrl01)) - [`12a5a7a`](https://github.com/argoproj/argo-cd/commit/12a5a7a70d6e26eb373741850669b95fff51ebcb): fix(cli): argocd CLI RBAC validation doesn't work on actions ([#&#8203;13911](https://github.com/argoproj/argo-cd/issues/13911)) ([#&#8203;14578](https://github.com/argoproj/argo-cd/issues/14578)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`1337548`](https://github.com/argoproj/argo-cd/commit/13375489bc5cbcef0786e4b7e84cbd394d5f84a8): fix(cli): fix header in resource-overrides list-actions output ([#&#8203;15375](https://github.com/argoproj/argo-cd/issues/15375)) ([@&#8203;maxbrunet](https://github.com/maxbrunet)) - [`103a419`](https://github.com/argoproj/argo-cd/commit/103a41992eac24101bcf3b0a2637379249d1e6e4): fix(cli): fix tracking annotation diff for non-namespaced resources ([#&#8203;13924](https://github.com/argoproj/argo-cd/issues/13924)) ([@&#8203;maxbrunet](https://github.com/maxbrunet)) - [`137ff39`](https://github.com/argoproj/argo-cd/commit/137ff392930d9110ed1298610829d5cb218d7580): fix(cli): format appURL from server settings ([#&#8203;5333](https://github.com/argoproj/argo-cd/issues/5333)) ([#&#8203;5449](https://github.com/argoproj/argo-cd/issues/5449)) ([@&#8203;yujunz](https://github.com/yujunz)) - [`1d27458`](https://github.com/argoproj/argo-cd/commit/1d274585bd6eb0979d7bd8777f74f6e61e1f8455): fix(cli): get latest app state before printing tree ([#&#8203;15639](https://github.com/argoproj/argo-cd/issues/15639)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`23f2767`](https://github.com/argoproj/argo-cd/commit/23f2767250d055e9eb8855ec5e60dd76c3734d30): fix(cli): pass redis compression to cluster stats and shards commands ([#&#8203;16060](https://github.com/argoproj/argo-cd/issues/16060)) ([#&#8203;16421](https://github.com/argoproj/argo-cd/issues/16421)) ([@&#8203;phanama](https://github.com/phanama)) - [`c6f96d7`](https://github.com/argoproj/argo-cd/commit/c6f96d76158099a4f835b5c646768619d8492243): fix(cli): skip printing summary when output mode is set to json/yaml (issue: [#&#8203;18620](https://github.com/argoproj/argo-cd/issues/18620)) ([#&#8203;18797](https://github.com/argoproj/argo-cd/issues/18797)) ([@&#8203;Fluder-Paradyne](https://github.com/Fluder-Paradyne)) - [`495d093`](https://github.com/argoproj/argo-cd/commit/495d09309631ef884df61bca1bffec7206a34ec8): fix(cli): support application in any namespace with `argocd app diff` ([#&#8203;13978](https://github.com/argoproj/argo-cd/issues/13978)) ([#&#8203;13980](https://github.com/argoproj/argo-cd/issues/13980)) ([@&#8203;mugioka](https://github.com/mugioka)) - [`cec07ee`](https://github.com/argoproj/argo-cd/commit/cec07ee1ceecdb31ca9c0cd7e350a9b1041de74a): fix(cmp): discover plugins relative to app path ([#&#8203;13940](https://github.com/argoproj/argo-cd/issues/13940)) ([#&#8203;13946](https://github.com/argoproj/argo-cd/issues/13946)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`1bddee2`](https://github.com/argoproj/argo-cd/commit/1bddee2e5dfff35613847eef9a2c0e6818976dc3): fix(cmp): pass env to plugin discovery ([#&#8203;13947](https://github.com/argoproj/argo-cd/issues/13947)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`389cf75`](https://github.com/argoproj/argo-cd/commit/389cf7521de83bdd70d18ea33d1d4e233d6a5382): fix(cmp): send sigterm to cmp commands before sigkill to allow for potential cleanup ([#&#8203;9180](https://github.com/argoproj/argo-cd/issues/9180)) ([#&#8203;14955](https://github.com/argoproj/argo-cd/issues/14955)) ([@&#8203;ashinsabu3](https://github.com/ashinsabu3)) - [`4875b02`](https://github.com/argoproj/argo-cd/commit/4875b02b881cff3c2dc4b095792489aad1e38bbf): fix(controller): Address diff cache miss issues ([#&#8203;16458](https://github.com/argoproj/argo-cd/issues/16458)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`ff7192b`](https://github.com/argoproj/argo-cd/commit/ff7192bfc56c6a3c249af45e8eacfe5aa47dbcd7): fix(controller): add missing workqueue metrics ([#&#8203;16315](https://github.com/argoproj/argo-cd/issues/16315)) ([#&#8203;17013](https://github.com/argoproj/argo-cd/issues/17013)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`3d3620e`](https://github.com/argoproj/argo-cd/commit/3d3620e6a0b5fb0933f7e23290437fa3f0ed84c7): fix(controller): bad server-side diffs ([#&#8203;18213](https://github.com/argoproj/argo-cd/issues/18213)) ([#&#8203;18840](https://github.com/argoproj/argo-cd/issues/18840)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`2f84dac`](https://github.com/argoproj/argo-cd/commit/2f84dacc035772859574bc393eb55d5fe8284793): fix(controller): cache deadlock on delete and re-add cluster ([#&#8203;14780](https://github.com/argoproj/argo-cd/issues/14780)) ( <>) - [`3fda27e`](https://github.com/argoproj/argo-cd/commit/3fda27e8d94a34f284c65f464de0e9ca9db4cfb6): fix(controller): fix application controller deployment crashing ([#&#8203;16984](https://github.com/argoproj/argo-cd/issues/16984)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`7631d20`](https://github.com/argoproj/argo-cd/commit/7631d207e373da789736c89e882bccb28bf789df): fix(controller): incorrect pruning of cluster-level resources and watches deadlock ([#&#8203;19040](https://github.com/argoproj/argo-cd/issues/19040)) ([@&#8203;ncdc](https://github.com/ncdc)) - [`703df96`](https://github.com/argoproj/argo-cd/commit/703df96acd8cef80726a0a2d758406605b5004d3): fix(controller): log failed attempts to update operation state ([#&#8203;14273](https://github.com/argoproj/argo-cd/issues/14273)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`9240655`](https://github.com/argoproj/argo-cd/commit/92406553b383fdc9b20bfcea0b3155a1565451ea): fix(controller): make managed namespaces more 'prune-proof' ([#&#8203;13999](https://github.com/argoproj/argo-cd/issues/13999)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`15eeb30`](https://github.com/argoproj/argo-cd/commit/15eeb307eb03191e7581d8e616072de4fd4b20e0): fix(controller): populate ignoreDifferences in sync status ([#&#8203;14542](https://github.com/argoproj/argo-cd/issues/14542)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ca7a08e`](https://github.com/argoproj/argo-cd/commit/ca7a08eb9557d7dba8969ba640448caab0b53b94): fix(deeplinks): do not evaluate template when condition is false ([#&#8203;19625](https://github.com/argoproj/argo-cd/issues/19625)) ([#&#8203;19868](https://github.com/argoproj/argo-cd/issues/19868)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`95d37dc`](https://github.com/argoproj/argo-cd/commit/95d37dc87d48805ff6f7e56206def039790781f1): fix(deps): upgrade otel dependency ([#&#8203;18285](https://github.com/argoproj/argo-cd/issues/18285)) ([@&#8203;34fathombelow](https://github.com/34fathombelow)) - [`30b92b2`](https://github.com/argoproj/argo-cd/commit/30b92b246da8649a6c230a253ed4d751536faaf2): fix(doc): Fix documentation templatePatch ([#&#8203;16522](https://github.com/argoproj/argo-cd/issues/16522)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`60b7a31`](https://github.com/argoproj/argo-cd/commit/60b7a315da223455e461bf667da35c0253b8dec2): fix(doc): deep links example fix ([#&#8203;13855](https://github.com/argoproj/argo-cd/issues/13855)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`cb6fbbf`](https://github.com/argoproj/argo-cd/commit/cb6fbbfdeac7a708dac412aa42306bcca2a7e304): fix(docs): adding links for appset matrix example ([#&#8203;19914](https://github.com/argoproj/argo-cd/issues/19914)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`331944a`](https://github.com/argoproj/argo-cd/commit/331944aa6a6de8a1e741e6443d6537462f303be6): fix(docs): fix example in userguide/diffing ([#&#8203;18730](https://github.com/argoproj/argo-cd/issues/18730)) ([@&#8203;tillepille](https://github.com/tillepille)) - [`5d3bdb5`](https://github.com/argoproj/argo-cd/commit/5d3bdb5bd01cd3836db4ae3172bbd2630c7a51c3): fix(docs): proj role list example ([#&#8203;16074](https://github.com/argoproj/argo-cd/issues/16074)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8796307`](https://github.com/argoproj/argo-cd/commit/8796307344accebf60c3a6d38b76c018d6733646): fix(docs): repo field name in GCP Cloud Source Repositories should be `url` ([#&#8203;16107](https://github.com/argoproj/argo-cd/issues/16107)) ([@&#8203;nyanshell](https://github.com/nyanshell)) - [`41dc06d`](https://github.com/argoproj/argo-cd/commit/41dc06d90318b8b01978a66cefc8ebb1567f8fe2): fix(gitpod): changed permission of gocache folder ([#&#8203;14122](https://github.com/argoproj/argo-cd/issues/14122)) ([@&#8203;narharim](https://github.com/narharim)) - [`f7788a7`](https://github.com/argoproj/argo-cd/commit/f7788a71e342d44363293f289b96a53a8511b15e): fix(grpcproxy): add GRPCKeepAliveEnforcementMinimum ([#&#8203;15708](https://github.com/argoproj/argo-cd/issues/15708)) ([@&#8203;phanama](https://github.com/phanama)) - [`4db8942`](https://github.com/argoproj/argo-cd/commit/4db89427a8a3ded7d404846fb62bf305929ee405): fix(grpcproxy): parse headers contain colon ([#&#8203;13274](https://github.com/argoproj/argo-cd/issues/13274)) ([#&#8203;14294](https://github.com/argoproj/argo-cd/issues/14294)) ([@&#8203;Bogay](https://github.com/Bogay)) - [`eaac2c6`](https://github.com/argoproj/argo-cd/commit/eaac2c636fa03a79231a61be25d68e9ba29a9723): fix(health): Handling SparkApplication CRD health status if dynamic allocation is enabled ([#&#8203;7557](https://github.com/argoproj/argo-cd/issues/7557)) ([#&#8203;11522](https://github.com/argoproj/argo-cd/issues/11522)) ([@&#8203;eugen-fried](https://github.com/eugen-fried)) - [`133ff29`](https://github.com/argoproj/argo-cd/commit/133ff2989bb53f5521601648b3ba8fc5d368d31d): fix(helm): Update Helm binary ([#&#8203;12729](https://github.com/argoproj/argo-cd/issues/12729)) ([#&#8203;12754](https://github.com/argoproj/argo-cd/issues/12754)) ([@&#8203;lusu007](https://github.com/lusu007)) - [`6ecd70a`](https://github.com/argoproj/argo-cd/commit/6ecd70ae74f097de8a0f4c750603ddaa145b4db1): fix(helm): helm v3 doesn't have these flags ([#&#8203;11100](https://github.com/argoproj/argo-cd/issues/11100)) ([#&#8203;11540](https://github.com/argoproj/argo-cd/issues/11540)) ([@&#8203;alexef](https://github.com/alexef)) - [`13dd04f`](https://github.com/argoproj/argo-cd/commit/13dd04fa71e9bcd1e9094f98c01f27a99891cbf4): fix(helm): login OCI Helm dependencies correctly ([#&#8203;8563](https://github.com/argoproj/argo-cd/issues/8563)) ([#&#8203;11327](https://github.com/argoproj/argo-cd/issues/11327)) ([@&#8203;alexef](https://github.com/alexef)) - [`b6db057`](https://github.com/argoproj/argo-cd/commit/b6db057cf2d5ca83f4207bdc3a943b104f6870d7): fix(kustomize): allow using build env in images ([#&#8203;13745](https://github.com/argoproj/argo-cd/issues/13745)) ([@&#8203;globin](https://github.com/globin)) - [`cbd8806`](https://github.com/argoproj/argo-cd/commit/cbd88068b2b2d118478fdf47b91be5a47fc3f83e): fix(kustomize): no concurrent processing if Kustomize patches are used ([#&#8203;15654](https://github.com/argoproj/argo-cd/issues/15654)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`f77cf94`](https://github.com/argoproj/argo-cd/commit/f77cf949086f25f80b55862a855fac6c47e96cb3): fix(kustomize): set build dir ([#&#8203;15057](https://github.com/argoproj/argo-cd/issues/15057)) [#&#8203;16229](https://github.com/argoproj/argo-cd/issues/16229) [#&#8203;16652](https://github.com/argoproj/argo-cd/issues/16652) ([#&#8203;16653](https://github.com/argoproj/argo-cd/issues/16653)) ([@&#8203;prune998](https://github.com/prune998)) - [`54de532`](https://github.com/argoproj/argo-cd/commit/54de532940d7d4a0581579c16dcec9b5ec066e91): fix(manifests): applicationset-controller dir is not added to cluster-rbac/kustomization.yaml. ([#&#8203;16810](https://github.com/argoproj/argo-cd/issues/16810)) ([@&#8203;mugioka](https://github.com/mugioka)) - [`1ec6fa4`](https://github.com/argoproj/argo-cd/commit/1ec6fa47214e2517cea02c568ca132a5947bd37e): fix(manifests): set appset controller label `app.kubernetes.io/part-of` to `argocd` ([#&#8203;12346](https://github.com/argoproj/argo-cd/issues/12346)) ([@&#8203;morey-tech](https://github.com/morey-tech)) - [`064c8da`](https://github.com/argoproj/argo-cd/commit/064c8da942c56bf45745d7bc1b9af8ded979aa61): fix(manifests): use params CM and env var for redis server ([#&#8203;13214](https://github.com/argoproj/argo-cd/issues/13214)) ([#&#8203;13396](https://github.com/argoproj/argo-cd/issues/13396)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`0c6644b`](https://github.com/argoproj/argo-cd/commit/0c6644bf8e17d09974686c96dd4cb8f250aba562): fix(notifications): Allow notifications controller to notify on all namespaces ([#&#8203;15702](https://github.com/argoproj/argo-cd/issues/15702)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`dd29300`](https://github.com/argoproj/argo-cd/commit/dd29300fc1c1621bccb6650c2ef932bdc076c1d7): fix(notifications): Helm.GetParameterValueByName should take helm.parametes first ([#&#8203;17472](https://github.com/argoproj/argo-cd/issues/17472)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9f6e5f9`](https://github.com/argoproj/argo-cd/commit/9f6e5f93c0b310462ca5e49c80a18c5ef0b2ae1d): fix(perf): filtering process in application-list api ([#&#8203;12985](https://github.com/argoproj/argo-cd/issues/12985)) ([#&#8203;12999](https://github.com/argoproj/argo-cd/issues/12999)) ([@&#8203;tken2039](https://github.com/tken2039)) - [`53f4f83`](https://github.com/argoproj/argo-cd/commit/53f4f83cb65665975db26f5762b242f0596535fe): fix(plugin): remove git environment variables unavailable to plugin execution ([#&#8203;14998](https://github.com/argoproj/argo-cd/issues/14998)) ([#&#8203;15104](https://github.com/argoproj/argo-cd/issues/15104)) ([@&#8203;jmcshane](https://github.com/jmcshane)) - [`dddee33`](https://github.com/argoproj/argo-cd/commit/dddee33d64364b9bd3d4903c62b5c8dfe9c3cb21): fix(rbac): handle malformed rbac policy ([#&#8203;11964](https://github.com/argoproj/argo-cd/issues/11964)) ([@&#8203;zekth](https://github.com/zekth)) - [`cd3fe2d`](https://github.com/argoproj/argo-cd/commit/cd3fe2d1b11b3ad3448e5d7fd0202c03432e10e8): fix(redis): explicit bind to redis and sentinel for IPv4 clusters ([#&#8203;11388](https://github.com/argoproj/argo-cd/issues/11388)) ([#&#8203;11862](https://github.com/argoproj/argo-cd/issues/11862)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`be1f0ea`](https://github.com/argoproj/argo-cd/commit/be1f0eafb80335aa100ecf7175a93be95bab49e6): fix(redis): go-redis v9 regression missing metrics and reconnect hook ([#&#8203;13415](https://github.com/argoproj/argo-cd/issues/13415)) ([#&#8203;15275](https://github.com/argoproj/argo-cd/issues/15275)) ([@&#8203;phanama](https://github.com/phanama)) - [`210f26a`](https://github.com/argoproj/argo-cd/commit/210f26ae8343fd9d49d2a753e6879d218b5e49b0): fix(reposerver): fix OCI repository matching ([#&#8203;17955](https://github.com/argoproj/argo-cd/issues/17955)) ([@&#8203;MioOgbeni](https://github.com/MioOgbeni)) - [`48645db`](https://github.com/argoproj/argo-cd/commit/48645db29396f8c865cc14ab1932d9c082061c97): fix(reposerver): loosen source not permitted helm errors ([#&#8203;14210](https://github.com/argoproj/argo-cd/issues/14210)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`39cb524`](https://github.com/argoproj/argo-cd/commit/39cb524dfa2cbee377bb8504da41db77a7c7fdfe): fix(security): add url validation for help chat ([#&#8203;9956](https://github.com/argoproj/argo-cd/issues/9956)) ([#&#8203;10417](https://github.com/argoproj/argo-cd/issues/10417)) ([@&#8203;saumeya](https://github.com/saumeya)) - [`9bf5e50`](https://github.com/argoproj/argo-cd/commit/9bf5e50784a8be50bf89a2772a920798955c843f): fix(security): don't allow app enumeration via RevisionChartDetails ([#&#8203;14512](https://github.com/argoproj/argo-cd/issues/14512)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`040eb36`](https://github.com/argoproj/argo-cd/commit/040eb36740c18a93fcb37c783bb8faa75423889d): fix(security): use Chainguard fork of git-urls ([#&#8203;17732](https://github.com/argoproj/argo-cd/issues/17732)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8932036`](https://github.com/argoproj/argo-cd/commit/8932036d5327c10b3e01447b61c5352cf3930a2f): fix(server): allow disabling content-type check ([#&#8203;16959](https://github.com/argoproj/argo-cd/issues/16959)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c70e1b7`](https://github.com/argoproj/argo-cd/commit/c70e1b7163bf31a4502b58498f7b4e86e4617f99): fix(server): appset list uses argocd's namespace instead of all ([#&#8203;15429](https://github.com/argoproj/argo-cd/issues/15429)) ([#&#8203;15432](https://github.com/argoproj/argo-cd/issues/15432)) ([@&#8203;JorTurFer](https://github.com/JorTurFer)) - [`a624c90`](https://github.com/argoproj/argo-cd/commit/a624c9084582f4662a9c6919cdf055000b09fad0): fix(server): could not find source for metadata revision ([#&#8203;18744](https://github.com/argoproj/argo-cd/issues/18744)) ([#&#8203;18763](https://github.com/argoproj/argo-cd/issues/18763)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e08840f`](https://github.com/argoproj/argo-cd/commit/e08840f12b627d8a1ebf02a4ddf4258601192f3f): fix(server): handle PATCH in http/s server ([#&#8203;2677](https://github.com/argoproj/argo-cd/issues/2677)) ([#&#8203;14530](https://github.com/argoproj/argo-cd/issues/14530)) ([@&#8203;mmerrill3](https://github.com/mmerrill3)) - [`2094404`](https://github.com/argoproj/argo-cd/commit/2094404e0bdb759aaa8fd11be98ba2dacbf206f4): fix(server): not need send application if it is not under enabled namespaces ([#&#8203;14479](https://github.com/argoproj/argo-cd/issues/14479)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`94ce1e9`](https://github.com/argoproj/argo-cd/commit/94ce1e99e9314666ea9f29b8835e9b2d73ac96cd): fix(sharding): recurring info logs to debug ([#&#8203;14383](https://github.com/argoproj/argo-cd/issues/14383)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`4e433c6`](https://github.com/argoproj/argo-cd/commit/4e433c6d866e214e9ee79ea385fe4c705ae78562): fix(snyk): use version sort ([#&#8203;17798](https://github.com/argoproj/argo-cd/issues/17798)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`f1607fe`](https://github.com/argoproj/argo-cd/commit/f1607fee7c3bfad8eb56a53130cf9ac7cc22dd34): fix(sso): Set redirectURI for gitea, google, oauth Dex connectors ([#&#8203;11237](https://github.com/argoproj/argo-cd/issues/11237)) ([@&#8203;xianzheTM](https://github.com/xianzheTM)) - [`b6c458e`](https://github.com/argoproj/argo-cd/commit/b6c458e8f4ae7da3966c9fbb7f5c6d5ff3807e61): fix(ui): Add Error Boundary around Extensions and comply with new Extensions API ([#&#8203;7215](https://github.com/argoproj/argo-cd/issues/7215)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`440e4dc`](https://github.com/argoproj/argo-cd/commit/440e4dc5d95cea6e330d889b354fc59670969de2): fix(ui): Add State to props passed to Extensions ([#&#8203;7045](https://github.com/argoproj/argo-cd/issues/7045)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`93e624d`](https://github.com/argoproj/argo-cd/commit/93e624d5907a5ae886346c9bb77de4ad14685028): fix(ui): Add View Details option to resource actions menu ([#&#8203;6893](https://github.com/argoproj/argo-cd/issues/6893)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`c936355`](https://github.com/argoproj/argo-cd/commit/c9363555088c78c6df64c941022c4fdaf9f45759): fix(ui): Add header and browser title to fullscreen logs viewer ([#&#8203;5419](https://github.com/argoproj/argo-cd/issues/5419)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`abdb4c0`](https://github.com/argoproj/argo-cd/commit/abdb4c0679dbe9b0955f730f92ac4badfff95713): fix(ui): Add retry button to filters that failed to load ([#&#8203;6630](https://github.com/argoproj/argo-cd/issues/6630)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`4d61974`](https://github.com/argoproj/argo-cd/commit/4d61974d5834588a00abc173e41551ea7090fc1c): fix(ui): Add title for full content without clicking (issue [#&#8203;17600](https://github.com/argoproj/argo-cd/issues/17600)) ([#&#8203;18243](https://github.com/argoproj/argo-cd/issues/18243)) ([@&#8203;sunyeongchoi](https://github.com/sunyeongchoi)) - [`a855305`](https://github.com/argoproj/argo-cd/commit/a8553056b02128c7c97ec5f593165346b7639774): fix(ui): Added rel="noopener noreferrer" to link ([#&#8203;13820](https://github.com/argoproj/argo-cd/issues/13820)) ([#&#8203;14268](https://github.com/argoproj/argo-cd/issues/14268)) ([@&#8203;aakankshabhende](https://github.com/aakankshabhende)) - [`8b89722`](https://github.com/argoproj/argo-cd/commit/8b89722eeef8e56f3b48082780fa86f0cfe7d702): fix(ui): Added dashed line between collapsed sections in Compact-diff ([#&#8203;17173](https://github.com/argoproj/argo-cd/issues/17173)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`566e1d2`](https://github.com/argoproj/argo-cd/commit/566e1d2ada6043a75308f68acb5df74d61ede8d8): fix(ui): Added field bottom for Username and Passsword ([#&#8203;19762](https://github.com/argoproj/argo-cd/issues/19762)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`84c70b7`](https://github.com/argoproj/argo-cd/commit/84c70b776a5931da01ce5ac01a6b46fccb2d7184): fix(ui): Allow filters in input that are not listed in suggestions ([#&#8203;6788](https://github.com/argoproj/argo-cd/issues/6788)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`bfd0b15`](https://github.com/argoproj/argo-cd/commit/bfd0b155eff4212e9354a6958e329dbd64f9a69a): fix(ui): Application Create panel broken ([#&#8203;6080](https://github.com/argoproj/argo-cd/issues/6080)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`6d19813`](https://github.com/argoproj/argo-cd/commit/6d19813c468af843dec274b175c5929720a3efa7): fix(ui): Applications page incorrectly resets to tiles view. Fixes [#&#8203;8702](https://github.com/argoproj/argo-cd/issues/8702) ([#&#8203;8718](https://github.com/argoproj/argo-cd/issues/8718)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`0ff1ec5`](https://github.com/argoproj/argo-cd/commit/0ff1ec511ad25a59123a515a832673f7dcdcdfae): fix(ui): Autocomplete menu did not change direction when not enough room ([#&#8203;6629](https://github.com/argoproj/argo-cd/issues/6629)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`0b22a11`](https://github.com/argoproj/argo-cd/commit/0b22a1198a8b8c68c0e8a037fcbc431ab685175b): fix(ui): Change path to "root" when path is root directory ([#&#8203;14949](https://github.com/argoproj/argo-cd/issues/14949)) ([@&#8203;eshwarhs](https://github.com/eshwarhs)) - [`aeeeac7`](https://github.com/argoproj/argo-cd/commit/aeeeac79fed95ebd10d06bc7eabdb33b53b42354): fix(ui): Consolidate sync options ([#&#8203;5357](https://github.com/argoproj/argo-cd/issues/5357)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`031fb88`](https://github.com/argoproj/argo-cd/commit/031fb88fbbc116780469307dc616aea93547b968): fix(ui): Container Selector in Pods doesn't work ([#&#8203;19856](https://github.com/argoproj/argo-cd/issues/19856)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`f43a6ad`](https://github.com/argoproj/argo-cd/commit/f43a6ad2aa5064cb768dc5ddcee7eefd65025da6): fix(ui): Crash on application pod view ([#&#8203;6384](https://github.com/argoproj/argo-cd/issues/6384)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`824ff73`](https://github.com/argoproj/argo-cd/commit/824ff732a2a34874c24fff4af1babc382ecb765a): fix(ui): Crash when syncing from applications sync panel ([#&#8203;5508](https://github.com/argoproj/argo-cd/issues/5508)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`91875c0`](https://github.com/argoproj/argo-cd/commit/91875c01b8d11e6670bcc516920ceff57b52bc06): fix(ui): Dark theme improvements ([#&#8203;15891](https://github.com/argoproj/argo-cd/issues/15891)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`e3ee9ee`](https://github.com/argoproj/argo-cd/commit/e3ee9ee831c619fb1faeece11af90e6e19dfa6fe): fix(ui): Dark-mode-enhancements ([#&#8203;17241](https://github.com/argoproj/argo-cd/issues/17241)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`cd46c76`](https://github.com/argoproj/argo-cd/commit/cd46c76ef8f95c6525ae7c8f81131a3b0f038d0b): fix(ui): Display error msg when live state is empty ([#&#8203;13031](https://github.com/argoproj/argo-cd/issues/13031)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`7d12385`](https://github.com/argoproj/argo-cd/commit/7d12385aede12157f2297ddd339e4b9e94a1eab0): fix(ui): Don't count errored or completed neighbor pods toward resource consumption ([#&#8203;6259](https://github.com/argoproj/argo-cd/issues/6259)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`22ba8f5`](https://github.com/argoproj/argo-cd/commit/22ba8f519a091aa5a99c27e11a6f4f05bb37b780): fix(ui): Don't jump back to tiles view on app deletion ([#&#8203;8764](https://github.com/argoproj/argo-cd/issues/8764)) ([#&#8203;10826](https://github.com/argoproj/argo-cd/issues/10826)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`b7e6dcf`](https://github.com/argoproj/argo-cd/commit/b7e6dcf0856400bf8cb692a83dbe149d95d5eb95): fix(ui): Don't try to show helm metadata ([#&#8203;5494](https://github.com/argoproj/argo-cd/issues/5494)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`244b9e1`](https://github.com/argoproj/argo-cd/commit/244b9e162b2f34aeaf0c815e22b58073bf1a0f73): fix(ui): Drop ready from Completed container status ([#&#8203;14434](https://github.com/argoproj/argo-cd/issues/14434)) ([#&#8203;14629](https://github.com/argoproj/argo-cd/issues/14629)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`278237e`](https://github.com/argoproj/argo-cd/commit/278237e57b63f84110326eb568a414a3da13fd35): fix(ui): Fix Destination Cluster URL/Name Drop down not updating destination field ([#&#8203;13813](https://github.com/argoproj/argo-cd/issues/13813)) ([#&#8203;14216](https://github.com/argoproj/argo-cd/issues/14216)) ([@&#8203;Conrimaceogain](https://github.com/Conrimaceogain)) - [`f8d0d59`](https://github.com/argoproj/argo-cd/commit/f8d0d5970f2b4030b8d727d99068b0510592a631): fix(ui): Fix Link warnings ([#&#8203;13694](https://github.com/argoproj/argo-cd/issues/13694)) ([#&#8203;13854](https://github.com/argoproj/argo-cd/issues/13854)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`739f4a9`](https://github.com/argoproj/argo-cd/commit/739f4a95f6fba44d2b4bf9c103c37a39453fca46): fix(ui): Fix Patch and Get Manifests ([#&#8203;13949](https://github.com/argoproj/argo-cd/issues/13949)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`8a29cf8`](https://github.com/argoproj/argo-cd/commit/8a29cf8fbfe16f7229040196f96ebc0259a8d6e0): fix(ui): Fix checkbox style in Delete pod modal Closes [#&#8203;6947](https://github.com/argoproj/argo-cd/issues/6947) ([#&#8203;6961](https://github.com/argoproj/argo-cd/issues/6961)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`affd1cb`](https://github.com/argoproj/argo-cd/commit/affd1cb2517d3fedd957edf11dba73b9cb9dfe5a): fix(ui): Fix color generation for pod name in logs viewer. Fixes [#&#8203;17704](https://github.com/argoproj/argo-cd/issues/17704) ([#&#8203;17706](https://github.com/argoproj/argo-cd/issues/17706)) ([@&#8203;der-eismann](https://github.com/der-eismann)) - [`22993de`](https://github.com/argoproj/argo-cd/commit/22993deb861bfc67e5a43790139bf3e72ec0abea): fix(ui): Fix excessive padding on system level extension pages (issue [#&#8203;17929](https://github.com/argoproj/argo-cd/issues/17929)) ([#&#8203;18207](https://github.com/argoproj/argo-cd/issues/18207)) ([@&#8203;david-wu-octopus](https://github.com/david-wu-octopus)) - [`462c9ec`](https://github.com/argoproj/argo-cd/commit/462c9ecd11760aa3358c29ff5bf7e254cc7d2e86): fix(ui): Fix jumpy "Source" panel when typing (issue [#&#8203;15961](https://github.com/argoproj/argo-cd/issues/15961)) ([#&#8203;18227](https://github.com/argoproj/argo-cd/issues/18227)) ([@&#8203;david-wu-octopus](https://github.com/david-wu-octopus)) - [`7d6077d`](https://github.com/argoproj/argo-cd/commit/7d6077d960bc6f4cfcd07b45912d0dbb241e234d): fix(ui): Fix multi-app refresh and sync in the UI ([#&#8203;10421](https://github.com/argoproj/argo-cd/issues/10421)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`aaadb20`](https://github.com/argoproj/argo-cd/commit/aaadb2097ef0987e9b8b404a17f9ff4b51887b50): fix(ui): Fixes health icon positioning ([#&#8203;14708](https://github.com/argoproj/argo-cd/issues/14708)) ([#&#8203;14852](https://github.com/argoproj/argo-cd/issues/14852)) ([@&#8203;ashinsabu3](https://github.com/ashinsabu3)) - [`b081969`](https://github.com/argoproj/argo-cd/commit/b0819691d339c5d00e314e6f34fdd530211e042d): fix(ui): Group by node in pod view not working due to using label rather than metadata.name ([#&#8203;5191](https://github.com/argoproj/argo-cd/issues/5191)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`1dc3e5d`](https://github.com/argoproj/argo-cd/commit/1dc3e5d8f03d96230bdd47537ef753d226d60426): fix(ui): Helm chart empty maintainers blow up Argo UI ([#&#8203;15225](https://github.com/argoproj/argo-cd/issues/15225)) ([@&#8203;carloscastrojumo](https://github.com/carloscastrojumo)) - [`e84f3c6`](https://github.com/argoproj/argo-cd/commit/e84f3c6b3fd3e73002fe7bcff1a9317cf8fd5b24): fix(ui): Hide Diff tab in Application Details when App is synced ([#&#8203;6214](https://github.com/argoproj/argo-cd/issues/6214)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`24ac326`](https://github.com/argoproj/argo-cd/commit/24ac326384b7939fa36d48e79cfa320528cf85e2): fix(ui): Highlight failing containers in the UI ([#&#8203;17143](https://github.com/argoproj/argo-cd/issues/17143)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`aead2ed`](https://github.com/argoproj/argo-cd/commit/aead2ede9ee310aec96b02836143e0614f560928): fix(ui): Improve apps tiles view ([#&#8203;16140](https://github.com/argoproj/argo-cd/issues/16140)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`2f080e1`](https://github.com/argoproj/argo-cd/commit/2f080e14f933b5e2e021a8046d45995e4d5e536a): fix(ui): Improve pod view with better space efficiency ([#&#8203;5238](https://github.com/argoproj/argo-cd/issues/5238)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`7fe1263`](https://github.com/argoproj/argo-cd/commit/7fe126330061c33af7209cf799e714c7b52be0a6): fix(ui): Include application name in status badge ([#&#8203;17126](https://github.com/argoproj/argo-cd/issues/17126)) ([@&#8203;sonamkshenoy](https://github.com/sonamkshenoy)) - [`0d23207`](https://github.com/argoproj/argo-cd/commit/0d23207c595bff811847a6b8cf6d2cad717d184b): fix(ui): Incorrect path for non-namespaced resources ([#&#8203;6895](https://github.com/argoproj/argo-cd/issues/6895)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`edc213d`](https://github.com/argoproj/argo-cd/commit/edc213d22902e9676231119522563fa338c62793): fix(ui): Issues with overlapping content in the app details view on smaller screens ([#&#8203;16268](https://github.com/argoproj/argo-cd/issues/16268)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`3887289`](https://github.com/argoproj/argo-cd/commit/38872890901e13d846e82b9a93b85a2c053d1043): fix(ui): Migrate to keyhook helpers in argo-ui, update keybindings accordingly ([#&#8203;6953](https://github.com/argoproj/argo-cd/issues/6953)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`d9e1b32`](https://github.com/argoproj/argo-cd/commit/d9e1b32eb9d59a66eb37bcc59f7f54a58c9a53a3): fix(ui): Missing data in Sync Status if application never been synced ([#&#8203;16184](https://github.com/argoproj/argo-cd/issues/16184)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`3df6be7`](https://github.com/argoproj/argo-cd/commit/3df6be73e79a2cab8a04bf659e1d7e432aa2b60c): fix(ui): More tab was displayed for resources that did not have extensions installed ([#&#8203;7209](https://github.com/argoproj/argo-cd/issues/7209)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`13614e8`](https://github.com/argoproj/argo-cd/commit/13614e8981876e12920ce542e1ec156c7d44a74a): fix(ui): Navigate to selected app in table view on Enter press ([#&#8203;6859](https://github.com/argoproj/argo-cd/issues/6859)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`700a6c1`](https://github.com/argoproj/argo-cd/commit/700a6c16c1e7eff3212741c77772bda5165cebe0): fix(ui): Object options menu truncated when selected in ApplicationListView. ([#&#8203;11695](https://github.com/argoproj/argo-cd/issues/11695)) ([@&#8203;schakrad](https://github.com/schakrad)) - [`bb15a49`](https://github.com/argoproj/argo-cd/commit/bb15a4996e327fb27ad91f3f6fa24f831f7754e0): fix(ui): Only connect edges between resources in the same namespace ([#&#8203;5430](https://github.com/argoproj/argo-cd/issues/5430)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`9c597ac`](https://github.com/argoproj/argo-cd/commit/9c597acaac1cafe9ed83599d0ee0d4ae06bf3953): fix(ui): Overflowing info items for pods belonging to nodes with long names ([#&#8203;5190](https://github.com/argoproj/argo-cd/issues/5190)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`5d5cd74`](https://github.com/argoproj/argo-cd/commit/5d5cd742c094913fd8a3b020378c5924e9fcb15f): fix(ui): Overlapping buttons at narrow screen widths ([#&#8203;5259](https://github.com/argoproj/argo-cd/issues/5259)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`7e27d10`](https://github.com/argoproj/argo-cd/commit/7e27d1072fbc51171d1ef697e128e16d9364914c): fix(ui): Page navigation no longer visible with status bar ([#&#8203;6888](https://github.com/argoproj/argo-cd/issues/6888)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`3ca9416`](https://github.com/argoproj/argo-cd/commit/3ca9416a151e8fe81d9931f64a1b6979dcd568e1): fix(ui): Patch Resource missing appNamespace ([#&#8203;13839](https://github.com/argoproj/argo-cd/issues/13839)) ([@&#8203;speedfl](https://github.com/speedfl)) - [`65b4b58`](https://github.com/argoproj/argo-cd/commit/65b4b5887bd5a54e1da1b06dfc20cad9cc7eb6a4): fix(ui): Pod logs filter did not refresh on button click. Also add tooltip for clarification ([#&#8203;5858](https://github.com/argoproj/argo-cd/issues/5858)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`81497bb`](https://github.com/argoproj/argo-cd/commit/81497bbcf195b2f9a10466ed6ac58ebd66df3c5f): fix(ui): Pod view tooltips positioned incorrectly ([#&#8203;5244](https://github.com/argoproj/argo-cd/issues/5244)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`771012b`](https://github.com/argoproj/argo-cd/commit/771012bb657ee0f83d101d2a044c4910b471aded): fix(ui): Polish pod logs viewer ([#&#8203;14050](https://github.com/argoproj/argo-cd/issues/14050)) ([#&#8203;14107](https://github.com/argoproj/argo-cd/issues/14107)) ([@&#8203;alexec](https://github.com/alexec)) - [`bee20c2`](https://github.com/argoproj/argo-cd/commit/bee20c2154f1b619ffe8e172cdce358a3fcbd230): fix(ui): Prevent UI crash if app status or resources is empty ([#&#8203;6858](https://github.com/argoproj/argo-cd/issues/6858)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`aeb8b55`](https://github.com/argoproj/argo-cd/commit/aeb8b55fc0909e4043b6bc51173bfbcb7cb1a02a): fix(ui): Re-fix help-icon in the summary section ([#&#8203;19833](https://github.com/argoproj/argo-cd/issues/19833)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`6717162`](https://github.com/argoproj/argo-cd/commit/67171624db66fa3d667b318c9d0b5be64c7ff5c7): fix(ui): Remove application namespace field in app creation ([#&#8203;10481](https://github.com/argoproj/argo-cd/issues/10481)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`5981bd1`](https://github.com/argoproj/argo-cd/commit/5981bd18be23fcdbb23f413b345c587f83b2fc1e): fix(ui): Resource detail tabs links weren't working ([#&#8203;6138](https://github.com/argoproj/argo-cd/issues/6138)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`2e34051`](https://github.com/argoproj/argo-cd/commit/2e3405134ba0ecfe2aad567f7cf9742ac4e92425): fix(ui): Resource details crashed due to extensions ([#&#8203;7025](https://github.com/argoproj/argo-cd/issues/7025)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`4159ebc`](https://github.com/argoproj/argo-cd/commit/4159ebc6ced3360966a8474597f5d4f29c52b262): fix(ui): Resource details panel crashes when resource deleted ([#&#8203;6260](https://github.com/argoproj/argo-cd/issues/6260)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`fbf0a78`](https://github.com/argoproj/argo-cd/commit/fbf0a780a0340a877661171206095fa066f83601): fix(ui): Save current logs page to URL ([#&#8203;5541](https://github.com/argoproj/argo-cd/issues/5541)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`16349b8`](https://github.com/argoproj/argo-cd/commit/16349b8819db0c55136a39f31c58e9e320b8c111): fix(ui): Show orphaned resources option in list view did not work ([#&#8203;6171](https://github.com/argoproj/argo-cd/issues/6171)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`5662367`](https://github.com/argoproj/argo-cd/commit/566236747474593d4e0d22a0398ffbcca2ff29aa): fix(ui): Stop using the deprecated url format for gitlab instances ([#&#8203;13687](https://github.com/argoproj/argo-cd/issues/13687)) ([@&#8203;tete17](https://github.com/tete17)) - [`4ed611c`](https://github.com/argoproj/argo-cd/commit/4ed611c2dd35d4af85b82ee6f82317ea8fcd8fb5): fix(ui): The default pod group filter should be removed if fewer than 15 pods ([#&#8203;14590](https://github.com/argoproj/argo-cd/issues/14590)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`a4b5051`](https://github.com/argoproj/argo-cd/commit/a4b50515381bad9d6db316d49d33efae351c6222): fix(ui): The tiles in Applications List are too wide [#&#8203;17220](https://github.com/argoproj/argo-cd/issues/17220) ([#&#8203;17340](https://github.com/argoproj/argo-cd/issues/17340)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`8c97ade`](https://github.com/argoproj/argo-cd/commit/8c97aded11b33051a9802df4dc3125815e569b8e): fix(ui): Toolbar wrap hides search. Refactor Page ([#&#8203;5593](https://github.com/argoproj/argo-cd/issues/5593)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`1cbada9`](https://github.com/argoproj/argo-cd/commit/1cbada9d86495ef7294c5a80bae0e14aa40695db): fix(ui): UI crash when ksonnet app has no environments ([#&#8203;4566](https://github.com/argoproj/argo-cd/issues/4566)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`d3fffc2`](https://github.com/argoproj/argo-cd/commit/d3fffc2b4960e71f81bacb5bbb94ec23baee9ef6): fix(ui): UI crashes after reinstalling ArgoCD ([#&#8203;6218](https://github.com/argoproj/argo-cd/issues/6218)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`1e517e7`](https://github.com/argoproj/argo-cd/commit/1e517e71e981d1dbdc37190c0a51067d0d7c25e8): fix(ui): URL not updated on tab change ([#&#8203;6149](https://github.com/argoproj/argo-cd/issues/6149)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`a894d4b`](https://github.com/argoproj/argo-cd/commit/a894d4b128c724129752bac9971c903ab6c650ba): fix(ui): Unschedulable button changed widths on click ([#&#8203;7030](https://github.com/argoproj/argo-cd/issues/7030)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`ae2d0ff`](https://github.com/argoproj/argo-cd/commit/ae2d0ff0a6ac34dc3e8493b2ad45a9badc61a26c): fix(ui): Unscheduled pods in node view are now visible. Fixes [#&#8203;5981](https://github.com/argoproj/argo-cd/issues/5981) ([#&#8203;5988](https://github.com/argoproj/argo-cd/issues/5988)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`40a4061`](https://github.com/argoproj/argo-cd/commit/40a406164df2c1ce9504f0f44c2d6e15fef47be0): fix(ui): Unscrollable error message when saving YAML ([#&#8203;4152](https://github.com/argoproj/argo-cd/issues/4152)) ([#&#8203;4195](https://github.com/argoproj/argo-cd/issues/4195)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`51164e8`](https://github.com/argoproj/argo-cd/commit/51164e82f4a34345a01515bc0c6b072a967922c0): fix(ui): Update default and max count for maxCookieNumber ([#&#8203;14979](https://github.com/argoproj/argo-cd/issues/14979)) ([@&#8203;zvlb](https://github.com/zvlb)) - [`dfa11ae`](https://github.com/argoproj/argo-cd/commit/dfa11ae46162dd1db0c073983f5a84c8dd0f4f30): fix(ui): Updated text in refresh dialog ([#&#8203;13583](https://github.com/argoproj/argo-cd/issues/13583)) ([@&#8203;HassanTanveer](https://github.com/HassanTanveer)) - [`b34e587`](https://github.com/argoproj/argo-cd/commit/b34e587163164dbc589dc438585dad981839b262): fix(ui): User Info blob is too far to the right relative to Applications/Settings/Documentation ([#&#8203;12016](https://github.com/argoproj/argo-cd/issues/12016)) ([@&#8203;shijiadong2022](https://github.com/shijiadong2022)) - [`076924d`](https://github.com/argoproj/argo-cd/commit/076924dd771a87db05453e29f98606df641936ee): fix(ui): Various minor UI fixes ([#&#8203;5337](https://github.com/argoproj/argo-cd/issues/5337)) ([@&#8203;rbreeze](https://github.com/rbreeze)) - [`2f58d73`](https://github.com/argoproj/argo-cd/commit/2f58d73612696fe55b747d51f195f60efb8cc15a): fix(ui): add confirmation box in resource summary delete action ([#&#8203;17485](https://github.com/argoproj/argo-cd/issues/17485)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`9e92f55`](https://github.com/argoproj/argo-cd/commit/9e92f555419f359656c5d9a67fcb3c06c40402e5): fix(ui): add exec check to avoid API calls ([#&#8203;16168](https://github.com/argoproj/argo-cd/issues/16168)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`fda25d0`](https://github.com/argoproj/argo-cd/commit/fda25d0b933c80286f43a4f73edb95f21e6f42ff): fix(ui): align resource nodegroup ([#&#8203;17427](https://github.com/argoproj/argo-cd/issues/17427)) ([@&#8203;cclp94](https://github.com/cclp94)) - [`ee78d02`](https://github.com/argoproj/argo-cd/commit/ee78d02a42a69b18fc54188225db18fef94ddf0e): fix(ui): application-summary-help-icon fix ([#&#8203;17385](https://github.com/argoproj/argo-cd/issues/17385)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`53dd0da`](https://github.com/argoproj/argo-cd/commit/53dd0da8c36ca78e855391a8293c57d310660eee): fix(ui): applications table view, Closes [#&#8203;6733](https://github.com/argoproj/argo-cd/issues/6733) ([#&#8203;6995](https://github.com/argoproj/argo-cd/issues/6995)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`41b8e44`](https://github.com/argoproj/argo-cd/commit/41b8e4406b342c732148f1fd7e5905220371c0ba): fix(ui): break external links to lines for each ([#&#8203;17679](https://github.com/argoproj/argo-cd/issues/17679)) ([#&#8203;18768](https://github.com/argoproj/argo-cd/issues/18768)) ([@&#8203;JessieTeng89](https://github.com/JessieTeng89)) - [`a940cb5`](https://github.com/argoproj/argo-cd/commit/a940cb591498a46c76e83e4b1f0c42951c6eab39): fix(ui): calculate service info correctly for networking.k8s.io/v1 ingress ([#&#8203;6923](https://github.com/argoproj/argo-cd/issues/6923)) ([@&#8203;backjo](https://github.com/backjo)) - [`1c95c90`](https://github.com/argoproj/argo-cd/commit/1c95c90a2d32d1037937d27a8ad2318adb37ce0b): f... </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-09-16 07:37:30 +00:00
chore(deps): update quay.io/argoproj/argocd docker tag to v2.13.0
Some checks failed
Image builds / build-argo-cd-image (push) Failing after 15s
Image builds / build_images (renovate) (push) Failing after 14s
Renovate / renovate (push) Successful in 36s
7c5965560a
prskr merged commit 7c5965560a into main 2024-09-16 09:33:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/images#13
No description provided.