Skip to content

Commit 8331bb4

Browse files
committed
create release 0.22 draft
1 parent b8867b4 commit 8331bb4

File tree

4 files changed

+182
-203
lines changed

4 files changed

+182
-203
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 73 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.22.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -13,35 +13,76 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/changes: |-
17+
- kind: changed
18+
description: 'fix: update gitops operator subchart to 0.8.0 (#575)'
19+
- kind: changed
20+
description: bump gitops-operator and app-proxy to support relative files promotions (#574)
21+
- kind: changed
22+
description: bump operator subchart to 0.7.26 (#572)
23+
- kind: changed
24+
description: 'chore: removed unused env var in app-proxy (#565)'
25+
- kind: changed
26+
description: 'chore: update app-proxy image tags to 1.3633.0 to reduce github rate limit (#570)'
27+
- kind: changed
28+
description: 'chore: bump codefresh-gitops-operator version to 0.7.25 (#571)'
29+
- kind: changed
30+
description: 'test: add component test (#567)'
31+
- kind: changed
32+
description: 'chore(CR-29827): upd cli-v2 for installer (#568)'
33+
- kind: changed
34+
description: 'chore: app-proxy 1.3628.0 with applicationLogs query filter / follow options (#566)'
35+
- kind: changed
36+
description: 'fix: bump cf-argocd-extras to 0.5.7 (#561)'
37+
- kind: changed
38+
description: 'chore: app-proxy 1.3624.0 with runResourceAction adoption for 3.1+ argocd (#564)'
39+
- kind: changed
40+
description: updated argo cd helm chart to argo-cd-8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9 (#563)
41+
- kind: changed
42+
description: 'feat: security fixes for Argo Rollouts 1.7.2 (#562)'
43+
- kind: changed
44+
description: 'fix: validate-values script (#560)'
45+
- kind: changed
46+
description: bump gitops operator to v0.7.24 (#559)
47+
- kind: changed
48+
description: 'chore: update image enrichment images to 1.1.14 (#558)'
49+
- kind: changed
50+
description: 'chore: bump codefresh-gitops-operator version to 0.7.22 (#556)'
51+
- kind: changed
52+
description: 'chore: update app-proxy image tags to 1.3600.0 - fix check for pull-merge (#557)'
53+
- kind: changed
54+
description: Feat/add GitHub api metrics and update ubuntu base image (#553)
55+
- kind: changed
56+
description: 'chore(CR-29160): security upd nats exporter (#543)'
1657
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9
21-
- name: argo-events
22-
repository: https://codefresh-io.github.io/argo-helm
23-
version: 2.4.8-cap-CR-29689
24-
- name: argo-workflows
25-
repository: https://codefresh-io.github.io/argo-helm
26-
version: 0.45.15-v3.6.7-cap-CR-28355
27-
condition: argo-workflows.enabled
28-
- name: argo-rollouts
29-
repository: https://codefresh-io.github.io/argo-helm
30-
version: 2.37.3-5-v1.7.2-cap-CR-29629
31-
condition: argo-rollouts.enabled
32-
- name: sealed-secrets
33-
repository: https://bitnami-labs.github.io/sealed-secrets/
34-
version: 2.17.2
35-
- name: codefresh-tunnel-client
36-
repository: oci://quay.io/codefresh/charts
37-
version: 0.1.21
38-
alias: tunnel-client
39-
condition: tunnel-client.enabled
40-
- name: codefresh-gitops-operator
41-
repository: oci://quay.io/codefresh/charts
42-
version: 0.8.0
43-
alias: gitops-operator
44-
condition: gitops-operator.enabled
45-
- name: cf-argocd-extras
46-
repository: oci://quay.io/codefresh/charts
47-
version: 0.5.7
58+
- name: argo-cd
59+
repository: https://codefresh-io.github.io/argo-helm
60+
condition: argo-cd.enabled
61+
version: 8.0.6-4-cap-v3.0.2-2025-07-06-e9fc72a9
62+
- name: argo-events
63+
repository: https://codefresh-io.github.io/argo-helm
64+
version: 2.4.8-cap-CR-29689
65+
- name: argo-workflows
66+
repository: https://codefresh-io.github.io/argo-helm
67+
version: 0.45.15-v3.6.7-cap-CR-28355
68+
condition: argo-workflows.enabled
69+
- name: argo-rollouts
70+
repository: https://codefresh-io.github.io/argo-helm
71+
version: 2.37.3-5-v1.7.2-cap-CR-29629
72+
condition: argo-rollouts.enabled
73+
- name: sealed-secrets
74+
repository: https://bitnami-labs.github.io/sealed-secrets/
75+
version: 2.17.2
76+
- name: codefresh-tunnel-client
77+
repository: oci://quay.io/codefresh/charts
78+
version: 0.1.21
79+
alias: tunnel-client
80+
condition: tunnel-client.enabled
81+
- name: codefresh-gitops-operator
82+
repository: oci://quay.io/codefresh/charts
83+
version: 0.8.0
84+
alias: gitops-operator
85+
condition: gitops-operator.enabled
86+
- name: cf-argocd-extras
87+
repository: oci://quay.io/codefresh/charts
88+
version: 0.5.7

0 commit comments

Comments
 (0)