Prepare for v3.2.0 release

This commit is contained in:
stack72 2021-05-05 18:27:16 +01:00
parent 20bf4c8b67
commit 7e77a340e6
2 changed files with 68 additions and 20 deletions

View file

@ -1,6 +1,64 @@
CHANGELOG
=========
## 3.2.0 (2021-05-05)
### Enhancements
- [auto/go] - Provide GetPermalink for all results
[#6875](https://github.com/pulumi/pulumi/pull/6875)
- [automation/*] Add support for getting stack outputs using Workspace
[#6859](https://github.com/pulumi/pulumi/pull/6859)
- [automation/*] Optionally skip Automation API version check
[#6882](https://github.com/pulumi/pulumi/pull/6882)
The version check can be skipped by passing a non-empty value to the `PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK` environment variable.
- [auto/go,nodejs] Add UserAgent to update/pre/refresh/destroy options.
[#6935](https://github.com/pulumi/pulumi/pull/6935)
### Bug Fixes
- [cli] Return an appropriate error when a user has not set `PULUMI_CONFIG_PASSPHRASE` nor `PULUMI_CONFIG_PASSPHRASE_FILE`
when trying to access the Passphrase Secrets Manager
[#6893](https://github.com/pulumi/pulumi/pull/6893)
- [cli] Prevent against panic when using a ResourceReference as a program output
[#6962](https://github.com/pulumi/pulumi/pull/6962)
- [sdk/python] - Fix bug in MockResourceArgs.
[#6863](https://github.com/pulumi/pulumi/pull/6863)
- [sdk/python] Address issues when using resource subclasses.
[#6890](https://github.com/pulumi/pulumi/pull/6890)
- [sdk/python] Fix type-related regression on Python 3.6.
[#6942](https://github.com/pulumi/pulumi/pull/6942)
- [sdk/python] Don't error when a dict input value has a mismatched type annotation.
[#6949](https://github.com/pulumi/pulumi/pull/6949)
- [automation/dotnet] Fix EventLogWatcher failing to read events after an exception was thrown
[#6821](https://github.com/pulumi/pulumi/pull/6821)
- [automation/dotnet] Use stackName in ImportStack
[#6858](https://github.com/pulumi/pulumi/pull/6858)
- [automation/go] Improve autoError message formatting
[#6924](https://github.com/pulumi/pulumi/pull/6924)
### Misc.
- [auto/dotnet] Bump YamlDotNet to 11.1.1
[#6915](https://github.com/pulumi/pulumi/pull/6915)
- [sdk/dotnet] Enable deterministic builds
[#6917](https://github.com/pulumi/pulumi/pull/6917)
- [auto/*] - Bump minimum version to v3.1.0.
[#6852](https://github.com/pulumi/pulumi/pull/6852)
## 3.1.0 (2021-04-22)
### Breaking Changes

View file

@ -1,7 +1,3 @@
### Breaking Changes
### Enhancements
- [auto/go] - Provide GetPermalink for all results
@ -12,17 +8,11 @@
- [automation/*] Optionally skip Automation API version check
[#6882](https://github.com/pulumi/pulumi/pull/6882)
The version check can be skipped by passing a non-empty value to the `PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK` environment variable.
- [codegen/python] Lazy module import to improve CLI startup performance
[#6827](https://github.com/pulumi/pulumi/pull/6827)
- [auto/go,nodejs] Add UserAgent to update/pre/refresh/destroy options.
[#6935](https://github.com/pulumi/pulumi/pull/6935)
- [plugins] - It is now possible to opt out of loading plugins present on PATH but not installed explicitly, by setting the `PULUMI_IGNORE_AMBIENT_PLUGINS` environment variable to any non-empty value.
### Bug Fixes
- [cli] Return an appropriate error when a user has not set `PULUMI_CONFIG_PASSPHRASE` nor `PULUMI_CONFIG_PASSPHRASE_FILE`
@ -35,15 +25,6 @@
- [sdk/python] - Fix bug in MockResourceArgs.
[#6863](https://github.com/pulumi/pulumi/pull/6863)
- [automation/dotnet] Fix EventLogWatcher failing to read events after an exception was thrown
[#6821](https://github.com/pulumi/pulumi/pull/6821)
- [automation/dotnet] Use stackName in ImportStack
[#6858](https://github.com/pulumi/pulumi/pull/6858)
- [automation/go] Improve autoError message formatting
[#6924](https://github.com/pulumi/pulumi/pull/6924)
- [sdk/python] Address issues when using resource subclasses.
[#6890](https://github.com/pulumi/pulumi/pull/6890)
@ -53,6 +34,15 @@
- [sdk/python] Don't error when a dict input value has a mismatched type annotation.
[#6949](https://github.com/pulumi/pulumi/pull/6949)
- [automation/dotnet] Fix EventLogWatcher failing to read events after an exception was thrown
[#6821](https://github.com/pulumi/pulumi/pull/6821)
- [automation/dotnet] Use stackName in ImportStack
[#6858](https://github.com/pulumi/pulumi/pull/6858)
- [automation/go] Improve autoError message formatting
[#6924](https://github.com/pulumi/pulumi/pull/6924)
### Misc.
- [auto/dotnet] Bump YamlDotNet to 11.1.1