From 5c76632c8a25379110f8643084b0a37f0710e18d Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:05:34 +0000 Subject: [PATCH 1/3] Update Chart.yaml and changelog for 0.29.22 release --- charts/gitops-runtime/Chart.yaml | 4 ++-- charts/gitops-runtime/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index c8a08ba9..bee872b1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,8 +16,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - - kind: security - description: 'fix security vulnerabilities for csdp-image-enrichers' + - kind: changed + description: 'chore: fix various security vulnerabilities for argo-workflows (#1246)' dependencies: # The image for this chart was overridden because argocd doesn’t release the chart for 3.3.10 version. # Don't forget to remove the image override after updating to a new version of the chart. diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 9f089d87..59c51cb3 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.29.21](https://img.shields.io/badge/Version-0.29.21-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) +![Version: 0.29.22](https://img.shields.io/badge/Version-0.29.22-informational?style=flat-square) ![AppVersion: 0.2.3](https://img.shields.io/badge/AppVersion-0.2.3-informational?style=flat-square) ## Table of Content @@ -205,7 +205,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.29.21 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.22 ``` `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 @@ -218,7 +218,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.29.21 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.22 ``` ## Openshift From b109cb4377fb5b9f754333831ef3f7e6c9c57042 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:35:40 +0000 Subject: [PATCH 2/3] Update Chart.yaml and changelog for 0.29.22 release --- charts/gitops-runtime/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index bee872b1..7bede746 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,6 +16,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- + - kind: changed + description: 'chore: fix security vulnarabilities (#1247)' - kind: changed description: 'chore: fix various security vulnerabilities for argo-workflows (#1246)' dependencies: From 3f0b1d9fb867710f61ae7cf8035be0e2582619c1 Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Fri, 24 Jul 2026 17:16:51 +0300 Subject: [PATCH 3/3] update chart.yaml --- charts/gitops-runtime/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 7bede746..dd3a1d69 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -16,9 +16,9 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: |- - - kind: changed - description: 'chore: fix security vulnarabilities (#1247)' - - kind: changed + - kind: security + description: 'bump nginxinc/nginx-unprivileged up to "1.31.2-alpine3.23". Security fix (#1247)' + - kind: security description: 'chore: fix various security vulnerabilities for argo-workflows (#1246)' dependencies: # The image for this chart was overridden because argocd doesn’t release the chart for 3.3.10 version.