-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathRELEASE_NOTES.txt
More file actions
145 lines (93 loc) · 4.48 KB
/
RELEASE_NOTES.txt
File metadata and controls
145 lines (93 loc) · 4.48 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
Pulse Secure Terraform Provider 19.1.1 -> 03 September 2019
================================================================================
The Pulse Secure Terraform Provider 19.1.1 is a minor release.
Customers are recommended to upgrade to this version to take advantage of the
changes.
Changes in 19.1.1
================================================================================
- Build & Test system
* Fixed an issue where the vendored sources were out of date with the upstream
version of go-vtm
VTMTF-136
Pulse Secure Terraform Provider 19.1 -> 24 July 2019
================================================================================
The Pulse Secure Terraform Provider 19.1 is a new major release containing
a number of performance and functionality enhancements. Customers are
recommended to upgrade to this version to take advantage of the changes.
Major Features
================================================================================
- Support for vTM 19.1 and 19.2
Released providers for the vTM 19.1 and 19.2 releases and moved to terraform
0.12 for all versions of the terraform provider.
Removed the vTM 18.3 / 4.0
API provider as the 4.0 API was obsoleted in vTM 19.2
Other changes in 19.1
================================================================================
- Build & Test system
* Moved supported version of golang to 1.12.5 in order to make use of go mod and
Terraform 0.12
VTMTF-131
- REST Bindings
* Fixed an issue where the Terraform Provider was keeping a large number of HTTP
connections open. The provider should now reuse HTTP connections.
VTMTF-134
- Provider
* Fixed an issue where, when using a table data source to generate JSON, a cell
containing a list caused a crash whilst attempting to execute a plan.
VTMTF-126
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