From 4220f4f483d3806704d16863fa7c9ef67f211da6 Mon Sep 17 00:00:00 2001 From: Repinoid Date: Tue, 22 Sep 2026 21:32:36 +0300 Subject: [PATCH] =?UTF-8?q?chore(fullpipe):=20bump=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=B9=D0=B4=D0=B5=D1=80=D0=B0=202.0.11=20->=202.0.?= =?UTF-8?q?12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV_STAND/FullPipe/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV_STAND/FullPipe/versions.tf b/DEV_STAND/FullPipe/versions.tf index 7b3cb8e..ba8a8df 100644 --- a/DEV_STAND/FullPipe/versions.tf +++ b/DEV_STAND/FullPipe/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { nubes = { source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-dev/nubes" - version = "2.0.11" + version = "2.0.12" } } }