From aa97d30ce8333056e815ed90ad1df934e02dba99 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 24 Sep 2025 13:15:10 +0000 Subject: [PATCH 1/7] Update Chart.yaml and changelog for 0.24.3 release --- charts/gitops-runtime/Chart.yaml | 16 +--------------- charts/gitops-runtime/README.md | 6 +++--- charts/gitops-runtime/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 21 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index ed311db0..e92e024a 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,21 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: Chore-30961 security argocd-exstras (#729) - - kind: changed - description: bump argo-rollouts (#731) - - kind: changed - description: Chore/cr 29689 argo events workflow update with security fixes (#727) - - kind: changed - description: 'fix: security vulnerability CVE-2025-55190 (#733)' - - kind: changed - description: Fix/svc-acc-pre-uninstall-hook (#728) - - kind: changed - description: updated sealed-secrets-controller (#723) (#724) - - kind: changed - description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)' - - kind: changed - description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)' + description: 'chore(CR-30960): update enrichment images tag (#747)' 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 5d65c8e7..b81cd672 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square) +![Version: 0.24.3](https://img.shields.io/badge/Version-0.24.3-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-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.24.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.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 @@ -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.24.2 +docker run -e EXTERNAL_ARGOCD=true -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.3 ``` ## Openshift diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 32a07061..595477da 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -280,7 +280,7 @@ argo-cd: # -- Extract application version based on ApplicationConfiguration CRD useApplicationConfiguration: true # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.9-cap-CR-30841/charts/argo-events # ********************************************************************************************************************* argo-events: fullnameOverride: argo-events @@ -300,7 +300,7 @@ argo-events: configReloaderImage: natsio/nats-server-config-reloader:0.19.1 startCommand: /nats-server # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows # ********************************************************************************************************************* argo-workflows: fullnameOverride: argo @@ -330,7 +330,7 @@ codefreshWorkflowLogStoreCM: endpoint: gitops-workflow-logs.codefresh.io insecure: false # ********************************************************************************************************************* -# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts # ********************************************************************************************************************* argo-rollouts: enabled: true From b40d58c1fb7f6045cefb7908ccbc444f7b1978bc Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Thu, 25 Sep 2025 08:50:36 +0000 Subject: [PATCH 2/7] Update Chart.yaml and changelog for 0.24.3 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 e92e024a..cb95ecf9 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: '[app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)' - kind: changed description: 'chore(CR-30960): update enrichment images tag (#747)' dependencies: From 8fae42c114a925385ee30c78106ddfb6703684b2 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Sun, 28 Sep 2025 11:22:56 +0000 Subject: [PATCH 3/7] Update Chart.yaml and changelog for 0.24.3 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 cb95ecf9..eb676a89 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: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)' - kind: changed description: '[app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)' - kind: changed From 85e5e3f8f94beff0d9bc31d6d4ffbcaf4cabb28f Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 1 Oct 2025 10:16:25 +0000 Subject: [PATCH 4/7] Update Chart.yaml and changelog for 0.24.3 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 eb676a89..46e5eba1 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 fails to report new and closed pr to product-components (#761)' - kind: changed description: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)' - kind: changed From 14b56960dee9dfa31d829d095e528b7c2b51e259 Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 1 Oct 2025 11:24:15 +0000 Subject: [PATCH 5/7] Update Chart.yaml and changelog for 0.24.3 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 46e5eba1..450aa543 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: component-test gitea deployment (#766)' - kind: changed description: 'fix: app-proxy fails to report new and closed pr to product-components (#761)' - kind: changed From a585b2b8c3a1897ffa93d9515d419aa5f7750d5a Mon Sep 17 00:00:00 2001 From: cf-ci-bot-v2 Date: Wed, 1 Oct 2025 12:22:12 +0000 Subject: [PATCH 6/7] Update Chart.yaml and changelog for 0.24.3 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 450aa543..32f12b97 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: backport redis bump fix 0.24 (#770) - kind: changed description: 'fix: component-test gitea deployment (#766)' - kind: changed From 7146233a6bcb46869dbe624a48ae409831e1b41f Mon Sep 17 00:00:00 2001 From: Patroklos Papapetrou Date: Wed, 1 Oct 2025 16:24:26 +0300 Subject: [PATCH 7/7] Update Chart.yaml and values for 0.24.3 release --- charts/gitops-runtime/Chart.yaml | 2 +- charts/gitops-runtime/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 32f12b97..1ed09059 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -30,7 +30,7 @@ dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm condition: argo-cd.enabled - version: 8.0.6-8-cap-v3.0.2-2025-09-07-cdf75df5 + version: 8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922 - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.4.9-cap-CR-30841 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 595477da..102c477b 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-8-cap-v3.0.2-2025-09-07-cdf75df5/charts/argo-cd +# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-9-cap-v3.0.2-2025-09-08-9b30d922/charts/argo-cd # ********************************************************************************************************************* argo-cd: enabled: true