Skip to content

Commit

Permalink
Merge pull request #57 from pulumiverse/update-packages
Browse files Browse the repository at this point in the history
Updated Pulumi modules
  • Loading branch information
pierskarsenbarg authored May 21, 2024
2 parents f01ea89 + 88d29de commit 668ed6a
Show file tree
Hide file tree
Showing 3,696 changed files with 151,822 additions and 13,018 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: peter-evans/slash-command-dispatch@v2
with:
commands: run-acceptance-tests
Expand Down
64 changes: 29 additions & 35 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout Scripts Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ci-scripts
repository: jaxxstorm/scripts
Expand All @@ -46,15 +46,15 @@ jobs:
node-version: ${{matrix.nodeversion}}
registry-url: https://registry.npmjs.org
- name: Setup DotNet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{matrix.dotnetversion}}
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{matrix.pythonversion}}
- name: Download provider + tfgen binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.PROVIDER }}-provider.tar.gz
path: ${{ github.workspace }}/bin
Expand All @@ -74,19 +74,17 @@ jobs:
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}
.
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.language }}-sdk.tar.gz
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
strategy:
fail-fast: true
matrix:
dotnetversion:
- |
6.0.x
3.1.x
- 8.0.x
goversion:
- 1.20.x
- 1.22.x
language:
- nodejs
- python
Expand All @@ -95,15 +93,15 @@ jobs:
nodeversion:
- 20.x
pythonversion:
- "3.7"
- "3.11"
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout Scripts Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ci-scripts
repository: jaxxstorm/scripts
Expand Down Expand Up @@ -147,30 +145,28 @@ jobs:
}}/bin/ pulumi-resource-${{ env.PROVIDER }} pulumi-tfgen-${{ env.PROVIDER
}}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROVIDER }}-provider.tar.gz
path: ${{ github.workspace }}/bin/provider.tar.gz
strategy:
fail-fast: true
matrix:
dotnetversion:
- |
6.0.x
3.1.x
- 8.0.x
goversion:
- 1.20.x
- 1.22.x
nodeversion:
- 20.x
pythonversion:
- "3.7"
- "3.11"
# publish:
# name: publish
# needs: test
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Repo
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: Unshallow clone for tags
# run: git fetch --prune --unshallow --tags
# - name: Install Go
Expand Down Expand Up @@ -210,9 +206,9 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Repo
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: Checkout Scripts Repo
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# path: ci-scripts
# repository: jaxxstorm/scripts
Expand All @@ -235,29 +231,29 @@ jobs:
# node-version: ${{matrix.nodeversion}}
# registry-url: https://registry.npmjs.org
# - name: Setup DotNet
# uses: actions/setup-dotnet@v1
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: ${{matrix.dotnetversion}}
# - name: Setup Python
# uses: actions/setup-python@v2
# with:
# python-version: ${{matrix.pythonversion}}
# - name: Download python SDK
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: python-sdk.tar.gz
# path: ${{ github.workspace}}/sdk/
# - name: Uncompress python SDK
# run: tar -zxf ${{github.workspace}}/sdk/python.tar.gz -C ${{github.workspace}}/sdk/python
# - name: Download dotnet SDK
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: dotnet-sdk.tar.gz
# path: ${{ github.workspace}}/sdk/
# - name: Uncompress dotnet SDK
# run: tar -zxf ${{github.workspace}}/sdk/dotnet.tar.gz -C ${{github.workspace}}/sdk/dotnet
# - name: Download nodejs SDK
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: nodejs-sdk.tar.gz
# path: ${{ github.workspace}}/sdk/
Expand Down Expand Up @@ -287,9 +283,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout Scripts Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ci-scripts
repository: jaxxstorm/scripts
Expand All @@ -312,15 +308,15 @@ jobs:
node-version: ${{matrix.nodeversion}}
registry-url: https://registry.npmjs.org
- name: Setup DotNet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{matrix.dotnetversion}}
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{matrix.pythonversion}}
- name: Download provider + tfgen binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.PROVIDER }}-provider.tar.gz
path: ${{ github.workspace }}/bin
Expand All @@ -330,7 +326,7 @@ jobs:
find ${{ github.workspace }} -name "pulumi-*-${{ env.PROVIDER }}" -print -exec chmod +x {} \;
- run: dotnet nuget add source ${{ github.workspace }}/nuget
- name: Download SDK
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ matrix.language }}-sdk.tar.gz
path: ${{ github.workspace}}/sdk/
Expand All @@ -351,11 +347,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- |
6.0.x
3.1.x
- 8.0.x
goversion:
- 1.20.x
- 1.22.x
language:
- nodejs
- python
Expand All @@ -364,7 +358,7 @@ jobs:
nodeversion:
- 20.x
pythonversion:
- "3.7"
- "3.11"
name: main
"on":
push:
Expand Down
Loading

0 comments on commit 668ed6a

Please sign in to comment.