From 2ac49ee407f6420fa52e25ea0cb96a1f38cad0e4 Mon Sep 17 00:00:00 2001 From: rohit-myali Date: Thu, 21 Nov 2024 16:48:22 +0000 Subject: [PATCH] Updated Make file and changedlog Signed-off-by: rohit-myali --- CHANGELOG.md | 16 ++++++++++++++++ GNUmakefile | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1508762ee..4cffb33ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.42.0 (Nov 21, 2024) + +BUG FIXES + +* **citrixadc_lbvserver**: Handled `timeout` attribute to accept zero value. [#1169] +* **citrixadc_appfwprofile_denyurl_binding**: Updated attributes schema behavior for attributes with `computed` as true. +* **documentation**: Updated docs with additional `order` attribute for supported resources. + +ENHANCEMENTS + +* **citrixadc_aaaparameter**: Updated aaaparameter resource with additional supported attributes. +* **citrixadc_gslbvserver**: Updated gslbvserver resource to handle backupvserver attribute and updated required attribute. +* **citrixadc_systemuser**: Updated systemuser resource to handle updating of attributes of nsroot user. + +[#1169]: https://github.com/citrix/terraform-provider-citrixadc/issues/1169 + ## 1.41.0 (Oct 15, 2024) FEATURES diff --git a/GNUmakefile b/GNUmakefile index f0f1883c5..a2acea5a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -23,7 +23,7 @@ BINARY=terraform-provider-${NAME} VERSION=0.2.0 OS_ARCH=$(shell go env GOOS)_$(shell go env GOARCH) -default: install +default: fmt install tools: GO111MODULE=on go install github.com/client9/misspell/cmd/misspell