Releases: alexellis/arkade
Update tool defintion for viddy
Changelog for 0.11.21:
Commits
34ca06f Update tool defintion for viddy by @alexellis
Changes: 0.11.20...0.11.21
Generated by Derek
Add kubetrim as a tool
Changelog for 0.11.20:
Commits
568ded2 Add kubetrim to README by @alexellis
6e5bb7c Update go.mod by @alexellis
3225ec3 Add kubetrim by Alex Ellis by @alexellis
Changes: 0.11.19...0.11.20
Generated by Derek
Update for how upgrading images works in helm charts
Changelog for 0.11.19:
Commits
2fb58a4 Change upgradeable logic based on feedback by @rgee0
763c2de fix clusterawsadm after file pattern change by @rgee0
304c727 Move upgradeable check to using semVer/pre by @rgee0
73ca223 Update deps in go.mod by @alexellis
Changes: 0.11.18...0.11.19
Generated by Derek
Update for flyctl download URL
Changelog for 0.11.18:
- PR #1106 Revert "fix flyctl release name" by @nitishkumar71
Commits
21509c3 Revert "fix flyctl release name" by @nitishkumar71
Changes: 0.11.17...0.11.18
Generated by Derek
Remove old apps and update to Go 1.22
Changelog for 0.11.17:
- PR #1046 Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot[bot]
- PR #1098 Bump golang.org/x/mod from 0.18.0 to 0.19.0 by @dependabot[bot]
- PR #1093 Bump github.com/sethvargo/go-password from 0.3.0 to 0.3.1 by @dependabot[bot]
- PR #1101 Bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot[bot]
- PR #1102 Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot[bot]
- PR #1097 fix flyctl release name by @nitishkumar71
- PR #1089 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot[bot]
- PR #1090 Bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 by @dependabot[bot]
Commits
1219496 Remove old apps and update to Go 1.22 by @alexellis
de45466 Bump github.com/docker/docker by @dependabot[bot]
e15267f Bump golang.org/x/mod from 0.18.0 to 0.19.0 by @dependabot[bot]
48c597c Bump github.com/sethvargo/go-password from 0.3.0 to 0.3.1 by @dependabot[bot]
54544ad Bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot[bot]
0bc0fb3 Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot[bot]
9cb7222 fix flyctl release name by @nitishkumar71
dbe95ca Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot[bot]
195efd0 Bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 by @dependabot[bot]
Changes: 0.11.16...0.11.17
Generated by Derek
Ignore latest tags in chart upgrade
Add lazydocker to arkade get and caddy as a system install app
Changelog for 0.11.15:
- PR #1075 add support for lazydocker by @nitishkumar71
- PR #1070 add caddy server as system install by @nitishkumar71
- PR #1074 add support of kubecolor binary by @nitishkumar71
Commits
b1ebb19 Fix tests by @alexellis
2d35a89 Add region for Hetzner for inlets-operator app by @alexellis
5d9f17f add support for lazydocker by @nitishkumar71
e4283fd Fix atuin due to rename of archive by @alexellis
4dd1d54 add caddy system install by @nitishkumar71
69ae2b4 add caddy server as system install by @nitishkumar71
41f89bf add support of kubecolor binary by @nitishkumar71
Changes: 0.11.14...0.11.15
Generated by Derek
Update support message
Changelog for 0.11.14:
Commits
97254ca Update support message variation by @alexellis
f55f1be Rotate support message by @alexellis
5fb6c68 update doctl tests to standard binary pattern by @rgee0
Changes: 0.11.13...0.11.14
Generated by Derek
Add caddy, powershell and add concurrency options to chart update command
Changelog for 0.11.13:
- PR #1078 doctl: Resolve versions based on GitHub releases by @adamwg
- PR #1083 remove k10multicluster from downloads by @rgee0
- PR #1068 add system install powershell by @nitishkumar71
- PR #1077 Add concurrency workers to chart/upgrade by @rgee0
- PR #1080 Bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot[bot]
- PR #1079 Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot[bot]
- PR #1076 fix chart upgrade to handle v prefix by @rgee0
- PR #1071 Add consul as a tool & fix tests by @rgee0
Commits
1ea9ef1 Cause doctl to fail with 404 for armv7l by @alexellis
4ff0cf1 doctl: Resolve versions based on GitHub releases by @adamwg
f5bad4a repoint cmctl references to new github location by @rgee0
2960fd7 remove k10multicluster from downloads by @rgee0
ae5244e add system install powershell by @nitishkumar71
5d526f9 add better error handling by @rgee0
980f13f Add concurrency workers to chart/upgrade by @rgee0
1d84956 Bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot[bot]
06f8dd7 Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot[bot]
dd66241 fix chart upgrade to handle v prefix by @rgee0
e2b9611 Add consul as a tool & fix tests by @rgee0
Changes: 0.11.12...0.11.13
Generated by Derek
Detect latest versions for K8s CLI and Hashicorp tools, add atuin arm64, popeye armv7 and kube-score
Changelog for 0.11.12:
- PR #1065 Move Hashicorp tools to GH Version Strategy by @rgee0
- PR #1066 Add kube-score to available tools by @rgee0
- PR #1062 add k8s version strategy by @rgee0
- PR #1064 Fix issue which saw versions resolved twice by @rgee0
Commits
d930984 Move Hashicorp tools to GH Version Strategy by @rgee0
43a085f Add kube-score to available tools by @rgee0
d3bdc46 update readme tool table by @rgee0
9da1958 add k8s version strategy by @rgee0
9be14a2 Fix issue which saw versions resolved twice by @rgee0
Changes: 0.11.11...0.11.12
Generated by Derek