diff --git a/CHANGELOG.md b/CHANGELOG.md index c72a4638d856..d4d9d4fe854e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.47.2 (2022-11-22) + + +### Features + +- [cli] Add prompt to `up` to use experimental update plans. + [#11353](https://github.com/pulumi/pulumi/pull/11353) + + +### Bug Fixes + +- [sdk/python] Don't error on type mismatches when using input values for outputs + [#11422](https://github.com/pulumi/pulumi/pull/11422) + ## 3.47.1 (2022-11-18) diff --git a/changelog/pending/20221115--cli--add-prompt-to-up-to-use-experimental-update-plans.yaml b/changelog/pending/20221115--cli--add-prompt-to-up-to-use-experimental-update-plans.yaml deleted file mode 100644 index 1e6ba8ec6631..000000000000 --- a/changelog/pending/20221115--cli--add-prompt-to-up-to-use-experimental-update-plans.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: feat - scope: cli - description: Add prompt to `up` to use experimental update plans. diff --git a/changelog/pending/20221121--sdk-python--dont-error-on-type-mismatches-when-using-input-values-for-outputs.yaml b/changelog/pending/20221121--sdk-python--dont-error-on-type-mismatches-when-using-input-values-for-outputs.yaml deleted file mode 100644 index d5c043894196..000000000000 --- a/changelog/pending/20221121--sdk-python--dont-error-on-type-mismatches-when-using-input-values-for-outputs.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- type: fix - scope: sdk/python - description: Don't error on type mismatches when using input values for outputs diff --git a/pkg/go.mod b/pkg/go.mod index b77efdb8f264..04a8ae37a214 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.1 + github.com/pulumi/pulumi/sdk/v3 v3.47.2 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 46ced06885e6..1fab060ea6c0 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.1 + github.com/pulumi/pulumi/sdk/v3 v3.47.2 github.com/stretchr/testify v1.8.0 google.golang.org/grpc v1.49.0 sourcegraph.com/sourcegraph/appdash v0.0.0-20211028080628-e2786a622600