chore(deps): update all non-major dependencies #4

Merged
stefan merged 1 commits from renovate/all-minor-patch into main 2025-02-14 17:37:10 +00:00
Member

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final minor v2.13.1 -> v2.14.2
sops patch v3.9.2 -> v3.9.4
vals minor v0.38.0 -> v0.39.1

Release Notes

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

v2.14.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.2/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Bug fixes

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.1...v2.14.2

v2.14.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.1/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.0...v2.14.1

v2.14.0

Compare Source

Important!

The 2.14.0 release manifests incorrectly use the 2.14.0-rc7 image. The 2.14.1 release will correct this error.

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.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
Documentation
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.4...v2.14.0

v2.13.5

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.5/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Bug fixes

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.4...v2.13.5

v2.13.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.4/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Bug fixes
Documentation
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.3...v2.13.4

v2.13.3

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Bug fixes

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.3

v2.13.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Bug fixes
Dependency updates

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.1...v2.13.2

getsops/sops (sops)

v3.9.4

Compare Source

Installation

To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:


### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64

### Move the binary in to your PATH
mv sops-v3.9.4.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:


### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.9.4.checksums.txt \
  --certificate sops-v3.9.4.checksums.pem \
  --signature sops-v3.9.4.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:


### Verify the binary using the checksums file
sha256sum -c sops-v3.9.4.checksums.txt --ignore-missing
Verify artifact provenance

The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named sops-v3.9.4.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:


### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.9.4.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.9.4

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.9.4
  • ghcr.io/getsops/sops:v3.9.4-alpine
Quay.io
  • quay.io/getsops/sops:v3.9.4
  • quay.io/getsops/sops:v3.9.4-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.9.4 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

Full Changelog: https://github.com/getsops/sops/compare/v3.9.3...v3.9.4

v3.9.3

Compare Source

Installation

To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:


### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.linux.amd64

### Move the binary in to your PATH
mv sops-v3.9.3.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:


### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.9.3.checksums.txt \
  --certificate sops-v3.9.3.checksums.pem \
  --signature sops-v3.9.3.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:


### Verify the binary using the checksums file
sha256sum -c sops-v3.9.3.checksums.txt --ignore-missing
Verify artifact provenance

The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named sops-v3.9.3.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:


### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.9.3.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.9.3

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.9.3
  • ghcr.io/getsops/sops:v3.9.3-alpine
Quay.io
  • quay.io/getsops/sops:v3.9.3
  • quay.io/getsops/sops:v3.9.3-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.9.3 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

Full Changelog: https://github.com/getsops/sops/compare/v3.9.2...v3.9.3

helmfile/vals (vals)

v0.39.1

Compare Source

What's Changed

Full Changelog: https://github.com/helmfile/vals/compare/v0.39.0...v0.39.1

v0.39.0

Compare Source

What's Changed

