diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d4d33b039..2aa4817109 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/cf2pulumi-release.yml b/.github/workflows/cf2pulumi-release.yml index 53ccd4dc09..324634bde0 100644 --- a/.github/workflows/cf2pulumi-release.yml +++ b/.github/workflows/cf2pulumi-release.yml @@ -25,7 +25,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/command-dispatch.yml b/.github/workflows/command-dispatch.yml index c600e0c683..94a10bcc6f 100644 --- a/.github/workflows/command-dispatch.yml +++ b/.github/workflows/command-dispatch.yml @@ -25,7 +25,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/nightly-sdk-generation.yml b/.github/workflows/nightly-sdk-generation.yml index b42fae04da..b6ea0a0f4c 100644 --- a/.github/workflows/nightly-sdk-generation.yml +++ b/.github/workflows/nightly-sdk-generation.yml @@ -24,7 +24,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 0060e9433a..f0cc206364 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -24,7 +24,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 07f9109c1e..3b6687cd32 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -22,7 +22,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14e4feda39..a94495e265 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index e6d2e06a2d..22a66ac864 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -31,7 +31,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index 6b9fadfcbc..1542da87e6 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -24,7 +24,7 @@ env: SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }} SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }} GOVERSION: 1.21.x - NODEVERSION: 16.x + NODEVERSION: 20.x PYTHONVERSION: "3.11" DOTNETVERSION: | 6.0.x diff --git a/.goreleaser.prerelease.yml b/.goreleaser.prerelease.yml index 897ea9b0e1..4f1b294350 100644 --- a/.goreleaser.prerelease.yml +++ b/.goreleaser.prerelease.yml @@ -28,7 +28,15 @@ archives: snapshot: name_template: "{{ .Tag }}-SNAPSHOT" changelog: - skip: true + filters: + exclude: + - Merge branch + - Merge pull request + - \Winternal\W + - \Wci\W + - \Wchore\W + sort: asc + use: git release: disable: true blobs: diff --git a/.goreleaser.yml b/.goreleaser.yml index 588837b9ed..d7b07d54d6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,7 +28,15 @@ archives: snapshot: name_template: "{{ .Tag }}-SNAPSHOT" changelog: - skip: true + filters: + exclude: + - Merge branch + - Merge pull request + - \Winternal\W + - \Wci\W + - \Wchore\W + sort: asc + use: git release: disable: false blobs: