From 6b3a955ec2e8b357ab385db79e755872a1a650a8 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 11 Feb 2026 14:54:42 +0000 Subject: [PATCH 1/3] Update Chart.yaml and changelog for 0.27.3 release --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index d85f8b12..589efeb5 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,7 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix: deleted git-source appears in application dashboard (#1075)' + description: 'chore: update argo-hub (#1092)' 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 8a0da912..66c3b3ea 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.27.2](https://img.shields.io/badge/Version-0.27.2-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) +![Version: 0.27.3](https://img.shields.io/badge/Version-0.27.3-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) ## Table of Content @@ -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.27.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.3 ``` `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.27.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.3 ``` ## Openshift From bf89643a69e9bcf02747d413c59acf2c037978cf Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Wed, 11 Feb 2026 17:33:36 +0200 Subject: [PATCH 2/3] edit release notes --- charts/gitops-runtime/Chart.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 589efeb5..3ff9a494 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,7 +15,9 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'chore: update argo-hub (#1092)' + description: 'chore: update argo-hub to 1.1.22 (#1092)' + - kind: fix + description: 'fix security vulnerabilities in argo-hub images (#1092)' dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm From f53262d3015bb911e7a9408a32ce46c79e95ee41 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Wed, 11 Feb 2026 17:46:09 +0200 Subject: [PATCH 3/3] fix release notes --- 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 3ff9a494..7d8c4f46 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,7 +16,7 @@ annotations: artifacthub.io/changes: |- - kind: changed description: 'chore: update argo-hub to 1.1.22 (#1092)' - - kind: fix + - kind: security description: 'fix security vulnerabilities in argo-hub images (#1092)' dependencies: - name: argo-cd