Full Changelog: https://github.com/helmfile/vals/compare/v0.38.0...v0.39.0


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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.13.1` -> `v2.14.2` | | [sops](https://github.com/getsops/sops) | | patch | `v3.9.2` -> `v3.9.4` | | [vals](https://github.com/helmfile/vals) | | minor | `v0.38.0` -> `v0.39.1` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v2.14.2`](https://github.com/argoproj/argo-cd/releases/tag/v2.14.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.14.1...v2.14.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.2/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](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 ##### Bug fixes - [`efd9c32`](https://github.com/argoproj/argo-cd/commit/efd9c32e258602f7a37ab26a0f0fd5bd7e7aab9f): fix: Add proxy registry key by dest server + name (cherry-pick [#&#8203;21791](https://github.com/argoproj/argo-cd/issues/21791)) ([#&#8203;21794](https://github.com/argoproj/argo-cd/issues/21794)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.14.1...v2.14.2 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.14.1`](https://github.com/argoproj/argo-cd/releases/tag/v2.14.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.14.0...v2.14.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.1/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](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 **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.14.0...v2.14.1 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.14.0`](https://github.com/argoproj/argo-cd/releases/tag/v2.14.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.5...v2.14.0) #### Important! The 2.14.0 release manifests incorrectly use the 2.14.0-rc7 image. The 2.14.1 release will correct this error. #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.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 - [`7d28c89`](https://github.com/argoproj/argo-cd/commit/7d28c89f36313f016a9c6279b014357ccf8dd420): feat(health): resource customization for RabbitMQCluster ([#&#8203;15286](https://github.com/argoproj/argo-cd/issues/15286)) ([@&#8203;aaguilartablada](https://github.com/aaguilartablada)) - [`29c59ab`](https://github.com/argoproj/argo-cd/commit/29c59ab1356c62b1c2b3db275a59f73fc482b17a): Revert "feat: exclude Endpoints and EndpointSlices Kubernetes resource by default" ([#&#8203;20334](https://github.com/argoproj/argo-cd/issues/20334)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`83953fe`](https://github.com/argoproj/argo-cd/commit/83953fe276846924da95f997fc14ff07180fcd71): feat(app): Add optional 'name' to Source object ([#&#8203;20470](https://github.com/argoproj/argo-cd/issues/20470)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`4a14051`](https://github.com/argoproj/argo-cd/commit/4a140515fea53bb398fc997bce733d6ba34f0633): feat(app): add ignore-healthcheck annotation ([#&#8203;20462](https://github.com/argoproj/argo-cd/issues/20462)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`5543900`](https://github.com/argoproj/argo-cd/commit/5543900345678545a6aa8b654fb7a85cdb6e2be8): feat(applicationset): Add FlatList option to cluster generator - Fixes [#&#8203;20212](https://github.com/argoproj/argo-cd/issues/20212) ([#&#8203;20231](https://github.com/argoproj/argo-cd/issues/20231)) ([@&#8203;OpenGuidou](https://github.com/OpenGuidou)) - [`92e0b55`](https://github.com/argoproj/argo-cd/commit/92e0b553a752096fee93af7ac73e7a529cfb123b): feat(appset): Add a cache layer for Argo Projects to speed-up application validation ([#&#8203;18703](https://github.com/argoproj/argo-cd/issues/18703)) ([@&#8203;dacofr](https://github.com/dacofr)) - [`27eebaa`](https://github.com/argoproj/argo-cd/commit/27eebaa53cf5f603550b9499e68496daea2ea9b7): feat(appset): add 'project' to the Cluster Generator params ([#&#8203;20338](https://github.com/argoproj/argo-cd/issues/20338)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`9e9c9a9`](https://github.com/argoproj/argo-cd/commit/9e9c9a9aca2d43f5dbebb074394dd154b5c21603): feat(appset): parameterize requeue time [#&#8203;20063](https://github.com/argoproj/argo-cd/issues/20063) ([#&#8203;20064](https://github.com/argoproj/argo-cd/issues/20064)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`dfbfdba`](https://github.com/argoproj/argo-cd/commit/dfbfdbab1188dfb26b454e47ac06c70ed484c066): feat(appset): reduce cluster secret logging ([#&#8203;21109](https://github.com/argoproj/argo-cd/issues/21109)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`4c29c33`](https://github.com/argoproj/argo-cd/commit/4c29c33f027be9a94ce9dbd06ac09d49a3eb6cfb): feat(cli): Add app diff option to specify exit code when diff ([#&#8203;20144](https://github.com/argoproj/argo-cd/issues/20144)) ([@&#8203;eugene70](https://github.com/eugene70)) - [`3988861`](https://github.com/argoproj/argo-cd/commit/3988861edf37f2c52b229bcf9c7b5ff8d9022205): feat(cmp): parameter to enable git creds to be shared from repo server to the plugin ([#&#8203;15107](https://github.com/argoproj/argo-cd/issues/15107)) ([@&#8203;jmcshane](https://github.com/jmcshane)) - [`19613a2`](https://github.com/argoproj/argo-cd/commit/19613a20fb1819dae0d2e6ab737513775d128499): feat(controller): support Istio ServiceEntry network node [#&#8203;20270](https://github.com/argoproj/argo-cd/issues/20270) ([#&#8203;20273](https://github.com/argoproj/argo-cd/issues/20273)) ([@&#8203;zapkub](https://github.com/zapkub)) - [`19d85aa`](https://github.com/argoproj/argo-cd/commit/19d85aa9fbb40dca452f0a0f2f9ab462e02c851d): feat(health): Adding more health checks for Keycloak, Postgres, Grafana, SolrCloud ([#&#8203;20294](https://github.com/argoproj/argo-cd/issues/20294)) ([@&#8203;rezellme](https://github.com/rezellme)) - [`2a199bc`](https://github.com/argoproj/argo-cd/commit/2a199bc7ae70ce8b933cda81f8558916621750d5): feat(health): add healthchecks for Gloo resources ([#&#8203;11379](https://github.com/argoproj/argo-cd/issues/11379)) ([@&#8203;zelig81](https://github.com/zelig81)) - [`e4599e1`](https://github.com/argoproj/argo-cd/commit/e4599e1a9069c7cbd1e1641e8ab6476449e9d3a2): feat(rbac): add disable fine-grained inheritance flag ([#&#8203;20600](https://github.com/argoproj/argo-cd/issues/20600)) ([#&#8203;21553](https://github.com/argoproj/argo-cd/issues/21553)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`d8dd2fc`](https://github.com/argoproj/argo-cd/commit/d8dd2fc02c8066a98f2c6c07791f38dedb221486): feat(ui): Added a warning popup before closing the application create panel ([#&#8203;20807](https://github.com/argoproj/argo-cd/issues/20807)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`1120a08`](https://github.com/argoproj/argo-cd/commit/1120a086539a14a27d5a30a8ce83cdcc0e6c4246): feat(ui): Added timing info to container state UI ([#&#8203;20920](https://github.com/argoproj/argo-cd/issues/20920)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`a94a07e`](https://github.com/argoproj/argo-cd/commit/a94a07ecd6421504fbededdfd5633b93867ca485): feat(ui): Added title label for filters ([#&#8203;21149](https://github.com/argoproj/argo-cd/issues/21149)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`36d189c`](https://github.com/argoproj/argo-cd/commit/36d189c133b2b7b5dde8710fc8b877c1c2959d81): feat(ui): Support filter for `configured` and `unchanged` on SYNC STATUS view ([#&#8203;20850](https://github.com/argoproj/argo-cd/issues/20850)) ([@&#8203;aali309](https://github.com/aali309)) - [`e09ff60`](https://github.com/argoproj/argo-cd/commit/e09ff60d75787f18edc755990988a5a9e17cbc55): feat(ui): add token diff support in diff view ([#&#8203;19983](https://github.com/argoproj/argo-cd/issues/19983)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`f4c519a`](https://github.com/argoproj/argo-cd/commit/f4c519ade50dca809fa20104c1b87fa8a2517faa): feat(ui): display sha's revision in every history release ([#&#8203;19963](https://github.com/argoproj/argo-cd/issues/19963)) ([@&#8203;Tchoupinax](https://github.com/Tchoupinax)) - [`5796a7c`](https://github.com/argoproj/argo-cd/commit/5796a7c22dbef279e0f6e69c311c8b4e8f8b385d): feat(ui): make name property for repos ([#&#8203;20077](https://github.com/argoproj/argo-cd/issues/20077)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`fb825f7`](https://github.com/argoproj/argo-cd/commit/fb825f705af86ac41ea68f7a49323af56548a6b0): feat(ui): move graphs by dragging mouse in app resource tree view ([#&#8203;18025](https://github.com/argoproj/argo-cd/issues/18025)) ([#&#8203;20009](https://github.com/argoproj/argo-cd/issues/20009)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`3088906`](https://github.com/argoproj/argo-cd/commit/308890661b751529ae8315b2cbf047644e9a369e): feat(ui): support auto theme ([#&#8203;20080](https://github.com/argoproj/argo-cd/issues/20080)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`24e67df`](https://github.com/argoproj/argo-cd/commit/24e67df099821cbdaeac95901e93db9dffacc469): feat(ui): support enable word wrap in live and desired manifest panel ([#&#8203;20299](https://github.com/argoproj/argo-cd/issues/20299)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`eb10b70`](https://github.com/argoproj/argo-cd/commit/eb10b70e8a2e24d08137143cf01a8d9c26783b12): feat: Add ability to hide certain annotations on secret resources ([#&#8203;18216](https://github.com/argoproj/argo-cd/issues/18216)) ([@&#8203;svghadi](https://github.com/svghadi)) - [`ab8fdb8`](https://github.com/argoproj/argo-cd/commit/ab8fdb8a6d17a09fa3161ce6ddfa2163d86b35ca): feat: Add nodeSelector for Linux nodes ([#&#8203;20148](https://github.com/argoproj/argo-cd/issues/20148)) ([@&#8203;leehosu](https://github.com/leehosu)) - [`b5d8edd`](https://github.com/argoproj/argo-cd/commit/b5d8eddb8230e45baff18afe257adf48f0072956): feat: Add reusable interactive prompts and `configure` command (issue [#&#8203;19528](https://github.com/argoproj/argo-cd/issues/19528)) ([#&#8203;19637](https://github.com/argoproj/argo-cd/issues/19637)) ([@&#8203;david-wu-octopus](https://github.com/david-wu-octopus)) - [`9b481b1`](https://github.com/argoproj/argo-cd/commit/9b481b190743450b9bbedc2a2ad7b6c1a524cd14): feat: Adding skipSchemaValidation flag ([#&#8203;20771](https://github.com/argoproj/argo-cd/issues/20771)) ([#&#8203;20831](https://github.com/argoproj/argo-cd/issues/20831)) ([@&#8203;dmosesson](https://github.com/dmosesson)) - [`fd4cc93`](https://github.com/argoproj/argo-cd/commit/fd4cc93a30e66557dee952aabd5a4009509047b3): feat: Change the file name convention when downloading pod logs ([#&#8203;19938](https://github.com/argoproj/argo-cd/issues/19938)) ([@&#8203;itaynvn-runai](https://github.com/itaynvn-runai)) - [`99efafb`](https://github.com/argoproj/argo-cd/commit/99efafb55a553a9ab962d56c20dab54ba65b7ae0): feat: Confluent Connector Resource Health Checker - [#&#8203;17695](https://github.com/argoproj/argo-cd/issues/17695) ([#&#8203;17697](https://github.com/argoproj/argo-cd/issues/17697)) ([@&#8203;Clint-Chester](https://github.com/Clint-Chester)) - [`8ebf4a8`](https://github.com/argoproj/argo-cd/commit/8ebf4a88418ada369943bf4b6ebab8188eb90483): feat: Enable ignoreResourceUpdate by default [#&#8203;19992](https://github.com/argoproj/argo-cd/issues/19992) ([#&#8203;20303](https://github.com/argoproj/argo-cd/issues/20303)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`9741c06`](https://github.com/argoproj/argo-cd/commit/9741c065d8143aedc26b1aeae9df3851037ce9c6): feat: Sync timeouts for applications ([#&#8203;6055](https://github.com/argoproj/argo-cd/issues/6055)) ([#&#8203;20816](https://github.com/argoproj/argo-cd/issues/20816)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`8f0d3d0`](https://github.com/argoproj/argo-cd/commit/8f0d3d0f6ad5b0cc94c704ec2fd2c26fa97d8202): feat: Timestamp for Health Status ([#&#8203;16972](https://github.com/argoproj/argo-cd/issues/16972)) ([#&#8203;18660](https://github.com/argoproj/argo-cd/issues/18660)) ([@&#8203;mkieweg](https://github.com/mkieweg)) - [`c8dcd83`](https://github.com/argoproj/argo-cd/commit/c8dcd83f88668a26fff905402efbccadea4b8b74): feat: add ARGOCD_APP_REVISION_SHORT\_8 variable in build environment ([#&#8203;19931](https://github.com/argoproj/argo-cd/issues/19931)) ([@&#8203;Falanty](https://github.com/Falanty)) - [`4722a7f`](https://github.com/argoproj/argo-cd/commit/4722a7f78f2e5b38ff261a2760adb431f4334fb2): feat: add Actions for PipelineRollout to allow/disallow data loss ([#&#8203;20298](https://github.com/argoproj/argo-cd/issues/20298)) ([@&#8203;juliev0](https://github.com/juliev0)) - [`b05cafd`](https://github.com/argoproj/argo-cd/commit/b05cafdfca543a529870270801b5970f9eaf0d25): feat: add custom actions for Numaflow CRDs ([#&#8203;20332](https://github.com/argoproj/argo-cd/issues/20332)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`fdf539d`](https://github.com/argoproj/argo-cd/commit/fdf539dc6a027ef975fde23bf734f880570ccdc3): feat: add health check for ClusterResourceSet ([#&#8203;20746](https://github.com/argoproj/argo-cd/issues/20746)) ([@&#8203;nueavv](https://github.com/nueavv)) - [`5138dd5`](https://github.com/argoproj/argo-cd/commit/5138dd51182cf47392b15fc6624f8f1a61957da7): feat: add orphaned resource count metric ([#&#8203;20521](https://github.com/argoproj/argo-cd/issues/20521)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`621330c`](https://github.com/argoproj/argo-cd/commit/621330c11bca314209353240cec9587e01b5bfed): feat: add prompting to confirm account token deletion ([#&#8203;20654](https://github.com/argoproj/argo-cd/issues/20654)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`36ef563`](https://github.com/argoproj/argo-cd/commit/36ef5639da8101264862a0d6f48618ca64b41bba): feat: add prompting to confirm application commands ([#&#8203;20658](https://github.com/argoproj/argo-cd/issues/20658)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`d44d7ec`](https://github.com/argoproj/argo-cd/commit/d44d7ec043e04d93fa9a32aca517487d42226c50): feat: add prompting to confirm application resource deletion ([#&#8203;20611](https://github.com/argoproj/argo-cd/issues/20611)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`29d5229`](https://github.com/argoproj/argo-cd/commit/29d52299da90629c2ccbc8a3cc691fdbc603cd4f): feat: add prompting to confirm delete certificate ([#&#8203;20547](https://github.com/argoproj/argo-cd/issues/20547)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`16e7517`](https://github.com/argoproj/argo-cd/commit/16e7517044df049a4ee56ff686e5e3a227f9375e): feat: add prompting to confirm deletion of gpg public key ([#&#8203;20539](https://github.com/argoproj/argo-cd/issues/20539)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`83b1b6c`](https://github.com/argoproj/argo-cd/commit/83b1b6c574affb142f471f68b16aae767527fbf4): feat: add prompting to confirm project deletion ([#&#8203;20612](https://github.com/argoproj/argo-cd/issues/20612)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`8a4e7e0`](https://github.com/argoproj/argo-cd/commit/8a4e7e021fdfa50aeea6c60b9d2f99a43a6d4fa8): feat: add prompting to confirm project role deletion ([#&#8203;20613](https://github.com/argoproj/argo-cd/issues/20613)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`2620593`](https://github.com/argoproj/argo-cd/commit/262059346bb5656c31c16bd32ae0b3d58e29cfc0): feat: add prompting to confirm project window deletion ([#&#8203;20656](https://github.com/argoproj/argo-cd/issues/20656)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9b6d3a9`](https://github.com/argoproj/argo-cd/commit/9b6d3a9a95fa77a556e68ff2c49da3f2ee6896f2): feat: add prompting to confirm prune during backup import ([#&#8203;20546](https://github.com/argoproj/argo-cd/issues/20546)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`eb6d2e6`](https://github.com/argoproj/argo-cd/commit/eb6d2e635f62c00d31053120915e9b0d44f5eae8): feat: add prompting to confirm remove of repository credentials ([#&#8203;20541](https://github.com/argoproj/argo-cd/issues/20541)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`0aa6c49`](https://github.com/argoproj/argo-cd/commit/0aa6c49465c85bfbac39316d93a438534dca58fb): feat: add support for helm skipTests flag ([#&#8203;20118](https://github.com/argoproj/argo-cd/issues/20118)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`b9d5387`](https://github.com/argoproj/argo-cd/commit/b9d5387979d61195f6c42528714f0c637d9950f7): feat: adopt delete app confirmation to new prompt util ([#&#8203;20664](https://github.com/argoproj/argo-cd/issues/20664)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`4e13b7f`](https://github.com/argoproj/argo-cd/commit/4e13b7f36c41d69f37a05aaf6dcb6f5ec6c89659): feat: allow auth token to be passed in via env ([#&#8203;19898](https://github.com/argoproj/argo-cd/issues/19898)) ([@&#8203;ctrlaltf24](https://github.com/ctrlaltf24)) - [`212efa4`](https://github.com/argoproj/argo-cd/commit/212efa491462f5fe501d6c6edfbb8007fc8ce793): feat: allow individual extension configs ([#&#8203;20491](https://github.com/argoproj/argo-cd/issues/20491)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`7c9bd2d`](https://github.com/argoproj/argo-cd/commit/7c9bd2d2d3e4d681fee2e419cfeef08cade5c804): feat: application resource deletion protection ([#&#8203;20497](https://github.com/argoproj/argo-cd/issues/20497)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`a25378f`](https://github.com/argoproj/argo-cd/commit/a25378f1efcc09dc25a4169927e57bf2e15accca): feat: appset scm generators and PR generators should be able to access only secrets related to appset ([#&#8203;20309](https://github.com/argoproj/argo-cd/issues/20309)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`2d8659b`](https://github.com/argoproj/argo-cd/commit/2d8659b466aa02e2c10d3a3958f93e5edc5f0007): feat: basic e2e tests in order to verify notification service health ([#&#8203;20182](https://github.com/argoproj/argo-cd/issues/20182)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`a288b4d`](https://github.com/argoproj/argo-cd/commit/a288b4d8c9000225bc9ce8ef829fd2d365465b3c): feat: exclude Endpoints and EndpointSlices Kubernetes resource by default ([#&#8203;20251](https://github.com/argoproj/argo-cd/issues/20251)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`82484ce`](https://github.com/argoproj/argo-cd/commit/82484ce758aa80334ecf66bfda28b9d5c41a8c30): feat: introduce health checks for Numaflow CRDs ([#&#8203;20297](https://github.com/argoproj/argo-cd/issues/20297)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`5d89339`](https://github.com/argoproj/argo-cd/commit/5d89339c1471db16668fdf3f4576e527ec3ad082): feat: introduce pause/unpause actions for Numaplane CRDs ([#&#8203;20128](https://github.com/argoproj/argo-cd/issues/20128)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`d16df52`](https://github.com/argoproj/argo-cd/commit/d16df525d7a88e7b89313d0ed70c6399c580d58c): feat: manage clusters via proxy ([#&#8203;20374](https://github.com/argoproj/argo-cd/issues/20374)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`4a38442`](https://github.com/argoproj/argo-cd/commit/4a38442b99ac459b4ed5985b3416ac09599ac31f): feat: move appset delete confirmation to new prompt logic ([#&#8203;20677](https://github.com/argoproj/argo-cd/issues/20677)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`eba559a`](https://github.com/argoproj/argo-cd/commit/eba559a4499d17051304785da2d769dd6a31e6af): feat: option to disable writing k8s events([#&#8203;18205](https://github.com/argoproj/argo-cd/issues/18205)) ([#&#8203;18441](https://github.com/argoproj/argo-cd/issues/18441)) ([@&#8203;Jack-R-lantern](https://github.com/Jack-R-lantern)) - [`433b317`](https://github.com/argoproj/argo-cd/commit/433b317c358b1bfc59352791254d52e504d83dd4): feat: source hydrator ([#&#8203;20345](https://github.com/argoproj/argo-cd/issues/20345)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`59ea2a8`](https://github.com/argoproj/argo-cd/commit/59ea2a809e5ad4db2d08d38e029e8484ae9d48c1): feat: support Suspended state for MonoVertexRollout ([#&#8203;20583](https://github.com/argoproj/argo-cd/issues/20583)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`dc27102`](https://github.com/argoproj/argo-cd/commit/dc27102cffff6a7245744d9085aebf60b1586ace): feat: support using exponential backoff between self heal attempts ([#&#8203;20275](https://github.com/argoproj/argo-cd/issues/20275)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`b824956`](https://github.com/argoproj/argo-cd/commit/b8249567ae1afe657f3d2f235dc3724880c91370): feat: transmit manifest-generate-path resources to the cmp-server for plugin-based applications ([#&#8203;19209](https://github.com/argoproj/argo-cd/issues/19209)) ([@&#8203;jsolana](https://github.com/jsolana)) ##### Bug fixes - [`684ee0b`](https://github.com/argoproj/argo-cd/commit/684ee0bceb2c00446c26cdca9cbcf04472022991): Revert "fix: Graceful shutdown for the API server ([#&#8203;18642](https://github.com/argoproj/argo-cd/issues/18642)) ([#&#8203;20981](https://github.com/argoproj/argo-cd/issues/20981))" ([#&#8203;21221](https://github.com/argoproj/argo-cd/issues/21221)) ([#&#8203;21222](https://github.com/argoproj/argo-cd/issues/21222)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`4471603`](https://github.com/argoproj/argo-cd/commit/4471603de2a8f3e7e0bdfbd9d487468b6b20a354): fix(api): send to closed channel in mergeLogStreams ([#&#8203;7006](https://github.com/argoproj/argo-cd/issues/7006)) ([#&#8203;21178](https://github.com/argoproj/argo-cd/issues/21178)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`bce16e9`](https://github.com/argoproj/argo-cd/commit/bce16e9daff1fc00b0cee8c2b0d90b47a13997f6): fix(appset): Fix appset generate in --core mode for cluster gen ([#&#8203;21170](https://github.com/argoproj/argo-cd/issues/21170)) ([@&#8203;OpenGuidou](https://github.com/OpenGuidou)) - [`e953a2d`](https://github.com/argoproj/argo-cd/commit/e953a2de8bed3efad87b381f593c03c426f1827e): fix(appset): avoid panic when no steps in rollingSync ([#&#8203;20357](https://github.com/argoproj/argo-cd/issues/20357)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`bd75510`](https://github.com/argoproj/argo-cd/commit/bd755104eda1eaa917d31c228c37cd52c04780d4): fix(appset): events not honouring configured namespaces ([#&#8203;21219](https://github.com/argoproj/argo-cd/issues/21219)) ([#&#8203;21241](https://github.com/argoproj/argo-cd/issues/21241)) ([#&#8203;21519](https://github.com/argoproj/argo-cd/issues/21519)) ([@&#8203;eadred](https://github.com/eadred)) - [`479b182`](https://github.com/argoproj/argo-cd/commit/479b1825527175836572bb55ec17b738d4834a24): fix(appset): reverted Gitlab SCM HasPath search and consider 404 errors as file not found ([#&#8203;16253](https://github.com/argoproj/argo-cd/issues/16253)) (cherry-pick [#&#8203;21597](https://github.com/argoproj/argo-cd/issues/21597)) ([#&#8203;21602](https://github.com/argoproj/argo-cd/issues/21602)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`ebf754e`](https://github.com/argoproj/argo-cd/commit/ebf754e3ab11ec00a3b0f18080e93a441438d59c): fix(appset): update gitlab SCM provider to search on parent folder ([#&#8203;16253](https://github.com/argoproj/argo-cd/issues/16253)) ([#&#8203;21491](https://github.com/argoproj/argo-cd/issues/21491)) ([#&#8203;21503](https://github.com/argoproj/argo-cd/issues/21503)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`b8f85c9`](https://github.com/argoproj/argo-cd/commit/b8f85c95006e638dce3eb9a87dc178c8370f393d): fix(ci): get correct previous release version for release notes ([#&#8203;19443](https://github.com/argoproj/argo-cd/issues/19443)) ([#&#8203;20315](https://github.com/argoproj/argo-cd/issues/20315)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`79ba360`](https://github.com/argoproj/argo-cd/commit/79ba36026a2e8189daad4f2e18d567036131074d): fix(ci): handle new k3s test version matrix ([#&#8203;20223](https://github.com/argoproj/argo-cd/issues/20223)) ([#&#8203;20427](https://github.com/argoproj/argo-cd/issues/20427)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`76fbc1f`](https://github.com/argoproj/argo-cd/commit/76fbc1f0c99df7bfc5005ec5e25ede61cf47d990): fix(ci): ignore temporary files when checking for out of bound symlinks ([#&#8203;20527](https://github.com/argoproj/argo-cd/issues/20527)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`c13c9c1`](https://github.com/argoproj/argo-cd/commit/c13c9c1be3a2e65977fe911000d3f3eb71a32a73): fix(ci): updating action-gh-release after upstream fix ([#&#8203;21407](https://github.com/argoproj/argo-cd/issues/21407)) ([#&#8203;21408](https://github.com/argoproj/argo-cd/issues/21408)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`2c2e669`](https://github.com/argoproj/argo-cd/commit/2c2e669247d97cd91c1f5e2c8f419403febdef14): fix(cli): Fix appset generate in --core mode ([#&#8203;20717](https://github.com/argoproj/argo-cd/issues/20717)) ([@&#8203;OpenGuidou](https://github.com/OpenGuidou)) - [`e654ed5`](https://github.com/argoproj/argo-cd/commit/e654ed59f8d9c0f2457ffab56294f45f44b916f8): fix(cli): add missing resources and actions to cani CLI ([#&#8203;20347](https://github.com/argoproj/argo-cd/issues/20347)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`438e01b`](https://github.com/argoproj/argo-cd/commit/438e01bc4fb74f2c6f665ec2be1751075a36eb09): fix(codegen): use kube_codegen.sh deepcopy and client gen correctly ([#&#8203;20644](https://github.com/argoproj/argo-cd/issues/20644)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`51471b3`](https://github.com/argoproj/argo-cd/commit/51471b3b8b4d89e9fa97406b81bf45212e937daf): fix(controller): rename cluster batch param and add to argocd-cmd-params-cm ([#&#8203;21402](https://github.com/argoproj/argo-cd/issues/21402)) ([#&#8203;21419](https://github.com/argoproj/argo-cd/issues/21419)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`ec499bb`](https://github.com/argoproj/argo-cd/commit/ec499bb0706241efc0b64a75c1409cff7e85e5b6): fix(diff): avoid cache miss in server-side diff ([#&#8203;20423](https://github.com/argoproj/argo-cd/issues/20423)) ([#&#8203;20424](https://github.com/argoproj/argo-cd/issues/20424)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e861b55`](https://github.com/argoproj/argo-cd/commit/e861b550e0a9a74f4ec8b8d84c3a87c7de857ed4): fix(diff): avoid cache miss in server-side diff ([#&#8203;20605](https://github.com/argoproj/argo-cd/issues/20605)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`d1ef0f8`](https://github.com/argoproj/argo-cd/commit/d1ef0f85fafec00bf84ccde0085ec7f9329e7843): fix(docs): ensure version dropdown sorts correctly regardless of browser language [#&#8203;20289](https://github.com/argoproj/argo-cd/issues/20289) ([#&#8203;20322](https://github.com/argoproj/argo-cd/issues/20322)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`ca91dd9`](https://github.com/argoproj/argo-cd/commit/ca91dd9d6b9cce8f9c8230aa11c1e9353cc2558e): fix(extension): add header to support apps-in-any-namespace ([#&#8203;20123](https://github.com/argoproj/argo-cd/issues/20123)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`5ba2405`](https://github.com/argoproj/argo-cd/commit/5ba2405fa99c87fa0440bc5d8afe3fcd0302408b): fix(health): only consider non-empty health checks ([#&#8203;20232](https://github.com/argoproj/argo-cd/issues/20232)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`3070297`](https://github.com/argoproj/argo-cd/commit/3070297d6b50d619f3a1dfca03db0d5db7dc22d1): fix(helm): escape consecutive commas in cleanSetParameters ([#&#8203;19269](https://github.com/argoproj/argo-cd/issues/19269)) ([#&#8203;20113](https://github.com/argoproj/argo-cd/issues/20113)) ([@&#8203;eogns47](https://github.com/eogns47)) - [`35174dc`](https://github.com/argoproj/argo-cd/commit/35174dc196dbda440bc2f209e0ac640ef1855f81): fix(hydrator): UI nil checks (cherry-pick [#&#8203;21598](https://github.com/argoproj/argo-cd/issues/21598)) ([#&#8203;21601](https://github.com/argoproj/argo-cd/issues/21601)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`092bb73`](https://github.com/argoproj/argo-cd/commit/092bb7328cc7aeeb75460fc25fafa575418cacd3): fix(pkce): 20111 PKCE auth flow does not return user to previous path like dex auth flow ([#&#8203;20202](https://github.com/argoproj/argo-cd/issues/20202)) ([@&#8203;austin5219](https://github.com/austin5219)) - [`b187fbb`](https://github.com/argoproj/argo-cd/commit/b187fbbaf779bc9ea515ceff47572ad0c58d947c): fix(redis): CPU stuck at 100% after rolling update ([#&#8203;20645](https://github.com/argoproj/argo-cd/issues/20645)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`a68d057`](https://github.com/argoproj/argo-cd/commit/a68d057c9dc41951019ab8e5d603c5ca101f3516): fix(server): accept HTTP/1.1 for backward compatibility ([#&#8203;20639](https://github.com/argoproj/argo-cd/issues/20639)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`c8c22d3`](https://github.com/argoproj/argo-cd/commit/c8c22d3d5af6c319c7c332e36fb9ab9a911fb0f8): fix(server): make a copy of secret objects when listing from the informers [#&#8203;19913](https://github.com/argoproj/argo-cd/issues/19913) ([#&#8203;20805](https://github.com/argoproj/argo-cd/issues/20805)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`a7637cd`](https://github.com/argoproj/argo-cd/commit/a7637cd106f615119930439d963ec0a9618b404d): fix(server): missing selected ALPN property ([#&#8203;20579](https://github.com/argoproj/argo-cd/issues/20579)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`8a9de6a`](https://github.com/argoproj/argo-cd/commit/8a9de6a8d3533e608792f6d3d23629d35444d679): fix(ui): ArgoCD history tab shows latest values in all recent releases ([#&#8203;13006](https://github.com/argoproj/argo-cd/issues/13006)) ([#&#8203;21161](https://github.com/argoproj/argo-cd/issues/21161)) ([@&#8203;GuySaar8](https://github.com/GuySaar8)) - [`b0e3160`](https://github.com/argoproj/argo-cd/commit/b0e3160ccf6a3800c60cc3192e05c3f36a251795): fix(ui): Change tab title to Sync Windows ([#&#8203;20018](https://github.com/argoproj/argo-cd/issues/20018)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`33ecbbc`](https://github.com/argoproj/argo-cd/commit/33ecbbc4a86ed542e1f40cd26ef48f0417673305): fix(ui): Prevent versionId 0 Error on New Applications with No History ([#&#8203;20574](https://github.com/argoproj/argo-cd/issues/20574)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`46f4945`](https://github.com/argoproj/argo-cd/commit/46f494592c010b3a948d4aac866c7534f69dc798): fix(ui): Solve issue with navigating with dropdown from an application's page (cherry-pick [#&#8203;21737](https://github.com/argoproj/argo-cd/issues/21737)) ([#&#8203;21746](https://github.com/argoproj/argo-cd/issues/21746)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`9ac1670`](https://github.com/argoproj/argo-cd/commit/9ac1670c91c8829543725f9387535e201bd6e05e): fix(ui): Sync Health Statuses for Applications and everything else ([#&#8203;20020](https://github.com/argoproj/argo-cd/issues/20020)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`555854c`](https://github.com/argoproj/argo-cd/commit/555854c3e9cecfbe9f6fcc8b26eb3d7196bd343c): fix(ui): add `state` parameter in the pkce flow ([#&#8203;17235](https://github.com/argoproj/argo-cd/issues/17235)) ([@&#8203;js3692](https://github.com/js3692)) - [`159eeec`](https://github.com/argoproj/argo-cd/commit/159eeecd17cb6439c7888189eda7f431e504674d): fix(ui): add optional check to avoid undefined reference in project detail ([#&#8203;20044](https://github.com/argoproj/argo-cd/issues/20044)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`7718af1`](https://github.com/argoproj/argo-cd/commit/7718af14a15ee687283e83bb7b7b8afe484d4286): fix(ui): adjust transform origin in application resource tree ([#&#8203;20180](https://github.com/argoproj/argo-cd/issues/20180)) ([@&#8203;srikanth597](https://github.com/srikanth597)) - [`40c6077`](https://github.com/argoproj/argo-cd/commit/40c60775bbb6ae450be03ec7142e8cbbc81663e7): fix(ui): carry over state when using full screen mode button ([#&#8203;20022](https://github.com/argoproj/argo-cd/issues/20022)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`f6eaaea`](https://github.com/argoproj/argo-cd/commit/f6eaaea7696f88346c1028f43a2bdeb4f4992096): fix(ui): display correct init info in Pod UI ([#&#8203;20387](https://github.com/argoproj/argo-cd/issues/20387)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`1fcbcc1`](https://github.com/argoproj/argo-cd/commit/1fcbcc1c23d98c39d3b1407bb38e90d320a4d6e3): fix(ui): fix open application detail in new tab when basehref is set ([#&#8203;20004](https://github.com/argoproj/argo-cd/issues/20004)) ([@&#8203;lsq645599166](https://github.com/lsq645599166)) - [`a78b628`](https://github.com/argoproj/argo-cd/commit/a78b6287b195ee1a694b6f29f81d7d9e09f39b2a): fix(ui): fix select destination cluster type in create app ([#&#8203;20970](https://github.com/argoproj/argo-cd/issues/20970)) ([@&#8203;lsq645599166](https://github.com/lsq645599166)) - [`d761c94`](https://github.com/argoproj/argo-cd/commit/d761c94b7d9452de7f57f171b359ab44290cd414): fix(ui): fix the slider tansition ([#&#8203;20641](https://github.com/argoproj/argo-cd/issues/20641)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`0681098`](https://github.com/argoproj/argo-cd/commit/0681098299246215d091b027719774863d44857e): fix(ui): hide resource actions menu if it's empty ([#&#8203;20051](https://github.com/argoproj/argo-cd/issues/20051)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`20e2e78`](https://github.com/argoproj/argo-cd/commit/20e2e784764bf4907fd29f83d34666016b73dfc8): fix(ui): history error reported in the dev environment ([#&#8203;20133](https://github.com/argoproj/argo-cd/issues/20133)) ([@&#8203;youhonglian](https://github.com/youhonglian)) - [`ed4c0ee`](https://github.com/argoproj/argo-cd/commit/ed4c0ee7138da579a4392824b0632a7056a1d106): fix(ui): source can in fact be `undefined` ([#&#8203;20381](https://github.com/argoproj/argo-cd/issues/20381)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`e31aebe`](https://github.com/argoproj/argo-cd/commit/e31aebe14cfe450357085be23951c395093e9a8a): fix(ui): update ui e2e tests ([#&#8203;14619](https://github.com/argoproj/argo-cd/issues/14619)) ([@&#8203;ebuildy](https://github.com/ebuildy)) - [`fa9023a`](https://github.com/argoproj/argo-cd/commit/fa9023a006f65f7a566b709c3124f61571bbd3b0): fix: 20791 - sync multi-source application out of order source syncs ([#&#8203;21071](https://github.com/argoproj/argo-cd/issues/21071)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`7f6340f`](https://github.com/argoproj/argo-cd/commit/7f6340f653ae95b4f7433967c00717b3921843df): fix: API server should not attempt to read secrets in all namespaces ([#&#8203;20950](https://github.com/argoproj/argo-cd/issues/20950)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`e2bc96b`](https://github.com/argoproj/argo-cd/commit/e2bc96bb8629f547b2667932dba72265c559120f): fix: Ability to disable Server Side Apply on individual resource level ([#&#8203;20697](https://github.com/argoproj/argo-cd/issues/20697)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`fcc186b`](https://github.com/argoproj/argo-cd/commit/fcc186bdd56b38ff08a75d37046d5d98c4c6359b): fix: Add redis password to `forwardCacheClient` struct ([#&#8203;19599](https://github.com/argoproj/argo-cd/issues/19599)) ([@&#8203;NetanelK](https://github.com/NetanelK)) - [`155514e`](https://github.com/argoproj/argo-cd/commit/155514e8caad2ec5878e55169c8b6c228d911bfe): fix: Allow to delete repos with invalid urls ([#&#8203;20921](https://github.com/argoproj/argo-cd/issues/20921)) ([#&#8203;20975](https://github.com/argoproj/argo-cd/issues/20975)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`6d8d32f`](https://github.com/argoproj/argo-cd/commit/6d8d32f170c9db33cd34029cc554afeb335a5faf): fix: ApplicationSet webhooks should use stricter comparison of repository URL ([#&#8203;20486](https://github.com/argoproj/argo-cd/issues/20486)) ([@&#8203;dacofr](https://github.com/dacofr)) - [`b8e118f`](https://github.com/argoproj/argo-cd/commit/b8e118ff7d08176538e48b09405d162e5ad31eec): fix: Bitbucket Cloud PR Author is processed correctly ([#&#8203;20769](https://github.com/argoproj/argo-cd/issues/20769)) ([#&#8203;20990](https://github.com/argoproj/argo-cd/issues/20990)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`f03146d`](https://github.com/argoproj/argo-cd/commit/f03146d3a0652808d2d84db2b703538bc8cdd569): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#&#8203;20087](https://github.com/argoproj/argo-cd/issues/20087)) ([@&#8203;chengfang](https://github.com/chengfang)) - [`0a26e0f`](https://github.com/argoproj/argo-cd/commit/0a26e0f465ad307bc5d83949afcf8fef2b8d9b59): fix: Change applicationset generate HTTP method to avoid route conflicts ([#&#8203;20758](https://github.com/argoproj/argo-cd/issues/20758)) ([#&#8203;21299](https://github.com/argoproj/argo-cd/issues/21299)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`fad534b`](https://github.com/argoproj/argo-cd/commit/fad534bcfe11b5e2cfcc96079d19710a0754c9d6): fix: Fix argocd appset generate failure due to missing clusterrole ([#&#8203;20162](https://github.com/argoproj/argo-cd/issues/20162)) ([@&#8203;pradithya](https://github.com/pradithya)) - [`b2091e3`](https://github.com/argoproj/argo-cd/commit/b2091e3984e8efa4ace6db192d29cbc11fca4509): fix: Fix false positive in plugin application discovery ([#&#8203;20196](https://github.com/argoproj/argo-cd/issues/20196)) ([@&#8203;pradithya](https://github.com/pradithya)) - [`3da5a3d`](https://github.com/argoproj/argo-cd/commit/3da5a3de52c9cccc27c303bb5caf94a7e6b11d46): fix: Fix repeated 403 due to app namespace being undefined ([#&#8203;20699](https://github.com/argoproj/argo-cd/issues/20699)) ([#&#8203;20819](https://github.com/argoproj/argo-cd/issues/20819)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`d9be098`](https://github.com/argoproj/argo-cd/commit/d9be098d9ce74f996c0faa225ccd2504060c2e29): fix: Fix server side diff with fields removal ([#&#8203;20792](https://github.com/argoproj/argo-cd/issues/20792)) ([#&#8203;20842](https://github.com/argoproj/argo-cd/issues/20842)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`345c8a1`](https://github.com/argoproj/argo-cd/commit/345c8a18a2ba8c09fbc533994cb710cf333be035): fix: GOLANGCI_LINT_VERSION ([#&#8203;20264](https://github.com/argoproj/argo-cd/issues/20264)) ([@&#8203;dcoppa](https://github.com/dcoppa)) - [`dce41c4`](https://github.com/argoproj/argo-cd/commit/dce41c430efa779dd164ed0bbff8cb3822390c04): fix: Get pull request target branch for Azure DevOps ([#&#8203;19869](https://github.com/argoproj/argo-cd/issues/19869)) ([#&#8203;19871](https://github.com/argoproj/argo-cd/issues/19871)) ( <>) - [`730363f`](https://github.com/argoproj/argo-cd/commit/730363f14ba73a020295158452d486154ed3e09f): fix: Graceful shutdown for the API server ([#&#8203;18642](https://github.com/argoproj/argo-cd/issues/18642)) ([#&#8203;20981](https://github.com/argoproj/argo-cd/issues/20981)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`c6804e9`](https://github.com/argoproj/argo-cd/commit/c6804e9854823b9f22d85ccff6b8e8d80d2ca83e): fix: Memory leak in repo-server ([#&#8203;20876](https://github.com/argoproj/argo-cd/issues/20876)) ([@&#8203;AJChandler](https://github.com/AJChandler)) - [`e1258cc`](https://github.com/argoproj/argo-cd/commit/e1258ccb9d312f50071582483f0eefc720506b2e): fix: Policy/policy.open-cluster-management.io health check is broken ([#&#8203;20108](https://github.com/argoproj/argo-cd/issues/20108)) ([#&#8203;20109](https://github.com/argoproj/argo-cd/issues/20109)) ([@&#8203;itewk](https://github.com/itewk)) - [`8a8fc37`](https://github.com/argoproj/argo-cd/commit/8a8fc37f3cc1f531c2efce1e763d0960c7a10e1e): fix: Policy/policy.open-cluster-management.io stuck in progressing status when no clusters match the policy ([#&#8203;21296](https://github.com/argoproj/argo-cd/issues/21296)) (cherry-pick [#&#8203;21297](https://github.com/argoproj/argo-cd/issues/21297)) ([#&#8203;21614](https://github.com/argoproj/argo-cd/issues/21614)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`030a7be`](https://github.com/argoproj/argo-cd/commit/030a7be7e2fd0ae976c9b73196d777ea72bada09): fix: Populate destination name when destination server is specified ([#&#8203;21063](https://github.com/argoproj/argo-cd/issues/21063)) ([@&#8203;adriananeci](https://github.com/adriananeci)) - [`7de5d27`](https://github.com/argoproj/argo-cd/commit/7de5d27dc07db88d1bf3d95f06ec51501f9d8a17): fix: Rework git tag semver resolution ([#&#8203;20083](https://github.com/argoproj/argo-cd/issues/20083)) ([#&#8203;20096](https://github.com/argoproj/argo-cd/issues/20096)) ([@&#8203;PaulSonOfLars](https://github.com/PaulSonOfLars)) - [`8cf990b`](https://github.com/argoproj/argo-cd/commit/8cf990bcedcff8a05102e785cf2db1085eafd316): fix: Rollback multi-source apps; 2nd follow-up to PR 14124 ([#&#8203;20566](https://github.com/argoproj/argo-cd/issues/20566)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`522d07a`](https://github.com/argoproj/argo-cd/commit/522d07a8d8d50ae68cce4878fd5bc50fe547c611): fix: UI: Nothing happens selecting cluster URL/Name dropdown ([#&#8203;13655](https://github.com/argoproj/argo-cd/issues/13655)) ([#&#8203;21028](https://github.com/argoproj/argo-cd/issues/21028)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`2fe9a22`](https://github.com/argoproj/argo-cd/commit/2fe9a220dda581efb9cf2d9110b7f9d02c705439): fix: add missing fields in listrepositories ([#&#8203;20991](https://github.com/argoproj/argo-cd/issues/20991)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`6002c7d`](https://github.com/argoproj/argo-cd/commit/6002c7d8f352d5b5b69b0fa7e85b17392f8fc867): fix: allow pipes to be present in git username ([#&#8203;20040](https://github.com/argoproj/argo-cd/issues/20040)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`dc3f40c`](https://github.com/argoproj/argo-cd/commit/dc3f40c31e1a7206e3d021be98e713c7921e802e): fix: avoid resources lock contention ([#&#8203;8172](https://github.com/argoproj/argo-cd/issues/8172)) ([#&#8203;20329](https://github.com/argoproj/argo-cd/issues/20329)) ([@&#8203;mpelekh](https://github.com/mpelekh)) - [`9b11b21`](https://github.com/argoproj/argo-cd/commit/9b11b21f00f006ec5bfca1ff39210e54b65bf4b5): fix: check err before use schedule and duration ([#&#8203;20043](https://github.com/argoproj/argo-cd/issues/20043)) ([@&#8203;daengdaengLee](https://github.com/daengdaengLee)) - [`17c412e`](https://github.com/argoproj/argo-cd/commit/17c412e3f387457caf16457066dc854941532195): fix: check for source position when --show-params is set ([#&#8203;20682](https://github.com/argoproj/argo-cd/issues/20682)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`20f9719`](https://github.com/argoproj/argo-cd/commit/20f97190019163390d0ed7e3e140d2d5565bbb34): fix: cleanup tempdir when errors occur in Helm chart extraction ([#&#8203;19861](https://github.com/argoproj/argo-cd/issues/19861)) ([@&#8203;ilia-medvedev-codefresh](https://github.com/ilia-medvedev-codefresh)) - [`fe67cd5`](https://github.com/argoproj/argo-cd/commit/fe67cd54eb60806c998029286356fa8a4958c979): fix: corrected --roleARN to --role-arn as per updated CLI option ([#&#8203;20065](https://github.com/argoproj/argo-cd/issues/20065)) ([@&#8203;nueavv](https://github.com/nueavv)) - [`cfa1c89`](https://github.com/argoproj/argo-cd/commit/cfa1c89c43943eacdfdf6833b01379a4f153d917): fix: disable automaxprocs logging ([#&#8203;20069](https://github.com/argoproj/argo-cd/issues/20069)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`76104da`](https://github.com/argoproj/argo-cd/commit/76104dae211d4bfdbef8e9b713aa163abd24f54b): fix: don't disable buttons for multi-source apps ([#&#8203;20446](https://github.com/argoproj/argo-cd/issues/20446)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`dbc94ba`](https://github.com/argoproj/argo-cd/commit/dbc94ba13f9ce72ccfbfc68990eba4733c77d14d): fix: fix broken link ([#&#8203;20070](https://github.com/argoproj/argo-cd/issues/20070)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`fe7771c`](https://github.com/argoproj/argo-cd/commit/fe7771cc83562adf8759927f95d4b8c8c9b05c76): fix: handle incorrect cluster RESTconfig without panic ([#&#8203;20150](https://github.com/argoproj/argo-cd/issues/20150)) ([@&#8203;CefBoud](https://github.com/CefBoud)) - [`6897c2e`](https://github.com/argoproj/argo-cd/commit/6897c2e33f056d8a2fe8a1c8c55ba3d54e34d140): fix: incorrect expr for server stats in Grafana dashboard.json ([#&#8203;21098](https://github.com/argoproj/argo-cd/issues/21098)) ([@&#8203;minchao](https://github.com/minchao)) - [`fa54ce2`](https://github.com/argoproj/argo-cd/commit/fa54ce221e62e881c5c7920e9b053fe80fd34792): fix: oras-go client should fallback to docker config if no credentials specified ([#&#8203;18133](https://github.com/argoproj/argo-cd/issues/18133)) ([@&#8203;tonyay163](https://github.com/tonyay163)) - [`0ca1ddb`](https://github.com/argoproj/argo-cd/commit/0ca1ddb88c4127512de3464cde02ad588b240268): fix: order conditions summary ([#&#8203;20759](https://github.com/argoproj/argo-cd/issues/20759)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`be880ad`](https://github.com/argoproj/argo-cd/commit/be880add20a295325acd88953881caef82c85bf8): fix: refine deny destination checks ([#&#8203;20045](https://github.com/argoproj/argo-cd/issues/20045)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`be24ef4`](https://github.com/argoproj/argo-cd/commit/be24ef4acc987f190e1d37a3abf09526b9a6f7bb): fix: remove broken link from code-contributions.md ([#&#8203;20795](https://github.com/argoproj/argo-cd/issues/20795)) ( <>) - [`951f749`](https://github.com/argoproj/argo-cd/commit/951f749406db7aa0df95f4cbf9887fad71974f68): fix: remove hardcoded conditions from Numaflow CRD health checks ([#&#8203;20316](https://github.com/argoproj/argo-cd/issues/20316)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`52c3f93`](https://github.com/argoproj/argo-cd/commit/52c3f93010e835693d56d893d6a13531402c3bd6): fix: repo generate paths value in namespace install is incorrectly formatted ([#&#8203;20139](https://github.com/argoproj/argo-cd/issues/20139)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`70ea865`](https://github.com/argoproj/argo-cd/commit/70ea86523e1b97daa3161b00abeabec6e7bb57c7): fix: resolve the failing e2e appset tests for ksonnet applications (cherry-pick [#&#8203;21580](https://github.com/argoproj/argo-cd/issues/21580)) ([#&#8203;21604](https://github.com/argoproj/argo-cd/issues/21604)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`32cc663`](https://github.com/argoproj/argo-cd/commit/32cc6638f78e15652c24eb2cd6403e6e7ec26ab0): fix: show multisource details for an appset when using `argocd appset get` command ([#&#8203;20903](https://github.com/argoproj/argo-cd/issues/20903)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`03a1609`](https://github.com/argoproj/argo-cd/commit/03a16099b048223e29d3f3620b2c02ccdd93f5f9): fix: support managing cluster with multiple argocd instances and annotation based tracking ([#&#8203;20222](https://github.com/argoproj/argo-cd/issues/20222)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`4faf8dd`](https://github.com/argoproj/argo-cd/commit/4faf8dd11c951531eeeab08a6f009face7509830): fix: the unmatching template issue introduced from [#&#8203;20237](https://github.com/argoproj/argo-cd/issues/20237) ([#&#8203;20410](https://github.com/argoproj/argo-cd/issues/20410)) ([@&#8203;xcompass](https://github.com/xcompass)) - [`49431b9`](https://github.com/argoproj/argo-cd/commit/49431b9add9393ef2ece78d4f63968b6c10276e0): fix: update health check to support modelmesh ([#&#8203;20142](https://github.com/argoproj/argo-cd/issues/20142)) ([@&#8203;strangiato](https://github.com/strangiato)) - [`9687619`](https://github.com/argoproj/argo-cd/commit/96876195410393c742bb40330c7f174c454f1a9d): fix: updates to health status for Numaplane resources ([#&#8203;20544](https://github.com/argoproj/argo-cd/issues/20544)) ([@&#8203;juliev0](https://github.com/juliev0)) - [`1c6ec19`](https://github.com/argoproj/argo-cd/commit/1c6ec19a86e5df618c62b273485b6d25e228771f): fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` ([#&#8203;20220](https://github.com/argoproj/argo-cd/issues/20220)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) ##### Documentation - [`b546ea7`](https://github.com/argoproj/argo-cd/commit/b546ea7b138f0233eafd45997994ccbc013ad53b): docs(applicationset): complete sentence about Application deletion ([#&#8203;20944](https://github.com/argoproj/argo-cd/issues/20944)) ([@&#8203;tdabasinskas](https://github.com/tdabasinskas)) - [`ac69f52`](https://github.com/argoproj/argo-cd/commit/ac69f5223cd0fc42fcc638b340a3703addda3812): docs(applicationset): explain how to add repo credentials ([#&#8203;20453](https://github.com/argoproj/argo-cd/issues/20453)) ([@&#8203;ruant](https://github.com/ruant)) - [`9b15589`](https://github.com/argoproj/argo-cd/commit/9b15589729cb9c1c3986f1e0eda1b1bd60ac7a9b): docs(cli): fix example command ([#&#8203;20402](https://github.com/argoproj/argo-cd/issues/20402)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`bab2c41`](https://github.com/argoproj/argo-cd/commit/bab2c41e109c95ffcb6a08024926747dab45a606): docs(hydrator): document signature verification limitation (cherry-pick [#&#8203;21504](https://github.com/argoproj/argo-cd/issues/21504)) ([#&#8203;21585](https://github.com/argoproj/argo-cd/issues/21585)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`205b3d3`](https://github.com/argoproj/argo-cd/commit/205b3d38c74c8578ef16dda8c9e49e274a5d42d6): docs(ingress): use GRPC instead of HTTP2 ([#&#8203;21029](https://github.com/argoproj/argo-cd/issues/21029)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`b60d28c`](https://github.com/argoproj/argo-cd/commit/b60d28c71a5410c36a6739b6b5380168f6005e63): docs(proposal): manifest hydrator ([#&#8203;17755](https://github.com/argoproj/argo-cd/issues/17755)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`f89e1cf`](https://github.com/argoproj/argo-cd/commit/f89e1cf80f0a22f7e06a9daee8962981331dc736): docs(rbac): clarify glob pattern behavior for fine-grain RBAC ([#&#8203;20624](https://github.com/argoproj/argo-cd/issues/20624)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`735d090`](https://github.com/argoproj/argo-cd/commit/735d090061dcc2850132a44ae1c893742ce1cba8): docs(reconcile): adding optional condition when ignoring json ([#&#8203;20010](https://github.com/argoproj/argo-cd/issues/20010)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`ff08643`](https://github.com/argoproj/argo-cd/commit/ff086431863009320bba58d98499c83af7bfdaf1): docs(resource_actions): specify when mergeBuiltinActions was introduced ([#&#8203;20917](https://github.com/argoproj/argo-cd/issues/20917)) ([@&#8203;morey-tech](https://github.com/morey-tech)) - [`6b19f10`](https://github.com/argoproj/argo-cd/commit/6b19f10e7f0ee3f43d2b262c5837b3c4453e76a2): docs(ui): sorting version ([#&#8203;20181](https://github.com/argoproj/argo-cd/issues/20181)) ([@&#8203;nueavv](https://github.com/nueavv)) - [`6a9fe45`](https://github.com/argoproj/argo-cd/commit/6a9fe45871968075ec462a253516aabff8d33303): docs: Add `404 Not Found` github notify error to troubleshooting docs ([#&#8203;20085](https://github.com/argoproj/argo-cd/issues/20085)) ([@&#8203;moleus](https://github.com/moleus)) - [`4b478ef`](https://github.com/argoproj/argo-cd/commit/4b478ef2c8182ea41993da1097215dd2695837d5): docs: Add empty GitHub.repoURL error to troubleshooting docs ([#&#8203;19926](https://github.com/argoproj/argo-cd/issues/19926)) ([@&#8203;moleus](https://github.com/moleus)) - [`f2e4739`](https://github.com/argoproj/argo-cd/commit/f2e473917884b205acaf41b46444131021cd8690): docs: Add keycloak PKCE and argo-cd cli method documentation ([#&#8203;20698](https://github.com/argoproj/argo-cd/issues/20698)) ([@&#8203;albundy83](https://github.com/albundy83)) - [`2f6b6ad`](https://github.com/argoproj/argo-cd/commit/2f6b6adb1c9405f521c04ff8a92ca2586113bb0d): docs: Correct ApplicationSet (spec.preservedFields) ([#&#8203;20206](https://github.com/argoproj/argo-cd/issues/20206)) ([@&#8203;jyoungs](https://github.com/jyoungs)) - [`c445399`](https://github.com/argoproj/argo-cd/commit/c4453999f2937c4304348d4a0ae496aa8519b9e4): docs: Declarative argo clusters docs update for EKS ([#&#8203;20503](https://github.com/argoproj/argo-cd/issues/20503)) ([@&#8203;fideloper](https://github.com/fideloper)) - [`a78594b`](https://github.com/argoproj/argo-cd/commit/a78594beb1d737585f6fe0d22ba0b0520b17f253): docs: Endpoints not excluded by default ([#&#8203;16023](https://github.com/argoproj/argo-cd/issues/16023)) ([#&#8203;20014](https://github.com/argoproj/argo-cd/issues/20014)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`eb1bb83`](https://github.com/argoproj/argo-cd/commit/eb1bb831d4b1a0f68d0039d74941d85b57608b0f): docs: Fix `argocd admin proj` docs and examples ([#&#8203;21057](https://github.com/argoproj/argo-cd/issues/21057)) ([@&#8203;amine7536](https://github.com/amine7536)) - [`fc6105b`](https://github.com/argoproj/argo-cd/commit/fc6105b2bd7de98cfdb8bbfc75f306ba5713cb03): docs: Fix post selector example ([#&#8203;20969](https://github.com/argoproj/argo-cd/issues/20969)) ([@&#8203;eriksjolund](https://github.com/eriksjolund)) - [`b391642`](https://github.com/argoproj/argo-cd/commit/b3916428c130768dbd010e2fc4691d500a98e25e): docs: Improve self-heal and auto-sync behaviors explanation for multi-source apps ([#&#8203;20809](https://github.com/argoproj/argo-cd/issues/20809)) ([#&#8203;20811](https://github.com/argoproj/argo-cd/issues/20811)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`a849d41`](https://github.com/argoproj/argo-cd/commit/a849d41b6f7dabe4cea9fd396261a927843cfe28): docs: Proposal to add installation steps for local development using Kind ([#&#8203;20821](https://github.com/argoproj/argo-cd/issues/20821)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`de06f77`](https://github.com/argoproj/argo-cd/commit/de06f7716c1590b1c233e781b30a3ee68b03ba7d): docs: Remove FOSSA badge ([#&#8203;20038](https://github.com/argoproj/argo-cd/issues/20038)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`d408909`](https://github.com/argoproj/argo-cd/commit/d408909df6f950dd4b1a0b898c3b77259aef394f): docs: Update Dex OIDC example ([#&#8203;20545](https://github.com/argoproj/argo-cd/issues/20545)) ([@&#8203;preethi-sv](https://github.com/preethi-sv)) - [`2d9d2fd`](https://github.com/argoproj/argo-cd/commit/2d9d2fd4e86fb061eb3ee30b1a350cdb761b1f60): docs: Update FAQ about known types ([#&#8203;6008](https://github.com/argoproj/argo-cd/issues/6008)) ([#&#8203;20929](https://github.com/argoproj/argo-cd/issues/20929)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`f460bf4`](https://github.com/argoproj/argo-cd/commit/f460bf4573eb55b6ebddf8bfa499987ebf3908b1): docs: Update Okta OIDC CLI instructions ([#&#8203;20021](https://github.com/argoproj/argo-cd/issues/20021)) ([@&#8203;34fathombelow](https://github.com/34fathombelow)) - [`86769fc`](https://github.com/argoproj/argo-cd/commit/86769fc4dbbd121277625678951b7ce141bbb8f2): docs: Update USERS.md ([#&#8203;20349](https://github.com/argoproj/argo-cd/issues/20349)) ([@&#8203;a-manraj-pvotal](https://github.com/a-manraj-pvotal)) - [`807b6fb`](https://github.com/argoproj/argo-cd/commit/807b6fb472845767604549bf4abc8d899589ad4c): docs: Update argocd path for command in notifification in troubleshooting docs ([#&#8203;20120](https://github.com/argoproj/argo-cd/issues/20120)) ([@&#8203;owngr](https://github.com/owngr)) - [`b6cc0e6`](https://github.com/argoproj/argo-cd/commit/b6cc0e6193df38265aee4230e3b9e5f75d13517d): docs: Update orphaned resource number metric explanation in doc ([#&#8203;20702](https://github.com/argoproj/argo-cd/issues/20702)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`3b623a6`](https://github.com/argoproj/argo-cd/commit/3b623a66630119e42e0d84f6a2ac9b8e29b47979): docs: add TBC Bank to USERS.md ([#&#8203;20227](https://github.com/argoproj/argo-cd/issues/20227)) ([@&#8203;mategogiberidze](https://github.com/mategogiberidze)) - [`602665f`](https://github.com/argoproj/argo-cd/commit/602665feed5a6dd717617edea144ed7786c0ebae): docs: add `project` to repo creds examples ([#&#8203;20057](https://github.com/argoproj/argo-cd/issues/20057)) ([@&#8203;morey-tech](https://github.com/morey-tech)) - [`1a69663`](https://github.com/argoproj/argo-cd/commit/1a69663a70cd53a0a63e42e2895203c8cfeed990): docs: add link to sprig website in the template docs site ([#&#8203;21184](https://github.com/argoproj/argo-cd/issues/21184)) ([@&#8203;KyriosGN0](https://github.com/KyriosGN0)) - [`bb8185e`](https://github.com/argoproj/argo-cd/commit/bb8185e2ec005d18ff65fcf47bed68a9c9b56113): docs: add mkdocs configuration stanza to .readthedocs.yaml (cherry-pick [#&#8203;21475](https://github.com/argoproj/argo-cd/issues/21475)) ([#&#8203;21608](https://github.com/argoproj/argo-cd/issues/21608)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`1dcf3a5`](https://github.com/argoproj/argo-cd/commit/1dcf3a56653c907f8b6d6dbadc8e2c66a61f3236): docs: add outpost24 to users.md ([#&#8203;20197](https://github.com/argoproj/argo-cd/issues/20197)) ([@&#8203;minhphong306](https://github.com/minhphong306)) - [`5f23bb6`](https://github.com/argoproj/argo-cd/commit/5f23bb60974b3c9e33d0ef0a3626700b6c778cac): docs: add user to users.md ([#&#8203;20042](https://github.com/argoproj/argo-cd/issues/20042)) ([@&#8203;nueavv](https://github.com/nueavv)) - [`439edd0`](https://github.com/argoproj/argo-cd/commit/439edd0ef03c8390b04706a0b3c2322b570f4bcd): docs: added Podman based set up in contributors quick-start ([#&#8203;20367](https://github.com/argoproj/argo-cd/issues/20367)) ([@&#8203;kswadi](https://github.com/kswadi)) - [`0cd5ac4`](https://github.com/argoproj/argo-cd/commit/0cd5ac473c4f3dad5094c6fd9cbb9e8e559e79d7): docs: added note re. arch of example application on getting_started.md ([#&#8203;20143](https://github.com/argoproj/argo-cd/issues/20143)) ([@&#8203;Crumb5](https://github.com/Crumb5)) - [`0b48670`](https://github.com/argoproj/argo-cd/commit/0b48670ebbefb6ecb4d675bed5e368f8f6f495de): docs: clarify priority of health statuses ([#&#8203;20490](https://github.com/argoproj/argo-cd/issues/20490)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`049ba0a`](https://github.com/argoproj/argo-cd/commit/049ba0aab3965f3fa73447ae2db08f3a2afd95a0): docs: correct typos in authz-authn.md and proxy-extensions.md ([#&#8203;20391](https://github.com/argoproj/argo-cd/issues/20391)) ([@&#8203;cowboysj](https://github.com/cowboysj)) - [`4dcbbd7`](https://github.com/argoproj/argo-cd/commit/4dcbbd7d24d20b53c97e6dc9d036d48be3d5fb0e): docs: correct typos in documentation ([#&#8203;20569](https://github.com/argoproj/argo-cd/issues/20569)) ([@&#8203;SuminSSon](https://github.com/SuminSSon)) - [`aff5e61`](https://github.com/argoproj/argo-cd/commit/aff5e6132b2c7b08d7d3df1eca64010bd6cf1cef): docs: document all unstable configurations ([#&#8203;20336](https://github.com/argoproj/argo-cd/issues/20336)) ([#&#8203;20438](https://github.com/argoproj/argo-cd/issues/20438)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`6b5cdc7`](https://github.com/argoproj/argo-cd/commit/6b5cdc764da090a0107ae1721d357ee7c73ada84): docs: document server side pagination proposal ([#&#8203;17222](https://github.com/argoproj/argo-cd/issues/17222)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`7ab5015`](https://github.com/argoproj/argo-cd/commit/7ab50156918aeb2dd2dc1ba74f12f2f5a9af6f13): docs: feature maturity page for alpha and beta features ([#&#8203;20336](https://github.com/argoproj/argo-cd/issues/20336)) ([#&#8203;20337](https://github.com/argoproj/argo-cd/issues/20337)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e77727c`](https://github.com/argoproj/argo-cd/commit/e77727cf127b6e75822783c6a65fe4336fc8e4f9): docs: fix paragraph in "User Guide/Kustomize" ([#&#8203;20053](https://github.com/argoproj/argo-cd/issues/20053)) ([@&#8203;4llan](https://github.com/4llan)) - [`038a832`](https://github.com/argoproj/argo-cd/commit/038a83276c395e09f31923ebe510bf65bb4348bb): docs: fix typo in ingress section of operator manual ([#&#8203;19946](https://github.com/argoproj/argo-cd/issues/19946)) ([@&#8203;kswadi](https://github.com/kswadi)) - [`757c395`](https://github.com/argoproj/argo-cd/commit/757c395e64336b4f8dd8619b078dc6b3a7270358): docs: fix typo in upgrading section of operator manual ([#&#8203;19950](https://github.com/argoproj/argo-cd/issues/19950)) ([@&#8203;vmdude](https://github.com/vmdude)) - [`21d1f88`](https://github.com/argoproj/argo-cd/commit/21d1f88106b9e7eed8e0d0f0b0d34e8e3ecc06bd): docs: include cluster-management.md in TOC ([#&#8203;19964](https://github.com/argoproj/argo-cd/issues/19964)) ([@&#8203;VannTen](https://github.com/VannTen)) - [`9136064`](https://github.com/argoproj/argo-cd/commit/91360648d373575034e03b693979a0157a08d0b8): docs: remove outdated ciphers ([#&#8203;21006](https://github.com/argoproj/argo-cd/issues/21006)) ([@&#8203;xlanor](https://github.com/xlanor)) - [`dff4152`](https://github.com/argoproj/argo-cd/commit/dff4152e8e0adaad6156f963003be60fac4ff1a4): docs: update note about timeout.reconciliation ([#&#8203;20407](https://github.com/argoproj/argo-cd/issues/20407)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4d17bf3`](https://github.com/argoproj/argo-cd/commit/4d17bf3d8b9c774694b3cdd1d068d812883554a9): docs: update sync-wave documentation ([#&#8203;21155](https://github.com/argoproj/argo-cd/issues/21155)) ([@&#8203;chansuke](https://github.com/chansuke)) - [`d542b02`](https://github.com/argoproj/argo-cd/commit/d542b023f24f28bed764247e01cc19011d232fbc): docs: updating links to the directory and wording ([#&#8203;20335](https://github.com/argoproj/argo-cd/issues/20335)) ([@&#8203;ali-hamza-noor](https://github.com/ali-hamza-noor)) ##### Dependency updates - [`c90deaa`](https://github.com/argoproj/argo-cd/commit/c90deaabd64d64fdd0d9424155de715fba7dc8dc): chore(deps): bump [@&#8203;types/selenium-webdriver](https://github.com/types/selenium-webdriver) in /ui-test ([#&#8203;20589](https://github.com/argoproj/argo-cd/issues/20589)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ea71067`](https://github.com/argoproj/argo-cd/commit/ea71067059b802e1e72da0892da329ef32ee507c): chore(deps): bump Helm from 3.15.2 to 3.15.4 ([#&#8203;20135](https://github.com/argoproj/argo-cd/issues/20135)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`948aaf6`](https://github.com/argoproj/argo-cd/commit/948aaf6f908d90479b50d39ed3a0166095e31a80): chore(deps): bump SonarSource/sonarqube-scan-action ([#&#8203;20278](https://github.com/argoproj/argo-cd/issues/20278)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ae183ad`](https://github.com/argoproj/argo-cd/commit/ae183ad245df5b900353c895dfb5feb4a36801d7): chore(deps): bump SonarSource/sonarqube-scan-action from 2.3.0 to 3.0.0 ([#&#8203;19524](https://github.com/argoproj/argo-cd/issues/19524)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1fba4ea`](https://github.com/argoproj/argo-cd/commit/1fba4ea04911a030869aa6fc8a7b3d99bc5cce6f): chore(deps): bump SonarSource/sonarqube-scan-action from 3.0.0 to 3.1.0 ([#&#8203;20740](https://github.com/argoproj/argo-cd/issues/20740)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`523b0e6`](https://github.com/argoproj/argo-cd/commit/523b0e6a784683156dd6dbc525d78330c81bfb7b): chore(deps): bump SonarSource/sonarqube-scan-action from 3.1.0 to 4.1.0 ([#&#8203;21034](https://github.com/argoproj/argo-cd/issues/21034)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4272b03`](https://github.com/argoproj/argo-cd/commit/4272b03b3366d6d0ef5bf54a0f5e69415aeb4850): chore(deps): bump actions/cache from 4.0.2 to 4.1.0 ([#&#8203;20240](https://github.com/argoproj/argo-cd/issues/20240)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f984569`](https://github.com/argoproj/argo-cd/commit/f9845694d0de5684ca3765c4b016f95b6e7dacc8): chore(deps): bump actions/cache from 4.1.0 to 4.1.1 ([#&#8203;20301](https://github.com/argoproj/argo-cd/issues/20301)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e9ff075`](https://github.com/argoproj/argo-cd/commit/e9ff075610a7fac34590daf46cc71b64de9b0a9d): chore(deps): bump actions/cache from 4.1.1 to 4.1.2 ([#&#8203;20493](https://github.com/argoproj/argo-cd/issues/20493)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`96d0226`](https://github.com/argoproj/argo-cd/commit/96d0226a4963d9639aea81ec1d3a310fed390133): chore(deps): bump actions/cache from 4.1.2 to 4.2.0 ([#&#8203;21084](https://github.com/argoproj/argo-cd/issues/21084)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`bb1e75f`](https://github.com/argoproj/argo-cd/commit/bb1e75fe824ebdec361d1df14a826e98f4bb7162): chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 ([#&#8203;20529](https://github.com/argoproj/argo-cd/issues/20529)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`be080a5`](https://github.com/argoproj/argo-cd/commit/be080a53190969f137434034aac6f9475d24c153): chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 ([#&#8203;21123](https://github.com/argoproj/argo-cd/issues/21123)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6b6d23b`](https://github.com/argoproj/argo-cd/commit/6b6d23bdf506b6b96cc79913e21e930ec34f46c2): chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 ([#&#8203;20025](https://github.com/argoproj/argo-cd/issues/20025)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`683d030`](https://github.com/argoproj/argo-cd/commit/683d0308431237f2c8c5b0fc2671caa1abfc6692): chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 ([#&#8203;20528](https://github.com/argoproj/argo-cd/issues/20528)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1e84af7`](https://github.com/argoproj/argo-cd/commit/1e84af73dffad4f49a373678f9ba2366797841b9): chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 ([#&#8203;20279](https://github.com/argoproj/argo-cd/issues/20279)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3da774b`](https://github.com/argoproj/argo-cd/commit/3da774bb0b8b4e6a9f619ef42c6bfebba96eef54): chore(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 ([#&#8203;20300](https://github.com/argoproj/argo-cd/issues/20300)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7031387`](https://github.com/argoproj/argo-cd/commit/7031387b7fc0f9e00eef6dacbdd4a29432356ca4): chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 ([#&#8203;20320](https://github.com/argoproj/argo-cd/issues/20320)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9b01c46`](https://github.com/argoproj/argo-cd/commit/9b01c46e4890609b019e1808960b3da4cdcec2ee): chore(deps): bump bitnami/kubectl in /test/container ([#&#8203;20024](https://github.com/argoproj/argo-cd/issues/20024)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`109473f`](https://github.com/argoproj/argo-cd/commit/109473fca4e0c6acf63f3d8d33a520de384fc50f): chore(deps): bump bitnami/kubectl in /test/container ([#&#8203;20191](https://github.com/argoproj/argo-cd/issues/20191)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1a478a5`](https://github.com/argoproj/argo-cd/commit/1a478a531b4942547792689f950d0c625073f21e): chore(deps): bump bitnami/kubectl in /test/container ([#&#8203;20516](https://github.com/argoproj/argo-cd/issues/20516)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`02a4d9f`](https://github.com/argoproj/argo-cd/commit/02a4d9f2c0ff8dd865a15e92f1f32b59c596445a): chore(deps): bump chromedriver from 128.0.3 to 129.0.0 in /ui-test ([#&#8203;19998](https://github.com/argoproj/argo-cd/issues/19998)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`54bd694`](https://github.com/argoproj/argo-cd/commit/54bd69463b5b1f129943fa59711a4504f23f82f0): chore(deps): bump chromedriver from 129.0.0 to 129.0.2 in /ui-test ([#&#8203;20189](https://github.com/argoproj/argo-cd/issues/20189)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c4fb5d9`](https://github.com/argoproj/argo-cd/commit/c4fb5d9b2ad9e0ded9e2a3aab7da63bbf9d76281): chore(deps): bump chromedriver from 129.0.2 to 129.0.3 in /ui-test ([#&#8203;20317](https://github.com/argoproj/argo-cd/issues/20317)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`47f63f0`](https://github.com/argoproj/argo-cd/commit/47f63f0d1492bdb9291527afde63ef1ac783466d): chore(deps): bump chromedriver from 129.0.3 to 129.0.4 in /ui-test ([#&#8203;20340](https://github.com/argoproj/argo-cd/issues/20340)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1d12fcf`](https://github.com/argoproj/argo-cd/commit/1d12fcfecff7387b6b00c2873dfb01aacbb8786a): chore(deps): bump chromedriver from 129.0.4 to 130.0.0 in /ui-test ([#&#8203;20415](https://github.com/argoproj/argo-cd/issues/20415)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7eb2a19`](https://github.com/argoproj/argo-cd/commit/7eb2a198b10c0bdf2772b47f5fc16adf76410189): chore(deps): bump chromedriver from 130.0.0 to 130.0.1 in /ui-test ([#&#8203;20515](https://github.com/argoproj/argo-cd/issues/20515)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`df54a43`](https://github.com/argoproj/argo-cd/commit/df54a43e2ee83a0968cdbfdd385d874b44a43b10): chore(deps): bump chromedriver from 130.0.1 to 130.0.2 in /ui-test ([#&#8203;20648](https://github.com/argoproj/argo-cd/issues/20648)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b652b6a`](https://github.com/argoproj/argo-cd/commit/b652b6aacbf450f503bd9dda3728dcca77f5bb68): chore(deps): bump chromedriver from 130.0.2 to 130.0.4 in /ui-test ([#&#8203;20687](https://github.com/argoproj/argo-cd/issues/20687)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0ea189d`](https://github.com/argoproj/argo-cd/commit/0ea189d5a23f59e57b5bb6ae0b3775caebdce6d2): chore(deps): bump chromedriver from 130.0.4 to 131.0.1 in /ui-test ([#&#8203;20855](https://github.com/argoproj/argo-cd/issues/20855)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e28aa2e`](https://github.com/argoproj/argo-cd/commit/e28aa2eb54221d2bb11b53a9f8dcc5b1b79ecc7b): chore(deps): bump chromedriver from 131.0.1 to 131.0.2 in /ui-test ([#&#8203;21050](https://github.com/argoproj/argo-cd/issues/21050)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`87c853e`](https://github.com/argoproj/argo-cd/commit/87c853e8729160a5b9add0eaea726b78cdc986e2): chore(deps): bump chromedriver from 131.0.2 to 131.0.3 in /ui-test ([#&#8203;21144](https://github.com/argoproj/argo-cd/issues/21144)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`48551b3`](https://github.com/argoproj/argo-cd/commit/48551b3746510123285b3ce4aae324b41fd37652): chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 ([#&#8203;20188](https://github.com/argoproj/argo-cd/issues/20188)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e03d609`](https://github.com/argoproj/argo-cd/commit/e03d609a1cb5011fd00783156465305cf3b6854e): chore(deps): bump codecov/test-results-action from 1.0.0 to 1.0.1 ([#&#8203;20359](https://github.com/argoproj/argo-cd/issues/20359)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7d3661c`](https://github.com/argoproj/argo-cd/commit/7d3661cb219136fb21eaa2fb2153d72e3aba65a8): chore(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 ([#&#8203;20154](https://github.com/argoproj/argo-cd/issues/20154)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`afcc71b`](https://github.com/argoproj/argo-cd/commit/afcc71be238f3d25e054916d85f3575665a0fdc5): chore(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 ([#&#8203;20174](https://github.com/argoproj/argo-cd/issues/20174)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`02d6866`](https://github.com/argoproj/argo-cd/commit/02d6866f8a8276c455986672f2e8709232292e76): chore(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 ([#&#8203;20966](https://github.com/argoproj/argo-cd/issues/20966)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8ea78a1`](https://github.com/argoproj/argo-cd/commit/8ea78a1bc1a6eebe802bc297a9ae1ec5d45f897b): chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 ([#&#8203;20224](https://github.com/argoproj/argo-cd/issues/20224)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5ebb61b`](https://github.com/argoproj/argo-cd/commit/5ebb61b5195004ed6ac22fec4751c4fcbb19f834): chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 ([#&#8203;20241](https://github.com/argoproj/argo-cd/issues/20241)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2c206a5`](https://github.com/argoproj/argo-cd/commit/2c206a51d160e37b5ecc1bf5516a319d0a2bc5cf): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#&#8203;19955](https://github.com/argoproj/argo-cd/issues/19955)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`dd2b458`](https://github.com/argoproj/argo-cd/commit/dd2b458c435605af61b545e19e1ceed9dd90b1ea): chore(deps): bump github.com/Azure/kubelogin from 0.1.4 to 0.1.5 ([#&#8203;21033](https://github.com/argoproj/argo-cd/issues/21033)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`19eaeb9`](https://github.com/argoproj/argo-cd/commit/19eaeb9aca432db15d876d8204bfc07e78cca24d): chore(deps): bump github.com/Azure/kubelogin from 0.1.5 to 0.1.6 ([#&#8203;21193](https://github.com/argoproj/argo-cd/issues/21193)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`29ac238`](https://github.com/argoproj/argo-cd/commit/29ac23827a0722c96a09a9e1cd52f597679210f2): chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 ([#&#8203;20852](https://github.com/argoproj/argo-cd/issues/20852)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`898c2b5`](https://github.com/argoproj/argo-cd/commit/898c2b59023154e0e50df2d12ddbed04ecbdd9a1): chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 ([#&#8203;20363](https://github.com/argoproj/argo-cd/issues/20363)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`32c9e41`](https://github.com/argoproj/argo-cd/commit/32c9e41248da48d5b358ba57fc220edaa2a54951): chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 ([#&#8203;20778](https://github.com/argoproj/argo-cd/issues/20778)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`00d45ed`](https://github.com/argoproj/argo-cd/commit/00d45ed74f459b6151b3029f95eafbc5509f3c11): chore(deps): bump github.com/casbin/casbin/v2 from 2.100.0 to 2.101.0 ([#&#8203;20817](https://github.com/argoproj/argo-cd/issues/20817)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2d0a5e9`](https://github.com/argoproj/argo-cd/commit/2d0a5e904a54f7ad79e5f8d7ea98d75c94a2d2da): chore(deps): bump github.com/casbin/casbin/v2 from 2.101.0 to 2.102.0 ([#&#8203;21019](https://github.com/argoproj/argo-cd/issues/21019)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`308c6cb`](https://github.com/argoproj/argo-cd/commit/308c6cb526a643ac5e0f5904fa208b8b356a7b7f): chore(deps): bump github.com/casbin/casbin/v2 from 2.99.0 to 2.100.0 ([#&#8203;19960](https://github.com/argoproj/argo-cd/issues/19960)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f78e741`](https://github.com/argoproj/argo-cd/commit/f78e741220d173dd2e725eb61ed9800285dfc7b1): chore(deps): bump github.com/cyphar/filepath-securejoin ([#&#8203;20173](https://github.com/argoproj/argo-cd/issues/20173)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e144d5c`](https://github.com/argoproj/argo-cd/commit/e144d5c18939efc640885b7850216e0cf7713766): chore(deps): bump github.com/cyphar/filepath-securejoin ([#&#8203;20319](https://github.com/argoproj/argo-cd/issues/20319)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ed2fde1`](https://github.com/argoproj/argo-cd/commit/ed2fde1a8f735aaf7d528f4c4c70c02b492e8424): chore(deps): bump github.com/cyphar/filepath-securejoin ([#&#8203;21096](https://github.com/argoproj/argo-cd/issues/21096)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a8f95dc`](https://github.com/argoproj/argo-cd/commit/a8f95dcb0deac9e3d91fa7cff8475ff8a3edb8c5): chore(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 ([#&#8203;20629](https://github.com/argoproj/argo-cd/issues/20629)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d773179`](https://github.com/argoproj/argo-cd/commit/d7731790fdab62d4ad2f7cecb272c482ef4c1ec7): chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ([#&#8203;20649](https://github.com/argoproj/argo-cd/issues/20649)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c06974f`](https://github.com/argoproj/argo-cd/commit/c06974f21330f746f51a5c69fbdec90fc9e146b2): chore(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 ([#&#8203;21018](https://github.com/argoproj/argo-cd/issues/21018)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f4577e3`](https://github.com/argoproj/argo-cd/commit/f4577e3b5a944675f18ab08d94a596bfbee46d93): chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.80 to 0.9.81 ([#&#8203;20397](https://github.com/argoproj/argo-cd/issues/20397)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f64db6d`](https://github.com/argoproj/argo-cd/commit/f64db6dba7aec61783b0a0d0e403f1a02b674635): chore(deps): bump github.com/prometheus/client_golang ([#&#8203;19974](https://github.com/argoproj/argo-cd/issues/19974)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f031f49`](https://github.com/argoproj/argo-cd/commit/f031f490e65a1a67420d3d1dd7fe8a33dd182f15): chore(deps): bump github.com/prometheus/client_golang ([#&#8203;20398](https://github.com/argoproj/argo-cd/issues/20398)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`195de1a`](https://github.com/argoproj/argo-cd/commit/195de1a7ab191551bc91cdd3cb8261d6cb86a41c): chore(deps): bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.2 ([#&#8203;20377](https://github.com/argoproj/argo-cd/issues/20377)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e7e6f5b`](https://github.com/argoproj/argo-cd/commit/e7e6f5bae994fb36d6c4c7d2ee95c20740aeecf6): chore(deps): bump github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0 ([#&#8203;20441](https://github.com/argoproj/argo-cd/issues/20441)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8bce61e`](https://github.com/argoproj/argo-cd/commit/8bce61e330f2235caeea1c0ac284b78ee50be7a2): chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#&#8203;20930](https://github.com/argoproj/argo-cd/issues/20930)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1e359c8`](https://github.com/argoproj/argo-cd/commit/1e359c8c0d25dc3a223ab184c1d623bb4d68aa5a): chore(deps): bump github.com/xanzy/go-gitlab from 0.109.0 to 0.110.0 ([#&#8203;20260](https://github.com/argoproj/argo-cd/issues/20260)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`94e81cd`](https://github.com/argoproj/argo-cd/commit/94e81cdae5f107d0f36eeeb3a98172301c9f1b83): chore(deps): bump github.com/xanzy/go-gitlab from 0.110.0 to 0.111.0 ([#&#8203;20339](https://github.com/argoproj/argo-cd/issues/20339)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`81785b8`](https://github.com/argoproj/argo-cd/commit/81785b861c9ed0cf74aead664a02513ea2860775): chore(deps): bump github.com/xanzy/go-gitlab from 0.111.0 to 0.112.0 ([#&#8203;20378](https://github.com/argoproj/argo-cd/issues/20378)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`35b9158`](https://github.com/argoproj/argo-cd/commit/35b91584186ff045878bdd893120214ffc82eca6): chore(deps): bump github.com/xanzy/go-gitlab from 0.112.0 to 0.113.0 ([#&#8203;20676](https://github.com/argoproj/argo-cd/issues/20676)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`74b219a`](https://github.com/argoproj/argo-cd/commit/74b219a628d04ed69f76190bf3d3d0d451c06c2e): chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 ([#&#8203;20832](https://github.com/argoproj/argo-cd/issues/20832)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4f6e408`](https://github.com/argoproj/argo-cd/commit/4f6e4088efc789a8cb44d3e25a444467c46d761f): chore(deps): bump gitops-engine to latest ([#&#8203;21056](https://github.com/argoproj/argo-cd/issues/21056)) ([@&#8203;jmeridth](https://github.com/jmeridth)) - [`b2e52de`](https://github.com/argoproj/argo-cd/commit/b2e52de591853f3bc9006f6fde99dfa70f692776): chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc ([#&#8203;20376](https://github.com/argoproj/argo-cd/issues/20376)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ed9d18f`](https://github.com/argoproj/argo-cd/commit/ed9d18f4e634a8eef2e42428e2f959434c37fef4): chore(deps): bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 ([#&#8203;20360](https://github.com/argoproj/argo-cd/issues/20360)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2a72df2`](https://github.com/argoproj/argo-cd/commit/2a72df260d86f794adbb9329febaf116b2b34634): chore(deps): bump go.opentelemetry.io/otel from 1.31.0 to 1.32.0 ([#&#8203;20744](https://github.com/argoproj/argo-cd/issues/20744)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4b229c0`](https://github.com/argoproj/argo-cd/commit/4b229c04841d014ef25fbaf957857ce76ac3f326): chore(deps): bump go.opentelemetry.io/otel from 1.32.0 to 1.33.0 ([#&#8203;21166](https://github.com/argoproj/argo-cd/issues/21166)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e2c4b23`](https://github.com/argoproj/argo-cd/commit/e2c4b23701e14af9ceedf89cb64a2ea66b7583b5): chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc ([#&#8203;20361](https://github.com/argoproj/argo-cd/issues/20361)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`aef4c5a`](https://github.com/argoproj/argo-cd/commit/aef4c5a2765781077377a434277a3992346d3e03): chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc ([#&#8203;20741](https://github.com/argoproj/argo-cd/issues/20741)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3b81d3c`](https://github.com/argoproj/argo-cd/commit/3b81d3c072b5418a826980dbc36e2291328a4a2e): chore(deps): bump go.opentelemetry.io/otel/sdk from 1.31.0 to 1.32.0 ([#&#8203;20745](https://github.com/argoproj/argo-cd/issues/20745)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`75b0b3c`](https://github.com/argoproj/argo-cd/commit/75b0b3c8eebf5904951d78421fa696454a410b2f): chore(deps): bump go.opentelemetry.io/otel/sdk from 1.32.0 to 1.33.0 ([#&#8203;21165](https://github.com/argoproj/argo-cd/issues/21165)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0710ff9`](https://github.com/argoproj/argo-cd/commit/0710ff91036d7120c6be64528ef01c51939f6169): chore(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 ([#&#8203;20068](https://github.com/argoproj/argo-cd/issues/20068)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3b2de54`](https://github.com/argoproj/argo-cd/commit/3b2de54b66d76318ce7a5449782fc59e191906fd): chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 ([#&#8203;20243](https://github.com/argoproj/argo-cd/issues/20243)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`146c1bb`](https://github.com/argoproj/argo-cd/commit/146c1bb9b04b6dfca5aa357312afa11a327766a8): chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 ([#&#8203;20707](https://github.com/argoproj/argo-cd/issues/20707)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6ace657`](https://github.com/argoproj/argo-cd/commit/6ace657e2aace206590e8387b424fe0c6148eb4f): chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 ([#&#8203;21068](https://github.com/argoproj/argo-cd/issues/21068)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cc68f01`](https://github.com/argoproj/argo-cd/commit/cc68f018fe62e9ed073bf07d776b94d1fe4233c5): chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 ([#&#8203;21147](https://github.com/argoproj/argo-cd/issues/21147)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d063e60`](https://github.com/argoproj/argo-cd/commit/d063e6087fcee6ecc0add34b6148de50ee97ae22): chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 ([#&#8203;20246](https://github.com/argoproj/argo-cd/issues/20246)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4a66a2a`](https://github.com/argoproj/argo-cd/commit/4a66a2a1ea35992480b6e77a339d5695eff5d2c6): chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 ([#&#8203;20742](https://github.com/argoproj/argo-cd/issues/20742)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cdec7e2`](https://github.com/argoproj/argo-cd/commit/cdec7e28686a0819f8445f08d587999c1d5d9602): chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 ([#&#8203;21069](https://github.com/argoproj/argo-cd/issues/21069)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`556b8c6`](https://github.com/argoproj/argo-cd/commit/556b8c6d5d359843c986bb25034e4ffa06242f5e): chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 ([#&#8203;20708](https://github.com/argoproj/argo-cd/issues/20708)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0eaa3d4`](https://github.com/argoproj/argo-cd/commit/0eaa3d44d2851f2cf45a0d00df52bbf0f8121edb): chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 ([#&#8203;20709](https://github.com/argoproj/argo-cd/issues/20709)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3a666dd`](https://github.com/argoproj/argo-cd/commit/3a666dd400249456ef6caf9150b4f8234156f5e0): chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 ([#&#8203;20245](https://github.com/argoproj/argo-cd/issues/20245)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b78f209`](https://github.com/argoproj/argo-cd/commit/b78f2097165d62a9010e0facc3ca7e4a0e8ad520): chore(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 ([#&#8203;20705](https://github.com/argoproj/argo-cd/issues/20705)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0fbbc0d`](https://github.com/argoproj/argo-cd/commit/0fbbc0dda978f5029733b888ddbb3b9c482b1c86): chore(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 ([#&#8203;21070](https://github.com/argoproj/argo-cd/issues/21070)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`853c6b4`](https://github.com/argoproj/argo-cd/commit/853c6b49359ef67587fb8a72e58841ff47b624ce): chore(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 ([#&#8203;20244](https://github.com/argoproj/argo-cd/issues/20244)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`aac6980`](https://github.com/argoproj/argo-cd/commit/aac69803ae6a11645a8072b5e458668e3e037554): chore(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 ([#&#8203;20704](https://github.com/argoproj/argo-cd/issues/20704)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8d268e7`](https://github.com/argoproj/argo-cd/commit/8d268e78c7eb215cee566367ad3674d5a5fd9fb7): chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 ([#&#8203;20207](https://github.com/argoproj/argo-cd/issues/20207)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`864917b`](https://github.com/argoproj/argo-cd/commit/864917b7cc64b2881d248c3c8cbf833e4bcdb0ba): chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 ([#&#8203;20059](https://github.com/argoproj/argo-cd/issues/20059)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2e9532d`](https://github.com/argoproj/argo-cd/commit/2e9532d79b1fbdfa6c0da9df3206e2090bca9281): chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 ([#&#8203;20190](https://github.com/argoproj/argo-cd/issues/20190)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9f71ecb`](https://github.com/argoproj/argo-cd/commit/9f71ecbf5fe36eadb8e99a551c0a79f04047db94): chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.1 ([#&#8203;21066](https://github.com/argoproj/argo-cd/issues/21066)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`419cf25`](https://github.com/argoproj/argo-cd/commit/419cf25f28a814daea99b35dc6e844c0d07d8971): chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 ([#&#8203;20277](https://github.com/argoproj/argo-cd/issues/20277)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c4f51c0`](https://github.com/argoproj/argo-cd/commit/c4f51c0313ceb623262754135df01364d0eda57b): chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 ([#&#8203;20804](https://github.com/argoproj/argo-cd/issues/20804)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c68776e`](https://github.com/argoproj/argo-cd/commit/c68776e32ab2454c9b16573f7eebb48a143097ba): chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 ([#&#8203;20701](https://github.com/argoproj/argo-cd/issues/20701)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8c00cf0`](https://github.com/argoproj/argo-cd/commit/8c00cf0ce14dae8baf7edad782174ed198f93694): chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7 in /ui ([#&#8203;20518](https://github.com/argoproj/argo-cd/issues/20518)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1a84db5`](https://github.com/argoproj/argo-cd/commit/1a84db5dad2c27e9d32747a383c5b4a40c4cb2ec): chore(deps): bump library/busybox in /test/e2e/multiarch-container ([#&#8203;20193](https://github.com/argoproj/argo-cd/issues/20193)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8d4ae26`](https://github.com/argoproj/argo-cd/commit/8d4ae266869e599ae4b26a550b9d24e0bfe4b225): chore(deps): bump library/busybox in /test/e2e/multiarch-container ([#&#8203;21145](https://github.com/argoproj/argo-cd/issues/21145)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`21fa481`](https://github.com/argoproj/argo-cd/commit/21fa4814950214a9d890beee10c470a2dfed5cf1): chore(deps): bump library/golang from 1.23.1 to 1.23.3 in /test/remote ([#&#8203;20703](https://github.com/argoproj/argo-cd/issues/20703)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`955858e`](https://github.com/argoproj/argo-cd/commit/955858eaad03daf83fbdb8bbb0919cfd21f0d809): chore(deps): bump library/golang from 1.23.3 to 1.23.4 in /test/remote ([#&#8203;21049](https://github.com/argoproj/argo-cd/issues/21049)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cc7c21e`](https://github.com/argoproj/argo-cd/commit/cc7c21ea1eeef4866393c500f8afae166092cab5): chore(deps): bump library/golang in /test/container ([#&#8203;20700](https://github.com/argoproj/argo-cd/issues/20700)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0a57d21`](https://github.com/argoproj/argo-cd/commit/0a57d21c3d27f2d3d38f852da06bed0df1317a1c): chore(deps): bump library/golang in /test/container ([#&#8203;21048](https://github.com/argoproj/argo-cd/issues/21048)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c8eb5b5`](https://github.com/argoproj/argo-cd/commit/c8eb5b54438e8096d49d1c353c5f98727820bd94): chore(deps): bump library/node from 22.8.0 to 22.9.0 ([#&#8203;19999](https://github.com/argoproj/argo-cd/issues/19999)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9e6d78e`](https://github.com/argoproj/argo-cd/commit/9e6d78effa8d005d89eba49c0164226da38119f4): chore(deps): bump library/node from 22.8.0 to 22.9.0 in /test/container ([#&#8203;20001](https://github.com/argoproj/argo-cd/issues/20001)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`04919f0`](https://github.com/argoproj/argo-cd/commit/04919f0a6fb70fc81d334061ce5e57ddba2d1d1f): chore(deps): bump library/node from 22.8.0 to 22.9.0 in /ui-test ([#&#8203;19975](https://github.com/argoproj/argo-cd/issues/19975)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`97d110b`](https://github.com/argoproj/argo-cd/commit/97d110bf27a5fd23ab1f5cad2d396852b7e02339): chore(deps): bump library/node from `fa4b468` to `cbe2d5f` in /ui-test ([#&#8203;19997](https://github.com/argoproj/argo-cd/issues/19997)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8d9a3a7`](https://github.com/argoproj/argo-cd/commit/8d9a3a743af75602c4ad790ba7eb465464939921): chore(deps): bump library/redis from 7.4.0 to 7.4.1 in /test/container ([#&#8203;20282](https://github.com/argoproj/argo-cd/issues/20282)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ea46572`](https://github.com/argoproj/argo-cd/commit/ea46572326ab0f8bdf2ff6996df2c081e0ea7949): chore(deps): bump library/redis in /test/container ([#&#8203;20442](https://github.com/argoproj/argo-cd/issues/20442)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a0b6943`](https://github.com/argoproj/argo-cd/commit/a0b694384cbcbe14bce9e8b659bd4abeefda8971): chore(deps): bump library/redis in /test/container ([#&#8203;20494](https://github.com/argoproj/argo-cd/issues/20494)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`065700c`](https://github.com/argoproj/argo-cd/commit/065700c5e185ea1643775b9db491f129845fc365): chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /ui ([#&#8203;21131](https://github.com/argoproj/argo-cd/issues/21131)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d636e53`](https://github.com/argoproj/argo-cd/commit/d636e536650ead1a27d87ac8efb8a3455f633d8c): chore(deps): bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 ([#&#8203;19957](https://github.com/argoproj/argo-cd/issues/19957)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`229826e`](https://github.com/argoproj/argo-cd/commit/229826eb68621ffcdc5c3af3900f6e3b5cac9b29): chore(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 ([#&#8203;20000](https://github.com/argoproj/argo-cd/issues/20000)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2b64c71`](https://github.com/argoproj/argo-cd/commit/2b64c71e4d240fc07e48c41072a17116b6277bb4): chore(deps): bump selenium-webdriver and [@&#8203;types/selenium-webdriver](https://github.com/types/selenium-webdriver) ([#&#8203;19959](https://github.com/argoproj/argo-cd/issues/19959)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`86519ca`](https://github.com/argoproj/argo-cd/commit/86519ca690b4b78a5c09fda6bcf4407152649c9f): chore(deps): bump selenium-webdriver from 4.24.1 to 4.25.0 in /ui-test ([#&#8203;20058](https://github.com/argoproj/argo-cd/issues/20058)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`efd1964`](https://github.com/argoproj/argo-cd/commit/efd196407acfefdc9f5e8eb60a494565466300c1): chore(deps): bump selenium-webdriver from 4.25.0 to 4.26.0 in /ui-test ([#&#8203;20633](https://github.com/argoproj/argo-cd/issues/20633)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d6deaa9`](https://github.com/argoproj/argo-cd/commit/d6deaa96e10254c482f75cd5fa69aec26f8d4058): chore(deps): bump selenium-webdriver from 4.26.0 to 4.27.0 in /ui-test ([#&#8203;20953](https://github.com/argoproj/argo-cd/issues/20953)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`745f1cc`](https://github.com/argoproj/argo-cd/commit/745f1cc34851cb04a76d602e44a8478c325918d6): chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 ([#&#8203;20530](https://github.com/argoproj/argo-cd/issues/20530)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9f1431e`](https://github.com/argoproj/argo-cd/commit/9f1431e1eb1d0b767df110ccacb0fe1860a85e37): chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.2 ([#&#8203;20906](https://github.com/argoproj/argo-cd/issues/20906)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`51a7966`](https://github.com/argoproj/argo-cd/commit/51a7966b92ecf0d0346952a10ac21b09280c9243): chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 ([#&#8203;21032](https://github.com/argoproj/argo-cd/issues/21032)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0014b25`](https://github.com/argoproj/argo-cd/commit/0014b2505b4ee300c26faddb5b71dc706a3b2c09): chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 ([#&#8203;20242](https://github.com/argoproj/argo-cd/issues/20242)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`11267b9`](https://github.com/argoproj/argo-cd/commit/11267b912b8b38cd1b9cefcfd2a1d11877473f48): chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 ([#&#8203;20631](https://github.com/argoproj/argo-cd/issues/20631)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`79b05d6`](https://github.com/argoproj/argo-cd/commit/79b05d62c3decf17b1394f9b4039314b1f00df60): chore(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0 ([#&#8203;20760](https://github.com/argoproj/argo-cd/issues/20760)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6a3cdb6`](https://github.com/argoproj/argo-cd/commit/6a3cdb6ea529b63726f8a1a620819b8f5ccca184): chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 ([#&#8203;21124](https://github.com/argoproj/argo-cd/issues/21124)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9a14d7f`](https://github.com/argoproj/argo-cd/commit/9a14d7f5dddc841efca09243aeb4348cb336df99): chore(deps): bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 ([#&#8203;20951](https://github.com/argoproj/argo-cd/issues/20951)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8f65594`](https://github.com/argoproj/argo-cd/commit/8f65594ca9046fde4b6cfd96bd34dbc4d14d0f3a): chore(deps): bump tj-actions/changed-files from 45.0.1 to 45.0.2 ([#&#8203;19958](https://github.com/argoproj/argo-cd/issues/19958)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ba0683c`](https://github.com/argoproj/argo-cd/commit/ba0683c4d4cd98557f8037e2de9c750b625aa332): chore(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.3 ([#&#8203;20225](https://github.com/argoproj/argo-cd/issues/20225)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0066b0a`](https://github.com/argoproj/argo-cd/commit/0066b0ab9d0ed91a0bc3fba6aa839cf86c74a2c8): chore(deps): bump tj-actions/changed-files from 45.0.3 to 45.0.4 ([#&#8203;20739](https://github.com/argoproj/argo-cd/issues/20739)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1bf56d8`](https://github.com/argoproj/argo-cd/commit/1bf56d8905dec905aa290c8624a4449f0d8242b9): chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 ([#&#8203;21095](https://github.com/argoproj/argo-cd/issues/21095)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`67b2336`](https://github.com/argoproj/argo-cd/commit/67b2336cac0c6ca6d056d6082a365936f2f7d9a5): chore(deps): fix bump golang.org/x/net from 0.32.0 to 0.34.0 - CVE-2024-45338 ([#&#8203;21628](https://github.com/argoproj/argo-cd/issues/21628)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`3625689`](https://github.com/argoproj/argo-cd/commit/3625689264215d9e83bfafc5fe165c8fcd764ece): chore(deps): update dependency pymdown-extensions to v10.12 ([#&#8203;20567](https://github.com/argoproj/argo-cd/issues/20567)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`77b57af`](https://github.com/argoproj/argo-cd/commit/77b57af230a2a673c1ff2122660d482e004219d0): chore(deps): update docker.io/library/golang:1.23.2 docker digest to [`a7f2fc9`](https://github.com/argoproj/argo-cd/commit/a7f2fc9) ([#&#8203;20318](https://github.com/argoproj/argo-cd/issues/20318)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`229ac1b`](https://github.com/argoproj/argo-cd/commit/229ac1bf9d49cb5075451e5358c28e9a9d823f5a): chore(deps): update docker.io/library/golang:1.23.2 docker digest to [`ad5c126`](https://github.com/argoproj/argo-cd/commit/ad5c126) ([#&#8203;20419](https://github.com/argoproj/argo-cd/issues/20419)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`9592250`](https://github.com/argoproj/argo-cd/commit/95922502c7a0fe32d7ae64c46a380e2b0c578f61): chore(deps): update docs dependencies ([#&#8203;20257](https://github.com/argoproj/argo-cd/issues/20257)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`14c50bd`](https://github.com/argoproj/argo-cd/commit/14c50bd50d516666f6b6faf1e05b5442847861a1): chore(deps): update group golang to v1.23.2 ([#&#8203;20256](https://github.com/argoproj/argo-cd/issues/20256)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`aa1267a`](https://github.com/argoproj/argo-cd/commit/aa1267aa8bcebd680c0ef9ace31774d3069badfb): chore(deps): update group golang to v1.23.3 ([#&#8203;20686](https://github.com/argoproj/argo-cd/issues/20686)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`b39f3b1`](https://github.com/argoproj/argo-cd/commit/b39f3b15fbf1abf59177b58b6e87a44e32600bbe): chore(deps): update module github.com/golangci/golangci-lint to v1.62.0 ([#&#8203;20737](https://github.com/argoproj/argo-cd/issues/20737)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`98688e0`](https://github.com/argoproj/argo-cd/commit/98688e0686763ef7ade31c00f4bb53943f6e6dd8): chore(deps): update module github.com/golangci/golangci-lint to v1.62.2 ([#&#8203;20947](https://github.com/argoproj/argo-cd/issues/20947)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`e0863d9`](https://github.com/argoproj/argo-cd/commit/e0863d9e33e6842bb9f07efdd13eca0c374da1b0): chore(deps): update node version ([#&#8203;20248](https://github.com/argoproj/argo-cd/issues/20248)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`8b06307`](https://github.com/argoproj/argo-cd/commit/8b063075001cdf66bf3cc8d5dd76d31deaafc891): chore(deps): update node.js to v23 ([#&#8203;20413](https://github.com/argoproj/argo-cd/issues/20413)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`cf498f6`](https://github.com/argoproj/argo-cd/commit/cf498f674de7082f5d34d5c9df4f0b4c9b4fabd5): chore(deps): upgrade `argo-ui`, including breaking changes ([#&#8203;19655](https://github.com/argoproj/argo-cd/issues/19655)) ([@&#8203;agilgur5](https://github.com/agilgur5)) - [`c641304`](https://github.com/argoproj/argo-cd/commit/c641304b2ae571e9824003db38ca7ce66a8d617e): chore(deps-dev): bump [@&#8203;types/mocha](https://github.com/types/mocha) from 10.0.8 to 10.0.9 in /ui-test ([#&#8203;20280](https://github.com/argoproj/argo-cd/issues/20280)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e28a05f`](https://github.com/argoproj/argo-cd/commit/e28a05f5c04975f30eec64de38e69a20937d63f0): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.5.5 to 22.7.2 in /ui-test ([#&#8203;20112](https://github.com/argoproj/argo-cd/issues/20112)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`78c85a2`](https://github.com/argoproj/argo-cd/commit/78c85a229579fd2ea584fed793ba4b46d6dfbe2f): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.7.2 to 22.7.5 in /ui-test ([#&#8203;20281](https://github.com/argoproj/argo-cd/issues/20281)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4e92079`](https://github.com/argoproj/argo-cd/commit/4e92079c9169b96164008257a495543b5d8407ce): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.7.5 to 22.7.6 in /ui-test ([#&#8203;20414](https://github.com/argoproj/argo-cd/issues/20414)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`adf08ed`](https://github.com/argoproj/argo-cd/commit/adf08ed87fdc3988f88b6fa7a77255cfee7a60ed): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.7.6 to 22.7.9 in /ui-test ([#&#8203;20514](https://github.com/argoproj/argo-cd/issues/20514)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`14ba221`](https://github.com/argoproj/argo-cd/commit/14ba2216d70603828f440b29f831d0d3134ffc43): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.7.9 to 22.8.4 in /ui-test ([#&#8203;20588](https://github.com/argoproj/argo-cd/issues/20588)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`16649c6`](https://github.com/argoproj/argo-cd/commit/16649c64f868533fad7b11fe900f9e21de586897): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.8.4 to 22.8.7 in /ui-test ([#&#8203;20647](https://github.com/argoproj/argo-cd/issues/20647)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c92efcf`](https://github.com/argoproj/argo-cd/commit/c92efcf1300cc4880b0ff3600f4d5fac43bf2fe7): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.8.7 to 22.9.3 in /ui-test ([#&#8203;20932](https://github.com/argoproj/argo-cd/issues/20932)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`52dbe51`](https://github.com/argoproj/argo-cd/commit/52dbe514e05819d4eaf743b8d52b2630f71e9b89): chore(deps-dev): bump dotenv from 16.4.5 to 16.4.6 in /ui-test ([#&#8203;21031](https://github.com/argoproj/argo-cd/issues/21031)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`89f222b`](https://github.com/argoproj/argo-cd/commit/89f222b6a2c75f7d1fa600b8df7589a67774a1be): chore(deps-dev): bump dotenv from 16.4.6 to 16.4.7 in /ui-test ([#&#8203;21051](https://github.com/argoproj/argo-cd/issues/21051)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c6d45d8`](https://github.com/argoproj/argo-cd/commit/c6d45d8dcf672abdb07a8d40c53c6e0cdce9aeae): chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /ui-test ([#&#8203;20302](https://github.com/argoproj/argo-cd/issues/20302)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e8d5265`](https://github.com/argoproj/argo-cd/commit/e8d52650b1599e22feadfdf093c20e846a9b2e5b): chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /ui-test ([#&#8203;20931](https://github.com/argoproj/argo-cd/issues/20931)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) ##### Other work - [`b14f1d1`](https://github.com/argoproj/argo-cd/commit/b14f1d13a6422d4b0d9fa6814228c9ec9e2c97e0): Add Alarm.com to users list. ([#&#8203;20672](https://github.com/argoproj/argo-cd/issues/20672)) ([@&#8203;max-lancaster](https://github.com/max-lancaster)) - [`faa1009`](https://github.com/argoproj/argo-cd/commit/faa10098bac805e91ebef8e38fedf4425b246fe1): Add Alauda to USERS ([#&#8203;20936](https://github.com/argoproj/argo-cd/issues/20936)) ([@&#8203;tossmilestone](https://github.com/tossmilestone)) - [`d8fe100`](https://github.com/argoproj/argo-cd/commit/d8fe100278df0ed6d56edc8d4feebb4f7f375afb): Docs: Added prerequisites for argoCD, fork and clone repository, upstreaming, common make targets, steps before submitting a PR. ([#&#8203;20540](https://github.com/argoproj/argo-cd/issues/20540)) ([@&#8203;Shubhamzanzad](https://github.com/Shubhamzanzad)) - [`2bf5dc6`](https://github.com/argoproj/argo-cd/commit/2bf5dc6ed143b83d78b842753e994590b60c4ed7): Fix application url for custom base href ([#&#8203;21377](https://github.com/argoproj/argo-cd/issues/21377)) ([#&#8203;21516](https://github.com/argoproj/argo-cd/issues/21516)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`38546a5`](https://github.com/argoproj/argo-cd/commit/38546a5e434ebcb525567356f4b7f9ac0a29b59e): Fix docs/user-guide/diffing.md code block ([#&#8203;20596](https://github.com/argoproj/argo-cd/issues/20596)) ([@&#8203;q-yusufmahtab](https://github.com/q-yusufmahtab)) - [`acfc03e`](https://github.com/argoproj/argo-cd/commit/acfc03e2c27d67b32b1681e54f25bfc8f564bbea): Fix minor grammatical error in operator manual overview ([#&#8203;20691](https://github.com/argoproj/argo-cd/issues/20691)) ([@&#8203;Dutchy-](https://github.com/Dutchy-)) - [`bc15ae8`](https://github.com/argoproj/argo-cd/commit/bc15ae89d868f6f30134575ba64563468ebeff9e): Fix typo ([#&#8203;20127](https://github.com/argoproj/argo-cd/issues/20127)) ([@&#8203;symaras](https://github.com/symaras)) - [`5b25b28`](https://github.com/argoproj/argo-cd/commit/5b25b281c89e5208a5060c659bb9e517b4ba6b30): Fixed incorrect pluralization on resources ([#&#8203;20468](https://github.com/argoproj/argo-cd/issues/20468)) ([@&#8203;yashrtalele](https://github.com/yashrtalele)) - [`04e47cd`](https://github.com/argoproj/argo-cd/commit/04e47cd5d468701e6ba4498d49cf0f948dce4713): Fixes minor typo which lead to using the bearer token as api URL and was obviously not working. ([#&#8203;20169](https://github.com/argoproj/argo-cd/issues/20169)) ([@&#8203;appiepollo14](https://github.com/appiepollo14)) - [`d59c85c`](https://github.com/argoproj/argo-cd/commit/d59c85c5eb55d5ccba3ef5ce6624306a1113ce00): Merge commit from fork ([@&#8203;svghadi](https://github.com/svghadi)) - [`8dbddb1`](https://github.com/argoproj/argo-cd/commit/8dbddb101ac8fa509f9ce857afcc7a57deccd59a): Update golang test image to use 1.23.4 multiarch ([#&#8203;21174](https://github.com/argoproj/argo-cd/issues/21174)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`99560fb`](https://github.com/argoproj/argo-cd/commit/99560fbbba4074a76b02cc15cd1efe49f305b61d): Update troubleshooting-errors.md ([#&#8203;20201](https://github.com/argoproj/argo-cd/issues/20201)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`ed311fe`](https://github.com/argoproj/argo-cd/commit/ed311fea135f6c2bd26394aa4280c15e0b4750ec): add docs to build site locally ([#&#8203;20342](https://github.com/argoproj/argo-cd/issues/20342)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`5d0a3e6`](https://github.com/argoproj/argo-cd/commit/5d0a3e6e9abd7e922e72e27c992ed0cdc0824f99): add flaglerhealth.io to userlist ([#&#8203;20724](https://github.com/argoproj/argo-cd/issues/20724)) ([@&#8203;XinyuanHu](https://github.com/XinyuanHu)) - [`0de5f60`](https://github.com/argoproj/argo-cd/commit/0de5f60cdc6f5a087518fca9e64fa9aa18ece8ef): chore(appset): reduce dupe code w/ DB ([#&#8203;21192](https://github.com/argoproj/argo-cd/issues/21192)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`d17aafd`](https://github.com/argoproj/argo-cd/commit/d17aafd19a465fb9992d8189381adc3bdd488ead): chore(ci): add renovate for golangci-lint, go and node version ([#&#8203;20236](https://github.com/argoproj/argo-cd/issues/20236)) ([@&#8203;ggjulio](https://github.com/ggjulio)) - [`d3a3fe5`](https://github.com/argoproj/argo-cd/commit/d3a3fe5e688460d0994f08c6f33e97a87a2e16e6): chore(ci): better handling of Go and Node dependency bumps ([#&#8203;20168](https://github.com/argoproj/argo-cd/issues/20168)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`7b1c076`](https://github.com/argoproj/argo-cd/commit/7b1c076148e3742d89c170db2e3d8ea7824db536): chore(ci): update renovate config ([#&#8203;20254](https://github.com/argoproj/argo-cd/issues/20254)) ([@&#8203;ggjulio](https://github.com/ggjulio)) - [`8647db1`](https://github.com/argoproj/argo-cd/commit/8647db1157931d64dc33670f2160c65abcfb3d7e): chore(controller): remove unnecessary field ([#&#8203;20295](https://github.com/argoproj/argo-cd/issues/20295)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c216ece`](https://github.com/argoproj/argo-cd/commit/c216ece3a47b137a208c3232b9d73db846cfdce8): chore(server): better error message for missing action ([#&#8203;20408](https://github.com/argoproj/argo-cd/issues/20408)) ([#&#8203;20409](https://github.com/argoproj/argo-cd/issues/20409)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`9203dd1`](https://github.com/argoproj/argo-cd/commit/9203dd16af6dc39381ce01289d24ca3b9617d6cd): chore(server): simplify project validation logic ([#&#8203;21191](https://github.com/argoproj/argo-cd/issues/21191)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`45bbd46`](https://github.com/argoproj/argo-cd/commit/45bbd4628727342d692978183dae229a6cfe734c): chore(ui): fix sonarcloud warning ([#&#8203;16496](https://github.com/argoproj/argo-cd/issues/16496)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`79abbbe`](https://github.com/argoproj/argo-cd/commit/79abbbe4ec885c144e7b4c20540452b774366483): chore: Add TextNow to USERS.md ([#&#8203;20602](https://github.com/argoproj/argo-cd/issues/20602)) ([@&#8203;nikolai-momot](https://github.com/nikolai-momot)) - [`d963b61`](https://github.com/argoproj/argo-cd/commit/d963b6135037fa6a0c332aa8feaaac9a098bf051): chore: Add some empty dir volume mounts for the application controller ([#&#8203;19474](https://github.com/argoproj/argo-cd/issues/19474)) ([#&#8203;19480](https://github.com/argoproj/argo-cd/issues/19480)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`9757866`](https://github.com/argoproj/argo-cd/commit/975786629f91240785867e0a5d8c5338f98a84e7): chore: Add support for AdditionalURLs field in server settings query ([#&#8203;21045](https://github.com/argoproj/argo-cd/issues/21045)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`5f8de97`](https://github.com/argoproj/argo-cd/commit/5f8de971c6edad61f151c150c6eb6e2eb07c8dd3): chore: Added unit tests and fix e2e tests for application sync decoupling feature ([#&#8203;19966](https://github.com/argoproj/argo-cd/issues/19966)) ([@&#8203;anandf](https://github.com/anandf)) - [`a7ff791`](https://github.com/argoproj/argo-cd/commit/a7ff791ba5d6dcffdee3fe2ada07b0f50ce32925): chore: Don't degrade PDB on InsufficientPods ([#&#8203;20171](https://github.com/argoproj/argo-cd/issues/20171)) ([#&#8203;20665](https://github.com/argoproj/argo-cd/issues/20665)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`e2eb655`](https://github.com/argoproj/argo-cd/commit/e2eb655e41ce321420d310188fc41384d41ee2a2): chore: Fix data race detection failures in application tests ([#&#8203;21271](https://github.com/argoproj/argo-cd/issues/21271)) ([#&#8203;21302](https://github.com/argoproj/argo-cd/issues/21302)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`fc9b33b`](https://github.com/argoproj/argo-cd/commit/fc9b33b325082b4cd72f0802c0593f1d3a13ae1d): chore: Fix get-previous-release test case ([#&#8203;20863](https://github.com/argoproj/argo-cd/issues/20863)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`9587ec9`](https://github.com/argoproj/argo-cd/commit/9587ec9c92f43b413c4f10ce8c75a0b4b09dd4b8): chore: Fix to intermittent E2E test failures in deployment_test.go ([#&#8203;20974](https://github.com/argoproj/argo-cd/issues/20974)) ([@&#8203;jgwest](https://github.com/jgwest)) - [`9009e57`](https://github.com/argoproj/argo-cd/commit/9009e57c3220d8232b15b4efeff2c3b8ea972c5e): chore: Graceful handling of panic in application set controller reconcile ([#&#8203;20935](https://github.com/argoproj/argo-cd/issues/20935)) ([#&#8203;20940](https://github.com/argoproj/argo-cd/issues/20940)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`018014c`](https://github.com/argoproj/argo-cd/commit/018014c4b0db70e420c9a780f22c2ba90be6a04b): chore: Graceful shutdown for API Server ([#&#8203;18642](https://github.com/argoproj/argo-cd/issues/18642)) ([#&#8203;21224](https://github.com/argoproj/argo-cd/issues/21224)) ([#&#8203;21229](https://github.com/argoproj/argo-cd/issues/21229)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`3c366ed`](https://github.com/argoproj/argo-cd/commit/3c366edc2423eb3839e59f466ea8dcc2e11eafea): chore: Improve a sync with replace warning ([#&#8203;14161](https://github.com/argoproj/argo-cd/issues/14161)) ([#&#8203;20638](https://github.com/argoproj/argo-cd/issues/20638)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`bd322fe`](https://github.com/argoproj/argo-cd/commit/bd322fe451c476a2a36468358dac78558e806e7c): chore: Improve the documentation regarding the selection of Application by Sync Windows ([#&#8203;21093](https://github.com/argoproj/argo-cd/issues/21093)) ([@&#8203;thecooldrop](https://github.com/thecooldrop)) - [`a8e70e4`](https://github.com/argoproj/argo-cd/commit/a8e70e43ac2da903828aca88d8b7d4cbbcd9eaaf): chore: Make dev env redis password protected ([#&#8203;19863](https://github.com/argoproj/argo-cd/issues/19863)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`19bdbca`](https://github.com/argoproj/argo-cd/commit/19bdbcaddb305f26070407db706f9ca3ee8dfdb9): chore: Optimize e2e tests by improving EnsureCleanState ([#&#8203;20942](https://github.com/argoproj/argo-cd/issues/20942)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`97701f3`](https://github.com/argoproj/argo-cd/commit/97701f353a538ee1b2f67db71d17fa3c3610fe98): chore: Optimize e2e tests by removing redundant ensure clean state + some refactoring ([#&#8203;20939](https://github.com/argoproj/argo-cd/issues/20939)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`bd5d76f`](https://github.com/argoproj/argo-cd/commit/bd5d76f254d36f3beacc03504535b3cea01ee64f): chore: Parallelize EnsureCleanState for e2e tests, adding timing information ([#&#8203;20998](https://github.com/argoproj/argo-cd/issues/20998)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`4d306f1`](https://github.com/argoproj/argo-cd/commit/4d306f1139ee7922289e5e80f871d6e67251f04b): chore: Reduse e2e tests runtime by using better sleep intervals in Expect ([#&#8203;20926](https://github.com/argoproj/argo-cd/issues/20926)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`5fc306e`](https://github.com/argoproj/argo-cd/commit/5fc306ed3a34424e51f467e99397d48808162d0d): chore: Remove or reduce sleep in e2e tests ([#&#8203;21010](https://github.com/argoproj/argo-cd/issues/21010)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`8320f88`](https://github.com/argoproj/argo-cd/commit/8320f88fa296391c858dd6cfcd73e2839913259d): chore: Remove sleep from when/then in e2e tests ([#&#8203;21008](https://github.com/argoproj/argo-cd/issues/21008)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`fc1986e`](https://github.com/argoproj/argo-cd/commit/fc1986e3e5848e6170da9c5135634b9f1d684827): chore: Try to make CodeQL happy ([#&#8203;20094](https://github.com/argoproj/argo-cd/issues/20094)) ([#&#8203;20129](https://github.com/argoproj/argo-cd/issues/20129)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`1675b0b`](https://github.com/argoproj/argo-cd/commit/1675b0b2aeac95316a65252e2b6c6dfff5704e72): chore: Update USERS.md ([#&#8203;20513](https://github.com/argoproj/argo-cd/issues/20513)) ([@&#8203;rohen-compatio](https://github.com/rohen-compatio)) - [`3f249ff`](https://github.com/argoproj/argo-cd/commit/3f249ffc8de31ae3ddbb385faa00dfb1e729fe3e): chore: Update notification engine to [`2fef5c9`](https://github.com/argoproj/argo-cd/commit/2fef5c9) ([#&#8203;20276](https://github.com/argoproj/argo-cd/issues/20276)) ([@&#8203;ayatk](https://github.com/ayatk)) - [`73fbcc9`](https://github.com/argoproj/argo-cd/commit/73fbcc9ce4df743f119dfe1606fc6bc27844fe7d): chore: add bajaj finserv health ltd. in list of users ([#&#8203;20555](https://github.com/argoproj/argo-cd/issues/20555)) ([@&#8203;coderchirag-bfhl](https://github.com/coderchirag-bfhl)) - [`71658c8`](https://github.com/argoproj/argo-cd/commit/71658c889769e05cf7250e5e6540e80acc95e67d): chore: add ziprecruiter to users ([#&#8203;21076](https://github.com/argoproj/argo-cd/issues/21076)) ([@&#8203;fffinkel](https://github.com/fffinkel)) - [`deb4d2b`](https://github.com/argoproj/argo-cd/commit/deb4d2b01e69a92c608725ee803740c901a81046): chore: avoid unnecessary alloc ([#&#8203;21121](https://github.com/argoproj/argo-cd/issues/21121)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ae028c2`](https://github.com/argoproj/argo-cd/commit/ae028c2322ad7ad6bc01c44828fd10bbcd023dd5): chore: bump gitops-engine for performance improvement ([#&#8203;19954](https://github.com/argoproj/argo-cd/issues/19954)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`14a1a55`](https://github.com/argoproj/argo-cd/commit/14a1a552dcdd19671def1fc8a4392a0de8435251): chore: bump gitops-engine for performance improvements ([#&#8203;19953](https://github.com/argoproj/argo-cd/issues/19953)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`9a76d9f`](https://github.com/argoproj/argo-cd/commit/9a76d9f40bc407810fb309968fa4714e09502f43): chore: bump k8s versions in e2e tests ([#&#8203;19669](https://github.com/argoproj/argo-cd/issues/19669)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`604c75b`](https://github.com/argoproj/argo-cd/commit/604c75b00dc87f30a5645614492ed2ed884d4d82): chore: change invalid comment ([#&#8203;20500](https://github.com/argoproj/argo-cd/issues/20500)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`881025b`](https://github.com/argoproj/argo-cd/commit/881025b3cac51b9e47975a5551f2380600e2eff1): chore: cover cli utils and prompts utils with tests ([#&#8203;20674](https://github.com/argoproj/argo-cd/issues/20674)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`f869d23`](https://github.com/argoproj/argo-cd/commit/f869d235cbcf58fdf046e6b617436b8943d0d365): chore: document credentials server ([#&#8203;20078](https://github.com/argoproj/argo-cd/issues/20078)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`2998687`](https://github.com/argoproj/argo-cd/commit/29986874165a411cd6346c97166db3676d210a20): chore: enable perfsprint linter ([#&#8203;20685](https://github.com/argoproj/argo-cd/issues/20685)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`cc98925`](https://github.com/argoproj/argo-cd/commit/cc989251ef2917cd15a3f6b90e6ca85af6a43a60): chore: enable thelper linter ([#&#8203;20405](https://github.com/argoproj/argo-cd/issues/20405)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`e0ebb02`](https://github.com/argoproj/argo-cd/commit/e0ebb02443d4369ea409f5ad0e7eec715291aea5): chore: enable usestdlibvars linter ([#&#8203;20399](https://github.com/argoproj/argo-cd/issues/20399)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`0d7f1f7`](https://github.com/argoproj/argo-cd/commit/0d7f1f705359cd53fc4f493876fa56987f235304): chore: fix tests failing with Kustomize based errors ([#&#8203;21037](https://github.com/argoproj/argo-cd/issues/21037)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`0573ed7`](https://github.com/argoproj/argo-cd/commit/0573ed79c1a09ef9a4c70c032219f139ebd7b5fc): chore: improve error logs ([#&#8203;20050](https://github.com/argoproj/argo-cd/issues/20050)) ([@&#8203;ajinkyak423](https://github.com/ajinkyak423)) - [`5c01cf6`](https://github.com/argoproj/argo-cd/commit/5c01cf6ebfcaa5116b3a4e7cf3de964591126e23): chore: improve error logs in commands/admin/app.go ([#&#8203;20549](https://github.com/argoproj/argo-cd/issues/20549)) ([@&#8203;rameshgkwd05](https://github.com/rameshgkwd05)) - [`0f872f5`](https://github.com/argoproj/argo-cd/commit/0f872f51be36a474a27e70e0c9300231f026ffb3): chore: improve error logs in server/cluster/cluser.go ([#&#8203;20711](https://github.com/argoproj/argo-cd/issues/20711)) ([@&#8203;SuminSSon](https://github.com/SuminSSon)) - [`6a09102`](https://github.com/argoproj/argo-cd/commit/6a091023893d0c0b26179b920e1ee4eb9816c3a7): chore: log panics in JSON ([#&#8203;20924](https://github.com/argoproj/argo-cd/issues/20924)) ([#&#8203;20925](https://github.com/argoproj/argo-cd/issues/20925)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`90a1489`](https://github.com/argoproj/argo-cd/commit/90a148987daec2303e758a022ccc4aa78350ee48): chore: reduce default max payload size in webhooks to 50MB ([#&#8203;21101](https://github.com/argoproj/argo-cd/issues/21101)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`e878ad5`](https://github.com/argoproj/argo-cd/commit/e878ad5f31a2ca1921e2504d6cba26dacf8e1146): chore: remove unused defaults from image workflow ([#&#8203;21183](https://github.com/argoproj/argo-cd/issues/21183)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`62a84d5`](https://github.com/argoproj/argo-cd/commit/62a84d5747d8d09a9f60cb3403ab3f101cb7479f): chore: rename Rollout 'Restart' action to 'Restart Pods' ([#&#8203;20841](https://github.com/argoproj/argo-cd/issues/20841)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`76537ce`](https://github.com/argoproj/argo-cd/commit/76537ce5576209f2976efd39a486e6f608e152d0): chore: rename force-prompts-enabled to prompts-enabled flag name ([#&#8203;20752](https://github.com/argoproj/argo-cd/issues/20752)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`f506127`](https://github.com/argoproj/argo-cd/commit/f5061272b84120ab2b95c636633ab5f91f3022c6): chore: rename protobuf field according to convention ([#&#8203;20221](https://github.com/argoproj/argo-cd/issues/20221)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`e1472f3`](https://github.com/argoproj/argo-cd/commit/e1472f309ae90ea548130701bf6940c90f970092): chore: replacing custom map util functions with golang std ([#&#8203;20311](https://github.com/argoproj/argo-cd/issues/20311)) ([@&#8203;DaanV2](https://github.com/DaanV2)) - [`6cf363c`](https://github.com/argoproj/argo-cd/commit/6cf363c0fa92bf0b7d7fb1c3ffaa854c6a195f1f): chore: setting up 2.14 release champion and approver ([#&#8203;20870](https://github.com/argoproj/argo-cd/issues/20870)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`0cdbc3c`](https://github.com/argoproj/argo-cd/commit/0cdbc3cb3e7e8bbf7d15b735d89463f18db3bbec): chore: simplify 'get repo' API implementation ([#&#8203;20348](https://github.com/argoproj/argo-cd/issues/20348)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`72c711e`](https://github.com/argoproj/argo-cd/commit/72c711e7f06f633a63b15e94946a2e76e9922619): chore: simplify sync status comparison ([#&#8203;21140](https://github.com/argoproj/argo-cd/issues/21140)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4776e48`](https://github.com/argoproj/argo-cd/commit/4776e486a39dfa075f7f0d2d22ebea461b731d17): chore: update azure/kubelogin to address CVE ([#&#8203;20578](https://github.com/argoproj/argo-cd/issues/20578)) ([@&#8203;imjasonh](https://github.com/imjasonh)) - [`5583ebd`](https://github.com/argoproj/argo-cd/commit/5583ebdcb8b1ced645c67532671f2df1fba1df90): chore: update notifications-engine to [`22ccfe0`](https://github.com/argoproj/argo-cd/commit/22ccfe0caf45) ([#&#8203;20239](https://github.com/argoproj/argo-cd/issues/20239)) ([@&#8203;SLASHLogin](https://github.com/SLASHLogin)) - [`35c12d9`](https://github.com/argoproj/argo-cd/commit/35c12d9486684fc54d715e2461c36c318981a438): chore: use %q to simplify fmt.Sprintf ([#&#8203;21108](https://github.com/argoproj/argo-cd/issues/21108)) ([@&#8203;marinesnow34](https://github.com/marinesnow34)) - [`5cdb1a0`](https://github.com/argoproj/argo-cd/commit/5cdb1a0a158758b391bbc7ec9b7288eb6a36f558): chore: use new fake k8s client constructor ([#&#8203;21186](https://github.com/argoproj/argo-cd/issues/21186)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`7cc5907`](https://github.com/argoproj/argo-cd/commit/7cc5907be38e15aa39bb40d6e716e5e4818b03c6): chore: use testify instead of testing.Fatal or testing.Error in applicationset ([#&#8203;20726](https://github.com/argoproj/argo-cd/issues/20726)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`6b3e532`](https://github.com/argoproj/argo-cd/commit/6b3e53219473c8903270e469aa497576715731c6): chore: use testify instead of testing.Fatal or testing.Error in cmd ([#&#8203;20750](https://github.com/argoproj/argo-cd/issues/20750)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`993d79c`](https://github.com/argoproj/argo-cd/commit/993d79ca27b4bc407a52a080e12f2db5f999a967): chore: use testify instead of testing.Fatal or testing.Error in server ([#&#8203;20755](https://github.com/argoproj/argo-cd/issues/20755)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`0da5744`](https://github.com/argoproj/argo-cd/commit/0da57447884e18d52f3f99eae70972c106700b8f): chore: use testify instead of testing.Fatal or testing.Error in test ([#&#8203;20754](https://github.com/argoproj/argo-cd/issues/20754)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`a6cce1d`](https://github.com/argoproj/argo-cd/commit/a6cce1d0b3197561e3aaad00701c020962a620da): chore: use testify instead of testing.Fatal or testing.Error in util ([#&#8203;20751](https://github.com/argoproj/argo-cd/issues/20751)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`ddb79fe`](https://github.com/argoproj/argo-cd/commit/ddb79fe2e3eeda4f145c7b68908f7ffcad8eb313): ci: Allow forks to opt-in for codeql ([#&#8203;19996](https://github.com/argoproj/argo-cd/issues/19996)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`f4d1e0f`](https://github.com/argoproj/argo-cd/commit/f4d1e0f9f63520ca0549ee66e3bcaae7c907b574): clarify usage of `ref` for multiple sources doc ([#&#8203;21011](https://github.com/argoproj/argo-cd/issues/21011)) ([@&#8203;agoddard](https://github.com/agoddard)) - [`4e21523`](https://github.com/argoproj/argo-cd/commit/4e215234ad718a6028f1d11ef1da05ddf414acf5): doc: Update Show Orphaned Button Screenshot in Orphaned Resources Monitoring Documentation ([#&#8203;20533](https://github.com/argoproj/argo-cd/issues/20533)) ([@&#8203;jaehanbyun](https://github.com/jaehanbyun)) - [`b4b6307`](https://github.com/argoproj/argo-cd/commit/b4b6307cd2a90865044d66b547fbfff52dffa77d): doc: fix grammar ([#&#8203;21004](https://github.com/argoproj/argo-cd/issues/21004)) ([@&#8203;corneliusroemer](https://github.com/corneliusroemer)) - [`4745e08`](https://github.com/argoproj/argo-cd/commit/4745e08d4fbd9b115e208880eac9a63119a8821c): docs(2.14): adding basic upgrading docs for 2.14 ([#&#8203;21744](https://github.com/argoproj/argo-cd/issues/21744)) ([#&#8203;21752](https://github.com/argoproj/argo-cd/issues/21752)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`1bbeab7`](https://github.com/argoproj/argo-cd/commit/1bbeab7a03e80596c998b5a95b0ec14243db22f8): feat(clusters) - Add disableCompression option in the cluster config ([#&#8203;20291](https://github.com/argoproj/argo-cd/issues/20291)) ([@&#8203;OpenGuidou](https://github.com/OpenGuidou)) - [`7f417e2`](https://github.com/argoproj/argo-cd/commit/7f417e2be4b68acb3b5ef04cea59158bc7d6ee68): fix notificaion controller crash loop ([#&#8203;19984](https://github.com/argoproj/argo-cd/issues/19984)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`52d5653`](https://github.com/argoproj/argo-cd/commit/52d5653c8660315e7214bc27b70d4c3a83f58a55): fix notification-catlog issue ([#&#8203;20237](https://github.com/argoproj/argo-cd/issues/20237)) ([@&#8203;ajinkyak423](https://github.com/ajinkyak423)) - [`d85a1de`](https://github.com/argoproj/argo-cd/commit/d85a1dee2300c2e1253436c9c2456f3b3ffd950f): fix([#&#8203;18495](https://github.com/argoproj/argo-cd/issues/18495)): Add Alternate color of resources in sync panel ([#&#8203;19250](https://github.com/argoproj/argo-cd/issues/19250)) ([@&#8203;xyq175com](https://github.com/xyq175com)) - [`e80de49`](https://github.com/argoproj/argo-cd/commit/e80de49043f3ba0d876bc30f6aab789e8f8d413f): fix(controller/ui): fix pod with sidecar state ([#&#8203;19843](https://github.com/argoproj/argo-cd/issues/19843)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`21026db`](https://github.com/argoproj/argo-cd/commit/21026dba43d2ca1c07917614ce7c94de55b11b32): fixed formatting issue + added a few tidbits ([#&#8203;20522](https://github.com/argoproj/argo-cd/issues/20522)) ([@&#8203;fideloper](https://github.com/fideloper)) - [`bcc224b`](https://github.com/argoproj/argo-cd/commit/bcc224b32c5e85cba01d77b01ffd1c861b42a9eb): prevent crash during timer expiration after stream is closed ([#&#8203;19917](https://github.com/argoproj/argo-cd/issues/19917)) ([@&#8203;morapet](https://github.com/morapet)) - [`c090f84`](https://github.com/argoproj/argo-cd/commit/c090f849b076e1371989ef5117be36613d5e8a38): pruned-icon-changed-to-trash ([#&#8203;21088](https://github.com/argoproj/argo-cd/issues/21088)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`2f51067`](https://github.com/argoproj/argo-cd/commit/2f51067e7559ae705d823b979eb8244cf24678c1): psmdb.percona.com/PerconaServerMongoDB resource customization ([#&#8203;20628](https://github.com/argoproj/argo-cd/issues/20628)) ([@&#8203;niv8](https://github.com/niv8)) - [`83eb0b1`](https://github.com/argoproj/argo-cd/commit/83eb0b18712de4ab214c1382ced8dec419fa6eb3): rerender when extensions update ([#&#8203;20559](https://github.com/argoproj/argo-cd/issues/20559)) ([@&#8203;imwithye](https://github.com/imwithye)) - [`3570d7d`](https://github.com/argoproj/argo-cd/commit/3570d7de1414bae837ea76d6768bc471cd1ae178): sec: update alpine/helm to 3.16.1 ([#&#8203;20253](https://github.com/argoproj/argo-cd/issues/20253)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.4...v2.14.0 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.13.5`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.4...v2.13.5) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.5/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](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 ##### Bug fixes - [`49771c1`](https://github.com/argoproj/argo-cd/commit/49771c1d4f967b260017afa2e0f1edfe5604b8f5): fix(ui): Solve issue with navigating with dropdown from an application's page (cherry-pick [#&#8203;21737](https://github.com/argoproj/argo-cd/issues/21737)) ([#&#8203;21747](https://github.com/argoproj/argo-cd/issues/21747)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`c6112c0`](https://github.com/argoproj/argo-cd/commit/c6112c05fe0ba9142eb48fd70e6d5dd4484e1244): fix: Add proxy registry key by dest server + name (cherry-pick [#&#8203;21791](https://github.com/argoproj/argo-cd/issues/21791)) ([#&#8203;21793](https://github.com/argoproj/argo-cd/issues/21793)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.4...v2.13.5 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.13.4`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.3...v2.13.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.4/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](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 ##### Bug fixes - [`2fe4536`](https://github.com/argoproj/argo-cd/commit/2fe4536ed2179e41f28356e66c993646ba13f324): fix(appset): events not honouring configured namespaces ([#&#8203;21219](https://github.com/argoproj/argo-cd/issues/21219)) ([#&#8203;21241](https://github.com/argoproj/argo-cd/issues/21241)) ([#&#8203;21520](https://github.com/argoproj/argo-cd/issues/21520)) ([@&#8203;eadred](https://github.com/eadred)) - [`99aaf43`](https://github.com/argoproj/argo-cd/commit/99aaf43bdb8627f602ff3959ed9375a3a5bcefb9): fix: Policy/policy.open-cluster-management.io stuck in progressing status when no clusters match the policy ([#&#8203;21296](https://github.com/argoproj/argo-cd/issues/21296)) (cherry-pick [#&#8203;21297](https://github.com/argoproj/argo-cd/issues/21297)) ([#&#8203;21594](https://github.com/argoproj/argo-cd/issues/21594)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`2618ccc`](https://github.com/argoproj/argo-cd/commit/2618ccca2d3b006d0efae31cf94c74f84fb992cd): fix: login return_url doesn't work with custom server paths (cherry-pick [#&#8203;21588](https://github.com/argoproj/argo-cd/issues/21588)) ([#&#8203;21603](https://github.com/argoproj/argo-cd/issues/21603)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`53dc116`](https://github.com/argoproj/argo-cd/commit/53dc116353a90429b16dc88b56a4efc8fd559082): fix: oras-go client should fallback to docker config if no credentials specified (cherry-pick 2.13 [#&#8203;18133](https://github.com/argoproj/argo-cd/issues/18133)) ([#&#8203;20872](https://github.com/argoproj/argo-cd/issues/20872)) ([@&#8203;eestolano](https://github.com/eestolano)) - [`fd67e49`](https://github.com/argoproj/argo-cd/commit/fd67e4970facebd1237c91d71af03a96dd121d6e): fix: resolve the failing e2e appset tests for ksonnet applications (cherry-pick [#&#8203;21580](https://github.com/argoproj/argo-cd/issues/21580)) ([#&#8203;21605](https://github.com/argoproj/argo-cd/issues/21605)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`c0f847f`](https://github.com/argoproj/argo-cd/commit/c0f847f301584dbdb41db7c28282ad4cbaa1e52c): docs: Update Screenshot in Orphaned Resources Monitoring Section [#&#8203;20510](https://github.com/argoproj/argo-cd/issues/20510) (cherry-pick [#&#8203;20533](https://github.com/argoproj/argo-cd/issues/20533)) ([#&#8203;21489](https://github.com/argoproj/argo-cd/issues/21489)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`c8a62bb`](https://github.com/argoproj/argo-cd/commit/c8a62bb16231c382c2c3f4a5291d1737abcc704b): docs: add mkdocs configuration stanza to .readthedocs.yaml (cherry-pick [#&#8203;21475](https://github.com/argoproj/argo-cd/issues/21475)) ([#&#8203;21609](https://github.com/argoproj/argo-cd/issues/21609)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Dependency updates - [`2e794fb`](https://github.com/argoproj/argo-cd/commit/2e794fbbc590bcd98d655ef24c1f417ce64cfb53): chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 (cherry-pick [#&#8203;21329](https://github.com/argoproj/argo-cd/issues/21329)) ([#&#8203;21401](https://github.com/argoproj/argo-cd/issues/21401)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`38e02ab`](https://github.com/argoproj/argo-cd/commit/38e02ab9e81ff06946ae5d819797759156bc8c94): chore(deps): bump go-git version to go-git/v5 5.13.1 ([#&#8203;21551](https://github.com/argoproj/argo-cd/issues/21551)) ([@&#8203;aali309](https://github.com/aali309)) ##### Other work - [`49163b0`](https://github.com/argoproj/argo-cd/commit/49163b09b196038c00f971e3f567fa63261e0e8b): Fix application url for custom base href ([#&#8203;21377](https://github.com/argoproj/argo-cd/issues/21377)) ([#&#8203;21515](https://github.com/argoproj/argo-cd/issues/21515)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`10b9589`](https://github.com/argoproj/argo-cd/commit/10b9589f1cefda9b3559708abef3b3c316e99971): Merge commit from fork ([@&#8203;svghadi](https://github.com/svghadi)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.3...v2.13.4 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.13.3`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.3) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](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 ##### Bug fixes - [`f260510`](https://github.com/argoproj/argo-cd/commit/f260510f387d2333dda02f6d93737f734e04af13): fix(api): send to closed channel in mergeLogStreams ([#&#8203;7006](https://github.com/argoproj/argo-cd/issues/7006)) ([#&#8203;21178](https://github.com/argoproj/argo-cd/issues/21178)) ([#&#8203;21187](https://github.com/argoproj/argo-cd/issues/21187)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`09eede0`](https://github.com/argoproj/argo-cd/commit/09eede0c1775288b3e70a7971dd69492be206f82): fix(appset): Fix appset generate in --core mode for cluster gen ([#&#8203;21170](https://github.com/argoproj/argo-cd/issues/21170)) ([#&#8203;21236](https://github.com/argoproj/argo-cd/issues/21236)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`64a14a0`](https://github.com/argoproj/argo-cd/commit/64a14a08e0cffa3352e99444b81e1446fff1cda4): fix(ui): add optional check to avoid undefined reference in project detail ([#&#8203;20044](https://github.com/argoproj/argo-cd/issues/20044)) ([#&#8203;21263](https://github.com/argoproj/argo-cd/issues/21263)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c76a131`](https://github.com/argoproj/argo-cd/commit/c76a131b17eae7ec5b608b2b1dc4aa2c8ac9e8e4): fix: Change applicationset generate HTTP method to avoid route conflicts ([#&#8203;20758](https://github.com/argoproj/argo-cd/issues/20758)) ([#&#8203;21300](https://github.com/argoproj/argo-cd/issues/21300)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`079754c`](https://github.com/argoproj/argo-cd/commit/079754c63913522803f7dbe4bded6b6de37f7e34): fix: Populate destination name when destination server is specified ([#&#8203;21063](https://github.com/argoproj/argo-cd/issues/21063)) (cherry-pick 2.13) ([#&#8203;21176](https://github.com/argoproj/argo-cd/issues/21176)) ([@&#8203;adriananeci](https://github.com/adriananeci)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.3 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.13.2`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.1...v2.13.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](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 ##### Bug fixes - [`ad36916`](https://github.com/argoproj/argo-cd/commit/ad36916ec41bfe49690294aea550ce9bb090e4d5): fix(cli): Fix appset generate in --core mode ([#&#8203;20717](https://github.com/argoproj/argo-cd/issues/20717)) ([#&#8203;20883](https://github.com/argoproj/argo-cd/issues/20883)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`01ae20d`](https://github.com/argoproj/argo-cd/commit/01ae20d1b322aad6020840140693c2c6629d7857): fix: 20791 - sync multi-source application out of order source syncs (cherry-pick [#&#8203;21071](https://github.com/argoproj/argo-cd/issues/21071)) ([#&#8203;21077](https://github.com/argoproj/argo-cd/issues/21077)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`831e452`](https://github.com/argoproj/argo-cd/commit/831e4525c3457169ce8a904a3fc2c9c637a4b576): fix: API server should not attempt to read secrets in all namespaces ([#&#8203;20950](https://github.com/argoproj/argo-cd/issues/20950)) ([#&#8203;20960](https://github.com/argoproj/argo-cd/issues/20960)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`a3624a3`](https://github.com/argoproj/argo-cd/commit/a3624a3f20855557e0dc5673d68f9f78495cdb26): fix: Allow to delete repos with invalid urls ([#&#8203;20921](https://github.com/argoproj/argo-cd/issues/20921)) ([#&#8203;20975](https://github.com/argoproj/argo-cd/issues/20975)) ([#&#8203;21116](https://github.com/argoproj/argo-cd/issues/21116)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`89ef356`](https://github.com/argoproj/argo-cd/commit/89ef3563dba240f3af7b37227a732eeff1b41285): fix: Bitbucket Cloud PR Author is processed correctly ([#&#8203;20769](https://github.com/argoproj/argo-cd/issues/20769)) ([#&#8203;20990](https://github.com/argoproj/argo-cd/issues/20990)) ([#&#8203;21039](https://github.com/argoproj/argo-cd/issues/21039)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`f8d6665`](https://github.com/argoproj/argo-cd/commit/f8d6665c67bb612045a8cb0d39766aa61000001a): fix: Memory leak in repo-server ([#&#8203;20876](https://github.com/argoproj/argo-cd/issues/20876)) ([#&#8203;20894](https://github.com/argoproj/argo-cd/issues/20894)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`b6af657`](https://github.com/argoproj/argo-cd/commit/b6af657295e68388fa31643ac6819e014170d2d5): fix: add missing fields in listrepositories ([#&#8203;20991](https://github.com/argoproj/argo-cd/issues/20991)) ([#&#8203;21129](https://github.com/argoproj/argo-cd/issues/21129)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) ##### Dependency updates - [`0680ddb`](https://github.com/argoproj/argo-cd/commit/0680ddbdf9a5fb15c089a5703e6dba0760643eca): chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7 in /ui ([#&#8203;20518](https://github.com/argoproj/argo-cd/issues/20518)) ([#&#8203;20892](https://github.com/argoproj/argo-cd/issues/20892)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.1...v2.13.2 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </details> <details> <summary>getsops/sops (sops)</summary> ### [`v3.9.4`](https://github.com/getsops/sops/releases/tag/v3.9.4) [Compare Source](https://github.com/getsops/sops/compare/v3.9.3...v3.9.4) #### Installation To install `sops`, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: ```shell ### Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64 ### Move the binary in to your PATH mv sops-v3.9.4.linux.amd64 /usr/local/bin/sops ### Make the binary executable chmod +x /usr/local/bin/sops ``` ##### Verify checksums file signature The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of this file, run the following commands: ```shell ### Download the checksums file, certificate and signature curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.txt curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.pem curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.sig ### Verify the checksums file cosign verify-blob sops-v3.9.4.checksums.txt \ --certificate sops-v3.9.4.checksums.pem \ --signature sops-v3.9.4.checksums.sig \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com ``` ##### Verify binary integrity To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature: ```shell ### Verify the binary using the checksums file sha256sum -c sops-v3.9.4.checksums.txt --ignore-missing ``` ##### Verify artifact provenance The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an [in-toto](https://in-toto.io/) link metadata file named `sops-v3.9.4.intoto.jsonl`. To verify the provenance of an artifact, you can utilize the [`slsa-verifier`](https://github.com/slsa-framework/slsa-verifier#artifacts) tool: ```shell ### Download the metadata file curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.intoto.jsonl ### Verify the provenance of the artifact slsa-verifier verify-artifact <artifact> \ --provenance-path sops-v3.9.4.intoto.jsonl \ --source-uri github.com/getsops/sops \ --source-tag v3.9.4 ``` #### Container Images The `sops` binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies. These container images are available for the following architectures: `linux/amd64` and `linux/arm64`. ##### GitHub Container Registry - `ghcr.io/getsops/sops:v3.9.4` - `ghcr.io/getsops/sops:v3.9.4-alpine` ##### Quay.io - `quay.io/getsops/sops:v3.9.4` - `quay.io/getsops/sops:v3.9.4-alpine` ##### Verify container image signature The container images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of an image, run the following command: ```shell cosign verify ghcr.io/getsops/sops:v3.9.4 \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ -o text ``` ##### Verify container image provenance The container images include [SLSA provenance](https://slsa.dev/provenance/v0.2) attestations. For more information around the verification of this, please refer to the [`slsa-verifier` documentation](https://github.com/slsa-framework/slsa-verifier#containers). #### Software Bill of Materials The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an [SPDX](https://spdx.dev/) JSON file, formatted as `<binary>.spdx.sbom.json`. #### What's Changed - build(deps): Bump the go group with 5 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1727 - build(deps): Bump tempfile from 3.14.0 to 3.15.0 in /functional-tests in the rust group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1728 - build(deps): Bump the go group with 16 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1732 - build(deps): Bump the ci group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1730 - build(deps): Bump serde_json from 1.0.134 to 1.0.135 in /functional-tests in the rust group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1731 - build(deps): Bump the go group with 12 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1734 - build(deps): Bump serde_json from 1.0.135 to 1.0.137 in /functional-tests in the rust group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1735 - Fix ToString for AWS KMS to include role, context, and profile by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1733 - build(deps): Bump the ci group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1738 - build(deps): Bump the go group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1739 - Release 3.9.4 by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1740 **Full Changelog**: https://github.com/getsops/sops/compare/v3.9.3...v3.9.4 ### [`v3.9.3`](https://github.com/getsops/sops/releases/tag/v3.9.3) [Compare Source](https://github.com/getsops/sops/compare/v3.9.2...v3.9.3) #### Installation To install `sops`, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: ```shell ### Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.linux.amd64 ### Move the binary in to your PATH mv sops-v3.9.3.linux.amd64 /usr/local/bin/sops ### Make the binary executable chmod +x /usr/local/bin/sops ``` ##### Verify checksums file signature The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of this file, run the following commands: ```shell ### Download the checksums file, certificate and signature curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.txt curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.pem curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.checksums.sig ### Verify the checksums file cosign verify-blob sops-v3.9.3.checksums.txt \ --certificate sops-v3.9.3.checksums.pem \ --signature sops-v3.9.3.checksums.sig \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com ``` ##### Verify binary integrity To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature: ```shell ### Verify the binary using the checksums file sha256sum -c sops-v3.9.3.checksums.txt --ignore-missing ``` ##### Verify artifact provenance The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an [in-toto](https://in-toto.io/) link metadata file named `sops-v3.9.3.intoto.jsonl`. To verify the provenance of an artifact, you can utilize the [`slsa-verifier`](https://github.com/slsa-framework/slsa-verifier#artifacts) tool: ```shell ### Download the metadata file curl -LO https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.intoto.jsonl ### Verify the provenance of the artifact slsa-verifier verify-artifact <artifact> \ --provenance-path sops-v3.9.3.intoto.jsonl \ --source-uri github.com/getsops/sops \ --source-tag v3.9.3 ``` #### Container Images The `sops` binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies. These container images are available for the following architectures: `linux/amd64` and `linux/arm64`. ##### GitHub Container Registry - `ghcr.io/getsops/sops:v3.9.3` - `ghcr.io/getsops/sops:v3.9.3-alpine` ##### Quay.io - `quay.io/getsops/sops:v3.9.3` - `quay.io/getsops/sops:v3.9.3-alpine` ##### Verify container image signature The container images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of an image, run the following command: ```shell cosign verify ghcr.io/getsops/sops:v3.9.3 \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ -o text ``` ##### Verify container image provenance The container images include [SLSA provenance](https://slsa.dev/provenance/v0.2) attestations. For more information around the verification of this, please refer to the [`slsa-verifier` documentation](https://github.com/slsa-framework/slsa-verifier#containers). #### Software Bill of Materials The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an [SPDX](https://spdx.dev/) JSON file, formatted as `<binary>.spdx.sbom.json`. #### What's Changed - build(deps): Bump the go group with 10 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1699 - build(deps): Bump the ci group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1698 - build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1703 - build(deps): Bump the ci group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1708 - build(deps): Bump the rust group in /functional-tests with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1707 - CI: add 'persist-credentials: false' to checkout actions by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1704 - build(deps): Bump filippo.io/age from 1.2.0 to 1.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1710 - Bump golang.org/x/net to 0.33.0 to address CVE-2024-45338 by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1714 - build(deps): Bump the go group across 1 directory with 13 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1715 - build(deps): Bump serde_json from 1.0.133 to 1.0.134 in /functional-tests in the rust group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1716 - build(deps): Bump the ci group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1717 - GnuPG: do not incorrectly trim fingerprint in presence of exclamation marks for specfic subkey selection by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1720 - Tests: use container images from https://github.com/getsops/ci-container-images by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1722 - updatekeys subcommand: fix input-type CLI flag being ignored by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1721 - Update all Go dependencies by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1723 - build(deps): Bump the rust group in /functional-tests with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/getsops/sops/pull/1725 - Release 3.9.3 by [@&#8203;felixfontein](https://github.com/felixfontein) in https://github.com/getsops/sops/pull/1724 **Full Changelog**: https://github.com/getsops/sops/compare/v3.9.2...v3.9.3 </details> <details> <summary>helmfile/vals (vals)</summary> ### [`v0.39.1`](https://github.com/helmfile/vals/releases/tag/v0.39.1) [Compare Source](https://github.com/helmfile/vals/compare/v0.39.0...v0.39.1) #### What's Changed - build(deps): bump k8s.io/apimachinery from 0.32.0 to 0.32.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/626 - build(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/625 - build(deps): bump github.com/hashicorp/go-slug from 0.15.0 to 0.16.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/627 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.131.0 to 0.132.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/628 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.132.0 to 0.133.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/629 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.133.0 to 0.134.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/631 - build(deps): bump github.com/fujiwara/tfstate-lookup from 1.4.2 to 1.4.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/633 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.10 to 0.12.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/634 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.134.0 to 0.135.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/637 - build(deps): bump github.com/1password/onepassword-sdk-go from 0.1.6 to 0.1.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/636 - build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/635 - build(deps): bump github.com/fujiwara/tfstate-lookup from 1.4.3 to 1.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/638 - build(deps): bump github.com/hashicorp/vault/api from 1.15.0 to 1.16.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/639 **Full Changelog**: https://github.com/helmfile/vals/compare/v0.39.0...v0.39.1 ### [`v0.39.0`](https://github.com/helmfile/vals/releases/tag/v0.39.0) [Compare Source](https://github.com/helmfile/vals/compare/v0.38.0...v0.39.0) #### What's Changed - build(deps): bump github.com/1password/onepassword-sdk-go from 0.1.4 to 0.1.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/587 - build(deps): bump cloud.google.com/go/kms from 1.20.1 to 1.20.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/589 - build(deps): bump google.golang.org/api from 0.209.0 to 0.210.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/588 - build(deps): bump cloud.google.com/go/storage from 1.47.0 to 1.48.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/590 - build(deps): bump google.golang.org/api from 0.210.0 to 0.211.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/594 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.125.0 to 0.126.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/593 - build(deps): bump k8s.io/client-go from 0.31.3 to 0.31.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/592 - build(deps): bump k8s.io/apimachinery from 0.31.4 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/596 - build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/597 - build(deps): bump k8s.io/client-go from 0.31.4 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/595 - docs: Add more info link to README for authentication methods by [@&#8203;yxxhero](https://github.com/yxxhero) in https://github.com/helmfile/vals/pull/598 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.7 to 0.12.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/599 - build(deps): bump helm/kind-action from 1.10.0 to 1.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/602 - build(deps): bump google.golang.org/api from 0.211.0 to 0.212.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/601 - build(deps): bump github.com/antchfx/xpath from 1.3.2 to 1.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/600 - build(deps): bump google.golang.org/api from 0.212.0 to 0.213.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/603 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.126.0 to 0.127.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/606 - build(deps): bump cloud.google.com/go/kms from 1.20.2 to 1.20.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/605 - build(deps): bump filippo.io/age from 1.2.0 to 1.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/604 - build(deps): bump google.golang.org/api from 0.213.0 to 0.214.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/607 - build(deps): bump cloud.google.com/go/storage from 1.48.0 to 1.49.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/608 - build(deps): bump helm/kind-action from 1.11.0 to 1.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/609 - build(deps): bump github.com/cyberark/conjur-api-go from 0.12.9 to 0.12.10 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/610 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.127.0 to 0.128.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/611 - build(deps): bump cloud.google.com/go/kms from 1.20.3 to 1.20.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/613 - build(deps): bump cloud.google.com/go/secretmanager from 1.14.2 to 1.14.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/612 - build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/614 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.128.0 to 0.129.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/615 - build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.16.0 to 1.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/617 - build(deps): bump google.golang.org/api from 0.214.0 to 0.215.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/616 - build(deps): bump cloud.google.com/go/storage from 1.49.0 to 1.50.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/620 - build(deps): bump cloud.google.com/go/kms from 1.20.4 to 1.20.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/619 - build(deps): bump github.com/1password/onepassword-sdk-go from 0.1.5 to 0.1.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/618 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.129.0 to 0.130.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/621 - build(deps): bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/624 - build(deps): bump github.com/hashicorp/hcp-sdk-go from 0.130.0 to 0.131.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/623 - build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/helmfile/vals/pull/622 **Full Changelog**: https://github.com/helmfile/vals/compare/v0.38.0...v0.39.0 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMy4xIiwidXBkYXRlZEluVmVyIjoiMzkuMzMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate force-pushed renovate/all-minor-patch from cb71ee5f4f to b00579a01e 2025-01-01 03:04:39 +00:00 Compare
renovate changed title from chore(deps): update quay.io/argoproj/argocd docker tag to v2.13.2 to chore(deps): update all non-major dependencies 2025-01-01 03:04:43 +00:00
renovate force-pushed renovate/all-minor-patch from b00579a01e to 9df2140f06 2025-01-04 03:05:29 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 9df2140f06 to f03286536c 2025-01-17 03:09:07 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from f03286536c to f58b5a8cd3 2025-01-26 03:07:56 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from f58b5a8cd3 to 749305f0e0 2025-01-30 03:18:02 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 749305f0e0 to 7900d8bdbb 2025-02-04 03:13:46 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 7900d8bdbb to c9ebdb4186 2025-02-06 03:14:52 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from c9ebdb4186 to f172103ecb 2025-02-12 03:08:20 +00:00 Compare
stefan merged commit f25689faca into main 2025-02-14 17:37:10 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ZeroDownTime/zdt-argocd#4
No description provided.