Releases: codefresh-io/gitops-runtime-helm
0.25.1
0.25.0
Installation
To install this version of the gitops-runtime Helm chart, use the following command:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.25.0⚠️ Upcoming Breaking Changes (Next Release)
The following breaking changes are planned for the next release. Please review and prepare your deployments accordingly:
-
Removal of Argo Events: Argo Events will be removed from the runtime in the next release. Its functionality will be replaced by our newly introduced dedicated event reporters, which deliver significant performance gains and reliability improvements for event-driven workflows.
-
Deprecation of Argo Rollouts: This release marks the beginning of the deprecation path for Argo Rollouts. In the next release, Argo Rollouts will be disabled by default in the Helm chart. If you require Argo Rollouts, you can manually override the default value in your Helm values files. Argo Rollouts will be completely removed from the runtime Helm chart in the February 2026 release.
-
Argo Workflows Namespace-Scoped Installation: Argo Workflows will transition to namespace-scoped installation in the next release (instead of cluster-wide). This change ensures it does not interfere with any other instances of Argo Workflows installed on your cluster, if any.
-
Transition to OSS ArgoCD: The Codefresh ArgoCD fork will be deprecated. Starting from the next release, official open-source ArgoCD will be installed instead. This change supports our initiative to enhance compatibility and better align with existing customer installations that utilize a "Bring your own Argo CD" approach. Please review your ArgoCD customizations and ensure compatibility with OSS ArgoCD.
Chart Changes
This release includes the following notable changes:
-
Dependency Updates:
- The ArgoCD fork has been synchronized to OSS version 3.1.5, bringing compatibility improvements and alignment with upstream ArgoCD.
0.24.7
0.24.6
0.24.5
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.24.5Chart changes
- bumps argo-helm chart to the version that bumps redis version to 8.2.2 (#844)
- upd cli-v2 , debian for installer (#850)
- use explicit app-proxy config.cors value if exist (#847)
- chore: update argocd-extras (#807)
- chore[app-proxy]: bumps app-proxy to version 9621fba (#811)
- chore[app-proxy]: bumps app-proxy to version 0eb07df (#810)
- chore[app-proxy]: bumps app-proxy to version 5aaaae7 (#809)
0.24.4
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.24.4Chart changes
0.24.3
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.24.3Chart changes
- backport redis bump fix 0.24 (#770)
- fix: component-test gitea deployment (#766)
- fix: app-proxy fails to report new and closed pr to product-components (#761)
- [gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)
- [app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)
- chore(CR-30960): update enrichment images tag (#747)
0.24.2
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.24.2Chart changes
- Chore-30961 security argocd-exstras (#729)
- bump argo-rollouts (#731)
- Chore/cr 29689 argo events workflow update with security fixes (#727)
- fix: security vulnerability CVE-2025-55190 (#733)
- Fix/svc-acc-pre-uninstall-hook (#728)
- updated sealed-secrets-controller (#723) (#724)
- fix: security fix: upgrade cli-v2 and debian versions (#718)
- feat: update cap-app-proxy image tags to 1.3750.0 (#720)
0.24.1
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.24.1Chart changes
- 'chore: security fixes in tunnel-client, argo-events jetstreaming, runtime-installer'
0.24.0
Installation
To install this version of the gitops-runtime Helm chart, use the following command:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.24.0⚠️ Important Upgrade Instructions
This release incorporates a security fix from Argo CD to address advisory GHSA-786q-9hcg-v9ff. The change removes sensitive information from the Project API response.
If you have automations or CLI commands that rely on credentials from project-scoped repositories and clusters previously returned by the Project API, you must update them to remove the logic that uses this data.
Chart Changes
This release includes the following notable changes:
-
Security:
- The Argo CD Project API response has been sanitized to remove sensitive information in accordance with GHSA-786q-9hcg-v9ff.
-
Features:
- Support for single-namespaced runtime installations has been added. This allows for a more granular and isolated setup.
-
Dependency Updates:
- The
app-proxyimage has been updated to version1.3736.0to support single-namespaced runtimes. - The
gitops-operatorimage has been updated to disable the RGS controller when running in single-namespaced mode.
- The