@@ -14,102 +14,30 @@ maintainers:
1414annotations :
1515 artifacthub.io/alternativeName : " codefresh-gitops-runtime"
1616 artifacthub.io/changes : |-
17- - kind: changed
18- description: 'chore: remove argo-rollouts from gitops-runtime helm chart (#1051)'
19- - kind: changed
20- description: 'fix: a simple runtime application ends up being out-of-sync'
21- - kind: changed
22- description: 'chore: Fix security vulnerabilities for argo-workflows (#1047)'
23- - kind: changed
24- description: 'feat: add automated Slack release notifications (#1045)'
25- - kind: changed
26- description: 'feat(app-proxy): support for the confirm deletion/pruning feature of ArgoCD (#1046)'
27- - kind: changed
28- description: updated kubectl for redis-secret-init job (#1041)
29- - kind: changed
30- description: 'feat: bump app proxy (#1044)'
31- - kind: changed
32- description: 'feat(event-reporter): added deleted field to app event payload (#1039)'
33- - kind: changed
34- description: updated argo-cd to 3.2.3 (#1037)
35- - kind: changed
36- description: 'fix(sealed-secrets-controller): security vulnerabilities CVE-2025-47912, CVE-2025-58181, CVE-2025-58186, CVE-2025-58187, CVE-2025-58188, CVE-2025-58189, CVE-2025-61723, CVE-2025-61724, CVE-2025-61727, CVE-2025-61729 (#1035)'
37- - kind: changed
38- description: 'fix(cf-argocd-extras): security vulnerability CVE-2025-58181, CVE-2025-13281, CVE-2025-61727, CVE-2025-61729 (#1032)'
39- - kind: changed
40- description: 'feat: bump app proxy (#1031)'
41- - kind: changed
42- description: 'docs: add release guide documentation (#1030)'
43- - kind: changed
44- description: 'Revert "feat: remove product crd (#997)" (#1029)'
45- - kind: changed
46- description: 'fix(codefresh-gitops-operator): security vulnerability CVE-2025-66626 (#1024)'
47- - kind: changed
48- description: 'fix(codefresh-tunnel-client): security vulnerabilities CVE-2025-9230, CVE-2025-9231, CVE-2025-9232, CVE-2025-46394, CVE-2024-58251 (#1023)'
49- - kind: changed
50- description: 'feat: added support for runtime uninstallation'
51- - kind: changed
52- description: updated argo-cd to 3.2.2 (#1019)
53- - kind: changed
54- description: 'fix: sync codefresh-gitops-operator image from `stable/0.26` branch with `main` branch (#1010)'
55- - kind: changed
56- description: 'fix: security fixes for enrichment images (CVE-2025-64756, CVE-2025-65945, CVE-2025-66031, CVE-2025-12816, CVE-2025-8291, CVE-2025-6075, CVE-2025-12084) (#1011)'
57- - kind: changed
58- description: 'fix: update app-proxy image tags to latest version to improve git providers support (#1014)'
59- - kind: changed
60- description: 'fix: app-proxy fails to create a Workflow instance (#1008)'
61- - kind: changed
62- description: '[cf-argocd-extras]feat: new MRC change revisions annotations support (#1005)'
63- - kind: changed
64- description: 'feat: remove product crd (#997)'
65- - kind: changed
66- description: 'fix: update app-proxy image tags to latest version 1.3982.0 (#999)'
67- - kind: changed
68- description: 'chore(CR-32163): updated cli-v2 for fixing CVE-2024-25621 "github.com/containerd (#993)'
69- - kind: changed
70- description: added labeler github action (#971)
71- - kind: changed
72- description: Feat/revert-app-proxy-and-operator (#980)
73- - kind: changed
74- description: 'fix: update namespace handling in cluster resource reporter (#965)'
75- - kind: changed
76- description: 'feat: add latest app version to release index data (#961)'
77- - kind: changed
78- description: reset main version back to 0.0.0 (#959)
79- - kind: changed
80- description: 'chore: bump cap-app-proxy to 1.3953.0 (#958)'
81- - kind: changed
82- description: 'chore: Fix security vulnerabilities for argo-workflows (#948)'
83- - kind: changed
84- description: '[gitops-operator]fix: improve integration test coverage of setup code (#949)'
85- - kind: changed
86- description: '[gitops-operator]fix: remove git commit statuses (#940)'
87- - kind: changed
88- description: 'feat: multi-runtime installation (#939)'
89- - kind: changed
90- description: 'fix: update cap-app-proxy image tags to 1.3943.0 (#944)'
91- - kind: changed
92- description: 'chore: remove checksum_test'
93- - kind: changed
94- description: 'feat: remove codefresh-cm from helm unit tests'
95- - kind: changed
96- description: 'feat: checksum annotations (#938)'
97- - kind: changed
98- description: 'fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#937)'
99- - kind: changed
100- description: '[cf-argocd-extras]chore: update depencencies (argo-cd 3.2) (#928)'
101- - kind: changed
102- description: 'feat: add branch data to pullrequest info (#926)'
103- - kind: changed
104- description: 'feat: disable runtime redis by default (#927)'
105- - kind: changed
106- description: 'feat: disable Argo Rollouts by default and enable namespace-scoped Argo Workflows (#920)'
107- - kind: changed
108- description: 'fix: set transient error on app sync failure (#922)'
109- - kind: changed
110- description: 'feat: allow running without redis configured (#919)'
111- - kind: changed
112- description: 'fix: retry on notFound before updating resource status (#912)'
17+ - kind: added
18+ description: "Support for running without Redis configured (#919)"
19+ - kind: added
20+ description: "Support for runtime uninstallation"
21+ - kind: added
22+ description: "Support for confirm deletion/pruning feature of ArgoCD (#1046)"
23+ - kind: added
24+ description: "New MRC change revisions annotations support (#1005)"
25+ - kind: added
26+ description: "Added deleted field to app event payload in event-reporter (#1039)"
27+ - kind: changed
28+ description: "Updated argo-cd to 3.2.2 (#1019)"
29+ - kind: changed
30+ description: "Updated app-proxy to improve git providers support (#1014)"
31+ - kind: removed
32+ description: "Removed argo-rollouts from gitops-runtime helm chart (#1051)"
33+ - kind: fixed
34+ description: "Set transient error on app sync failure (#922)"
35+ - kind: fixed
36+ description: "Resolved runtime application out-of-sync issue"
37+ - kind: fixed
38+ description: "Removed git commit statuses from gitops-operator (#940)"
39+ - kind: security
40+ description: "Fixed security vulnerabilities for argo-workflows (#1047)"
11341dependencies :
11442 - name : argo-cd
11543 repository : https://argoproj.github.io/argo-helm
0 commit comments