Skip to content

Commit eef43ab

Browse files
committed
create release 1.0.0 draft
1 parent 6bf31fe commit eef43ab

File tree

3 files changed

+152
-230
lines changed

3 files changed

+152
-230
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 82 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: 1.0.0
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 1.0.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,84 @@ 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: remove deprecated event reporter templates for rollout and workflow (#490)'
19+
- kind: changed
20+
description: 'feat: update Argo CD helm to 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a (#508)'
21+
- kind: changed
22+
description: 'fix: event-reporter invalid redis-ha URL configuration (#512)'
23+
- kind: changed
24+
description: 'fix: CI cache configuration (#511)'
25+
- kind: changed
26+
description: 'fix: remove archiveLogs=true to prevent workflow execution failures without artifact storage (#507)'
27+
- kind: changed
28+
description: 'feat: implement limits enforcement in runtime installation (#495)'
29+
- kind: changed
30+
description: 'feat: use Codefresh provided storage for workflow logs (#428)'
31+
- kind: changed
32+
description: 'feat: add Argo CD version check and validation in pre-install hook (#462)'
33+
- kind: changed
34+
description: 'feat: add global constraints support (#469)'
35+
- kind: changed
36+
description: 'feat: remove event-reporter from Codefresh Argo CD fork (#466)'
37+
- kind: changed
38+
description: 'feat: update setup URL in NOTES.txt to use dynamic values (#449)'
39+
- kind: changed
40+
description: 'chore: update gitops-operator to v0.7.11 with improved task handling (#509)'
41+
- kind: changed
42+
description: 'feat: add gitops-operator default pulling interval configuration (#456)'
43+
- kind: changed
44+
description: 'feat(app-proxy): update to v1.3523.0 - includes no_changes error fix, PromotionFlow location fix, improved error messages, default-git-source creation, file revision validation fix, and resource tree annotations support (#510, #501, #481, #479, #468, #463)'
45+
- kind: changed
46+
description: 'feat(app-proxy): enhance error handling with CORS support in internal router (#485)'
47+
- kind: changed
48+
description: 'feat(app-proxy): apply security fixes (#506)'
49+
- kind: changed
50+
description: 'feat(app-proxy): add ServiceMonitor configuration for metrics monitoring (#503)'
51+
- kind: changed
52+
description: 'feat(event-reporter): add PodDisruptionBudget and ServiceMonitor templates (#494)'
53+
- kind: changed
54+
description: 'feat(cf-argocd-extras): update to v0.5.1 - includes health status enrichment for Argo CD 3.0, payloadVersion reporting, change revision data in events, and git-source data support (#480, #472, #459, #458)'
55+
- kind: changed
56+
description: 'feat: add gzip configuration to internal router configmap (#475)'
57+
- kind: changed
58+
description: 'fix: revert CR-28342 usage changes (#474)'
59+
- kind: changed
60+
description: 'feat: security fixes for Argo Rollouts v1.7.2 (#460)'
61+
- kind: changed
62+
description: 'chore: update kubectl for installer (CR-29092) (#504)'
63+
- kind: changed
64+
description: 'chore: update nginx, sealed-secrets, debian, cf-cli, and csdp versions (#465, #464, #454, #467)'
1665
dependencies:
17-
- name: argo-cd
18-
repository: https://codefresh-io.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a
21-
- name: argo-events
22-
repository: https://codefresh-io.github.io/argo-helm
23-
version: 2.4.7-2-cap-CR-28072
24-
- name: argo-workflows
25-
repository: https://codefresh-io.github.io/argo-helm
26-
version: 0.45.4-v3.6.4-cap-CR-27392
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.11
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.1
66+
- name: argo-cd
67+
repository: https://codefresh-io.github.io/argo-helm
68+
condition: argo-cd.enabled
69+
version: 7.8.23-5-cap-v2.14.9-2025-05-20-9356e64a
70+
- name: argo-events
71+
repository: https://codefresh-io.github.io/argo-helm
72+
version: 2.4.7-2-cap-CR-28072
73+
- name: argo-workflows
74+
repository: https://codefresh-io.github.io/argo-helm
75+
version: 0.45.4-v3.6.4-cap-CR-27392
76+
condition: argo-workflows.enabled
77+
- name: argo-rollouts
78+
repository: https://codefresh-io.github.io/argo-helm
79+
version: 2.37.3-4-v1.7.2-cap-CR-28008
80+
condition: argo-rollouts.enabled
81+
- name: sealed-secrets
82+
repository: https://bitnami-labs.github.io/sealed-secrets/
83+
version: 2.17.2
84+
- name: codefresh-tunnel-client
85+
repository: oci://quay.io/codefresh/charts
86+
version: 0.1.21
87+
alias: tunnel-client
88+
condition: tunnel-client.enabled
89+
- name: codefresh-gitops-operator
90+
repository: oci://quay.io/codefresh/charts
91+
version: 0.7.11
92+
alias: gitops-operator
93+
condition: gitops-operator.enabled
94+
- name: cf-argocd-extras
95+
repository: oci://quay.io/codefresh/charts
96+
version: 0.5.1

0 commit comments

Comments
 (0)