Prepare for v2.16.1 release (#5996)

This commit is contained in:
Levi Blackstone 2020-12-22 13:43:08 -07:00 committed by GitHub
parent 795a11c44e
commit dd9b02dcef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -147,6 +147,8 @@ jobs:
- name: Fetch Tags
run: |
cd ./src/github.com/${{ github.repository }} && git fetch --quiet --prune --unshallow --tags
- name: Clean
run: dotnet nuget locals all --clear
- name: Get dependencies
run: |
cd src\github.com\${{ github.repository }}

View file

@ -3,6 +3,8 @@ CHANGELOG
## HEAD (Unreleased)
## 2.16.1 (2020-12-22)
- Fix a panic due to unsafe concurrent map access.
[#5995](https://github.com/pulumi/pulumi/pull/5995)