Skip to content

Commit 286d362

Browse files
codefresh-v2-pipelines[bot]cf-ci-bot-v2dmaizel
authored
prepare-version(0.26.0): prepare chart content for release (#981)
* Update Chart.yaml and changelog for 0.26.0 release * Update version and artifacthub.io/changes * Update Chart.yaml and changelog for 0.26.0 release * Update version and artifacthub.io/changes --------- Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io> Co-authored-by: Daniel Maizel <dani98000k@gmail.com>
1 parent 1fc1199 commit 286d362

File tree

3 files changed

+155
-45
lines changed

3 files changed

+155
-45
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
5-
version: 25.11-0
5+
version: 0.26.0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -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)