Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2025

Bumps the dependencies group with 4 updates: docker/login-action, ossf/scorecard-action, github/codeql-action and actions/stale.

Updates docker/login-action from 3.5.0 to 3.6.0

Release notes

Sourced from docker/login-action's releases.

v3.6.0

Full Changelog: docker/login-action@v3.5.0...v3.6.0

Commits
  • 5e57cd1 Merge pull request #890 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 97e3143 chore: update generated content
  • 3a0796b build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 5b7b28b Merge pull request #882 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • abc9fb3 chore: update generated content
  • d468688 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • a99b2f8 Merge pull request #883 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 0d7fae8 chore: update generated content
  • 9832253 build(deps): bump @​docker/actions-toolkit from 0.62.1 to 0.63.0
  • 09e05bb Merge pull request #881 from docker/dependabot/npm_and_yarn/tmp-0.2.4
  • Additional commits viewable in compare view

Updates ossf/scorecard-action from 2.4.2 to 2.4.3

Release notes

Sourced from ossf/scorecard-action's releases.

v2.4.3

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

Commits
  • 4eaacf0 bump docker to ghcr v2.4.3 (#1587)
  • 42e3a01 🌱 Bump the github-actions group with 3 updates (#1585)
  • 88c07ac 🌱 Bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.6.0 (#1579)
  • 6c690f2 Bump github.com/ossf/scorecard/v5 from v5.2.1 to v5.3.0 (#1586)
  • 92083b5 📖 Fix recommended command to test the image in development (#1583)
  • 7975ea6 🌱 Bump the docker-images group across 1 directory with 2 updates (#1...
  • 0d1a743 🌱 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#1575)
  • 46e6e0c 🌱 Bump the github-actions group with 2 updates (#1580)
  • c3f1350 🌱 Improve printing options (#1584)
  • 43e475b 🌱 Bump golang.org/x/net from 0.42.0 to 0.44.0 (#1578)
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.30.5 to 3.30.6

Release notes

Sourced from github/codeql-action's releases.

v3.30.6

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
  • Update default CodeQL bundle version to 2.23.1. #3118

3.30.3 - 10 Sep 2025

No user facing changes.

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

3.29.10 - 18 Aug 2025

No user facing changes.

3.29.9 - 12 Aug 2025

... (truncated)

Commits
  • 64d10c1 Merge pull request #3172 from github/update-v3.30.6-10feb5d2a
  • 909610e Update changelog for v3.30.6
  • 10feb5d Merge pull request #3167 from github/mbg/upload-sarif/find-then-filter
  • 4182ea3 Merge pull request #3168 from github/update-bundle/codeql-bundle-v2.23.2
  • 34afe5b Merge pull request #3171 from github/mbg/start-proxy/telemetry
  • 096fe67 Merge branch 'main' into update-bundle/codeql-bundle-v2.23.2
  • b496401 Merge pull request #3170 from github/mbg/start-proxy/remove-update-workflow
  • d573787 Report registry types that are configured for CodeQL in start-proxy telemetry
  • 1591680 Send a basic status report in start-proxy Action if it succeeds
  • cb5a284 Send status report when start-proxy fails
  • Additional commits viewable in compare view

Updates actions/stale from 10.0.0 to 10.1.0

Release notes

Sourced from actions/stale's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [docker/login-action](https://github.com/docker/login-action), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [github/codeql-action](https://github.com/github/codeql-action) and [actions/stale](https://github.com/actions/stale).


Updates `docker/login-action` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@184bdaa...5e57cd1)

Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@05b42c6...4eaacf0)

Updates `github/codeql-action` from 3.30.5 to 3.30.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3599b3b...64d10c1)

Updates `actions/stale` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@3a9db7e...5f858e3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action
  dependency-version: 3.30.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 4, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 4, 2025
@jmeridth jmeridth merged commit f20f942 into main Oct 4, 2025
6 checks passed
@jmeridth jmeridth deleted the dependabot/github_actions/dependencies-75ace68ded branch October 4, 2025 15:01
malford pushed a commit to malford/homelab that referenced this pull request Oct 26, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [argo-cd](https://github.com/argoproj/argo-helm) | major | `8.0.17` -> `9.0.5` |

---

### Release Notes

<details>
<summary>argoproj/argo-helm (argo-cd)</summary>

### [`v9.0.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.0.5)

[Compare Source](argoproj/argo-helm@argo-cd-9.0.4...argo-cd-9.0.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Add backendRefs group and kind to HTTPRoute by [@&#8203;cskinfill](https://github.com/cskinfill) in [#&#8203;3536](argoproj/argo-helm#3536)

#### New Contributors

- [@&#8203;cskinfill](https://github.com/cskinfill) made their first contribution in [#&#8203;3536](argoproj/argo-helm#3536)

**Full Changelog**: <argoproj/argo-helm@argo-cd-9.0.4...argo-cd-9.0.5>

### [`v9.0.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.0.4)

[Compare Source](argoproj/argo-helm@argo-cd-9.0.3...argo-cd-9.0.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Update notification deployment to include checksum by [@&#8203;jpaulodit](https://github.com/jpaulodit) in [#&#8203;3549](argoproj/argo-helm#3549)

#### New Contributors

- [@&#8203;jpaulodit](https://github.com/jpaulodit) made their first contribution in [#&#8203;3549](argoproj/argo-helm#3549)

**Full Changelog**: <argoproj/argo-helm@argocd-image-updater-0.14.0...argo-cd-9.0.4>

### [`v9.0.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.0.3)

[Compare Source](argoproj/argo-helm@argo-cd-9.0.2...argo-cd-9.0.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- docs(argo-cd): Add context to Changelog in README for v9.0.0 by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3547](argoproj/argo-helm#3547)

**Full Changelog**: <argoproj/argo-helm@argo-cd-9.0.2...argo-cd-9.0.3>

### [`v9.0.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.0.2)

[Compare Source](argoproj/argo-helm@argo-cd-9.0.1...argo-cd-9.0.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3542](argoproj/argo-helm#3542)
- chore(deps): update renovatebot/github-action action to v43.0.18 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3544](argoproj/argo-helm#3544)
- docs(argo-cd): Correct Changelog in README for v9.0.0 by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3546](argoproj/argo-helm#3546)

**Full Changelog**: <argoproj/argo-helm@argo-cd-9.0.1...argo-cd-9.0.2>

### [`v9.0.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.0.1)

[Compare Source](argoproj/argo-helm@argo-cd-9.0.0...argo-cd-9.0.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.9 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3541](argoproj/argo-helm#3541)

**Full Changelog**: <argoproj/argo-helm@argo-cd-9.0.0...argo-cd-9.0.1>

### [`v9.0.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-9.0.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.6.4...argo-cd-9.0.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Align default values of argocd-cmd-params-cm ConfigMap to upstream by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3540](argoproj/argo-helm#3540)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.6.4...argo-cd-9.0.0>

### [`v8.6.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.6.4)

[Compare Source](argoproj/argo-helm@argo-cd-8.6.3...argo-cd-8.6.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.79.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3539](argoproj/argo-helm#3539)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.6.3...argo-cd-8.6.4>

### [`v8.6.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.6.3)

[Compare Source](argoproj/argo-helm@argo-cd-8.6.2...argo-cd-8.6.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Add extraArgs to secretInit job by [@&#8203;kabooboo](https://github.com/kabooboo) in [#&#8203;3533](argoproj/argo-helm#3533)

#### New Contributors

- [@&#8203;kabooboo](https://github.com/kabooboo) made their first contribution in [#&#8203;3533](argoproj/argo-helm#3533)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.6.2...argo-cd-8.6.3>

### [`v8.6.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.6.2)

[Compare Source](argoproj/argo-helm@argo-cd-8.6.1...argo-cd-8.6.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Add runtimeClassName on redis init job by [@&#8203;juldrixx](https://github.com/juldrixx) in [#&#8203;3532](argoproj/argo-helm#3532)

#### New Contributors

- [@&#8203;juldrixx](https://github.com/juldrixx) made their first contribution in [#&#8203;3532](argoproj/argo-helm#3532)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.27...argo-cd-8.6.2>

### [`v8.6.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.6.1)

[Compare Source](argoproj/argo-helm@argo-cd-8.6.0...argo-cd-8.6.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3527](argoproj/argo-helm#3527)
- chore(deps): update renovatebot/github-action action to v43.0.17 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3528](argoproj/argo-helm#3528)
- docs(argo-cd): Add AKS Web Application Routing ingress example by [@&#8203;downfa11](https://github.com/downfa11) in [#&#8203;3529](argoproj/argo-helm#3529)

#### New Contributors

- [@&#8203;downfa11](https://github.com/downfa11) made their first contribution in [#&#8203;3529](argoproj/argo-helm#3529)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.6.0...argo-cd-8.6.1>

### [`v8.6.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.6.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.10...argo-cd-8.6.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Add HTTPRoute support for Gateway API by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;3517](argoproj/argo-helm#3517)

**Full Changelog**: <argoproj/argo-helm@argocd-image-updater-0.13.0...argo-cd-8.6.0>

### [`v8.5.10`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.10)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.9...argo-cd-8.5.10)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Bump redis version due to CVE-2025-49844 by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3524](argoproj/argo-helm#3524)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.9...argo-cd-8.5.10>

### [`v8.5.9`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.9)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.8...argo-cd-8.5.9)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3516](argoproj/argo-helm#3516)
- chore(deps): update renovatebot/github-action action to v43.0.15 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3519](argoproj/argo-helm#3519)
- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.78.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3521](argoproj/argo-helm#3521)

**Full Changelog**: <argoproj/argo-helm@argo-rollouts-2.40.5...argo-cd-8.5.9>

### [`v8.5.8`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.8)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.7...argo-cd-8.5.8)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.30.3 to 3.30.5 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3508](argoproj/argo-helm#3508)
- chore(deps): update renovatebot/github-action action to v43.0.14 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3509](argoproj/argo-helm#3509)
- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.8 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3512](argoproj/argo-helm#3512)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.7...argo-cd-8.5.8>

### [`v8.5.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.7)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.6...argo-cd-8.5.7)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Allow configuring resource requests/limits for copyutil initContainer in repo-server pod by [@&#8203;puretension](https://github.com/puretension) in [#&#8203;3507](argoproj/argo-helm#3507)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.6...argo-cd-8.5.7>

### [`v8.5.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.6)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.5...argo-cd-8.5.6)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Add missing environment variable for v3.1.7 by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3505](argoproj/argo-helm#3505)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.5...argo-cd-8.5.6>

### [`v8.5.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.5)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.4...argo-cd-8.5.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.7 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3503](argoproj/argo-helm#3503)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.4...argo-cd-8.5.5>

### [`v8.5.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.4)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.3...argo-cd-8.5.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v43.0.13 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3502](argoproj/argo-helm#3502)
- fix(argo-cd): Fix repo-server NetworkPolicy to allow metrics port access without requiring separate metrics service by [@&#8203;puretension](https://github.com/puretension) in [#&#8203;3501](argoproj/argo-helm#3501)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.3...argo-cd-8.5.4>

### [`v8.5.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.3)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.2...argo-cd-8.5.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): add custom roleRules support for application-controller by [@&#8203;puretension](https://github.com/puretension) in [#&#8203;3500](argoproj/argo-helm#3500)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.2...argo-cd-8.5.3>

### [`v8.5.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.2)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.1...argo-cd-8.5.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3495](argoproj/argo-helm#3495)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.5.1...argo-cd-8.5.2>

### [`v8.5.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.1)

[Compare Source](argoproj/argo-helm@argo-cd-8.5.0...argo-cd-8.5.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- ci(argo-cd): Replace Bitnami redis with simple YAML file by [@&#8203;mkilchhofer](https://github.com/mkilchhofer) in [#&#8203;3497](argoproj/argo-helm#3497)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.26...argo-cd-8.5.1>

### [`v8.5.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.5.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.4.1...argo-cd-8.5.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): Adding the size limit for emptyDir in statefulset of argocd-application-controller by [@&#8203;Ghost21899](https://github.com/Ghost21899) in [#&#8203;3281](argoproj/argo-helm#3281)

#### New Contributors

- [@&#8203;Ghost21899](https://github.com/Ghost21899) made their first contribution in [#&#8203;3281](argoproj/argo-helm#3281)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.4.1...argo-cd-8.5.0>

### [`v8.4.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.4.1)

[Compare Source](argoproj/argo-helm@argo-cd-8.4.0...argo-cd-8.4.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- fix(argo-cd): add allowed audiences parameter to values.yaml by [@&#8203;Crowley723](https://github.com/Crowley723) in [#&#8203;3299](argoproj/argo-helm#3299)

#### New Contributors

- [@&#8203;Crowley723](https://github.com/Crowley723) made their first contribution in [#&#8203;3299](argoproj/argo-helm#3299)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.4.0...argo-cd-8.4.1>

### [`v8.4.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.4.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.9...argo-cd-8.4.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): VerticalPodAutoscaler support for application controller  by [@&#8203;yaringol](https://github.com/yaringol) in [#&#8203;3365](argoproj/argo-helm#3365)

#### New Contributors

- [@&#8203;yaringol](https://github.com/yaringol) made their first contribution in [#&#8203;3365](argoproj/argo-helm#3365)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.25...argo-cd-8.4.0>

### [`v8.3.9`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.9)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.8...argo-cd-8.3.9)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v43.0.12 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3491](argoproj/argo-helm#3491)
- chore(deps): bump github/codeql-action from 3.30.1 to 3.30.3 in the dependencies group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3487](argoproj/argo-helm#3487)
- fix(argo-cd): Update ingress class annotation for GKE compatibility by [@&#8203;tgigli](https://github.com/tgigli) in [#&#8203;3493](argoproj/argo-helm#3493)

#### New Contributors

- [@&#8203;tgigli](https://github.com/tgigli) made their first contribution in [#&#8203;3493](argoproj/argo-helm#3493)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.8...argo-cd-8.3.9>

### [`v8.3.8`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.8)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.7...argo-cd-8.3.8)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update actions/create-github-app-token action to v2.1.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3484](argoproj/argo-helm#3484)
- docs(argo-cd): Add instruction how to override argocd-params-cm by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3490](argoproj/argo-helm#3490)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.7...argo-cd-8.3.8>

### [`v8.3.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.7)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.6...argo-cd-8.3.7)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.77.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3483](argoproj/argo-helm#3483)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.24...argo-cd-8.3.7>

### [`v8.3.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.6)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.5...argo-cd-8.3.6)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.29.11 to 3.30.1 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3468](argoproj/argo-helm#3468)
- chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3469](argoproj/argo-helm#3469)
- chore(deps): bump actions/labeler from 5.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3471](argoproj/argo-helm#3471)
- chore(deps): bump actions/stale from 9.1.0 to 10.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3470](argoproj/argo-helm#3470)
- docs(deps): Fix wrong link by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3472](argoproj/argo-helm#3472)
- chore(deps): update renovatebot/github-action action to v43.0.11 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3473](argoproj/argo-helm#3473)
- docs(deps): Add Version Support Policy by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3466](argoproj/argo-helm#3466)
- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3478](argoproj/argo-helm#3478)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.5...argo-cd-8.3.6>

### [`v8.3.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.5)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.4...argo-cd-8.3.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3467](argoproj/argo-helm#3467)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.4...argo-cd-8.3.5>

### [`v8.3.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.4)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.3...argo-cd-8.3.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3463](argoproj/argo-helm#3463)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.3...argo-cd-8.3.4>

### [`v8.3.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.3)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.2...argo-cd-8.3.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.91.3 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3460](argoproj/argo-helm#3460)
- chore(deps): update renovatebot/github-action action to v43.0.10 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3461](argoproj/argo-helm#3461)
- chore(argo-cd): Update ghcr.io/dexidp/dex Docker tag to v2.44.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3462](argoproj/argo-helm#3462)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.2...argo-cd-8.3.3>

### [`v8.3.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.2)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.1...argo-cd-8.3.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.76.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3445](argoproj/argo-helm#3445)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.23...argo-cd-8.3.2>

### [`v8.3.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.1)

[Compare Source](argoproj/argo-helm@argo-cd-8.3.0...argo-cd-8.3.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update actions/checkout action to v5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3426](argoproj/argo-helm#3426)
- chore(deps): update actions/create-github-app-token action to v2.1.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3427](argoproj/argo-helm#3427)
- chore(deps): bump the dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3430](argoproj/argo-helm#3430)
- chore(deps): bump the dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3446](argoproj/argo-helm#3446)
- chore(deps): update renovatebot/github-action action to v43.0.9 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3442](argoproj/argo-helm#3442)
- chore(argo-cd): Update dependency argoproj/argo-cd to v3.1.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3450](argoproj/argo-helm#3450)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.3.0...argo-cd-8.3.1>

### [`v8.3.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.3.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.7...argo-cd-8.3.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Upgrade Argo CD v3.1.0 by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3438](argoproj/argo-helm#3438)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.22...argo-cd-8.3.0>

### [`v8.2.7`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.7)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.6...argo-cd-8.2.7)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update redis\_exporter for redis-ha by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3417](argoproj/argo-helm#3417)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.2.6...argo-cd-8.2.7>

### [`v8.2.6`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.6)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.5...argo-cd-8.2.6)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v43.0.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3416](argoproj/argo-helm#3416)
- chore(argo-cd): Update ghcr.io/oliver006/redis\_exporter Docker tag to v1.75.0 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3419](argoproj/argo-helm#3419)

**Full Changelog**: <argoproj/argo-helm@argo-rollouts-2.40.3...argo-cd-8.2.6>

### [`v8.2.5`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.5)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.4...argo-cd-8.2.5)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- docs(argo-cd): update NOTES.txt for conditional rootpath by [@&#8203;CHOUMnote](https://github.com/CHOUMnote) in [#&#8203;3407](argoproj/argo-helm#3407)

#### New Contributors

- [@&#8203;CHOUMnote](https://github.com/CHOUMnote) made their first contribution in [#&#8203;3407](argoproj/argo-helm#3407)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.2.4...argo-cd-8.2.5>

### [`v8.2.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.4)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.3...argo-cd-8.2.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v43.0.5 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3402](argoproj/argo-helm#3402)
- fix(argo-cd): Fix inheritance of 'global.logging' values for the commit server component by [@&#8203;bonddim](https://github.com/bonddim) in [#&#8203;3404](argoproj/argo-helm#3404)

#### New Contributors

- [@&#8203;bonddim](https://github.com/bonddim) made their first contribution in [#&#8203;3404](argoproj/argo-helm#3404)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.2.3...argo-cd-8.2.4>

### [`v8.2.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.3)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.2...argo-cd-8.2.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3400](argoproj/argo-helm#3400)
- fix(argo-cd): correct typo 'Addtional' to 'Additional' in values.yaml by [@&#8203;in-jun](https://github.com/in-jun) in [#&#8203;3403](argoproj/argo-helm#3403)

#### New Contributors

- [@&#8203;in-jun](https://github.com/in-jun) made their first contribution in [#&#8203;3403](argoproj/argo-helm#3403)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.2.2...argo-cd-8.2.3>

### [`v8.2.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.2)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.1...argo-cd-8.2.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.0.12 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3399](argoproj/argo-helm#3399)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.2.1...argo-cd-8.2.2>

### [`v8.2.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.1)

[Compare Source](argoproj/argo-helm@argo-cd-8.2.0...argo-cd-8.2.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Set file mode of YAML files to 644 by [@&#8203;lindhe](https://github.com/lindhe) in [#&#8203;3397](argoproj/argo-helm#3397)

#### New Contributors

- [@&#8203;lindhe](https://github.com/lindhe) made their first contribution in [#&#8203;3397](argoproj/argo-helm#3397)

**Full Changelog**: <argoproj/argo-helm@argo-rollouts-2.40.2...argo-cd-8.2.1>

### [`v8.2.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.2.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.1.4...argo-cd-8.2.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Support ability to override `.global.networkPolicy.create` at the component level by [@&#8203;AswinT22](https://github.com/AswinT22) in [#&#8203;3382](argoproj/argo-helm#3382)

#### New Contributors

- [@&#8203;AswinT22](https://github.com/AswinT22) made their first contribution in [#&#8203;3382](argoproj/argo-helm#3382)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.1.4...argo-cd-8.2.0>

### [`v8.1.4`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.1.4)

[Compare Source](argoproj/argo-helm@argo-cd-8.1.3...argo-cd-8.1.4)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v43.0.4 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot] in [#&#8203;3393](argoproj/argo-helm#3393)
- docs(argo-cd): document admin password via helm.values in Application CR by [@&#8203;miinsun](https://github.com/miinsun) in [#&#8203;3390](argoproj/argo-helm#3390)

#### New Contributors

- [@&#8203;miinsun](https://github.com/miinsun) made their first contribution in [#&#8203;3390](argoproj/argo-helm#3390)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.20...argo-cd-8.1.4>

### [`v8.1.3`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.1.3)

[Compare Source](argoproj/argo-helm@argo-cd-8.1.2...argo-cd-8.1.3)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(argo-cd): Update dependency argoproj/argo-cd to v3.0.11 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in [#&#8203;3380](argoproj/argo-helm#3380)

**Full Changelog**: <argoproj/argo-helm@argo-rollouts-2.40.0...argo-cd-8.1.3>

### [`v8.1.2`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.1.2)

[Compare Source](argoproj/argo-helm@argo-cd-8.1.1...argo-cd-8.1.2)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- chore(deps): update renovatebot/github-action action to v43 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in [#&#8203;3363](argoproj/argo-helm#3363)
- chore(deps): update renovatebot/github-action action to v43.0.1 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in [#&#8203;3366](argoproj/argo-helm#3366)
- fix(argo-cd): do not use hardcoded commit server URL by [@&#8203;nobbs](https://github.com/nobbs) in [#&#8203;3367](argoproj/argo-helm#3367)

**Full Changelog**: <argoproj/argo-helm@argo-workflows-0.45.19...argo-cd-8.1.2>

### [`v8.1.1`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.1.1)

[Compare Source](argoproj/argo-helm@argo-cd-8.1.0...argo-cd-8.1.1)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- feat(argo-cd): Add support for custom deployment labels by [@&#8203;akolacz](https://github.com/akolacz) in [#&#8203;3349](argoproj/argo-helm#3349)

#### New Contributors

- [@&#8203;akolacz](https://github.com/akolacz) made their first contribution in [#&#8203;3349](argoproj/argo-helm#3349)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.1.0...argo-cd-8.1.1>

### [`v8.1.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.1.0)

[Compare Source](argoproj/argo-helm@argo-cd-8.0.17...argo-cd-8.1.0)

A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.

#### What's Changed

- docs(github): Add a PR checklist for PR unit by [@&#8203;yu-croco](https://github.com/yu-croco) in [#&#8203;3354](argoproj/argo-helm#3354)
- chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;3343](argoproj/argo-helm#3343)
- chore(deps): update renovatebot/github-action action to v42.0.6 by [@&#8203;argoproj-renovate](https://github.com/argoproj-renovate) in [#&#8203;3357](argoproj/argo-helm#3357)
- feat(argo-cd): support trafficDistribution in argo repo service by [@&#8203;kewei5zhang](https://github.com/kewei5zhang) in [#&#8203;3358](argoproj/argo-helm#3358)

#### New Contributors

- [@&#8203;kewei5zhang](https://github.com/kewei5zhang) made their first contribution in [#&#8203;3358](argoproj/argo-helm#3358)

**Full Changelog**: <argoproj/argo-helm@argo-cd-8.0.17...argo-cd-8.1.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.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <[email protected]>
Reviewed-on: https://git.malford.io/ops/homelab/pulls/12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants