Compare commits

...

9 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
4 changed files with 22 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
terraform-provider-yandex-0.134.0.tar.gz: d4a1d628e1b5a0b7971d72298e55533da605d7e1
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

@ -10,7 +10,7 @@
Name: terraform-provider-%{tfprovider}
Version: 0.134.0
Version: 0.140.1
Release: 1
Summary: Terraform provider for Yandex cloud
URL: https://github.com/yandex-cloud/%{name}