Skip to content

Commit d92880e

Browse files
Merge branch 'stable/0.26' into chore/CR-31388-security-0-26
2 parents 220263e + 286d362 commit d92880e

File tree

3 files changed

+154
-44
lines changed

3 files changed

+154
-44
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.0.0-rc.1
2+
appVersion: 0.2.0
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
55
version: 0.26.0
@@ -13,6 +13,41 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/changes: |
17+
- kind: added
18+
description: 'Multi-runtime installation support (#939, #946)'
19+
- kind: added
20+
description: 'Checksum annotations for improved change detection (#942)'
21+
- kind: added
22+
description: 'Namespace-scoped Argo Workflows support (#917)'
23+
- kind: added
24+
description: 'Telemetry configuration support (#848)'
25+
- kind: changed
26+
description: 'Migrated to OSS Argo CD and Argo Helm charts (#823)'
27+
- kind: changed
28+
description: 'Moved Argo CD auth values to global.integrations.argo-cd.server.auth (#768)'
29+
- kind: changed
30+
description: 'Refactored event-reporters: replaced argo-events runtime and cluster event-reporters, renamed sources-server to argo-gateway (#744)'
31+
- kind: changed
32+
description: 'Updated app-proxy with improvements: default-git-source initialization, autoDetectArgoCd values structure update, branch data in pull request info, git-source permissions for fine-grained tokens, and git process management fixes (#956, #943, #932, #737, #902, #901, #878, #804, #802, #795, #760)'
33+
- kind: changed
34+
description: 'Updated cf-argocd-extras: fixed resource attribute keys, unified event reporter values, removed sharding logic (#930, #845, #819)'
35+
- kind: changed
36+
description: 'Updated Argo CD version constraint for compatibility (#941)'
37+
- kind: changed
38+
description: 'Updated installer with latest CLI v2 and kubectl versions (#849, #697)'
39+
- kind: changed
40+
description: 'Disabled Argo Rollouts by default (#917)'
41+
- kind: security
42+
description: 'Fixed security vulnerabilities in app-proxy, cf-argocd-extras, argo-rollouts, argo-events, argo-workflows, and enrichment images (#702, #725, #730, #716, #788)'
43+
- kind: changed
44+
description: 'Updated Argo Rollouts chart to 2.37.3-7-v1.7.2-cap-OSS-697 (#730)'
45+
- kind: changed
46+
description: 'Updated Argo Events chart to 2.4.9-cap-CR-30841 (#716)'
47+
- kind: changed
48+
description: 'Updated Argo Workflows chart to 0.45.16-v3.6.7-cap-CR-30835 (#716)'
49+
- kind: changed
50+
description: 'Updated codefresh-tunnel-client chart to 0.1.22 (#693)'
1651
dependencies:
1752
- name: argo-cd
1853
repository: https://argoproj.github.io/argo-helm

0 commit comments

Comments
 (0)