chore: upgrade runtimes and cli from rtx

Also add [tilt][0] to make easier work locally with containers services.

[0]: https://tilt.dev/
This commit is contained in:
Joao P Dubas 2023-11-24 12:47:27 +00:00
parent 9f8b1fbe85
commit 4c255238b8
2 changed files with 11 additions and 9 deletions

View File

@ -174,7 +174,8 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
kubectl \ kubectl \
lefthook \ lefthook \
poetry \ poetry \
terraform terraform \
tilt
# NOTE (jpd): the section below exists mainly to handle a project running elixir 1.11. # NOTE (jpd): the section below exists mainly to handle a project running elixir 1.11.
# It allows the usage of openssl 1.1 and a compatible elixir-ls. # It allows the usage of openssl 1.1 and a compatible elixir-ls.

View File

@ -1,15 +1,16 @@
[tools] [tools]
awscli = "2.13.30" awscli = "2.13.38"
elixir = "1.15.7-otp-26" elixir = "1.15.7-otp-26"
erlang = "26.1.2" erlang = "26.1.2"
go = "1.21.3" go = "1.21.4"
helm = "3.13.1" helm = "3.13.2"
kubectl = "1.27.7" kubectl = "1.28.4"
lefthook = "1.5.2" lefthook = "1.5.3"
node = "21.1.0" node = "21.2.0"
poetry = "1.6.1" poetry = "1.7.1"
python = "3.12.0" python = "3.12.0"
terraform = "1.6.2" terraform = "1.6.4"
tilt = "0.33.6"
[settings] [settings]
experimental = true experimental = true