You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
## Release 1.1.0
6
+
7
+
**Features**
8
+
* Added official support for Windows 2019 and Windows 10
9
+
* Removed official support for Windows 2008R2
10
+
* Added support for uninstallation of VMware Tools (`ensure => absent`)
11
+
* Validated on Windows 2019 and Windows Server Core (SAC)
12
+
* Added PDK unit tests
13
+
* PDK 1.17 update
14
+
15
+
**Bugfixes**
16
+
17
+
**Known Issues**
18
+
19
+
## Release 1.0.7
20
+
21
+
**Features**
22
+
PDK 1.12 update
23
+
24
+
**Bugfixes**
25
+
ensure correct parsing of variable for reported issue #7
26
+
27
+
**Known Issues**
28
+
29
+
## Release 1.0.6
30
+
31
+
**Features**
32
+
PDK 1.8.0 update
33
+
34
+
**Bugfixes**
35
+
Fact constraints
36
+
37
+
**Known Issues**
38
+
39
+
## Release 1.0.5
40
+
41
+
**Features**
42
+
Updated to PDK-based module
43
+
44
+
**Bugfixes**
45
+
46
+
**Known Issues**
47
+
48
+
## Release 1.0.4
49
+
50
+
**Features**
51
+
Updated functions to work with PE 4.7
52
+
* removed return type definition (>>) for functions, which is PE 4.8 and above
53
+
* removed usage of 'return' function, which is PE 4.8 and above
54
+
Added testing for Puppet 5.0
55
+
56
+
**Bugfixes**
57
+
58
+
**Known Issues**
59
+
60
+
## Release 1.0.3
61
+
62
+
**Features**
63
+
* Moved validation logic to separate functions
64
+
* Moved class parameter defaults to Hiera 5 at data/common.yaml
65
+
66
+
Changed compatibility to Puppet 4.8.0 and higher, as Puppet 4.7.0 and lower do not support specifying the output datatype of a function.
67
+
68
+
**Bugfixes**
69
+
70
+
**Known Issues**
71
+
72
+
## Release 1.0.2
73
+
74
+
**Features**
75
+
Updated metadata.json to 1.0.2
76
+
77
+
**Bugfixes**
78
+
79
+
**Known Issues**
80
+
81
+
## Release 1.0.1
82
+
83
+
**Features**
84
+
This release adds support for Windows 2008 R2, which didn't fully work in 1.0.0 due to Powershell 2.0 not supporting the Invoke-WebRequest cmdlet. This is now fixed by using a different command when Invoke-WebRequest is not available.
85
+
86
+
Testing has now been performed for Windows 2008 R2, 2012, 2012 R2 and 2016.
87
+
88
+
**Bugfixes**
89
+
A bugfix was added to account for the situation where internet connectivity is not working and there is no existing version of the VMware Tools installed.
90
+
91
+
**Known Issues**
92
+
93
+
## Release 1.0.0
94
+
95
+
**Features**
96
+
Initial Release of VMware Tools for Windows puppet module.
0 commit comments