From 292f2ee216a1080c82d58fae59095d6a899e42c3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 19 Nov 2022 01:36:28 +0000 Subject: [PATCH 1/2] chore: changelog for v3.47.1 --- CHANGELOG.md | 8 ++++++++ ...t-stack-then-create-as-fallback-on-createorselect.yaml | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 changelog/pending/20221117--sdk-nodejs--attempt-to-select-stack-then-create-as-fallback-on-createorselect.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bfb0bff19a..c72a4638d856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.47.1 (2022-11-18) + + +### Bug Fixes + +- [sdk/{dotnet,go,nodejs}] Attempt to select stack then create as fallback on 'createOrSelect' + [#11402](https://github.com/pulumi/pulumi/pull/11402) + ## 3.47.0 (2022-11-17) diff --git a/changelog/pending/20221117--sdk-nodejs--attempt-to-select-stack-then-create-as-fallback-on-createorselect.yaml b/changelog/pending/20221117--sdk-nodejs--attempt-to-select-stack-then-create-as-fallback-on-createorselect.yaml deleted file mode 100644 index f379efe02e5f..000000000000 --- a/changelog/pending/20221117--sdk-nodejs--attempt-to-select-stack-then-create-as-fallback-on-createorselect.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: fix - scope: sdk/nodejs,go,dotnet - description: Attempt to select stack then create as fallback on 'createOrSelect' From cda69e8e19ca04460f304f8598afad4c0acf7838 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 19 Nov 2022 01:38:00 +0000 Subject: [PATCH 2/2] chore: post-release go.mod updates --- pkg/go.mod | 2 +- tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/go.mod b/pkg/go.mod index 7660221f3e01..b77efdb8f264 100644 --- a/pkg/go.mod +++ b/pkg/go.mod @@ -36,7 +36,7 @@ require ( github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d github.com/opentracing/opentracing-go v1.2.0 github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 - github.com/pulumi/pulumi/sdk/v3 v3.47.0 + github.com/pulumi/pulumi/sdk/v3 v3.47.1 github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 github.com/sergi/go-diff v1.2.0 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 diff --git a/tests/go.mod b/tests/go.mod index 471acb0da630..46ced06885e6 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -12,7 +12,7 @@ require ( github.com/blang/semver v3.5.1+incompatible github.com/golang/protobuf v1.5.2 github.com/pulumi/pulumi/pkg/v3 v3.34.1 - github.com/pulumi/pulumi/sdk/v3 v3.47.0 + github.com/pulumi/pulumi/sdk/v3 v3.47.1 github.com/stretchr/testify v1.8.0 google.golang.org/grpc v1.49.0 sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600