Skip to content

Commit

Permalink
Upgrade p/p, tf-bridge, and tls (#2448)
Browse files Browse the repository at this point in the history
* Upgrade tf-bridge to 3.43 and p/p to 3.59

* Upgrade pulumi-tls to 4.10.0

* Upgrade workflows to DOTNET 6

* Remove autogenerated warning from workflows since this repo is removed from ci-mgmt

* Bump .NET examples to 6.0 as well
  • Loading branch information
thomas11 authored Apr 3, 2023
1 parent 1594a2a commit 0013ca4
Show file tree
Hide file tree
Showing 1,077 changed files with 30,755 additions and 193,854 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/artifact-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
AWS_REGION: us-west-2
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/community-moderation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
Expand Down
21 changes: 6 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
AWS_REGION: us-west-2
DOTNETVERSION: |
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -108,8 +109,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down Expand Up @@ -246,8 +245,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -302,8 +299,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -402,7 +397,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -446,8 +441,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -507,7 +500,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -578,8 +571,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down
21 changes: 6 additions & 15 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
AWS_REGION: us-west-2
DOTNETVERSION: |
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -110,8 +111,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down Expand Up @@ -257,8 +256,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -314,8 +311,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -418,7 +413,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -462,8 +457,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -524,7 +517,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -595,8 +588,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down
15 changes: 5 additions & 10 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
AWS_REGION: us-west-2
DOTNETVERSION: |
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -110,8 +111,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down Expand Up @@ -194,8 +193,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -257,7 +254,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -328,8 +325,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down
21 changes: 6 additions & 15 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
AWS_REGION: us-west-2
DOTNETVERSION: |
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -110,8 +111,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down Expand Up @@ -199,8 +198,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -257,8 +254,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -361,7 +356,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -405,8 +400,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -467,7 +460,7 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{matrix.dotnetversion}}
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -538,8 +531,6 @@ jobs:
strategy:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt

env:
AWS_REGION: us-west-2
DOTNETVERSION: |
6.0.x
3.1.301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
Loading

0 comments on commit 0013ca4

Please sign in to comment.