Skip to content

Releases: codefresh-io/argo-cd

v3.0.2-2025-05-20-6e4ca196

21 May 10:03
6e4ca19
Compare
Choose a tag to compare

Features

  • feat: upgraded argo-cd base to 3.0.2

v2.14.9-2025-05-20-9356e64a

21 May 10:03
9356e64
Compare
Choose a tag to compare

Features

  • upgraded git-lfs in Dockerfile (#393)
  • upgraded github.com/expr-lang/expr from 0.16.9 to 0.17.0 (#395)
  • fix(test): broken e2e test (argoproj#22975) (#396)

v2.13.3-2025.3.5-50344f005

05 Mar 11:49
Compare
Choose a tag to compare

Features

  • feat: upgraded git-lfs to 3.6.1

v2.13.3-2025.3.3-bddbd99f7

03 Mar 10:28
Compare
Choose a tag to compare

Features

  • fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1
  • feat: bumped helm to 3.17.1
  • feat: bumped golang-jwt/jwt/v4 to 4.5.1
  • feat: bumped GitHub actions/cache to 4.2.0

Breaking changes for Helm 3.17.1

  • Helm upgrade to 3.17.1 in this release may require changing your values.yaml files for subcharts, if the values.yaml contain a section with a null object.
  • See Related issue in Helm GitHub repository
  • See Helm 3.17.1 release notes
  • Example of such a problem and resolution
  • Explanation:
    1. Prior to Helm 3.17.1, null object in values.yaml resulted in a warning cannot overwrite table with non table upon performing helm template, and the resulting K8s object was not overridden with the invalid null value
    2. In Helm 3.17.1, this behavior changed and null object in values.yaml still results in this warning upon performing helm template, but the resulting K8s object will be overridden with the invalid null value.
    3. To resolve the issue, identify values.yaml with null object values, and remove those null values.

v2.13.3-2025.2.12-7bfd6c858

12 Feb 15:19
Compare
Choose a tag to compare

Features

  • fix(release): bumped GitHub actions download-artifact to v4.1.8 in generate sbom job

v2.13.3-2025.1.16-39ce1d3d0

16 Jan 13:06
Compare
Choose a tag to compare

Features

  • feat(event-reporter): allow git integration ConfigMap reporting

v2.13.3-2025.1.15-9f3c74c06

15 Jan 10:09
Compare
Choose a tag to compare

Features

  • feat(event-reporter): using sources-server for getting application version

v2.13.3-2025.1.14-f019b07b9

14 Jan 11:49
Compare
Choose a tag to compare

Features

  • feat(event-reporter): only report allowed resources

v2.13.3-2025.1.9-67d01f9e0

09 Jan 14:48
Compare
Choose a tag to compare

Features

  • chore(argo-cd): upgraded core to argo-cd OSS (2.13.3)

v2.12.3-2024.12.23-4a8e092c0

23 Dec 11:52
Compare
Choose a tag to compare

Features

  • feat(event-reporter): using sources-server for getting application version