Skip to content

Commit 5e0148b

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2ATGardner
authored
prepare-version(0.26.3): prepare chart content for release (#1002)
* Update Chart.yaml and changelog for 0.26.3 release --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Noam Gal <noam.gal@octopus.com>
1 parent 42bdefc commit 5e0148b

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ maintainers:
1414
annotations:
1515
artifacthub.io/containsSecurityUpdates: "true"
1616
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
17-
artifacthub.io/changes: |
17+
artifacthub.io/changes: |-
1818
- kind: changed
19-
description: 'Update "argo-workflows" to 0.45.17-v3.6.7-cap-CR-31761'
20-
- kind: security
21-
description: 'Fix security vulnerabilities in "argo-workflows"'
19+
description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1012)'
20+
- kind: changed
21+
description: 'fix: cap-app-proxy SA should get argo-server Role to handle Workflow resources (#1009)'
22+
- kind: changed
23+
description: updated nats-server-config-reloader (#1004)
24+
- kind: changed
25+
description: 'fix: update app-proxy image tags to latest version 5f0a3d5 (#1001) - feat: simplify clusters add/remove logic'
2226
dependencies:
2327
- name: argo-cd
2428
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.26.2](https://img.shields.io/badge/Version-0.26.2-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
2+
![Version: 0.26.3](https://img.shields.io/badge/Version-0.26.3-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
33

44
## Table of Content
55

@@ -222,7 +222,7 @@ We have created a helper utility to resolve this issue:
222222
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
223223

224224
```
225-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 <local_registry>
226226
```
227227
`output_dir` - is a local directory where the utility will output files. <br>
228228
`local_registry` - is your local registry where you want to mirror the images to
@@ -235,7 +235,7 @@ The utility will output 4 files into the folder:
235235

236236
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
237237
```
238-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.2 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.3 <local_registry>
239239
```
240240
241241
## Openshift
@@ -529,13 +529,13 @@ global:
529529
| app-proxy.extraVolumeMounts | list | `[]` | Extra volume mounts for main container |
530530
| app-proxy.extraVolumes | list | `[]` | extra volumes |
531531
| app-proxy.fullnameOverride | string | `"cap-app-proxy"` | |
532-
| app-proxy.image-enrichment | object | `{"config":{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.17-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.17-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration |
533-
| app-proxy.image-enrichment.config | object | `{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.17-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.17-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow |
532+
| app-proxy.image-enrichment | object | `{"config":{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.20-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.20-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400},"enabled":true,"serviceAccount":{"annotations":null,"create":true,"name":"codefresh-image-enrichment-sa"}}` | Image enrichment process configuration |
533+
| app-proxy.image-enrichment.config | object | `{"clientHeartbeatIntervalInSeconds":5,"concurrencyCmKey":"imageReportExecutor","concurrencyCmName":"workflow-synchronization-semaphores","images":{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.20-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.20-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}},"podGcStrategy":"OnWorkflowCompletion","ttlActiveInSeconds":900,"ttlAfterCompletionInSeconds":86400}` | Configurations for image enrichment workflow |
534534
| app-proxy.image-enrichment.config.clientHeartbeatIntervalInSeconds | int | `5` | Client heartbeat interval in seconds for image enrichemnt workflow |
535535
| app-proxy.image-enrichment.config.concurrencyCmKey | string | `"imageReportExecutor"` | The name of the key in the configmap to use as synchronization semaphore |
536536
| app-proxy.image-enrichment.config.concurrencyCmName | string | `"workflow-synchronization-semaphores"` | The name of the configmap to use as synchronization semaphore, see https://argoproj.github.io/argo-workflows/synchronization/ |
537-
| app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.17-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.17-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17-main"}}` | Enrichemnt images |
538-
| app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.17-main"}` | Report image enrichment task image |
537+
| app-proxy.image-enrichment.config.images | object | `{"gitEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-git-info","tag":"1.1.20-main"},"jiraEnrichment":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-image-enricher-jira-info","tag":"1.1.20-main"},"reportImage":{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}}` | Enrichemnt images |
538+
| app-proxy.image-enrichment.config.images.reportImage | object | `{"registry":"quay.io","repository":"codefreshplugins/argo-hub-codefresh-csdp-report-image-info","tag":"1.1.20-main"}` | Report image enrichment task image |
539539
| app-proxy.image-enrichment.config.podGcStrategy | string | `"OnWorkflowCompletion"` | Pod grabage collection strategy. By default all pods will be deleted when the enrichment workflow completes. |
540540
| app-proxy.image-enrichment.config.ttlActiveInSeconds | int | `900` | Maximum allowed runtime for the enrichment workflow |
541541
| app-proxy.image-enrichment.config.ttlAfterCompletionInSeconds | int | `86400` | Number of seconds to live after completion |
@@ -546,14 +546,14 @@ global:
546546
| 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 |
547547
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
548548
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
549-
| app-proxy.image.tag | string | `"ada904f"` | |
549+
| app-proxy.image.tag | string | `"5f0a3d5"` | |
550550
| app-proxy.imagePullSecrets | list | `[]` | |
551551
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
552552
| app-proxy.initContainer.env | object | `{}` | |
553553
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
554554
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
555555
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
556-
| app-proxy.initContainer.image.tag | string | `"ada904f"` | |
556+
| app-proxy.initContainer.image.tag | string | `"5f0a3d5"` | |
557557
| app-proxy.initContainer.resources.limits | object | `{}` | |
558558
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
559559
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
@@ -623,7 +623,7 @@ global:
623623
| argo-cd.redis-ha.image.tag | string | `"8.2.2-alpine"` | Redis tag |
624624
| argo-cd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
625625
| argo-cd.redis.image.tag | string | `"8.2.2-alpine"` | Redis tag |
626-
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.19.1"` | |
626+
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.21.1"` | |
627627
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.17.3"` | |
628628
| argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.11.4"` | |
629629
| argo-events.configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |

0 commit comments

Comments
 (0)