Releases: codefresh-io/gitops-runtime-helm
0.26.6
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.6Chart changes
- updated argo-cd to 3.2.3 (#1036)
- app-proxy: fixed security vulnerabilities CVE-2025-61729 and CVE-2025-61727 (#1048)
- app-proxy-init: fixed security vulnerabilities CVE-2016-2781 and CVE-2024-10041 (#1048)
- cf-argocd-extras: fixed security vulnerabilities CVE-2025-58181, CVE-2025-13281, CVE-2025-61727 and CVE-2025-61729 (#1033)
- kubectl: fixed security vulnerabilities CVE-2025-47912, CVE-2025-61724, CVE-2025-58187, CVE-2025-47912, CVE-2025-58183, CVE-2025-58186, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189 and CVE-2025-61723 for redis-secret-init job (#1040)
- sealed-secrets-controller: fixed security vulnerabilities CVE-2025-47912, CVE-2025-58181, CVE-2025-58186, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61727 and CVE-2025-61729 (#1038)
0.26.5
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.5Chart changes
- fix(codefresh-gitops-operator): security vulnerability CVE-2025-66626 (#1026)
0.26.4
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.4Chart changes
- fix(codefresh-tunnel-client): security vulnerabilities CVE-2025-9230, CVE-2025-9231, CVE-2025-9232, CVE-2025-46394, CVE-2024-58251 (#1025)
- chore: update argocd to v3.2.2 (#1020)
0.26.3
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.3Chart changes
- fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)
- fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)
- updated nats-server-config-reloader (#1004)
app-proxy changes
update image to 5f0a3d5
- feat: simplify clusters add/remove logic (#1001)
0.26.2
0.26.1
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.1Chart changes
- chore(CR-31388): updated gitops-operator with security fixes (#983)
- chore: security fixes for k8s client in Argo Rollouts v1.7.2 (#987)
- updated cli-v2 for fixing CVE-2024-25621 "github.com/containerd/containerd" (#994)
- chore(CR-31776): updated cap-app-proxy (#985)
0.26.0
Installation
To install this version of the gitops-runtime Helm chart:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.0⚠️ Breaking Changes
This release introduces several significant architectural changes.
Please review carefully before upgrading.
-
Transition to OSS Argo CD
- Completed migration from Codefresh Argo CD fork to official OSS Argo CD
- All Codefresh-specific Argo CD values removed
- Review custom Argo CD configurations for upstream compatibility
-
Argo Events deprecated
- All Argo Events resources removed
- The Argo Events controller has been retained to ensure proper cleanup of any previously deployed Argo Events resources in your cluster
-
New Event Reporting Architecture
- cf-argocd-extras and EventBus (NATS) removed
- Replaced with:
- argo-gateway (formerly sources-server)
- cluster-event-reporter
- runtime-event-reporter
- Improves scalability and reliability
-
Argo Workflows namespace-scoped by default
-
Argo Rollouts disabled by default
-
Argo CD auth values relocated to:
global.integrations.argo-cd.server.auth
⚠️ Migration Actions
ACR Controller Users – Argo CD Notifications Update (Needs Verification)
Replace:
app.status.operationState.operation.sync.changeRevisionWithWith:
app.status.operationState?.syncResult?.revisionChart Changes
- External Argo CD support via
.values.global.integrations - Telemetry added
- App-Proxy reliability improvements (tini, git timeouts, logs in non-controller namespaces, CORS fix, Kubernetes compatibility fix)
- Dedicated Redis for argo-gateway & event reporters
- Checksum annotations for automatic restarts
- Improved debugging (timestamps + debug flag in gitops-operator)
- Conditional RGS controller registration
- Branch data added to PR info
- Argo CD → OSS 3.2.x
- Sealed Secrets controller updated
- Migration to bitnamilegacy repo
- Security patches for enrichment images, Argo Workflows, Argo Events, and Argo Rollouts
0.25.2
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.