Skip to content

Commit

Permalink
Merge pull request #1230 from citrix/changelogv1.42.0
Browse files Browse the repository at this point in the history
Updated Make file and changelog
  • Loading branch information
rohit-myali authored Nov 21, 2024
2 parents ca65c69 + 2ac49ee commit e89cbb0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e89cbb0

Please sign in to comment.