Skip to content

Commit 2d66d0a

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 0.25.0 release
1 parent 2ae6ed9 commit 2d66d0a

File tree

3 files changed

+85
-9
lines changed

3 files changed

+85
-9
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 77 additions & 1 deletion
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.24.3'
5+
version: '0.25.0'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,6 +14,14 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17+
- kind: changed
18+
description: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)'
19+
- kind: changed
20+
description: '[app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)'
21+
- kind: changed
22+
description: 'chore(CR-30960): update enrichment images tag (#747)'
23+
- kind: changed
24+
description: 'prepare-version(0.24.2): prepare chart content for release (#721)'
1725
- kind: changed
1826
description: Chore-30961 security argocd-exstras (#729)
1927
- kind: changed
@@ -30,6 +38,74 @@ annotations:
3038
description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)'
3139
- kind: changed
3240
description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)'
41+
- kind: changed
42+
description: 'prepare-version(0.24.1): prepare chart content for release (#715)'
43+
- kind: changed
44+
description: Chore/security 0 24 1 (#713)
45+
- kind: changed
46+
description: 'prepare-version(0.24.0): prepare chart content for release (#699)'
47+
- kind: changed
48+
description: 'Feat: OSS-522 cherry-pick sec advisory-ghsa-786q-9hcg-v9ff (#705)'
49+
- kind: changed
50+
description: 'feat: support single-namespaced runtime installation (#617)'
51+
- kind: changed
52+
description: 'prepare-version(0.23.3): prepare chart content for release (#695)'
53+
- kind: changed
54+
description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3'
55+
- kind: changed
56+
description: update cli-v2 in installer - fix token validation code (#696)
57+
- kind: changed
58+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)'
59+
- kind: changed
60+
description: ran prepare-release script
61+
- kind: changed
62+
description: updated changes
63+
- kind: changed
64+
description: updated nginx (#662)
65+
- kind: changed
66+
description: updated cli-v2, kubectl in runtime-installer (#661)
67+
- kind: changed
68+
description: using bitnamilegacy instead of bitnami (#653)
69+
- kind: changed
70+
description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)'
71+
- kind: changed
72+
description: updated cspd enrichers (#652)
73+
- kind: changed
74+
description: updated changes
75+
- kind: changed
76+
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
77+
- kind: changed
78+
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
79+
- kind: changed
80+
description: update Chart.yaml
81+
- kind: changed
82+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
83+
- kind: changed
84+
description: 'fix: remove checksum tests as they fail when chart version changes (#670)'
85+
- kind: changed
86+
description: 'chore: fix artifacthub changes'
87+
- kind: changed
88+
description: fix lint
89+
- kind: changed
90+
description: cleanup in changes
91+
- kind: changed
92+
description: create release 0.23 draft
93+
- kind: changed
94+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)'
95+
- kind: changed
96+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)'
97+
- kind: changed
98+
description: 'fix: support failing release if app sync fails (#645)'
99+
- kind: changed
100+
description: Updated gitops operator not to requeue on known release creation failures (#655)
101+
- kind: changed
102+
description: re-order Chart.yaml changes
103+
- kind: changed
104+
description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)'
105+
- kind: changed
106+
description: create release 0.23 draft
107+
- kind: changed
108+
description: create release 0.23 draft
33109
dependencies:
34110
- name: argo-cd
35111
repository: https://codefresh-io.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.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
2+
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.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

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

208208
```
209-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
209+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.0 <local_registry>
210210
```
211211
`output_dir` - is a local directory where the utility will output files. <br>
212212
`local_registry` - is your local registry where you want to mirror the images to
@@ -219,7 +219,7 @@ The utility will output 4 files into the folder:
219219

220220
For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
221221
```
222-
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
222+
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.0 <local_registry>
223223
```
224224
225225
## Openshift
@@ -323,7 +323,7 @@ gitops-operator:
323323
| 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 |
324324
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
325325
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
326-
| app-proxy.image.tag | string | `"1.3750.0"` | |
326+
| app-proxy.image.tag | string | `"d0f2de1"` | |
327327
| app-proxy.imagePullSecrets | list | `[]` | |
328328
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
329329
| app-proxy.initContainer.env | object | `{}` | |
@@ -491,7 +491,7 @@ gitops-operator:
491491
| gitops-operator.enabled | bool | `true` | |
492492
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
493493
| gitops-operator.fullnameOverride | string | `""` | |
494-
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"d6c93d9"}` | GitOps operator image |
494+
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"b9481f8"}` | GitOps operator image |
495495
| gitops-operator.imagePullSecrets | list | `[]` | |
496496
| gitops-operator.nameOverride | string | `""` | |
497497
| gitops-operator.nodeSelector | object | `{}` | |

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ argo-cd:
280280
# -- Extract application version based on ApplicationConfiguration CRD
281281
useApplicationConfiguration: true
282282
# *********************************************************************************************************************
283-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
283+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.9-cap-CR-30841/charts/argo-events
284284
# *********************************************************************************************************************
285285
argo-events:
286286
fullnameOverride: argo-events
@@ -300,7 +300,7 @@ argo-events:
300300
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
301301
startCommand: /nats-server
302302
# *********************************************************************************************************************
303-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
303+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows
304304
# *********************************************************************************************************************
305305
argo-workflows:
306306
fullnameOverride: argo
@@ -330,7 +330,7 @@ codefreshWorkflowLogStoreCM:
330330
endpoint: gitops-workflow-logs.codefresh.io
331331
insecure: false
332332
# *********************************************************************************************************************
333-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
333+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts
334334
# *********************************************************************************************************************
335335
argo-rollouts:
336336
enabled: true

0 commit comments

Comments
 (0)