From 5c39199db3f397b0cc51450baed9e4dc31e76840 Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Thu, 7 Apr 2022 19:21:41 +0000 Subject: [PATCH] Changes for v1.16.2 --- .release_info.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.release_info.md b/.release_info.md index 5c8aed4a..3ad10d54 100644 --- a/.release_info.md +++ b/.release_info.md @@ -1,2 +1,5 @@ -## Misc -- No changes made in this release. This is only a new tag intended to fix issues with publishing to the Terraform registry. Thanks, @scastria for PR#159! +## Fixed +- Fix a bug causing crash any time the provider is configured with `oauth_client_credentials`. Thanks for the report in #162, @AndreasSko! + +## Broken +- An apparent terraform bug was detected while triaging #162. The `endpoint_params` sub map of `oauth_client_credentials` does not work. It is unclear if this ever functioned.