From aad22cf623f08ee0bbd11c6ac90c17f712f41b44 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 4 Sep 2025 09:52:00 +0000 Subject: [PATCH 1/6] Update Chart.yaml and changelog for 0.24.0 release --- charts/gitops-runtime/Chart.yaml | 60 ++++++++++++++++++++++++++++++-- charts/gitops-runtime/README.md | 6 ++-- 2 files changed, 60 insertions(+), 6 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 87f38691..ea36cee2 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.1.75 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: '0.23.3' +version: '0.24.0' home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -15,9 +15,63 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'update cli-v2 in installer - fix token validation code (#696)' + description: 'prepare-version(0.23.3): prepare chart content for release (#695)' - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692) - fix: remote-cluster application fails to sync due to its project' + description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3' + - kind: changed + description: update cli-v2 in installer - fix token validation code (#696) + - kind: changed + description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)' + - kind: changed + description: ran prepare-release script + - kind: changed + description: updated changes + - kind: changed + description: updated nginx (#662) + - kind: changed + description: updated cli-v2, kubectl in runtime-installer (#661) + - kind: changed + description: using bitnamilegacy instead of bitnami (#653) + - kind: changed + description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)' + - kind: changed + description: updated cspd enrichers (#652) + - kind: changed + description: updated changes + - kind: changed + description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)' + - kind: changed + description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)' + - kind: changed + description: update Chart.yaml + - kind: changed + description: bumped app-proxy to 1.3707.0 closed ha gaps (#667) + - kind: changed + description: 'fix: remove checksum tests as they fail when chart version changes (#670)' + - kind: changed + description: 'chore: fix artifacthub changes' + - kind: changed + description: fix lint + - kind: changed + description: cleanup in changes + - kind: changed + description: create release 0.23 draft + - kind: changed + description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)' + - kind: changed + description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)' + - kind: changed + description: 'fix: support failing release if app sync fails (#645)' + - kind: changed + description: Updated gitops operator not to requeue on known release creation failures (#655) + - kind: changed + description: re-order Chart.yaml changes + - kind: changed + description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)' + - kind: changed + description: create release 0.23 draft + - kind: changed + description: create release 0.23 draft dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index a5678d95..4fa61aa2 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.23.3](https://img.shields.io/badge/Version-0.23.3-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square) +![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square) ## Prerequisites @@ -144,7 +144,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.23.3 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.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 @@ -157,7 +157,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.23.3 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.0 ``` ## Openshift From 3452d78f0485aa3e70b3117ae0cc6ee771c4f1df Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Sun, 7 Sep 2025 07:41:25 +0000 Subject: [PATCH 2/6] Update Chart.yaml and changelog for 0.24.0 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 ea36cee2..f109e902 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,6 +14,8 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: 'feat: support single-namespaced runtime installation (#617)' - kind: changed description: 'prepare-version(0.23.3): prepare chart content for release (#695)' - kind: changed From a1a136e3b44f46278e4e3dcef2d2d3e7c07fdc5e Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 7 Sep 2025 10:49:44 +0300 Subject: [PATCH 3/6] update chart.yaml changes list --- charts/gitops-runtime/Chart.yaml | 58 ++------------------------------ 1 file changed, 2 insertions(+), 56 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index f109e902..dec1e378 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -17,63 +17,9 @@ annotations: - kind: changed description: 'feat: support single-namespaced runtime installation (#617)' - kind: changed - description: 'prepare-version(0.23.3): prepare chart content for release (#695)' + description: 'chore: update app-proxy image tags to 1.3736.0 - support single-namespaced runtime' - kind: changed - description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3' - - kind: changed - description: update cli-v2 in installer - fix token validation code (#696) - - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)' - - kind: changed - description: ran prepare-release script - - kind: changed - description: updated changes - - kind: changed - description: updated nginx (#662) - - kind: changed - description: updated cli-v2, kubectl in runtime-installer (#661) - - kind: changed - description: using bitnamilegacy instead of bitnami (#653) - - kind: changed - description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)' - - kind: changed - description: updated cspd enrichers (#652) - - kind: changed - description: updated changes - - kind: changed - description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)' - - kind: changed - description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)' - - kind: changed - description: update Chart.yaml - - kind: changed - description: bumped app-proxy to 1.3707.0 closed ha gaps (#667) - - kind: changed - description: 'fix: remove checksum tests as they fail when chart version changes (#670)' - - kind: changed - description: 'chore: fix artifacthub changes' - - kind: changed - description: fix lint - - kind: changed - description: cleanup in changes - - kind: changed - description: create release 0.23 draft - - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)' - - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)' - - kind: changed - description: 'fix: support failing release if app sync fails (#645)' - - kind: changed - description: Updated gitops operator not to requeue on known release creation failures (#655) - - kind: changed - description: re-order Chart.yaml changes - - kind: changed - description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)' - - kind: changed - description: create release 0.23 draft - - kind: changed - description: create release 0.23 draft + description: 'chore: update gitops-operator image tags to 58625b8 - disable RGS controller in single-namespaced mode' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm From 715cea16755b4751339c466230341cb5b312c0ff Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Mon, 8 Sep 2025 04:48:24 +0000 Subject: [PATCH 4/6] Update Chart.yaml and changelog for 0.24.0 release --- charts/gitops-runtime/Chart.yaml | 60 ++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index dec1e378..667ba069 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,12 +14,68 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- + - kind: changed + description: 'Feat: OSS-522 cherry-pick sec advisory-ghsa-786q-9hcg-v9ff (#705)' - kind: changed description: 'feat: support single-namespaced runtime installation (#617)' - kind: changed - description: 'chore: update app-proxy image tags to 1.3736.0 - support single-namespaced runtime' + description: 'prepare-version(0.23.3): prepare chart content for release (#695)' + - kind: changed + description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3' + - kind: changed + description: update cli-v2 in installer - fix token validation code (#696) + - kind: changed + description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)' + - kind: changed + description: ran prepare-release script + - kind: changed + description: updated changes + - kind: changed + description: updated nginx (#662) + - kind: changed + description: updated cli-v2, kubectl in runtime-installer (#661) + - kind: changed + description: using bitnamilegacy instead of bitnami (#653) + - kind: changed + description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)' + - kind: changed + description: updated cspd enrichers (#652) + - kind: changed + description: updated changes + - kind: changed + description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)' + - kind: changed + description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)' + - kind: changed + description: update Chart.yaml + - kind: changed + description: bumped app-proxy to 1.3707.0 closed ha gaps (#667) + - kind: changed + description: 'fix: remove checksum tests as they fail when chart version changes (#670)' + - kind: changed + description: 'chore: fix artifacthub changes' + - kind: changed + description: fix lint + - kind: changed + description: cleanup in changes + - kind: changed + description: create release 0.23 draft + - kind: changed + description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)' + - kind: changed + description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)' + - kind: changed + description: 'fix: support failing release if app sync fails (#645)' + - kind: changed + description: Updated gitops operator not to requeue on known release creation failures (#655) + - kind: changed + description: re-order Chart.yaml changes + - kind: changed + description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)' + - kind: changed + description: create release 0.23 draft - kind: changed - description: 'chore: update gitops-operator image tags to 58625b8 - disable RGS controller in single-namespaced mode' + description: create release 0.23 draft dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm From d4cfaa7b9372f67738877e853bf90e103d6ae421 Mon Sep 17 00:00:00 2001 From: reggie-k Date: Mon, 8 Sep 2025 09:40:56 +0300 Subject: [PATCH 5/6] updated changelog Signed-off-by: reggie-k --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 667ba069..274606e1 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,8 +14,8 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - - kind: changed - description: 'Feat: OSS-522 cherry-pick sec advisory-ghsa-786q-9hcg-v9ff (#705)' + - kind: security + description: 'sanitized argo-cd Project API response to remove sensitive information (https://github.com/advisories/GHSA-786q-9hcg-v9ff)' - kind: changed description: 'feat: support single-namespaced runtime installation (#617)' - kind: changed From 25e0aa4bf7edcaee0f1780d408255605206e25ad Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Mon, 8 Sep 2025 11:34:35 +0300 Subject: [PATCH 6/6] update changelog --- charts/gitops-runtime/Chart.yaml | 62 +++----------------------------- 1 file changed, 4 insertions(+), 58 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 274606e1..0bcfa8df 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -14,68 +14,14 @@ maintainers: annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - - kind: security - description: 'sanitized argo-cd Project API response to remove sensitive information (https://github.com/advisories/GHSA-786q-9hcg-v9ff)' - kind: changed description: 'feat: support single-namespaced runtime installation (#617)' - kind: changed - description: 'prepare-version(0.23.3): prepare chart content for release (#695)' - - kind: changed - description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3' - - kind: changed - description: update cli-v2 in installer - fix token validation code (#696) - - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)' - - kind: changed - description: ran prepare-release script - - kind: changed - description: updated changes - - kind: changed - description: updated nginx (#662) - - kind: changed - description: updated cli-v2, kubectl in runtime-installer (#661) - - kind: changed - description: using bitnamilegacy instead of bitnami (#653) - - kind: changed - description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)' - - kind: changed - description: updated cspd enrichers (#652) - - kind: changed - description: updated changes - - kind: changed - description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)' - - kind: changed - description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)' - - kind: changed - description: update Chart.yaml + description: 'chore: update app-proxy image tags to 1.3736.0 - support single-namespaced runtime' - kind: changed - description: bumped app-proxy to 1.3707.0 closed ha gaps (#667) - - kind: changed - description: 'fix: remove checksum tests as they fail when chart version changes (#670)' - - kind: changed - description: 'chore: fix artifacthub changes' - - kind: changed - description: fix lint - - kind: changed - description: cleanup in changes - - kind: changed - description: create release 0.23 draft - - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)' - - kind: changed - description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)' - - kind: changed - description: 'fix: support failing release if app sync fails (#645)' - - kind: changed - description: Updated gitops operator not to requeue on known release creation failures (#655) - - kind: changed - description: re-order Chart.yaml changes - - kind: changed - description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)' - - kind: changed - description: create release 0.23 draft - - kind: changed - description: create release 0.23 draft + description: 'chore: update gitops-operator image tags to 58625b8 - disable RGS controller in single-namespaced mode' + - kind: security + description: 'sanitized argo-cd Project API response to remove sensitive information (https://github.com/advisories/GHSA-786q-9hcg-v9ff)' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm