From ac2ce0ea53d82b61d52dd89c154396eb853ad0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 20:08:12 +0400 Subject: [PATCH] chore: bump versions 3.0.4/5.0.3/2.0.3 + rebuild --- TEST_STAND/PGwNewRegistry/main.tf | 2 +- TOOLS/config/dev/profile.env | 2 +- TOOLS/config/prod/profile.env | 2 +- TOOLS/config/test/profile.env | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TEST_STAND/PGwNewRegistry/main.tf b/TEST_STAND/PGwNewRegistry/main.tf index 01e1408..a91ef3b 100644 --- a/TEST_STAND/PGwNewRegistry/main.tf +++ b/TEST_STAND/PGwNewRegistry/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { nubes = { source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-test/nubes" - version = "5.0.2" + version = "5.0.3" } } } diff --git a/TOOLS/config/dev/profile.env b/TOOLS/config/dev/profile.env index 7cc1f17..12c6ad5 100644 --- a/TOOLS/config/dev/profile.env +++ b/TOOLS/config/dev/profile.env @@ -4,7 +4,7 @@ TOKEN_FILE="secrets/dev.token" # Release versions # Version -VERSION="3.0.3" +VERSION="3.0.4" NAMESPACE="nubes-dev" PROVIDER_NAME="nubes" diff --git a/TOOLS/config/prod/profile.env b/TOOLS/config/prod/profile.env index 568fa4f..262086e 100644 --- a/TOOLS/config/prod/profile.env +++ b/TOOLS/config/prod/profile.env @@ -4,7 +4,7 @@ TOKEN_FILE="secrets/prod.token" # Release versions # Version -VERSION="2.0.2" +VERSION="2.0.3" NAMESPACE="nubes" PROVIDER_NAME="nubes" diff --git a/TOOLS/config/test/profile.env b/TOOLS/config/test/profile.env index 2660419..5aa2d81 100644 --- a/TOOLS/config/test/profile.env +++ b/TOOLS/config/test/profile.env @@ -3,7 +3,7 @@ NUBES_API_ENDPOINT="https://lk-api-gateway-test.ngcloud.ru/api/v1/svc" TOKEN_FILE="secrets/test.token" # Version -VERSION="5.0.2" +VERSION="5.0.3" NAMESPACE="nubes-test" PROVIDER_NAME="nubes"