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` | — | |