Skip to content

Releases: codefresh-io/gitops-runtime-helm

0.28.2

16 Mar 08:30
097fb5a

Choose a tag to compare

Installation

To get Helm chart for this release run:

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

Chart changes

  • fix: update constrains of byoa argocd upto 3.3 (#1123)

0.28.1

05 Mar 12:40
dbd4e61

Choose a tag to compare

Installation

To get Helm chart for this release run:

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

Chart changes

  • chore: update app-proxy to v1.4068.0
  • fix: fix various security vulnerabilities in app-proxy
  • fix: fix various security vulnerabilities in cf-argocd-extras
  • chore: updated sealed-secrets-controller to 0.36.0
  • fix: fix various security vulnerabilities in sealed-secrets-controller

0.28.0

03 Mar 14:26
04e4b5b

Choose a tag to compare

Installation

To get Helm chart for this release run:

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

Breaking Changes

Argo CD v3.3.2 Compatibility

Argo CD has been updated to v3.3.2

Known Issue: Version Validation for BYOA

If you are using BYOA (Bring Your Own Argo) with ArgoCD v3.3.2, you may encounter a version validation error during the upgrade. This is due to a constraint mismatch in the validation hook.

Workaround: Disable the validation by adding the following to your values file:

installer:
  skipValidation: true

This will bypass the version check and allow the installation to proceed. This issue will be addressed in future releases.

⚠️ Important Notice

Users who have an Argo CD Application that manages their Argo CD installation must enable the following configurations for the upgrade to succeed:

  • Sync option: ServerSideApply=true
  • Annotation: argocd.argoproj.io/compare-options: ServerSideDiff=true

Recommendations

Fresh Installation (v0.28+)

If you install cf-gitops-runtime from scratch, the initial commit in your ISC repository will contain all required settings for the self-managing "cf-gitops-runtime" application. No additional action is needed.

Upgrade from v0.27.x or Earlier

If you are upgrading from version < 0.28, perform the following manual actions in your ISC repository:

  1. Update Argo CD Application Configuration

    Edit <path-to-ISC-repo>/resources/codefresh/cf-gitops-runtime.yaml and add:

     metadata:
        annotations:
            argocd.argoproj.io/compare-options: ServerSideDiff=true
    syncPolicy:
        syncOptions:
          - ServerSideApply=true
  2. Update Chart Version

    Edit resources/<runtime_name>/chart/Chart.yaml and update the gitops-runtime version:

    apiVersion: v2
    appVersion: 1.0.0
    description: Codefresh gitops runtime umbrella chart
    name: codefresh-gitops-runtime
    version: 0.28.0
    dependencies:
      - name: gitops-runtime
        repository: oci://quay.io/codefresh
        version: 0.28.0

Security

Migration to Docker Hardened Images (DHI)

We have migrated our core components to Docker Hardened Images (DHI). This transition significantly improves the overall security posture and performance of the runtime:

Reduced Surface Area — DHI images are more lightweight, containing only the necessary binaries.

Enhanced Security — These images are built with stricter security standards, reducing the number of vulnerabilities.

Components Migrated:

runtime-installer images moved to DHI.

app-proxy-init migrated to the DHI base image.

0.27.6

26 Feb 13:18
b6c60d4

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

Chart changes

  • chore: update tunnel-chart to v0.1.24
  • fix: fix multiple security vulnerabilities in codefresh/frps

0.27.5

20 Feb 09:21
27106c5

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

Chart changes

  • bump Node.js to v22.22.0 for cap-app-proxy
  • bump alpine/kubectl to v1.35.1

0.27.4

16 Feb 20:41
7747050

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

Chart changes

  • migrate app-proxy-init and gitops-runtime-installer to DHI base images
  • update nginx-unprivileged and codefresh-gitops-operator
  • runtime components logs not working for some of components

0.27.3

12 Feb 08:26
c7280db

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

Chart changes

  • chore: update argo-hub to 1.1.22 (#1092)
  • fix: fix multiple security vulnerabilities in argo-hub images (#1092)

0.26.8

05 Feb 11:42
22655eb

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

Chart changes

  • cap-app-proxy & cap-app-proxy-init: fix: bump app proxy with revert of git provider new support for 0.26 (#1079)

0.27.2

04 Feb 09:57
14c1807

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

Chart changes

  • fix: deleted git-source appears in application dashboard (#1075)

0.27.1

30 Jan 13:44
50c9f20

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

Chart changes

  • cap-app-proxy & cap-app-proxy-init: fix security vulnerability in qs library CVE-2025-15284