Skip to content

0.24.0

Compare
Choose a tag to compare
@codefresh-v2-pipelines codefresh-v2-pipelines released this 08 Sep 14:01
· 11 commits to stable/0.24 since this release
29d8184

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-proxy image has been updated to version 1.3736.0 to support single-namespaced runtimes.
    • The gitops-operator image has been updated to disable the RGS controller when running in single-namespaced mode.