Skip to content

Releases: codefresh-io/gitops-runtime-helm

0.26.6

15 Jan 15:30
93b0ae6

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.6

Chart changes

0.26.5

06 Jan 11:31
4fa177a

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.5

Chart changes

0.26.4

22 Dec 18:21
4bd54c4

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.4

Chart changes

0.26.3

18 Dec 19:30
5e0148b

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.3

Chart changes

app-proxy changes

update image to 5f0a3d5

  • feat: simplify clusters add/remove logic (#1001)

0.26.2

08 Dec 18:16
a0de9db

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.2

Chart changes

  • build: upgrade argo-workflows (#998)

0.26.1

05 Dec 12:29
1c6bf32

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.26.1

Chart 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

09 Feb 09:14
286d362

Choose a tag to compare

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.changeRevisionWith

With:

app.status.operationState?.syncResult?.revision

Chart 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

27 Nov 11:51
cc145f8

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.25.2

Chart changes

  • chore: fix security vulnerabilities for argo-workflows (#955)

0.25.1

06 Nov 10:31
23b118e

Choose a tag to compare

Installation

To get Helm chart for this release run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.25.1

Chart changes

  • fix(app-proxy): application logs graphql subscription not working (#886)
  • fix(app-proxy): updated cf-root-app-project to allow all resources

0.25.0

03 Nov 13:23
d29562c

Choose a tag to compare

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.