0.24.0
·
11 commits
to stable/0.24
since this release
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 version1.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.
- The