Prepare for v2.18.0 release

This commit is contained in:
stack72 2021-01-20 17:30:06 +00:00
parent 2dfec71a5c
commit 6d790fce29

View file

@ -2,6 +2,9 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
## 2.18.0 (2021-01-20)
- [CLI] Add the ability to log out of all Pulumi backends at once.
[#6101](https://github.com/pulumi/pulumi/pull/6101)
@ -61,7 +64,7 @@ CHANGELOG
- [sdk/dotnet] Moved urn value retrieval into if statement
for MockMonitor
[#6081](https://github.com/pulumi/pulumi/pull/6081)
- [sdk/dotnet] Added `Pulumi.Output.Unsecret` which will
take an existing secret output and
create a non-secret variant with an unwrapped secret value.