Skip to content

Commit 1c6bf32

Browse files
prepare-version(0.26.1): prepare chart content for release (#996)
* Update Chart.yaml and changelog for 0.26.1 release
1 parent 1a8b870 commit 1c6bf32

File tree

3 files changed

+12
-38
lines changed

3 files changed

+12
-38
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,15 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/changes: |
17-
- kind: added
18-
description: 'Multi-runtime installation support (#939, #946)'
19-
- kind: added
20-
description: 'Checksum annotations for improved change detection (#942)'
21-
- kind: added
22-
description: 'Namespace-scoped Argo Workflows support (#917)'
23-
- kind: added
24-
description: 'Telemetry configuration support (#848)'
16+
artifacthub.io/changes: |-
2517
- kind: changed
26-
description: 'Migrated to OSS Argo CD and Argo Helm charts (#823)'
18+
description: 'updated gitops-operator with security fixes: CVE-2025-5187'
2719
- kind: changed
28-
description: 'Moved Argo CD auth values to global.integrations.argo-cd.server.auth (#768)'
20+
description: 'updated Argo Rollouts to v1.7.2 with security fixes: CVE-2025-5187'
2921
- kind: changed
30-
description: 'Refactored event-reporters: replaced argo-events runtime and cluster event-reporters, renamed sources-server to argo-gateway (#744)'
22+
description: 'updated cli-v2 to v0.2.14 in runtime-installer with fixes: CVE-2024-25621'
3123
- kind: changed
32-
description: 'Updated app-proxy with improvements: default-git-source initialization, autoDetectArgoCd values structure update, branch data in pull request info, git-source permissions for fine-grained tokens, and git process management fixes (#956, #943, #932, #737, #902, #901, #878, #804, #802, #795, #760)'
33-
- kind: changed
34-
description: 'Updated cf-argocd-extras: fixed resource attribute keys, unified event reporter values, removed sharding logic (#930, #845, #819)'
35-
- kind: changed
36-
description: 'Updated Argo CD version constraint for compatibility (#941)'
37-
- kind: changed
38-
description: 'Updated installer with latest CLI v2 and kubectl versions (#849, #697)'
39-
- kind: changed
40-
description: 'Disabled Argo Rollouts by default (#917)'
41-
- kind: security
42-
description: 'Fixed security vulnerabilities in app-proxy, cf-argocd-extras, argo-rollouts, argo-events, argo-workflows, and enrichment images (#702, #725, #730, #716, #788)'
43-
- kind: changed
44-
description: 'Updated Argo Rollouts chart to 2.37.3-7-v1.7.2-cap-OSS-697 (#730)'
45-
- kind: changed
46-
description: 'Updated Argo Events chart to 2.4.9-cap-CR-30841 (#716)'
47-
- kind: changed
48-
description: 'Updated Argo Workflows chart to 0.45.16-v3.6.7-cap-CR-30835 (#716)'
49-
- kind: changed
50-
description: 'Updated codefresh-tunnel-client chart to 0.1.22 (#693)'
24+
description: 'updated cap-app-proxy with security fixes'
5125
dependencies:
5226
- name: argo-cd
5327
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.26.0](https://img.shields.io/badge/Version-0.26.0-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.1](https://img.shields.io/badge/Version-0.26.1-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.0 <local_registry>
225+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <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.0 <local_registry>
238+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.26.1 <local_registry>
239239
```
240240
241241
## Openshift
@@ -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 | `"28608a6"` | |
549+
| app-proxy.image.tag | string | `"ada904f"` | |
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 | `"28608a6"` | |
556+
| app-proxy.initContainer.image.tag | string | `"ada904f"` | |
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"` | |
@@ -700,7 +700,7 @@ global:
700700
| gitops-operator.env.<<[0].OTEL_TRACES_SAMPLER | string | `"parentbased_always_on"` | OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/ |
701701
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.11.1"` | |
702702
| gitops-operator.fullnameOverride | string | `""` | |
703-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"8cbca33"}` | GitOps operator image |
703+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"0.26-de28d8b"}` | GitOps operator image |
704704
| gitops-operator.imagePullSecrets | list | `[]` | |
705705
| gitops-operator.nameOverride | string | `""` | |
706706
| gitops-operator.nodeSelector | object | `{}` | |

tests/component-tests/setup/fixture/simple-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ A Helm chart for Kubernetes
5252
| volumes | list | `[]` | |
5353

5454
----------------------------------------------
55-
Autogenerated from chart metadata using [helm-docs v1.9.1](https://github.com/norwoodj/helm-docs/releases/v1.9.1)
55+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)