monitoring-mixins / mixtool

mixtool is a helper for easily working with jsonnet mixins.
Apache License 2.0
138 stars 15 forks source link

Update module github.com/grafana/tanka to v0.28.4 #199

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grafana/tanka v0.28.0 -> v0.28.4 age adoption passing confidence

Release Notes

grafana/tanka (github.com/grafana/tanka) ### [`v0.28.4`](https://redirect.github.com/grafana/tanka/releases/tag/v0.28.4) [Compare Source](https://redirect.github.com/grafana/tanka/compare/v0.28.3...v0.28.4) This is release `v0.28.4` of Tanka (`tk`). #### Install instructions ##### Binary: ```bash ### download the binary (adapt os and arch as needed) $ curl -fSL -o "/usr/local/bin/tk" "https://github.com/grafana/tanka/releases/download/v0.28.4/tk-linux-amd64" ### make it executable $ chmod a+x "/usr/local/bin/tk" ### have fun :) $ tk --help ``` ##### Docker container: https://hub.docker.com/r/grafana/tanka ```bash $ docker pull grafana/tanka:0.28.4 ``` #### What's Changed - fix: replace godirwalk with filepath.WalkDir by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1058](https://redirect.github.com/grafana/tanka/pull/1058) - fix: prevent concurrent writes in `env list` command by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1182](https://redirect.github.com/grafana/tanka/pull/1182) - docs: remove mailinglists from the README by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1183](https://redirect.github.com/grafana/tanka/pull/1183) - build(deps): bump the docs-dependencies group in /docs with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1191](https://redirect.github.com/grafana/tanka/pull/1191) - build(deps): bump golang from 1.23.1 to 1.23.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1188](https://redirect.github.com/grafana/tanka/pull/1188) - build(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1190](https://redirect.github.com/grafana/tanka/pull/1190) - build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1189](https://redirect.github.com/grafana/tanka/pull/1189) - feat(ci): run required checks on merge groups by [@​iainlane](https://redirect.github.com/iainlane) in [https://github.com/grafana/tanka/pull/1192](https://redirect.github.com/grafana/tanka/pull/1192) - build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1186](https://redirect.github.com/grafana/tanka/pull/1186) - build(deps): bump actions/cache from 4.0.2 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1184](https://redirect.github.com/grafana/tanka/pull/1184) - build(deps): bump the dagger-dependencies group in /dagger with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1187](https://redirect.github.com/grafana/tanka/pull/1187) - build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1185](https://redirect.github.com/grafana/tanka/pull/1185) - feat(ci): run on real arm64 builders by [@​iainlane](https://redirect.github.com/iainlane) in [https://github.com/grafana/tanka/pull/1193](https://redirect.github.com/grafana/tanka/pull/1193) - chore: add catalog-info.yaml for project metadata by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1194](https://redirect.github.com/grafana/tanka/pull/1194) - build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1200](https://redirect.github.com/grafana/tanka/pull/1200) - build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1198](https://redirect.github.com/grafana/tanka/pull/1198) - build(deps): bump actions/cache from 4.1.0 to 4.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1199](https://redirect.github.com/grafana/tanka/pull/1199) - build(deps): bump dagger/dagger-for-github from 6.11.0 to 6.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1197](https://redirect.github.com/grafana/tanka/pull/1197) - build(deps): bump the dagger-dependencies group in /dagger with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1202](https://redirect.github.com/grafana/tanka/pull/1202) - build(deps): bump astro from 4.15.11 to 4.16.1 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1203](https://redirect.github.com/grafana/tanka/pull/1203) **Full Changelog**: https://github.com/grafana/tanka/compare/v0.28.3...v0.28.4 ### [`v0.28.3`](https://redirect.github.com/grafana/tanka/releases/tag/v0.28.3) [Compare Source](https://redirect.github.com/grafana/tanka/compare/v0.28.2...v0.28.3) This is release `v0.28.3` of Tanka (`tk`). #### Install instructions ##### Binary: ```bash ### download the binary (adapt os and arch as needed) $ curl -fSL -o "/usr/local/bin/tk" "https://github.com/grafana/tanka/releases/download/v0.28.3/tk-linux-amd64" ### make it executable $ chmod a+x "/usr/local/bin/tk" ### have fun :) $ tk --help ``` ##### Docker container: https://hub.docker.com/r/grafana/tanka ```bash $ docker pull grafana/tanka:0.28.3 ``` #### What's Changed - build(deps): bump the docs-dependencies group across 1 directory with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1145](https://redirect.github.com/grafana/tanka/pull/1145) - build(deps): bump the docs-dependencies group across 1 directory with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1156](https://redirect.github.com/grafana/tanka/pull/1156) - build(deps): bump the docs-dependencies group in /docs with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1157](https://redirect.github.com/grafana/tanka/pull/1157) - build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1158](https://redirect.github.com/grafana/tanka/pull/1158) - build(deps): bump golang from 1.23.0 to 1.23.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1161](https://redirect.github.com/grafana/tanka/pull/1161) - build(deps): bump the dagger-dependencies group across 1 directory with 10 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1147](https://redirect.github.com/grafana/tanka/pull/1147) - build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1159](https://redirect.github.com/grafana/tanka/pull/1159) - build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1160](https://redirect.github.com/grafana/tanka/pull/1160) - build(deps): bump dagger/dagger-for-github from 6.7.0 to 6.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1164](https://redirect.github.com/grafana/tanka/pull/1164) - build(deps): bump the acceptance-tests-dependencies group in /acceptance-tests with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1165](https://redirect.github.com/grafana/tanka/pull/1165) - build(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1166](https://redirect.github.com/grafana/tanka/pull/1166) - build(deps): bump the docs-dependencies group in /docs with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1167](https://redirect.github.com/grafana/tanka/pull/1167) - build(deps): bump the dagger-dependencies group in /dagger with 7 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1168](https://redirect.github.com/grafana/tanka/pull/1168) - build(deps): bump the dagger-dependencies group in /dagger with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1169](https://redirect.github.com/grafana/tanka/pull/1169) - build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1171](https://redirect.github.com/grafana/tanka/pull/1171) - build(deps): bump the dagger-dependencies group in /dagger with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1174](https://redirect.github.com/grafana/tanka/pull/1174) - build(deps): bump rossjrw/pr-preview-action from 1.4.7 to 1.4.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1172](https://redirect.github.com/grafana/tanka/pull/1172) - build(deps): bump dagger/dagger-for-github from 6.8.0 to 6.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1170](https://redirect.github.com/grafana/tanka/pull/1170) - build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1177](https://redirect.github.com/grafana/tanka/pull/1177) - build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.16 to 2.5.17 in /dagger by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1179](https://redirect.github.com/grafana/tanka/pull/1179) - build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1178](https://redirect.github.com/grafana/tanka/pull/1178) - build(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1176](https://redirect.github.com/grafana/tanka/pull/1176) - build(deps): bump the docs-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1180](https://redirect.github.com/grafana/tanka/pull/1180) - fix(docs): replace deprecated translation API by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1181](https://redirect.github.com/grafana/tanka/pull/1181) - docs: add instructions for releasing a new version by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1120](https://redirect.github.com/grafana/tanka/pull/1120) **Full Changelog**: https://github.com/grafana/tanka/compare/v0.28.2...v0.28.3 ### [`v0.28.2`](https://redirect.github.com/grafana/tanka/releases/tag/v0.28.2) [Compare Source](https://redirect.github.com/grafana/tanka/compare/v0.28.1...v0.28.2) This is release `v0.28.2` of Tanka (`tk`). #### Install instructions ##### Binary: ```bash ### download the binary (adapt os and arch as needed) $ curl -fSL -o "/usr/local/bin/tk" "https://github.com/grafana/tanka/releases/download/v0.28.2/tk-linux-amd64" ### make it executable $ chmod a+x "/usr/local/bin/tk" ### have fun :) $ tk --help ``` ##### Docker container: https://hub.docker.com/r/grafana/tanka ```bash $ docker pull grafana/tanka:0.28.2 ``` #### What's Changed - build(deps): bump dagger/dagger-for-github from 6.5.0 to 6.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1152](https://redirect.github.com/grafana/tanka/pull/1152) - build(deps): bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1146](https://redirect.github.com/grafana/tanka/pull/1146) - build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1148](https://redirect.github.com/grafana/tanka/pull/1148) - fix(docker): fix warnings in Dockerfile by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1153](https://redirect.github.com/grafana/tanka/pull/1153) - fix(ci): fix setup-goversion after Dockerfile cleanup by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1154](https://redirect.github.com/grafana/tanka/pull/1154) - build(deps): bump golang from 1.22.5 to 1.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1140](https://redirect.github.com/grafana/tanka/pull/1140) - build(deps): bump the acceptance-tests-dependencies group in /acceptance-tests with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1141](https://redirect.github.com/grafana/tanka/pull/1141) - Dependency updates within the Docker image to fix a CVE around the expat library. **Full Changelog**: https://github.com/grafana/tanka/compare/v0.28.1...v0.28.2 ### [`v0.28.1`](https://redirect.github.com/grafana/tanka/releases/tag/v0.28.1) [Compare Source](https://redirect.github.com/grafana/tanka/compare/v0.28.0...v0.28.1) This is release `v0.28.1` of Tanka (`tk`). #### Install instructions ##### Binary: ```bash ### download the binary (adapt os and arch as needed) $ curl -fSL -o "/usr/local/bin/tk" "https://github.com/grafana/tanka/releases/download/v0.28.1/tk-linux-amd64" ### make it executable $ chmod a+x "/usr/local/bin/tk" ### have fun :) $ tk --help ``` ##### Docker container: https://hub.docker.com/r/grafana/tanka ```bash $ docker pull grafana/tanka:0.28.1 ``` #### What's Changed - ci: fix missing tag name in release draft by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1118](https://redirect.github.com/grafana/tanka/pull/1118) - ci: update k3s module to fix breaking acceptance tests by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1119](https://redirect.github.com/grafana/tanka/pull/1119) - build(deps): bump the docs-dependencies group in /docs with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1122](https://redirect.github.com/grafana/tanka/pull/1122) - build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1123](https://redirect.github.com/grafana/tanka/pull/1123) - build(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1125](https://redirect.github.com/grafana/tanka/pull/1125) - build(deps): bump dagger/dagger-for-github from 6.3.0 to 6.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1124](https://redirect.github.com/grafana/tanka/pull/1124) - docs: remove statement about importing YAML files by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1127](https://redirect.github.com/grafana/tanka/pull/1127) - build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /dagger in the dagger-dependencies group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1126](https://redirect.github.com/grafana/tanka/pull/1126) - build(deps): bump the docs-dependencies group in /docs with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1133](https://redirect.github.com/grafana/tanka/pull/1133) - build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1135](https://redirect.github.com/grafana/tanka/pull/1135) - build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1134](https://redirect.github.com/grafana/tanka/pull/1134) - build(deps): bump k8s.io/apimachinery from 0.30.3 to 0.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1136](https://redirect.github.com/grafana/tanka/pull/1136) - build(deps): bump docker/build-push-action from 6.5.0 to 6.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1139](https://redirect.github.com/grafana/tanka/pull/1139) - build(deps): bump dagger/dagger-for-github from 6.4.0 to 6.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1138](https://redirect.github.com/grafana/tanka/pull/1138) - build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/grafana/tanka/pull/1130](https://redirect.github.com/grafana/tanka/pull/1130) - fix: remove unnecessary print statement by [@​zerok](https://redirect.github.com/zerok) in [https://github.com/grafana/tanka/pull/1151](https://redirect.github.com/grafana/tanka/pull/1151) **Full Changelog**: https://github.com/grafana/tanka/compare/v0.28.0...v0.28.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22.6 -> 1.23.2
github.com/Masterminds/semver/v3 v3.2.0 -> v3.3.0
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/shopspring/decimal v1.3.1 -> v1.4.0
golang.org/x/crypto v0.24.0 -> v0.26.0
golang.org/x/term v0.22.0 -> v0.25.0
github.com/spf13/cast v1.6.0 -> v1.7.0
golang.org/x/sys v0.22.0 -> v0.26.0
golang.org/x/text v0.16.0 -> v0.19.0