Commit 33610f5
feat(chart)!: remove Helm-rendered config path, require configToml or configUrl (#1277)
BREAKING CHANGE: agents without configToml or configUrl now fail at
template time with a clear error linking to docs/migrate-to-configtoml.md.
- configmap.yaml: replace ~350-line TOML serializer with {{- fail}} (357 → 25 lines)
- Chart.yaml: bump to 0.10.0 (breaking change in 0.x series)
- NOTES.txt: remove unreachable deprecation block (fail fires before NOTES render)
- docs/migrate-to-configtoml.md: update header to reflect v0.10.0 removal
- tests: remove 9 suites for deleted rendering logic, update configtoml + config-url tests
- Preserve: README --set-file section, ADR doc, values.yaml comments (from #1276)
Co-authored-by: chaodu-agent <chaodu-agent@users.noreply.github.com>1 parent 7dbb539 commit 33610f5
15 files changed
Lines changed: 18 additions & 1773 deletions
File tree
- charts/openab
- templates
- tests
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
Large diffs are not rendered by default.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
0 commit comments