Skip to content

Tags: alexellis/arkade

Tags

0.11.36

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>

0.11.35

Fix systemd unit for node_exporter

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.34

Update go.mod

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.33

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>

0.11.32

Update go.mod dependencies and Go version to 1.23

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.31

feat: add rclone, kubie & EKS-node-viewer

Signed-off-by: Richard Gee <richard@technologee.co.uk>

0.11.30

feat: add openshift/rosa to tools

Signed-off-by: Richard Gee <richard@technologee.co.uk>

0.11.29

feat: add crossplane CLI (crank) to tools

Signed-off-by: Richard Gee <richard@technologee.co.uk>

0.11.28

Fix for docker-compose on arm64 Darwin

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

0.11.27

feat: add labctl to tools

Signed-off-by: Richard Gee <richard@technologee.co.uk>