Releases: joefitzgerald/packer-windows
Releases · joefitzgerald/packer-windows
v1.14
- Compact generated VMs using ultradefrag and sdelete (#53)
- Fix 2008 R2 Core Autounattend.xml steps
v1.11
- Change the default shell for OpenSSH from /bin/bash to /bin/sh (#45)
v1.10
- Ensure WinRM service starts immediately rather than after 120 seconds (#43)
v1.9
- Add support for Windows 8.1
- Add port forwarding for WinRM (5985) by default, with vagrant auto-correct enabled
- Require the use of the vagrant-windows plugin in the Vagrantfile templates
v1.8
- Updated oracle.cer to allow installation of VirtualBox tools
v1.7
- Add support for Windows 7 Enterprise
- Add support for Windows 2008 R2 Core
- Add support for Windows 2012 R2 Core
- Remove port forwarding from Vagrantfile templates
- Update Puppet version in scripts/puppet.bat
v1.6
- Remove
config.vm.base_mac = "{{ .BaseMacAddress }}"
from vagrantfile templates, ensure SCSI controller is set in VMX (fixes #26)
v1.5
- Fix issue with installation of VM guest tools [GH-23]