From e0deb8d9dfa8b716695403205a47b87bda303070 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 15 May 2024 12:46:59 +0000 Subject: [PATCH] 0.118.0 --- .abf.yml | 2 +- terraform-provider-yandex.spec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 53d0020..b3966be 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - terraform-provider-yandex-0.117.0.tar.gz: 9dec1490e71cae43bcac39ac255d53254ef32045 + terraform-provider-yandex-0.118.0.tar.gz: 19e7a91b248a2e4e50b88b7f6d0b1204c44c78d1 diff --git a/terraform-provider-yandex.spec b/terraform-provider-yandex.spec index 9dc1549..a057cf0 100644 --- a/terraform-provider-yandex.spec +++ b/terraform-provider-yandex.spec @@ -8,7 +8,7 @@ %endif Name: terraform-provider-%{tfprovider} -Version: 0.117.0 +Version: 0.118.0 Release: 1 Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions) URL: https://github.com/yandex-cloud/%{name} @@ -27,7 +27,8 @@ BuildRequires: upx %build export GOPROXY=https://proxy.golang.org/cached-only -go build --ldflags="-s -w" . +#go mod tidy +go build --ldflags="-s -w" -o bin/%{name} . upx %{name}