Update to v2.2.0 (#214)

This commit is contained in:
Jason O'Donnell
2021-05-06 13:51:05 -04:00
committed by GitHub
parent 0405c26bc9
commit 0723fd7348
2 changed files with 520 additions and 83 deletions

View File

@@ -1,7 +1,10 @@
## Unreleased
## 2.2.0 (May 6th, 2021)
Security:
* multi-line secrets are now properly masked in logs [GH-208](https://github.com/hashicorp/vault-action/pull/208): CVE allocation pending
* multi-line secrets are now properly masked in logs [GH-208](https://github.com/hashicorp/vault-action/pull/208)
[CVE-2021-32074](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32074)
Features:
* JWT auth method is now supported [GH-188](https://github.com/hashicorp/vault-action/pull/188)