Prepare for v3.4.0 release

This commit is contained in:
stack72 2021-06-05 23:54:22 +01:00
parent 9d6a2d05c4
commit f48e108e57
2 changed files with 30 additions and 8 deletions

View file

@ -1,6 +1,36 @@
CHANGELOG
=========
## 3.4.0 (2021-06-05)
### Improvements
- [dotnet/sdk] Add get value async to output utilities.
[#7170](https://github.com/pulumi/pulumi/pull/7170)
### Bug Fixes
- [CLI] Fix broken venv for Python projects started from templates
[#6624](https://github.com/pulumi/pulumi/pull/6623)
- [cli] - Send plugin install output to stderr, so that it doesn't
clutter up --json, automation API scenarios, and so on.
[#7115](https://github.com/pulumi/pulumi/pull/7115)
- [cli] Protect against panics when using the wrong resource type with `pulumi import`
[#7202](https://github.com/pulumi/pulumi/pull/7202)
- [auto/nodejs] - Emit warning instead of breaking on parsing JSON events for automation API.
[#7162](https://github.com/pulumi/pulumi/pull/7162)
- [sdk/python] Improve performance of `Output.from_input` and `Output.all` on nested objects.
[#7175](https://github.com/pulumi/pulumi/pull/7175)
### Misc
- Update version of go-cloud used by Pulumi to `0.23.0`.
[#7204](https://github.com/pulumi/pulumi/pull/7204)
## 3.3.1 (2021-05-25)
### Improvements

View file

@ -3,11 +3,6 @@
- [dotnet/sdk] Add get value async to output utilities.
[#7170](https://github.com/pulumi/pulumi/pull/7170)
- [codegen] - Fix Go init.go codegen to be govet compliant.
- [codegen] - Encrypt input args for secret properties.
[#7128](https://github.com/pulumi/pulumi/pull/7128)
### Bug Fixes
- [CLI] Fix broken venv for Python projects started from templates
@ -26,9 +21,6 @@
- [sdk/python] Improve performance of `Output.from_input` and `Output.all` on nested objects.
[#7175](https://github.com/pulumi/pulumi/pull/7175)
- [codegen/dotnet] Fix plain properties
[#7180](https://github.com/pulumi/pulumi/pull/7180)
### Misc
- Update version of go-cloud used by Pulumi to `0.23.0`.
[#7204](https://github.com/pulumi/pulumi/pull/7204)