This repository was archived by the owner on Sep 14, 2022. It is now read-only.
forked from pulse-vadc/terraform-provider-vtm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE_NOTES.txt
More file actions
81 lines (56 loc) · 2.68 KB
/
RELEASE_NOTES.txt
File metadata and controls
81 lines (56 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Pulse Secure Terraform Provider 18.3 -> 21 December 2018
================================================================================
Major Features
================================================================================
- Support for vTM 18.3 Release
Added support for the Pulse Secure Virtual Traffic Manager 18.3 release. Use
the terraform-provider-vtm_6.1.0 to access the new features of 18.3 from
Terraform.
Other Changes in vTM 18.3
================================================================================
- Provider
* Move the provider source into directories that do not include the patch version
number, so that when we increment the patch version we don't have to move all
the source in the repository
VTMTF-122
Pulse Secure Terraform Provider 18.2 -> 15 August 2018
================================================================================
Major Features
================================================================================
- Support for vTM 18.2 Release
Added support for the Pulse Secure Virtual Traffic Manager 18.2 release. Use
the terraform-provider-vtm_6.0.0 to access the new features of 18.2 from
Terraform.
Other Changes in vTM 18.2
================================================================================
- Provider
* Removed duplicate Read() function from data sources which are based on
configuration objects and already have a Read() function.
VTMTF-61
* Fixed an issue where 'plan' or 'apply' will incorrectly report certain list
fields as changed due to the order in which the vTM REST API returns their
values.
VTMTF-88
* Added logging of REST requests and responses in the provider when environment
TF_LOG=DEBUG is set to make troubleshooting simpler
VTMTF-109
* Fixed an issue where externally-managed pools (eg. autoscaling pools) could
fail to update due to invalid node weight settings in nodes_table.
VTMTF-115
* Fixed an issue where the provider would segfault if an expected value was
missing from a vTM REST response. The provider now exits with an appropriate
error message.
VTMTF-94
* Fixed an issue with the vtm_global_stats data source where the inclusion of
deprecated fields caused the provider to crash.
VTMTF-97
* Improved error reporting in the event an "apply" operation fails due to an
error with the vTM REST call.
VTMTF-105
* Fixed an issue where a failure to authenticate with the vTM Terraform provider
produced a generic connection failed message instead of a specific
authentication error.
VTMTF-85
* Added new "linux", "win", "mac" and "all" targets to build.sh to make it easy
to build binaries for any plaform
VTMTF-80