Compare commits

...

18 commits

Author SHA1 Message Date
Your Name
0a93796d46 0.140.1
All checks were successful
Run CI/CD... / main (push) Successful in 8m23s
2025-04-03 20:38:19 +00:00
Your Name
3a7b61f29e 0.140.0
All checks were successful
Run CI/CD... / main (push) Successful in 6m2s
2025-03-31 19:40:49 +00:00
Your Name
34fc8ab6c9 0.139.0
All checks were successful
Run CI/CD... / main (push) Successful in 12m53s
2025-02-27 13:00:20 +00:00
Your Name
9b224f1f28 0.138.0
All checks were successful
Run CI/CD... / main (push) Successful in 16m26s
2025-02-20 08:27:38 +00:00
Your Name
33740ab210 0.137.0
All checks were successful
Run CI/CD... / main (push) Successful in 11m20s
2025-02-11 19:26:33 +00:00
Your Name
77b469e922 0.136.0
Some checks failed
Run CI/CD... / main (push) Failing after 1m28s
2025-02-01 18:54:50 +00:00
Your Name
d0742dd8e0 Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
2025-01-31 15:12:25 +00:00
331040a500 Добавление .gitignore и .gitea/workflows/ci.yml 2025-01-08 00:28:47 +03:00
5e2c932cc7 0.135.0 2024-12-19 11:27:16 +00:00
6f79071d34 0.134.0 2024-12-03 12:15:48 +00:00
37c603c83d 0.133.0 2024-11-19 09:49:00 +00:00
f04e78bc8c 0.132.0 2024-11-05 17:52:12 +00:00
5927770b42 0.131.0 2024-10-22 13:33:41 +00:00
bfb62f0beb 0.130.0 2024-10-08 19:45:25 +00:00
9dfa43ab7e 0.129.0 2024-09-10 09:42:41 +00:00
f29cc36c4f 0.128.0 2024-08-30 14:51:55 +00:00
3360ed4d3b 0.127.0 2024-08-15 23:41:43 +00:00
59a89577e4 0.126.0 2024-07-31 12:27:09 +00:00
4 changed files with 24 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
terraform-provider-yandex-0.124.0.tar.gz: fa018ff5f0828bbac5ac500d3b333a2377559371
terraform-provider-yandex-0.140.1.tar.gz: e6d165e755f9df69961bfbcdb903fca775c8be5a

17
.gitea/workflows/ci.yml Normal file
View file

@ -0,0 +1,17 @@
version: '1'
name: Run CI/CD...
on: [push]
jobs:
main:
runs-on: r11_builder
steps:
- name: Jobs
uses: ${{ github.server_url }}/Djam/r11_workflows@main
with:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
PUBLICATOR: ${{ secrets.PUBLICATOR }}
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.*~
*~
.env

View file

@ -6,11 +6,11 @@
%else
%global goarch 386
%endif
%define secscan 1
%define secscan 0
Name: terraform-provider-%{tfprovider}
Version: 0.124.0
Version: 0.140.1
Release: 1
Summary: Terraform provider for Yandex cloud
URL: https://github.com/yandex-cloud/%{name}
@ -21,6 +21,7 @@ BuildRequires: go >= 1.16
BuildRequires: git-core
BuildRequires: upx
BuildRequires: terraform
BuildRequires: pkgconfig(openssl3.3)
%if %{secscan}
BuildRequires: clamav