From 83bc4a101b3d5553ba871075c2fe7409536bc9ae Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Mon, 3 Nov 2025 16:25:10 +0000 Subject: [PATCH 1/8] Update Chart.yaml and changelog for 0.25.1 release --- charts/gitops-runtime/Chart.yaml | 10 +--------- charts/gitops-runtime/README.md | 6 +++--- charts/gitops-runtime/values.yaml | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 70cc6e3e..6e28f5b3 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,15 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: "Synchronize the ArgoCD fork to OSS version 3.1.5" - - kind: deprecated - description: "Argo Events will be removed in the next release, replaced by dedicated event reporters for improved performance and reliability" - - kind: deprecated - description: "Argo Rollouts deprecation notice: will be disabled by default in next release, completely removed from chart in February 2026" - - kind: changed - description: "Argo Workflows will transition to namespace-scoped installation in the next release to avoid conflicts with other cluster instances" - - kind: deprecated - description: "Transition to OSS ArgoCD in next release to support BYOCD approach and enhance compatibility" + description: 'fix: update release branches for components (#881)' 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 a3116a41..492bbbd5 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: 0.1.76](https://img.shields.io/badge/AppVersion-0.1.76-informational?style=flat-square) +![Version: 0.25.1](https://img.shields.io/badge/Version-0.25.1-informational?style=flat-square) ![AppVersion: 0.1.76](https://img.shields.io/badge/AppVersion-0.1.76-informational?style=flat-square) ## Prerequisites @@ -206,7 +206,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.25.0 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.1 ``` `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 @@ -219,7 +219,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.25.0 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.1 ``` ## Openshift diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index eb5c37b5..1ddeef3f 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -235,7 +235,7 @@ sealed-secrets: cpu: 200m memory: 512Mi # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-10-cap-3.0.2-2025-10-24-afba3263/charts/argo-cd +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-14-cap-v3.1.5-2025-10-30-b969c2d8/charts/argo-cd # ********************************************************************************************************************* argo-cd: enabled: true From 95829d53ad24c10b8656f81d468c31147b840c61 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 5 Nov 2025 11:58:18 +0000 Subject: [PATCH 2/8] Update Chart.yaml and changelog for 0.25.1 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 6e28f5b3..9bded777 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: 'fix(app-proxy 0655469): with applicationLogs subscription fix (#886)' - kind: changed description: 'fix: update release branches for components (#881)' dependencies: From 1d25a0403b469d11ba443401433d54e48003bd62 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Wed, 5 Nov 2025 14:02:19 +0200 Subject: [PATCH 3/8] updated appVersion for applicationLogs in non-controller namespace support --- 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 9bded777..269c5342 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.76 +appVersion: 0.1.77 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: '0.25.1' From 4b36f81dc31b131745e44f8075652099c253a0d1 Mon Sep 17 00:00:00 2001 From: Philip Kotliyakov Date: Wed, 5 Nov 2025 15:08:39 +0200 Subject: [PATCH 4/8] add cf-root-app-project fix to change log --- 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 269c5342..54ac9b00 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -18,6 +18,8 @@ annotations: description: 'fix(app-proxy 0655469): with applicationLogs subscription fix (#886)' - kind: changed description: 'fix: update release branches for components (#881)' + - kind: changed + description: 'fix: updated cf-root-app-project to allow all resources' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm From 5d8e93b6ba78e851f865f45e0fa18d28dda183e0 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Wed, 5 Nov 2025 15:12:21 +0200 Subject: [PATCH 5/8] updated changes list, removed unnecessary items --- charts/gitops-runtime/Chart.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 54ac9b00..ce932b1b 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,11 +15,9 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'fix(app-proxy 0655469): with applicationLogs subscription fix (#886)' + description: 'fix(app-proxy): with applicationLogs subscription fix (#886)' - kind: changed - description: 'fix: update release branches for components (#881)' - - kind: changed - description: 'fix: updated cf-root-app-project to allow all resources' + description: 'fix(app-proxy): updated cf-root-app-project to allow all resources' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm From ece73110143d681beba233ea02b4de8762a88ef0 Mon Sep 17 00:00:00 2001 From: oleksandr-codefresh Date: Wed, 5 Nov 2025 17:04:00 +0200 Subject: [PATCH 6/8] updated README.md --- charts/gitops-runtime/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 492bbbd5..003dc0a3 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.25.1](https://img.shields.io/badge/Version-0.25.1-informational?style=flat-square) ![AppVersion: 0.1.76](https://img.shields.io/badge/AppVersion-0.1.76-informational?style=flat-square) +![Version: 0.25.1](https://img.shields.io/badge/Version-0.25.1-informational?style=flat-square) ![AppVersion: 0.1.77](https://img.shields.io/badge/AppVersion-0.1.77-informational?style=flat-square) ## Prerequisites @@ -323,14 +323,14 @@ gitops-operator: | app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use | | app-proxy.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | | -| app-proxy.image.tag | string | `"ac9a365"` | | +| app-proxy.image.tag | string | `"0655469"` | | | app-proxy.imagePullSecrets | list | `[]` | | | app-proxy.initContainer.command[0] | string | `"./init.sh"` | | | app-proxy.initContainer.env | object | `{}` | | | app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container | | app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | | | app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | | -| app-proxy.initContainer.image.tag | string | `"ac9a365"` | | +| app-proxy.initContainer.image.tag | string | `"0655469"` | | | app-proxy.initContainer.resources.limits | object | `{}` | | | app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | | | app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | | From 57f7b2e737869ed5eb316648c7ce3d6d09d98916 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 6 Nov 2025 10:53:03 +0200 Subject: [PATCH 7/8] updated secription of changed item --- 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 ce932b1b..b5860479 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(app-proxy): with applicationLogs subscription fix (#886)' + description: 'application logs graphql subscription not working (#886)' - kind: changed description: 'fix(app-proxy): updated cf-root-app-project to allow all resources' dependencies: From 2cb97f386d67a9f857187971ed42c7c10f892abd Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 6 Nov 2025 10:53:54 +0200 Subject: [PATCH 8/8] updated changed item description --- 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 b5860479..d04f4099 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: 'application logs graphql subscription not working (#886)' + description: 'fix(app-proxy): application logs graphql subscription not working (#886)' - kind: changed description: 'fix(app-proxy): updated cf-root-app-project to allow all resources' dependencies: