Skip to content

Commit

Permalink
Merge #11441
Browse files Browse the repository at this point in the history
11441: Changelog and go.mod updates for v3.47.2 r=pulumi-bot a=pulumi-bot

bors merge

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
bors[bot] and github-actions committed Nov 23, 2022
2 parents c19597a + 1c521a4 commit af2b0e5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
14 changes: 14 additions & 0 deletions 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)


Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/go.mod
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Expand Up @@ -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
Expand Down

0 comments on commit af2b0e5

Please sign in to comment.