Skip to content

Commit 8ed9ac5

Browse files
committed
Changes for v1.17.0
1 parent 6f423b1 commit 8ed9ac5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.release_info.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Fixed
2-
- Fix a bug causing crash any time the provider is configured with `oauth_client_credentials`. Thanks for the report in #162, @AndreasSko!
2+
- Fix handling of server-deletes resulting in 404s. Thanks for the fix in #156, @NicoK!
33

4-
## Broken
5-
- 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.
4+
## New
5+
- Add ability to accept TLS cert/key as a string in addition to as files. Thanks for PR #172, @douernesto!
6+
7+
## Misc
8+
- Upgrade the provider to move away from legacy terraform core to the newer terraform-plugin-sdk v2. Note - this forces those building the provider to have golang 1.17 or newer toolkit
9+
- Resolve a few security vulnerabilities in dependencies by upgrading them

0 commit comments

Comments
 (0)