Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

79 lines (49 loc) · 5.41 KB

CHANGELOG

0.9.0 (unreleased)

  • ...

0.8.0 (released 2016-11-04)

  • add Vagrant 1.8.5 compatibility and fix TravisCI build (see #64)
  • decouple from vagrant-winrm-syncedfolders, which now needs to be installed separately (see #65, which reverts #51 and applies #50. thanks @chrisbaldauf!)
  • ensure rsync does not keep stale files by adding the --del option (see #61, thanks @stephencooke!)
  • add support for vagrant share command (see #67, thanks @nigelgbanks!)
  • using the vagrant builtin SyncedFolder implementation (see #68), which also fixes:
    • #17 Reuse Rsync Action from Vagrant Core
    • #24 rsync__exclude does not work
    • #52 vagrant rsync and vagrant rsync-auto not working

0.7.1 (released 2015-05-22)

  • fix bug where the vagrant-winrm-syncedfolders plugin dependency is not properly loaded (see #49, thanks @chrisbaldauf for the fix!)

0.7.0 (released 2015-05-22)

  • extract the WinRM synced folder mechanism into a separate plugin (see #47, thanks @chrisbaldauf!)
  • use the Vagrant::Action::Builtin::SyncedFolders for provisioning windows guests. This will use (the much faster) SMB synced folders if possible (see README), otherwise fall back to the WinRM implementation above (see #46, thanks @chrisbaldauf!)
  • clean up the example Vagrantfile and add windows examples #48

0.6.2 (released 2015-04-30)

  • fix bug where WinRM file sync fails occasionally (retry 3 times) (#43, thanks @chrisbaldauf!)
  • fix bug where only the first folder is synced on Windows (#44, thanks @chrisbaldauf!)

0.6.1 (released 2015-04-02)

  • quote ssh usernames to support active directory style domain/user logins (#38, thanks @chrisbaldauf!)
  • document / validate vagrant 1.6+ compatibility which is required for winrm (#40, thanks @LiamK for reporting!)

0.6.0 (released 2015-03-16)

  • add missing translation for vagrant status (#35, thanks @warrenseine for reporting!)
  • actually check whether a server is linked before doing any other action (fixes #34, thanks @warrenseine for reporting!)
  • fix the annoying network configuration warning so that it's shown only when necessary (#37)

0.5.1 (released 2015-02-15)

  • fix bug where vagrant help failed due a leftover command declaration (#32, thanks @chrisbaldauf for reporting!)

0.5.0 (released 2015-02-08)

  • add reload functionality (#31, thanks @jdaviscooke!)

0.4.1 (released 2014-11-17)

  • fix missing parameters in translation for winrm (#30, thanks @chrisbaldauf!)
  • clean up Rakefile and fix travis-ci build

0.4.0 (released 2014-11-15)

  • update licensing information and add license to gemspec
  • add support for windows managed servers via winrm (#29, thanks @chrisbaldauf!)

0.3.0 (released 2014-08-23)

Updates for improving the experience with Vagrant 1.5+ (but still keeping backwards-compatibility with 1.2):

  • fix warning when using Vagrant > 1.5 (#19, thanks @nicolasbrechet!)
  • use the tknerr/managed-server-dummy vagrantcloud box (#22)
  • updated the development environment and sample Vagrantfile for this project to latest Vagrant and plugin versions

0.2.0 (released 2014-02-26)

  • fix rsync command for Vagrant 1.4 compatibility (#15)
  • chown synced dirs recursively (#13)
  • minor README fixes (#11, #12, #16)

0.1.0 (released 2013-06-10)

  • Initial release