feat: upgrade runtimes and command lines (#23)
Upgrade runtimes and command lines to their latest versions: * bat from 0.23.0 to 0.24.0 * ripgrep from 13.0.0 to 14.0.3 * docker from 24.0.6 to 24.0.7 * compose from v2.21.0 to v2.23.3 * awscli from 2.13.38 to 2.15.6 * elixir from 1.15.7-otp-26 to 1.16.0-otp-26 * erlang from 26.1.2 to 26.2.1 * go from 1.21.4 to 1.21.5 * helm from 3.13.2 to 3.13.3 * kubectl from 1.28.4 to 1.29.0 * lefthook from 1.5.3 to 1.5.5 * node from 21.2.0 to 21.5.0 * python from 3.12.0 to 3.12.1 * terraform from 1.6.4 to 1.6.6 * tilt from 0.33.10 to 0.33.6 And add missing tools: * usql 0.17.2 * yarn 1.22.19 Reviewed-on: #23
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
[tools]
|
||||
awscli = "2.13.38"
|
||||
elixir = "1.15.7-otp-26"
|
||||
erlang = "26.1.2"
|
||||
go = "1.21.4"
|
||||
helm = "3.13.2"
|
||||
kubectl = "1.28.4"
|
||||
lefthook = "1.5.3"
|
||||
node = "21.2.0"
|
||||
awscli = "2.15.6"
|
||||
elixir = "1.16.0-otp-26"
|
||||
erlang = "26.2.1"
|
||||
go = "1.21.5"
|
||||
helm = "3.13.3"
|
||||
kubectl = "1.29.0"
|
||||
lefthook = "1.5.5"
|
||||
node = "21.5.0"
|
||||
poetry = "1.7.1"
|
||||
python = "3.12.0"
|
||||
terraform = "1.6.4"
|
||||
tilt = "0.33.6"
|
||||
python = "3.12.1"
|
||||
terraform = "1.6.6"
|
||||
tilt = "0.33.10"
|
||||
usql = "0.17.2"
|
||||
yarn = "1.22.19"
|
||||
|
||||
[settings]
|
||||
experimental = true
|
||||
|
Reference in New Issue
Block a user