Skip to content

Commit e6470f6

Browse files
authored
Merge pull request #55 from tencentcloudstack/feat/sync_provider_v1.82.42
sync terraform provider v1.82.42
2 parents 2dce23f + 9310ce3 commit e6470f6

File tree

19,129 files changed

+1596688
-559803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,129 files changed

+1596688
-559803
lines changed

.github/workflows/auto-pull-request-by-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21'
17+
go-version: '1.24.11'
1818

1919
- name: Install pulumictl
2020
uses: jaxxstorm/action-install-gh-release@v1.5.0
@@ -25,22 +25,22 @@ jobs:
2525
- name: Install Pulumi CLI
2626
uses: pulumi/action-install-pulumi-cli@v2.0.0
2727
with:
28-
pulumi-version: 3.117.0
28+
pulumi-version: 3.210.0
2929

3030
- name: Setup Node
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 21.X
33+
node-version: 22.3.0
3434

3535
- name: Setup DotNet
3636
uses: actions/setup-dotnet@v1
3737
with:
38-
dotnet-version: 6.0.408
38+
dotnet-version: 6.0.418
3939

4040
- name: Setup Python
4141
uses: actions/setup-python@v1
4242
with:
43-
python-version: 3.9
43+
python-version: 3.13
4444

4545
- name: generate-code
4646
id: generate-code

.github/workflows/pull-request.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Pulumi CLI
2828
uses: pulumi/action-install-pulumi-cli@v2.0.0
2929
with:
30-
pulumi-version: 3.117.0
30+
pulumi-version: 3.210.0
3131
- name: Setup Node
3232
uses: actions/setup-node@v1
3333
with:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check worktree clean
4646
run: |
4747
git update-index -q --refresh
48-
if ! git diff-files --quiet; then
48+
if ! git diff-files --quiet --ignore-space-at-eol; then
4949
>&2 echo "error: working tree is not clean, aborting!"
5050
git status
5151
git diff
@@ -55,15 +55,15 @@ jobs:
5555
fail-fast: true
5656
matrix:
5757
dotnetversion:
58-
- 6.0.408
58+
- 6.0.418
5959
goversion:
60-
- 1.21.x
60+
- 1.24.11
6161
language:
6262
- nodejs
6363
- python
6464
- dotnet
6565
- go
6666
nodeversion:
67-
- 18.x
67+
- 22.3.0
6868
pythonversion:
69-
- "3.9"
69+
- "3.13"

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: true
4949
matrix:
5050
goversion:
51-
- 1.21.x
51+
- 1.24.11
5252
publish_sdk:
5353
name: Publish SDKs
5454
runs-on: ubuntu-20.04
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install Pulumi CLI
7171
uses: pulumi/action-install-pulumi-cli@v2.0.0
7272
with:
73-
pulumi-version: 3.117.0
73+
pulumi-version: 3.210.0
7474
- name: Setup Node
7575
uses: actions/setup-node@v1
7676
with:
@@ -117,15 +117,15 @@ jobs:
117117
fail-fast: true
118118
matrix:
119119
dotnetversion:
120-
- 6.0.408
120+
- 6.0.418
121121
goversion:
122-
- 1.21.x
122+
- 1.24.11
123123
language:
124124
- nodejs
125125
- python
126126
- dotnet
127127
- go
128128
nodeversion:
129-
- 18.x
129+
- 22.3.0
130130
pythonversion:
131-
- "3.9"
131+
- "3.13"

0 commit comments

Comments
 (0)