Skip to content

Commit a84a4c0

Browse files
author
cf-ci-bot-v2
committed
Update Chart.yaml and changelog for 25.11-0 release
1 parent 822c154 commit a84a4c0

File tree

3 files changed

+204
-28
lines changed

3 files changed

+204
-28
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 202 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,220 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
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)'
2517
- kind: changed
26-
description: 'Migrated to OSS Argo CD and Argo Helm charts (#823)'
18+
description: 'fix: update namespace handling in cluster resource reporter (#964)'
2719
- kind: changed
28-
description: 'Moved Argo CD auth values to global.integrations.argo-cd.server.auth (#768)'
20+
description: 'feat: ensure default-git-source exists on every app-proxy restart (#956)'
2921
- kind: changed
30-
description: 'Refactored event-reporters: replaced argo-events runtime and cluster event-reporters, renamed sources-server to argo-gateway (#744)'
22+
description: '[gitops-operator]fix: remove git commit statuses (monthly/25.11) (#947)'
3123
- 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)'
24+
description: 'feat: multi-runtime installation (#939) (#946)'
3325
- kind: changed
34-
description: 'Updated gitops-operator with v2 promotions support and dependency updates (#666)'
26+
description: '[app-proxy]fix(app-proxy): update autoDetectArgoCd to use new values structure (#943)'
3527
- kind: changed
36-
description: 'Updated cf-argocd-extras: fixed resource attribute keys, unified event reporter values, removed sharding logic (#930, #845, #819)'
28+
description: 'feat: checksum annotations (#938) (#942)'
3729
- kind: changed
38-
description: 'Updated Argo CD version constraint for compatibility (#941)'
30+
description: 'fix: update REQUIRED_VERSION_CONSTRAINT for Argo CD compatibility (#937) (#941)'
3931
- kind: changed
40-
description: 'Updated installer with latest CLI v2 and kubectl versions (#849, #697)'
32+
description: '[cf-argocd-extras]chore: update depencencies (argo-cd 3.2) (#930)'
4133
- kind: changed
42-
description: 'Disabled Argo Rollouts by default (#917)'
43-
- kind: security
44-
description: 'Fixed security vulnerabilities in app-proxy, cf-argocd-extras, argo-rollouts, argo-events, argo-workflows, and enrichment images (#702, #725, #730, #716, #788)'
34+
description: 'feat: disable runtime redis by default (#927) (#934)'
4535
- kind: changed
46-
description: 'Updated Argo Rollouts chart to 2.37.3-7-v1.7.2-cap-OSS-697 (#730)'
36+
description: 'feat: add branch data to pullrequest info (#932)'
4737
- kind: changed
48-
description: 'Updated Argo Events chart to 2.4.9-cap-CR-30841 (#716)'
38+
description: 'feat: disable Argo Rollouts by default and enable namespace-scoped Argo Workflows (#917)'
4939
- kind: changed
50-
description: 'Updated Argo Workflows chart to 0.45.16-v3.6.7-cap-CR-30835 (#716)'
40+
description: '[gitops-operator]fix: set transient error (#923)'
5141
- kind: changed
52-
description: 'Updated codefresh-tunnel-client chart to 0.1.22 (#693)'
42+
description: 'fix: retry on notFound before updating resource status (#914)'
43+
- kind: changed
44+
description: dummy PR (#909)
45+
- kind: changed
46+
description: 'chore: update app version and chart version in Chart.yaml to 1.0.0-rc.1 and 25.11-0 respectively'
47+
- kind: changed
48+
description: 'feat: set fullnameoverride for argocd (#907)'
49+
- kind: changed
50+
description: 'fix: allow "<no-changes>" as prUrl value (#906)'
51+
- kind: changed
52+
description: '[gitops-operator]fix: skip promotion task if terminated before created (#904)'
53+
- kind: changed
54+
description: '[gitops-operator]fix: CR-32246 - adjusted error handling to work with string errors (#903)'
55+
- kind: changed
56+
description: 'feat: external argocd unders .values.global.integrations (#808)'
57+
- kind: changed
58+
description: 'fix(app-proxy): add tini to manage zombie processes (#902)'
59+
- kind: changed
60+
description: 'fix(app-proxy): add timeout to prevent git process accumulation (#901)'
61+
- kind: changed
62+
description: 'chore: bump gitops-operator tag to fd2f89a (#900)'
63+
- kind: changed
64+
description: '[gitops-operator]fix: isMerged is missing in platform (#896)'
65+
- kind: changed
66+
description: 'feat: wait with termination until failed or completed (#892)'
67+
- kind: changed
68+
description: '[gitops-operator]fix: ensure releases are created if trigger commit causes sync failure (#890)'
69+
- kind: changed
70+
description: 'feat: support promotion with pull request (#880)'
71+
- kind: changed
72+
description: 'feat(gitops-operator): add debug flag (#883)'
73+
- kind: changed
74+
description: 'feat: add automated release index generator and GitHub Pages deployment (#879)'
75+
- kind: changed
76+
description: 'build: add telemetry configs (#848)'
77+
- kind: changed
78+
description: 'app-proxy: 1.3883.0 with application logs supported in non-controller namespace (#878)'
79+
- kind: changed
80+
description: 'feat: update promotion task crd (#872)'
81+
- kind: changed
82+
description: 'feat: switched to OSS Argo CD and Argo Helm, removed Argo CD CF specific values from va… (#823)'
83+
- kind: changed
84+
description: bump app proxy (#855)
85+
- kind: changed
86+
description: '[gitops-operator]chore: add pending status and initialise immediate after creation (#863)'
87+
- kind: changed
88+
description: 'fix: runtime: fix no-changes commit sha and pr url in crd (#854)'
89+
- kind: changed
90+
description: 'chore: update codeowners for gitops operator crds (#846)'
91+
- kind: changed
92+
description: upd gitops-operator (#860)
93+
- kind: changed
94+
description: upd cli-v2 , debian for installer (#849)
95+
- kind: changed
96+
description: 'fix: re-enabled argo-events (#843)'
97+
- kind: changed
98+
description: 'chore: extras d4fefcb with improved traces and fix for argo-cd server root path (#845)'
99+
- kind: changed
100+
description: 'chore: apply all operator crd changes and update operator tag (#833)'
101+
- kind: changed
102+
description: 'fix: app proxy isNamespaced returns nil in template failing the install on lower kubernetes versions (#820)'
103+
- kind: changed
104+
description: 'chore[cf-argocd-extras]: bumps cf-argocd-extras to version e746a97 (#819)'
105+
- kind: changed
106+
description: 'fix: update app-proxy image tags to 1.3820.0 (#804)'
107+
- kind: changed
108+
description: 'fix: update app-proxy image tags to 1.3819.0 (#802)'
109+
- kind: changed
110+
description: 'feat: runtime helm: add timestamps to failure and warnings (#796)'
111+
- kind: changed
112+
description: bump app proxy version (#795)
113+
- kind: changed
114+
description: 'fix: improve error handling (#791)'
115+
- kind: changed
116+
description: 'feat: remove sources server (#789)'
117+
- kind: changed
118+
description: 'fix: align reconciler requeue and error handling logic, add failure and warning error properties (#780)'
119+
- kind: changed
120+
description: update READE.md (#792)
121+
- kind: changed
122+
description: 'fix: app-proxy cors (#790)'
123+
- kind: changed
124+
description: 'feat: add separate redis for event-reporters/argo-gateway and app-proxy (#751)'
125+
- kind: changed
126+
description: 'fix: security vulnerabilities in enrichment images (#788)'
127+
- kind: changed
128+
description: 'refactor(cf-argocd-extras): replace with argo-api-gateway, runtime and cluster event-reporters (#744)'
129+
- kind: changed
130+
description: 'feat: get commit author avatar url on getPromotionValues step (#778)'
131+
- kind: changed
132+
description: 'fix: promotion values can''t be empty (#772)'
133+
- kind: changed
134+
description: 'feat: add runWorkflow step handler (#785)'
135+
- kind: changed
136+
description: 'chore: move argo-cd auth values to global.integrations.argo-cd.server.auth (#768)'
137+
- kind: changed
138+
description: added runtime label to codefresh-cm (#763)
139+
- kind: changed
140+
description: bumps argo-cd helm chart for redis 8.2.1 upgrade (#765)
141+
- kind: changed
142+
description: bump app proxy version (#760)
143+
- kind: changed
144+
description: 'feat: add error messages for appStatus (#745)'
145+
- kind: changed
146+
description: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (to main) (#752)'
147+
- kind: changed
148+
description: '[cf-argocd-extras]chore: add tests (#741)'
149+
- kind: changed
150+
description: update enrichment images tag (#746)
151+
- kind: changed
152+
description: 'feat: add promoteAppWithCommitHandler implementation [gitops-operator] (#738)'
153+
- kind: changed
154+
description: 'chore: disable component tests (#740)'
155+
- kind: changed
156+
description: 'chore: update cap-app-proxy image tags to 1.3772.0 (#737)'
157+
- kind: changed
158+
description: 'chore: security fixes for argo rollouts v1.7.2 (#730)'
159+
- kind: changed
160+
description: 'feat: add GetPromotionValuesHandler and VerifyAppHandler implementations (#736)'
161+
- kind: changed
162+
description: '[gitops-operator]fix: security vulnerability (#734)'
163+
- kind: changed
164+
description: 'feat: Add PromotionTaskReconciler (#677)'
165+
- kind: changed
166+
description: 'fix: service account for cleanup runtime resources (#726)'
167+
- kind: changed
168+
description: '[cf-argocd-extras]chore(CR-30961): security fix (#725)'
169+
- kind: changed
170+
description: updated sealed-secrets-controller (#723)
171+
- kind: changed
172+
description: 'chore: Fix security vulnerabilities for argo-workflows and argo-events (#716)'
173+
- kind: changed
174+
description: 'feat: update cap-app-proxy image tags to 1.3750.0'
175+
- kind: changed
176+
description: 'feat: bump evernt-reporter to 88898aa (#676)'
177+
- kind: changed
178+
description: 'feat: conditional registration of the rgs controller (#709)'
179+
- kind: changed
180+
description: 'feat: added sec advisory GHSA-786q-9hcg-v9ff bumped argocd to 8.0.6-9-cap-v… (#703)'
181+
- kind: changed
182+
description: updated cap-app-proxy with security fixes (#702)
183+
- kind: changed
184+
description: 'installer: updated cli-v2, kubectl (#697)'
185+
- kind: changed
186+
description: updated frpc (#693)
187+
- kind: changed
188+
description: update cli-v2 in installer - fix token validation code (#694)
189+
- kind: changed
190+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#691)'
191+
- kind: changed
192+
description: updated prometheus-nats-exporter, nats-server-config-reloader for jetstream (#687)
193+
- kind: changed
194+
description: 'feat(conponent-tests): add release branches to pipeline trigger (#684)'
195+
- kind: changed
196+
description: updated nginx (#662)
197+
- kind: changed
198+
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
199+
- kind: changed
200+
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
201+
- kind: changed
202+
description: 'chore: update README.md with HA example'
203+
- kind: changed
204+
description: 'chore: update values-ha example'
205+
- kind: changed
206+
description: bumped argocd to 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9 (#664)
207+
- kind: changed
208+
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
209+
- kind: changed
210+
description: 'fix: remove checksum tests as they fail when chart version changes (#670)'
211+
- kind: changed
212+
description: updated codefresh-gitops-operator (#666)
213+
- kind: changed
214+
description: updated cli-v2, kubectl in runtime-installer (#661)
215+
- kind: changed
216+
description: using bitnamilegacy instead of bitnami (#653)
217+
- kind: changed
218+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)'
219+
- kind: changed
220+
description: 'test: update platform mock(me) (#656)'
221+
- kind: changed
222+
description: 'fix: support failing release if app sync fails (#645)'
223+
- kind: changed
224+
description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)'
225+
- kind: changed
226+
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)'
227+
- kind: changed
228+
description: updated cspd enrichers (#652)
229+
- kind: changed
230+
description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)'
53231
dependencies:
54232
- name: argo-cd
55233
repository: https://argoproj.github.io/argo-helm
@@ -79,4 +257,4 @@ dependencies:
79257
- name: redis-ha
80258
version: 4.33.4
81259
repository: https://dandydeveloper.github.io/charts/
82-
condition: redis-ha.enabled
260+
condition: redis-ha.enabled

charts/gitops-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,14 +546,14 @@ global:
546546
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
547547
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
548548
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
549-
| app-proxy.image.tag | string | `"6201d13"` | |
549+
| app-proxy.image.tag | string | `"0afa16e"` | |
550550
| app-proxy.imagePullSecrets | list | `[]` | |
551551
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
552552
| app-proxy.initContainer.env | object | `{}` | |
553553
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
554554
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
555555
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
556-
| app-proxy.initContainer.image.tag | string | `"6201d13"` | |
556+
| app-proxy.initContainer.image.tag | string | `"0afa16e"` | |
557557
| app-proxy.initContainer.resources.limits | object | `{}` | |
558558
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
559559
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |

charts/gitops-runtime/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ codefreshWorkflowLogStoreCM:
347347
# *********************************************************************************************************************
348348
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts
349349
# *********************************************************************************************************************
350-
# -- Argo Rollouts is deprecated and disabled by default. It will be completely removed in February 2026.
351-
# If you require Argo Rollouts, you can manually override this value to true in your Helm values files.
352350
argo-rollouts:
353351
enabled: false
354352
fullnameOverride: argo-rollouts

0 commit comments

Comments
 (0)