Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,43 @@ maintainers:
url: https://codefresh-io.github.io/
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: added
description: 'Multi-runtime installation support (#939, #946)'
- kind: added
description: 'Checksum annotations for improved change detection (#942)'
- kind: added
description: 'Namespace-scoped Argo Workflows support (#917)'
- kind: added
description: 'Telemetry configuration support (#848)'
- kind: changed
description: 'Migrated to OSS Argo CD and Argo Helm charts (#823)'
- kind: changed
description: 'Moved Argo CD auth values to global.integrations.argo-cd.server.auth (#768)'
- kind: changed
description: 'Refactored event-reporters: replaced argo-events runtime and cluster event-reporters, renamed sources-server to argo-gateway (#744)'
- kind: changed
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)'
- kind: changed
description: 'Updated gitops-operator with v2 promotions support and dependency updates (#666)'
- kind: changed
description: 'Updated cf-argocd-extras: fixed resource attribute keys, unified event reporter values, removed sharding logic (#930, #845, #819)'
- kind: changed
description: 'Updated Argo CD version constraint for compatibility (#941)'
- kind: changed
description: 'Updated installer with latest CLI v2 and kubectl versions (#849, #697)'
- kind: changed
description: 'Disabled Argo Rollouts by default (#917)'
- kind: security
description: 'Fixed security vulnerabilities in app-proxy, cf-argocd-extras, argo-rollouts, argo-events, argo-workflows, and enrichment images (#702, #725, #730, #716, #788)'
- kind: changed
description: 'Updated Argo Rollouts chart to 2.37.3-7-v1.7.2-cap-OSS-697 (#730)'
- kind: changed
description: 'Updated Argo Events chart to 2.4.9-cap-CR-30841 (#716)'
- kind: changed
description: 'Updated Argo Workflows chart to 0.45.16-v3.6.7-cap-CR-30835 (#716)'
- kind: changed
description: 'Updated codefresh-tunnel-client chart to 0.1.22 (#693)'
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
Expand Down Expand Up @@ -42,4 +79,4 @@ dependencies:
- name: redis-ha
version: 4.33.4
repository: https://dandydeveloper.github.io/charts/
condition: redis-ha.enabled
condition: redis-ha.enabled
Loading