Skip to content

Commit e79a6e0

Browse files
committed
create release 0.21 draft
1 parent f81aea8 commit e79a6e0

File tree

3 files changed

+182
-199
lines changed

3 files changed

+182
-199
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 78 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 0.1.71
2+
appVersion: 0.1.73
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 0.21.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,80 @@ 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: 'chore: bump codefresh-gitops-operator to v0.7.20 (#551)'
19+
- kind: changed
20+
description: 'fix: Argo Workflows artifact and log storage (#547)'
21+
- kind: changed
22+
description: 'chore: bump codefresh-gitops-operator to v0.7.19 (#550)'
23+
- kind: changed
24+
description: 'chore: bump app-proxy to v1.3591.0 - improve memory consumption and performance in git operations (#549)'
25+
- kind: changed
26+
description: 'feat: app-proxy v1.3584.0 - sources-server integration for git manifest validation to support v2 events (#545)'
27+
- kind: changed
28+
description: 'chore: upgrade argo-events to fix multiple security vulnerabilities (#541)'
29+
- kind: changed
30+
description: 'fix: promotion retries in gitops-operator (#537)'
31+
- kind: changed
32+
description: 'feat: GitHub Enterprise promotion support via updated gitops-operator and app-proxy (#535)'
33+
- kind: changed
34+
description: 'feat: app-proxy apply integration fix (#534)'
35+
- kind: changed
36+
description: 'chore: revert event reporter changes for stability (#533)'
37+
- kind: changed
38+
description: 'chore: bump Argo CD chart to 7.8.23-9-cap-v2.14.9-2025-06-08-8821b48e (#531)'
39+
- kind: changed
40+
description: 'chore: bump codefresh-gitops-operator to v0.7.12 (#528)'
41+
- kind: changed
42+
description: 'feat: app-proxy v1.3546.0 - improved git source creation/deletion in event reporting (#524)'
43+
- kind: changed
44+
description: 'chore: upgrade argo-workflows to 0.45.15-v3.6.7-cap-CR-28355 (#517)'
45+
- kind: changed
46+
description: 'chore: bump Argo CD chart to 7.8.23-7-cap-v2.14.9-2025-05-29-397c4f0d (#521)'
47+
- kind: changed
48+
description: 'feat: support for custom TLS certificates from the platform (#519)'
49+
- kind: changed
50+
description: 'fix: endless recursion in git-source detection (#520)'
51+
- kind: changed
52+
description: 'chore: bump Argo CD chart to 7.8.23-6-cap-v2.14.9-2025-05-20-9356e64a (#513)'
53+
- kind: changed
54+
description: 'feat: app-proxy v1.3534.0 - fixed OAuth2 flow for GitHub (#516)'
55+
- kind: changed
56+
description: 'fix: update ConfigMap name in Argo CD root path script (#514)'
57+
- kind: changed
58+
description: 'fix: update service labels in event-reporter (#515)'
59+
- kind: changed
60+
description: 'chore: update README.md'
1661
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 7.8.23-9-cap-v2.14.9-2025-06-08-8821b48e
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-4-v1.7.2-cap-CR-28008
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.7.20
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.5
62+
- name: argo-cd
63+
repository: https://codefresh-io.github.io/argo-helm
64+
condition: argo-cd.enabled
65+
version: 7.8.23-9-cap-v2.14.9-2025-06-08-8821b48e
66+
- name: argo-events
67+
repository: https://codefresh-io.github.io/argo-helm
68+
version: 2.4.8-cap-CR-29689
69+
- name: argo-workflows
70+
repository: https://codefresh-io.github.io/argo-helm
71+
version: 0.45.15-v3.6.7-cap-CR-28355
72+
condition: argo-workflows.enabled
73+
- name: argo-rollouts
74+
repository: https://codefresh-io.github.io/argo-helm
75+
version: 2.37.3-4-v1.7.2-cap-CR-28008
76+
condition: argo-rollouts.enabled
77+
- name: sealed-secrets
78+
repository: https://bitnami-labs.github.io/sealed-secrets/
79+
version: 2.17.2
80+
- name: codefresh-tunnel-client
81+
repository: oci://quay.io/codefresh/charts
82+
version: 0.1.21
83+
alias: tunnel-client
84+
condition: tunnel-client.enabled
85+
- name: codefresh-gitops-operator
86+
repository: oci://quay.io/codefresh/charts
87+
version: 0.7.20
88+
alias: gitops-operator
89+
condition: gitops-operator.enabled
90+
- name: cf-argocd-extras
91+
repository: oci://quay.io/codefresh/charts
92+
version: 0.5.5

0 commit comments

Comments
 (0)