Commit 7b20bf3
renovate: Update image-tools images regex
This PR updates the custom versioning regex used for the images from the
`image-tools` repository to reflect image versioning scheme changes from
cilium/image-tools#413.
The existing regex is kept for images that still follow the previous
versioning scheme (`image-compilers`, `image-maker`, `startup-script`
and `image-tester`). Other images now have a slighlty more elaborate
regex to account for their "semantic + timestamp + commit sha" new
versioning scheme.
Reference: https://docs.renovatebot.com/modules/versioning/regex/
Note: we're using the `build` capture group for the timestamp element
Note: Renovate requires that all previous capture groups match (even if
with an empty value), this is why the `patch` capture group is
configured to either match the patch version component or match to an
empty value in case the version does not have a patch number (like for
the `checkpatch` and `network-perf` images).
Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>1 parent 884a6e8 commit 7b20bf3
1 file changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
| 659 | + | |
659 | 660 | | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | 661 | | |
664 | | - | |
665 | | - | |
666 | 662 | | |
667 | | - | |
668 | 663 | | |
669 | 664 | | |
670 | 665 | | |
671 | 666 | | |
672 | 667 | | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
673 | 681 | | |
674 | 682 | | |
675 | 683 | | |
| |||
0 commit comments