Prepare for v2.13.1 release

This commit is contained in:
stack72 2020-11-06 20:49:20 +00:00
parent 8685f96ce6
commit ff22649925

View file

@ -2,11 +2,14 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
## 2.13.1 (2020-11-06)
- [cli] Ensure `pulumi history` annotes when secrets are unable to be decrypted
[#5701](https://github.com/pulumi/pulumi/pull/5701)
- Fix a bug in the Python SDK that caused incompatibilities with versions of the CLI prior to
- Fix a bug in the Python SDK that caused incompatibilities with versions of the CLI prior to
2.13.0.
[#5702](https://github.com/pulumi/pulumi/pull/5702)
@ -23,7 +26,7 @@ CHANGELOG
- [cli] Ensure that the CLI doesn't panic when trying to assemble a graph on a stack that has no snapshot available
[#5678](https://github.com/pulumi/pulumi/pull/5678)
- Add boolean values to Go SDK
[#5687](https://github.com/pulumi/pulumi/pull/5687)