Prepare for v2.11.0 release

This commit is contained in:
Lee Briggs 2020-09-30 11:00:47 -07:00
parent 9944ec13f3
commit d4263acbcf
No known key found for this signature in database
GPG key ID: A4D09B96FDFEB505
3 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,10 @@ on:
push:
branches:
[ "master", "feature/**", "feature-**" ]
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_PROD_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -5,7 +5,6 @@ on:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- '.github/**'
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_PROD_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -3,6 +3,10 @@ CHANGELOG
## HEAD (Unreleased)
_(None)_
## 2.11.0 (2020-09-30)
- Do not oversimplify types for display when running an update or preview.
[#5440](https://github.com/pulumi/pulumi/pull/5440)
@ -14,7 +18,6 @@ CHANGELOG
(fixes [#5446](https://github.com/pulumi/pulumi/issues/5446))
[#5465](https://github.com/pulumi/pulumi/pull/5465)
_(None)_
## 2.10.2 (2020-09-21)