Releases: codefresh-io/argo-cd
Releases · codefresh-io/argo-cd
v3.0.2-2025-05-20-6e4ca196
Features
- feat: upgraded argo-cd base to 3.0.2
 
v2.14.9-2025-05-20-9356e64a
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
Features
- feat: upgraded git-lfs to 3.6.1
 
v2.13.3-2025.3.3-bddbd99f7
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.yamlfiles for subcharts, if thevalues.yamlcontain a section with anullobject. - See Related issue in Helm GitHub repository
 - See Helm 3.17.1 release notes
 - Example of such a problem and resolution
 - Explanation:
- Prior to Helm 3.17.1, 
nullobject invalues.yamlresulted in a warningcannot overwrite table with non tableupon performinghelm template, and the resulting K8s object was not overridden with the invalidnullvalue - In Helm 3.17.1, this behavior changed and 
nullobject invalues.yamlstill results in this warning upon performinghelm template, but the resulting K8s object will be overridden with the invalidnullvalue. - To resolve the issue, identify 
values.yamlwithnullobject values, and remove thosenullvalues. 
 - Prior to Helm 3.17.1, 
 
v2.13.3-2025.2.12-7bfd6c858
Features
- fix(release): bumped GitHub actions download-artifact to v4.1.8 in generate sbom job
 
v2.13.3-2025.1.16-39ce1d3d0
Features
- feat(event-reporter): allow git integration ConfigMap reporting
 
v2.13.3-2025.1.15-9f3c74c06
Features
- feat(event-reporter): using sources-server for getting application version
 
v2.13.3-2025.1.14-f019b07b9
Features
- feat(event-reporter): only report allowed resources
 
v2.13.3-2025.1.9-67d01f9e0
Features
- chore(argo-cd): upgraded core to argo-cd OSS (2.13.3)
 
v2.12.3-2024.12.23-4a8e092c0
Features
- feat(event-reporter): using sources-server for getting application version