From 4aafe2aa9c24e1ccfd6a895ade517ebcedb9c925 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Dubas?=
 <joao.dubas@noreply.gitea.dubas.dev>
Date: Sun, 29 Oct 2023 20:47:11 +0000
Subject: [PATCH] chore(rtx): upgrade runtimes (#9)

Upgrades:

* awscli .... from 2.13.5 to 2.13.30
* elixir .... from 1.15.6 to 1.15.7
* erlang .... from 26.1.1 to 26.1.2
* go ........ from 1.20.6 to 1.21.3
* helm ...... from 3.12.2 to 3.13.1
* kubectl ... from 1.27.4 to 1.27.7
* node ...... from 20.6.1 to 21.1.0
* poetry .... from 1.5.1 to 1.6.1
* python .... from 3.11.4 to 3.12.0
* terraform . from 1.5.4 to 1.6.2

Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/9
---
 config/rtx/config.toml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/config/rtx/config.toml b/config/rtx/config.toml
index 5fcdb5a..79f9f66 100644
--- a/config/rtx/config.toml
+++ b/config/rtx/config.toml
@@ -1,14 +1,14 @@
 [tools]
-awscli = "2.13.5"
-elixir = "1.15.6-otp-26"
-erlang = "26.1.1"
-go = "1.20.6"
-helm = "3.12.2"
-kubectl = "1.27.4"
-node = "20.6.1"
-poetry = "1.5.1"
-python = "3.11.4"
-terraform = "1.5.4"
+awscli = "2.13.30"
+elixir = "1.15.7-otp-26"
+erlang = "26.1.2"
+go = "1.21.3"
+helm = "3.13.1"
+kubectl = "1.27.7"
+node = "21.1.0"
+poetry = "1.6.1"
+python = "3.12.0"
+terraform = "1.6.2"
 
 [settings]
 experimental = true