Skip to content

Commit aad22cf

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.24.0 release
1 parent ab4e6c7 commit aad22cf

File tree

2 files changed

+60
-6
lines changed

2 files changed

+60
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.23.3'
5+
version: '0.24.0'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -15,9 +15,63 @@ annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
1717
- kind: changed
18-
description: 'update cli-v2 in installer - fix token validation code (#696)'
18+
description: 'prepare-version(0.23.3): prepare chart content for release (#695)'
1919
- kind: changed
20-
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692) - fix: remote-cluster application fails to sync due to its project'
20+
description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3'
21+
- kind: changed
22+
description: update cli-v2 in installer - fix token validation code (#696)
23+
- kind: changed
24+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)'
25+
- kind: changed
26+
description: ran prepare-release script
27+
- kind: changed
28+
description: updated changes
29+
- kind: changed
30+
description: updated nginx (#662)
31+
- kind: changed
32+
description: updated cli-v2, kubectl in runtime-installer (#661)
33+
- kind: changed
34+
description: using bitnamilegacy instead of bitnami (#653)
35+
- kind: changed
36+
description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)'
37+
- kind: changed
38+
description: updated cspd enrichers (#652)
39+
- kind: changed
40+
description: updated changes
41+
- kind: changed
42+
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
43+
- kind: changed
44+
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
45+
- kind: changed
46+
description: update Chart.yaml
47+
- kind: changed
48+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
49+
- kind: changed
50+
description: 'fix: remove checksum tests as they fail when chart version changes (#670)'
51+
- kind: changed
52+
description: 'chore: fix artifacthub changes'
53+
- kind: changed
54+
description: fix lint
55+
- kind: changed
56+
description: cleanup in changes
57+
- kind: changed
58+
description: create release 0.23 draft
59+
- kind: changed
60+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)'
61+
- kind: changed
62+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)'
63+
- kind: changed
64+
description: 'fix: support failing release if app sync fails (#645)'
65+
- kind: changed
66+
description: Updated gitops operator not to requeue on known release creation failures (#655)
67+
- kind: changed
68+
description: re-order Chart.yaml changes
69+
- kind: changed
70+
description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)'
71+
- kind: changed
72+
description: create release 0.23 draft
73+
- kind: changed
74+
description: create release 0.23 draft
2175
dependencies:
2276
- name: argo-cd
2377
repository: https://codefresh-io.github.io/argo-helm

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.23.3](https://img.shields.io/badge/Version-0.23.3-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
2+
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
33

44
## Prerequisites
55

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

146146
```
147-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.3 <local_registry>
147+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.0 <local_registry>
148148
```
149149
`output_dir` - is a local directory where the utility will output files. <br>
150150
`local_registry` - is your local registry where you want to mirror the images to
@@ -157,7 +157,7 @@ The utility will output 4 files into the folder:
157157

158158
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
159159
```
160-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.23.3 <local_registry>
160+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.0 <local_registry>
161161
```
162162
163163
## Openshift

0 commit comments

Comments
 (0)