Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump package publisher version and update inputs #962

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading