Commit 7030e20
chore: cherry-pick remove argo-events controller to stable/0.27 (#1062)
* chore: remove argo-events controller from gitops-runtime helm chart (#1057)
Argo Events was deprecated in 0.26.0 with resources removed but controller
retained for cleanup. This commit completes the removal by:
- Removing argo-events dependency from Chart.yaml
- Removing argo-events configuration from values.yaml
- Removing argo-events from multi-runtime values files
- Removing argo-events helper function and component-list entry from _helpers.tpl
- Removing argo-events from test files
- Updating README documentation to remove argo-events sections
- Deleting argo-events CRDs from crds/ directory
## Breaking Changes
### 1. Argo Events Controller Removed
**The Argo Events controller has been completely removed from this release.**
In release 0.26.0, Argo Events was deprecated and all Argo Events resources
(EventBus, EventSource, Sensor) were removed. The controller was kept
temporarily to facilitate cleanup of existing resources.
**CRITICAL UPGRADE REQUIREMENT:**
- You **MUST** upgrade to version 0.26.x before upgrading to 0.27.0 or higher
- This ensures that any existing Argo Events resources are properly cleaned up
by the controller before it is removed
- Upgrading directly from versions prior to 0.26.0 to 0.27.0+ may leave
orphaned Argo Events resources in your cluster
**If you skipped 0.26.x:**
1. Manually delete any remaining EventBus, EventSource, and Sensor resources
2. Manually delete the Argo Events CRDs if no longer needed
3. Then proceed with the upgrade to 0.27.0+
**Replacement:**
Event reporting functionality has been replaced by:
- `runtime-event-reporter` component
- `cluster-event-reporter` component
* CI Automatic commit - align Chart version
---------
Co-authored-by: cf-ci-bot-v2 <cf-ci-bot-v2@codefresh.io>1 parent 9de7511 commit 7030e20
File tree
11 files changed
+1
-194
lines changed- charts/gitops-runtime
- crds/argo-events
- templates
- tests
- values
11 files changed
+1
-194
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
229 | 225 | | |
230 | 226 | | |
231 | 227 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | 228 | | |
239 | 229 | | |
240 | 230 | | |
| |||
599 | 589 | | |
600 | 590 | | |
601 | 591 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | 592 | | |
614 | 593 | | |
615 | 594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
234 | 230 | | |
235 | 231 | | |
236 | 232 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | 233 | | |
244 | 234 | | |
245 | 235 | | |
| |||
Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 0 additions & 40 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | 381 | | |
386 | 382 | | |
387 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 56 | | |
65 | 57 | | |
66 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| |||
0 commit comments