From c790deee4413bae63b0b100f511c1eeb9faf3816 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Thu, 19 Mar 2026 22:19:59 +0200 Subject: [PATCH 1/4] prepare-version(0.29.0): prepare chart content for release Prepare chart contenet (version, changelog, doc links) for 0.29.0 release --- charts/gitops-runtime/Chart.yaml | 7 +++++-- charts/gitops-runtime/README.md | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 84ca5ffd..a2592f7c 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.1.72 +appVersion: 0.1.73 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.0.0 +version: 0.29.0 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -13,6 +13,9 @@ maintainers: url: https://codefresh-io.github.io/ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" + artifacthub.io/changes: |- + - kind: added + description: "Added ABAC validation to application existence query" dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 413b8ad9..4e5336f2 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square) +![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=flat-square) ![AppVersion: 0.1.73](https://img.shields.io/badge/AppVersion-0.1.73-informational?style=flat-square) ## Table of Content @@ -24,7 +24,7 @@ ```console helm show all oci://quay.io/codefresh/gitops-runtime -``` +``` See [Use OCI-based registries](https://helm.sh/docs/topics/registries/) ## Codefresh official documentation: @@ -193,7 +193,7 @@ We have created a helper utility to resolve this issue: The utility is packaged in a container image. Below are instructions on executing the utility using Docker: ``` -docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.0 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to @@ -206,7 +206,7 @@ The utility will output 4 files into the folder: For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`. ``` -docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.0 ``` ## Openshift From 9c1db46a0668b17787240c556b2e7f6e64b4360e Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Thu, 19 Mar 2026 22:22:07 +0200 Subject: [PATCH 2/4] docs --- charts/gitops-runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 4e5336f2..4b04ff93 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -24,7 +24,7 @@ ```console helm show all oci://quay.io/codefresh/gitops-runtime -``` +``` See [Use OCI-based registries](https://helm.sh/docs/topics/registries/) ## Codefresh official documentation: From c973f99ac221ff6215fdb33d114611a1d8bfa075 Mon Sep 17 00:00:00 2001 From: andrii-codefresh Date: Fri, 20 Mar 2026 13:09:12 +0200 Subject: [PATCH 3/4] bump version --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index a2592f7c..320c617d 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.73 +appVersion: 0.2.3 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: 0.29.0 diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 4b04ff93..69bb5016 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=flat-square) ![AppVersion: 0.1.73](https://img.shields.io/badge/AppVersion-0.1.73-informational?style=flat-square) +![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) ## Table of Content From 90c9437f84188af7f8adafaf72177eceec193248 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Fri, 20 Mar 2026 14:27:05 +0000 Subject: [PATCH 4/4] CI Automatic commit - align Chart version --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 320c617d..56816a86 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.3 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.29.0 +version: 0.29.1 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: