From 86b44cc141983573380134929849ca33ce112d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 16:35:03 +0400 Subject: [PATCH] =?UTF-8?q?fix(dev):=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BF=D0=BE=D0=B2=D1=8B=D1=88=D0=B5=D0=BD=D0=B0=203.0?= =?UTF-8?q?.1=E2=86=923.0.2=20(terraform=20init=20=D0=BD=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D1=85=D0=B2=D0=B0=D1=82=D0=B8=D1=82=20=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D1=83=D1=8E)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV_STAND/PGwNewRegistry/main.tf | 2 +- TOOLS/config/dev/profile.env | 2 +- VERSIONS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEV_STAND/PGwNewRegistry/main.tf b/DEV_STAND/PGwNewRegistry/main.tf index 9376962..ee6456c 100644 --- a/DEV_STAND/PGwNewRegistry/main.tf +++ b/DEV_STAND/PGwNewRegistry/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { nubes = { source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-dev/nubes" - version = "3.0.1" + version = "3.0.2" } } } diff --git a/TOOLS/config/dev/profile.env b/TOOLS/config/dev/profile.env index 804daca..97b8776 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.1" +VERSION="3.0.2" NAMESPACE="nubes-dev" PROVIDER_NAME="nubes" diff --git a/VERSIONS.md b/VERSIONS.md index a292896..85076b0 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -4,7 +4,7 @@ | Стенд | Namespace | Версия | Дата заливки | |---|---|---|---| -| DEV | `nubes-dev` | `3.0.1` | 2026-08-09 | ⚠️ собрано из TEST-YAML | +| DEV | `nubes-dev` | `3.0.2` | 2026-08-09 | ✅ из DEV API | | TEST | `nubes-test` | `5.0.1` | — | ⚠️ старый `5.1.17` надо заменить | | PROD | `nubes` | `2.0.1` | — | |