Commit d18efc7
committed
chore(deps): close the gaps renovate cannot see
golang.org/x/sys was v0.45.0 in the config-reloader module and v0.46.0 in the
other four.
.go-version said 1.26.0 while .tool-versions and the release Dockerfile both
say 1.26.3, so CI compiled on a different toolchain than the shipped image.
One docker/login-action on the release publish path was still v2.2.0 while
every other use in the same file was v3.7.0. Major updates are disabled in
renovate.json, so it was never going to catch up on its own.
The KIND node image is not a *_VERSION variable, so the general Makefile
manager cannot see it. It now has a manager of its own that also tracks the
digest.
Signed-off-by: Bence Csati <bence.csati@axoflow.com>1 parent 0bdd972 commit d18efc7
3 files changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
44 | 58 | | |
45 | 59 | | |
46 | 60 | | |
| |||
0 commit comments