-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
## Fixed | ||
- Fix handling of server-deletes resulting in 404s. Thanks for the fix in #156, @NicoK! | ||
|
||
## New | ||
- Add ability to accept TLS cert/key as a string in addition to as files. Thanks for PR #172, @douernesto! | ||
|
||
## Misc | ||
- 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 | ||
- Resolve a few security vulnerabilities in dependencies by upgrading to latest versions | ||
- Add ability to send specific data structures when performing update and delete actions. Thanks for PR #182, @jgrumboe! |