Skip to content

Commit

Permalink
Bump package publisher version and update inputs (#962)
Browse files Browse the repository at this point in the history
Part of #961.

We can close #961 when all Workflows have updated to this publisher.
  • Loading branch information
guineveresaenger authored Jun 6, 2024
1 parent 9de2d95 commit 18d44a5
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ actionVersions:
upgradeProviderAction: pulumi/[email protected]
slackNotification: rtCamp/action-slack-notify@v2
publish:
publisherAction: pulumi/[email protected].16
publisherAction: pulumi/[email protected].17
sdk: all
goSdk:
# Set to `true` to use the below configuration to push a new commit somewhere else.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ jobs:
with:
sdk: #{{ .Config.publish.sdk }}#
version: ${{ steps.version.outputs.version }}
dotnet-version: "#{{ .Config.toolVersions.dotnet }}#"
java-version: "#{{ .Config.toolVersions.java }}#"
node-version: "#{{ .Config.toolVersions.node }}#"
python-version: "#{{ .Config.toolVersions.python }}#"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
with:
sdk: #{{ .Config.publish.sdk }}#
version: ${{ steps.version.outputs.version }}
dotnet-version: "#{{ .Config.toolVersions.dotnet }}#"
java-version: "#{{ .Config.toolVersions.java }}#"
node-version: "#{{ .Config.toolVersions.node }}#"
python-version: "#{{ .Config.toolVersions.python }}#"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
with:
sdk: #{{ .Config.publish.sdk }}#
version: ${{ steps.version.outputs.version }}
dotnet-version: "#{{ .Config.toolVersions.dotnet }}#"
java-version: "#{{ .Config.toolVersions.java }}#"
node-version: "#{{ .Config.toolVersions.node }}#"
python-version: "#{{ .Config.toolVersions.python }}#"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
6 changes: 5 additions & 1 deletion provider-ci/test-workflows/aws/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
6 changes: 5 additions & 1 deletion provider-ci/test-workflows/aws/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,14 @@ jobs:
- id: version
uses: pulumi/provider-version-action@v1
- name: Publish SDKs
uses: pulumi/[email protected].16
uses: pulumi/[email protected].17
with:
sdk: all
version: ${{ steps.version.outputs.version }}
dotnet-version: "6.0.x"
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit 18d44a5

Please sign in to comment.