Skip to content

Releases: codefresh-io/gitops-runtime-helm

0.27.0

26 Jan 14:09
3ff84f1

Choose a tag to compare

Installation

To get Helm chart for this release run:

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

Breaking Changes

Argo Rollouts Removed

Argo Rollouts controller has been removed from the gitops-runtime helm chart (#1051). If you depend on Argo Rollouts, you will need to install it separately.

Argo Events Removed

Argo Events controller has been removed from the gitops-runtime helm chart (#1057). If you depend on Argo Events, you will need to install it separately.

Runtime Redis Disabled by Default

Redis is now disabled by default (#927). Set redis-ha.enabled: true if needed.

What's New

Enhanced Runtime Uninstallation & Cleanup

We have significantly improved the uninstallation process to ensure a "zero-footprint" state:

  • Shared Configuration Cleanup - The uninstallation now includes the ability to clean up the desired state stored in the Internal Shared Configuration Repository
  • Cluster Hygiene - Improved command execution ensures that no stale runtime components or orphan resources remain on your cluster

ArgoCD Sync & Deletion Guardrails

The App-proxy now supports native ArgoCD resource annotations for Confirmation on Delete and Prune. This acts as a safety gate, requiring manual confirmation in the UI before a sync operation can delete or prune a specific resource (#1046).

  • Sync Options - Prune Confirmation support
  • Application Deletion - Added support for confirmation prompts before deleting an entire application

Improved Installation Wizard

The newest runtime installation flow features a drastically improved UX and ease of use.

  • Expanded Git Support - Full support for Bitbucket, Bitbucket Server, and GitLab is now integrated into the streamlined installation wizard

Other Improvements

  • Run without Redis - The runtime can now operate without Redis configured, providing more flexible deployment options (#919)
  • MRC change revisions annotations - New support for MRC change revisions annotations in cf-argocd-extras (#1005)
  • Event-reporter enhancements - Added deleted field to app event payload for better tracking (#1039)
  • Checksum annotations - Config changes now trigger proper pod restarts (#938)
  • Namespace-scoped Argo Workflows - Argo Workflows now runs namespace-scoped by default (#920)

Bug Fixes

  • Fixed transient error handling on app sync failure (#922)
  • Fixed issue where simple runtime applications ended up being out-of-sync
  • Removed git commit statuses from gitops-operator (#940)

Security

  • Fixed security vulnerabilities in argo-workflows (#1047, #948)

0.26.7

26 Jan 09:44
2ebbb85

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

Chart changes

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)