From 00f7f36014894c5c3a6f82b1dda4c3693b17dc5a Mon Sep 17 00:00:00 2001 From: Daniel Ruggeri Date: Wed, 2 Nov 2022 17:06:31 +0000 Subject: [PATCH] Changes for v1.18.0 --- .release_info.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.release_info.md b/.release_info.md index 1862a59f..64e5512f 100644 --- a/.release_info.md +++ b/.release_info.md @@ -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!