Releases: alexellis/arkade
Add dotenv-linter tool
Changelog for 0.11.36:
- PR #1154 Bump golang.org/x/mod from 0.23.0 to 0.24.0 by @dependabot[bot]
- PR #1152 Add dotenv-linter tool to arkade get by @joebowbeer
- PR #1155 Bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot[bot]
Commits
6b3a4c6 Bump golang.org/x/mod from 0.23.0 to 0.24.0 by @dependabot[bot]
e7cdf54 Add dotenv-linter tool by @joebowbeer
c7ccc13 Bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot[bot]
Changes: 0.11.35...0.11.36
Generated by Derek
Add node_exporter
Changelog for 0.11.35:
Commits
4e2e3a1 Fix systemd unit for node_exporter by @alexellis
959c32f Add Prometheus Node Exporter as a system install by @alexellis
6551b09 chore: move tctl to temporal by @rgee0
Changes: 0.11.34...0.11.35
Generated by Derek
Add Grafana alloy and use random tempdir for oci install
Changelog for 0.11.34:
- PR #1148 Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 by @dependabot[bot]
- PR #1150 Bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot[bot]
- PR #1138 feat: add alloy to tools by @rgee0
Commits
378177b Update go.mod by @alexellis
d167792 Use random pattern for extracting in OCI command by @alexellis
73e1f6b Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 by @dependabot[bot]
a9bf5d2 Bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot[bot]
cedc7b9 feat: add alloy to tools by @rgee0
24fa13c Break early when ignore matches by @alexellis
Changes: 0.11.33...0.11.34
Generated by Derek
Add way to hold/ignore images when upgrading compose/charts
Changelog for 0.11.33:
- PR #1149 Add way to hold/ignore images when upgrading compose/charts by @alexellis
Commits
fa9f92f Add way to hold/ignore images when upgrading compose/charts by @alexellis
Example with docker-compose.yaml:
services:
postgresql:
image: postgres:16
arkade.yaml:
ignore:
- services.postgresql.image
Example with values.yaml:
postgresql:
image: postgres:16
arkade.yaml
ignore:
- postgresql.image
Changes: 0.11.32...0.11.33
Generated by Derek
Update go.mod dependencies and Go version to 1.23
Changelog for 0.11.32:
Commits
889135f Update go.mod dependencies and Go version to 1.23 by @alexellis
1570f27 Minor refactoring by @alexellis
Changes: 0.11.31...0.11.32
Generated by Derek
Add rclone, kubie & EKS-node-viewer
Changelog for 0.11.31:
Commits
b0cf2fb feat: add rclone, kubie & EKS-node-viewer by @rgee0
01dcc17 Add DNS server override for cert-manager by @alexellis
Changes: 0.11.30...0.11.31
Generated by Derek
Add openshift/rosa and fix issue with upgrading tags
Changelog for 0.11.30:
- PR #1127 feat: add openshift/rosa to tools by @rgee0
- PR #1130 fix: mitigate effect on tags of semVer by @rgee0
Commits
3595b71 feat: add openshift/rosa to tools by @rgee0
49a75a2 feat: retain tag format on chart upgrade by @rgee0
7ca35d9 tests: add test for latest tag selection by @rgee0
ca39fef fix: mitigate effect on tags of semVer by @rgee0
Changes: 0.11.29...0.11.30
Generated by Derek
Add duplik8s, glab and crank
Changelog for 0.11.29:
- PR #1126 feat: add crossplane CLI (crank) to tools by @rgee0
- PR #1123 Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot[bot]
- PR #1124 feat: add duplik8s to tools by @rgee0
- PR #1125 refactor: consolidate version finding across version strategies by @rgee0
Commits
b8766b4 feat: add crossplane CLI (crank) to tools by @rgee0
c7dc5c9 Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot[bot]
2350f09 feat: add duplik8s to tools by @rgee0
152bacb refactor: consolidate version finding across version strategies by @rgee0
Changes: 0.11.28...0.11.29
Generated by Derek
Fix for docker-compose on arm64 Darwin
Changelog for 0.11.28:
Commits
b1f190b Fix for docker-compose on arm64 Darwin by @alexellis
Changes: 0.11.27...0.11.28
Generated by Derek
Add labctl 🥼
Changelog for 0.11.27:
Commits
0f87fbd feat: add labctl to tools by @rgee0
3b0565f Make BINLOCATION configurable in get.sh by @alexellis
Changes: 0.11.26...0.11.27
Generated by Derek