Commit b97d789
NETIZEN-11
fix: keep apply-setters v0.2.0 in functions map for backward compatibility
The PR bumps apply-setters to v0.2.4 in go.mod. Adding v0.2.4 to the
functions registry is required so Kptfiles referencing the new version
work with the built-in runner. v0.2.0 is kept for backward compatibility
with existing Kptfiles that already reference that version.
Also revert testdata Kptfiles back to v0.2.0 since both versions are
now supported by the functions map.
Addresses reviewer question on PR #4432
Signed-off-by: NETIZEN-11 <kumarnitesh121411@gmail.com>1 parent fa70336 commit b97d789
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- internal/kptops
- testdata
- render-with-function-config/simple-bucket
- render-with-inline-config/simple-bucket
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments