Releases: kreeuwijk/vmtools_win
Release 1.1.2
Release 1.1.1
- Switches to using HTTPS download locations and enables TLSv1.2 support in Powershell for the content checks
- Updates PDK to 2.0.0
Release 1.1.0
- Added official support for Windows 2019 and Windows 10
- Removed official support for Windows 2008R2
- Added support for uninstallation of VMware Tools (
ensure => absent
) - Validated on Windows 2019 and Windows Server Core (SAC)
- Added PDK unit tests
- PDK 1.17 update
Release 1.0.7
- PDK 1.12 update
- ensure correct parsing of variable for issue #7
Release 1.0.6
Fact constraints and PDK 1.8.0 update
Release 1.0.5
Updated to PDK-based module
Update release 1.0.4
Updated functions to work with PE 4.7
- removed return type definition (>>) for functions, which is PE 4.8 and above
- removed usage of 'return' function, which is PE 4.8 and above
Added testing for Puppet 5.0
Release 1.0.3
Housekeeping:
- Moved validation logic to separate functions
- Moved class parameter defaults to Hiera 5 at data/common.yaml
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.
Release 1.0.2
Updated metadata.json to 1.0.2
Update Release 1.0.1
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.
Testing has now been performed for Windows 2008 R2, 2012, 2012 R2 and 2016.
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.