Skip to content

Releases: kreeuwijk/vmtools_win

Release 1.1.2

19 May 12:32
Compare
Choose a tag to compare
  • Update changelog and readme

Release 1.1.1

19 May 12:24
a48150f
Compare
Choose a tag to compare
  • 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

13 Jul 10:52
Compare
Choose a tag to compare
  • 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

14 Aug 19:24
393d089
Compare
Choose a tag to compare
  • PDK 1.12 update
  • ensure correct parsing of variable for issue #7

Release 1.0.6

14 Aug 16:42
ff88f79
Compare
Choose a tag to compare

Fact constraints and PDK 1.8.0 update

Release 1.0.5

14 Aug 16:39
Compare
Choose a tag to compare

Updated to PDK-based module

Update release 1.0.4

18 Aug 13:30
Compare
Choose a tag to compare

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

07 Aug 12:09
Compare
Choose a tag to compare

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

02 Aug 20:40
Compare
Choose a tag to compare

Updated metadata.json to 1.0.2

Update Release 1.0.1

02 Aug 19:23
Compare
Choose a tag to compare

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.