Skip to content

Commit 23d91ef

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2mikhail-klimkocodefresh-git-integration[bot]vadim-kharin-codefresh
authored
prepare-version(0.29.11): prepare chart content for release (#1199)
* Update Chart.yaml and changelog for 0.29.11 release * empty * empty * Update Chart.yaml and changelog for 0.29.11 release * Update Chart.yaml and changelog for 0.29.11 release * Update Chart.yaml and changelog for 0.29.11 release * Update Chart.yaml and changelog for 0.29.11 release * Update Chart.yaml and changelog for 0.29.11 release * update changelog * update changelog * update changelog --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Mikhail Klimko <mikhail.klimko@octopus.com> Co-authored-by: mikhail-klimko <mikhail.klimko@codefresh.io> Co-authored-by: codefresh-git-integration[bot] <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Co-authored-by: vadim-kharin-codefresh <vadim.kharin@codefresh.io>
1 parent 6bc2bcb commit 23d91ef

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

charts/gitops-runtime/Chart.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16-
artifacthub.io/containsSecurityUpdates: "false"
16+
artifacthub.io/containsSecurityUpdates: "true"
1717
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1818
artifacthub.io/changes: |-
19-
- kind: fixed
20-
description: 'cap-app-proxy: support arbitrary user IDs for OpenShift'
19+
- kind: changed
20+
description: 'update "argo-cd" to 3.3.10'
21+
- kind: changed
22+
description: 'update "argo-workflows" to 0.45.22-v3.6.7-cap-CR-39681'
23+
- kind: changed
24+
description: 'update "cap-app-proxy" to 1.4093.0'
25+
- kind: security
26+
description: 'fix various security vulnerabilities in argo-cd, argo-workflows, cap-app-proxy, cf-argocd-extras, codefresh-gitops-operator, gitops-runtime-installer'
2127
dependencies:
2228
# The image for this chart was overridden because argocd doesn’t release the chart for 3.3.10 version.
2329
# Don't forget to remove the image override after updating to a new version of the chart.

charts/gitops-runtime/README.md

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

44
## Table of Content
55

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

207207
```
208-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.10 <local_registry>
208+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.11 <local_registry>
209209
```
210210
`output_dir` - is a local directory where the utility will output files. <br>
211211
`local_registry` - is your local registry where you want to mirror the images to
@@ -218,7 +218,7 @@ The utility will output 4 files into the folder:
218218

219219
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
220220
```
221-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.10 <local_registry>
221+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.29.11 <local_registry>
222222
```
223223
224224
## Openshift

0 commit comments

Comments
 (0)