Skip to content

Commit 50c9f20

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2vasil-cf
authored
prepare-version(0.27.1): prepare chart content for release (#1072)
* Update Chart.yaml and changelog for 0.27.1 release * chore: update release notes --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Vasil Sudakou <vasil.sudakov@codefresh.io>
1 parent 2747c41 commit 50c9f20

File tree

2 files changed

+7
-33
lines changed

2 files changed

+7
-33
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,9 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/changes: |
17-
- kind: removed
18-
description: Removed Argo Rollouts controller from helm chart
19-
- kind: removed
20-
description: Removed Argo Events controller from helm chart
21-
- kind: added
22-
description: Enhanced runtime uninstallation with zero-footprint cleanup
23-
- kind: added
24-
description: ArgoCD sync and deletion guardrails with confirmation prompts
25-
- kind: added
26-
description: Improved installation wizard with Bitbucket, Bitbucket Server, and GitLab support
27-
- kind: added
28-
description: Support for running without Redis configured
29-
- kind: added
30-
description: MRC change revisions annotations support
31-
- kind: added
32-
description: Deleted field added to app event payload
33-
- kind: added
34-
description: Checksum annotations for config change detection
35-
- kind: changed
36-
description: Runtime Redis disabled by default
37-
- kind: changed
38-
description: Namespace-scoped Argo Workflows enabled by default
39-
- kind: fixed
40-
description: Transient error handling on app sync failure
41-
- kind: fixed
42-
description: Runtime application out-of-sync issue
16+
artifacthub.io/changes: |-
4317
- kind: security
44-
description: Security fixes for argo-workflows
18+
description: 'cap-app-proxy & cap-app-proxy-init: fix security vulnerability in qs library CVE-2025-15284'
4519
dependencies:
4620
- name: argo-cd
4721
repository: https://argoproj.github.io/argo-helm

charts/gitops-runtime/README.md

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

44
## Table of Content
55

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

195195
```
196-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.0 <local_registry>
196+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.1 <local_registry>
197197
```
198198
`output_dir` - is a local directory where the utility will output files. <br>
199199
`local_registry` - is your local registry where you want to mirror the images to
@@ -206,7 +206,7 @@ The utility will output 4 files into the folder:
206206

207207
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
208208
```
209-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.0 <local_registry>
209+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.27.1 <local_registry>
210210
```
211211
212212
## Openshift
@@ -511,14 +511,14 @@ global:
511511
| 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 |
512512
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
513513
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
514-
| app-proxy.image.tag | string | `"1.4020.0"` | |
514+
| app-proxy.image.tag | string | `"93121a2"` | |
515515
| app-proxy.imagePullSecrets | list | `[]` | |
516516
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
517517
| app-proxy.initContainer.env | object | `{}` | |
518518
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
519519
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
520520
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
521-
| app-proxy.initContainer.image.tag | string | `"1.4020.0"` | |
521+
| app-proxy.initContainer.image.tag | string | `"93121a2"` | |
522522
| app-proxy.initContainer.resources.limits | object | `{}` | |
523523
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
524524
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

0 commit comments

Comments
 (0)