Releases: alexellis/arkade
Add gha-bump tool
Changelog for 0.11.40:
- PR #1190 Bump golang.org/x/mod from 0.24.0 to 0.26.0 by @dependabot[bot]
- PR #1191 Bump golang.org/x/crypto from 0.38.0 to 0.40.0 by @dependabot[bot]
Commits
1c7d849 Add gha-bump to README by @alexellis
8e91eb3 Add gha-bump tool by Alex Ellis by @alexellis
8a8dbb5 Bump golang.org/x/mod from 0.24.0 to 0.26.0 by @dependabot[bot]
eb62cf3 Bump golang.org/x/crypto from 0.38.0 to 0.40.0 by @dependabot[bot]
fcf9eff Updates to go.mod by @alexellis
5b1bc94 Static checks by @alexellis
Changes: 0.11.39...0.11.40
Generated by Derek
feat: improve install error when app doesn't exist
Changelog for 0.11.39:
- PR #1140 feat: improve
install
error when app doesn't exist by @rgee0 - PR #1160 feat:add pulumi by @rgee0
Commits
bc4fbb9 feat: improve install
error when app doesnt exist by @rgee0
f99487b feat:add pulumi by @rgee0
9ac7e2a Add arm64 target for istioctl by @alexellis
Changes: 0.11.38...0.11.39
Generated by Derek
Update version of Istio to 1.25.0
Changelog for 0.11.38:
Commits
5f297ca Update Istio version to 1.25.0 by @alexellis
Changes: 0.11.37...0.11.38
Generated by Derek
Add git-who and fix nats-server
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