Skip to content

Commit

Permalink
Merge #11197
Browse files Browse the repository at this point in the history
11197: prepare for next release (v3.46.0) r=Frassle a=pulumi-bot



Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
bors[bot] and github-actions committed Oct 31, 2022
2 parents 6a74bc1 + 7f0a085 commit 77d72ad
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.45.0
3.46.0
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 3.45.0 (2022-10-31)


### Features

- [auto/dotnet] Support for remote operations
[#11194](https://github.com/pulumi/pulumi/pull/11194)

- [cli/config] Typing made optional, extended short-hand values to arrays and correctly pass stack name to config validator
[#11192](https://github.com/pulumi/pulumi/pull/11192)

- [auto/go] Support for remote operations
[#11168](https://github.com/pulumi/pulumi/pull/11168)

- [auto/nodejs] Support for remote operations
[#11170](https://github.com/pulumi/pulumi/pull/11170)

- [auto/python] Support for remote operations
[#11174](https://github.com/pulumi/pulumi/pull/11174)


### Bug Fixes

- [sdk/{go,yaml}] Block IsSecret until secretness is known
[#11189](https://github.com/pulumi/pulumi/pull/11189)

- [sdk/{go,yaml}] Prevent race on resource output
[#11186](https://github.com/pulumi/pulumi/pull/11186)

## 3.44.3 (2022-10-28)


Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/go.mod
Original file line number Diff line number Diff line change
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.44.3
github.com/pulumi/pulumi/sdk/v3 v3.45.0
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
Original file line number Diff line number Diff line change
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.44.3
github.com/pulumi/pulumi/sdk/v3 v3.45.0
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 77d72ad

Please sign in to comment.