Commit 34991ab
feat: Support dynamic image repositories (#784)
* feat: Support dynamic image repositories
* test: Add placeholder values to satify roundtrip tests
* test: Use correct parameter order
* fix: Bump rustls-webpki to 0.103.13 to negate RUSTSEC-2026-0104
* test: Add CRD roundtrip test data
* Don't test git-sync roundtrip
* Increase test coverage
* chore: Add changelog entry
---------
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>1 parent 50b6b10 commit 34991ab
9 files changed
Lines changed: 270 additions & 65 deletions
File tree
- extra
- rust/operator-binary/src
- crd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2576 | 2576 | | |
2577 | 2577 | | |
2578 | 2578 | | |
2579 | | - | |
2580 | | - | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
2581 | 2582 | | |
2582 | 2583 | | |
2583 | 2584 | | |
| |||
2604 | 2605 | | |
2605 | 2606 | | |
2606 | 2607 | | |
2607 | | - | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
2608 | 2614 | | |
2609 | 2615 | | |
2610 | 2616 | | |
2611 | 2617 | | |
2612 | 2618 | | |
2613 | | - | |
2614 | | - | |
| 2619 | + | |
| 2620 | + | |
| 2621 | + | |
2615 | 2622 | | |
2616 | 2623 | | |
2617 | 2624 | | |
| |||
8735 | 8742 | | |
8736 | 8743 | | |
8737 | 8744 | | |
8738 | | - | |
8739 | | - | |
| 8745 | + | |
| 8746 | + | |
| 8747 | + | |
8740 | 8748 | | |
8741 | 8749 | | |
8742 | 8750 | | |
| |||
8763 | 8771 | | |
8764 | 8772 | | |
8765 | 8773 | | |
8766 | | - | |
| 8774 | + | |
| 8775 | + | |
| 8776 | + | |
| 8777 | + | |
| 8778 | + | |
| 8779 | + | |
8767 | 8780 | | |
8768 | 8781 | | |
8769 | 8782 | | |
8770 | 8783 | | |
8771 | 8784 | | |
8772 | | - | |
8773 | | - | |
| 8785 | + | |
| 8786 | + | |
| 8787 | + | |
8774 | 8788 | | |
8775 | 8789 | | |
8776 | 8790 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
387 | 389 | | |
388 | 390 | | |
389 | 391 | | |
390 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
391 | 397 | | |
392 | 398 | | |
393 | 399 | | |
| |||
0 commit comments