Tags: alexellis/arkade
Tags
Bump golang.org/x/mod from 0.23.0 to 0.24.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.23.0 to 0.24.0. - [Commits](golang/mod@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Add way to hold/ignore images when upgrading compose/charts When upgrading image versions in a compose file or helm chart there are cases where certain components like a database version should be static and not change. This change introduces a more generic concept than previously planned of an arkade config file. The ignore section includes paths to images which should be ignored and filtered out prior to looking up new images. Tested with the OpenFaaS pro-builder chart, with the path buildkit.image, I was able to ignore only that image whilst having the other images inspected/updated. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
PreviousNext