Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Releases: fgrehm/vagrant-cachier

v1.2.0

15 Jan 01:18
Compare
Choose a tag to compare

FEATURES:

BUG FIXES:

  • Fix provisioner resolution on Vagrant 1.7+ [GH-133] / [GH-134]
  • Do not modify Vagrant core object, preventing unpredictable behavior [GH-135]

v1.1.0

15 Jan 01:17
Compare
Choose a tag to compare

FEATURES:

IMPROVEMENTS:

  • Resolve $HOME even if VM spits bogus new lines [GH-122] / [GH-124]

v1.0.0

15 Jan 01:17
Compare
Choose a tag to compare

Public API is considered stable.

v0.9.0, aka v1.0.0 release candidate 2

09 Aug 19:13
Compare
Choose a tag to compare

This is considered a release candidate for a 1.0 that will be cut within ~2 weeks if no major issues are reported

FEATURES:

  • Suport for caching packages for Docker containers that doesn't have a base box specified [GH-116]

v0.8.0, aka v1.0.0 release candidate

21 Jul 02:08
Compare
Choose a tag to compare

BACKWARDS INCOMPATIBILITIES:

  • Removed deprecated config.enable_nfs config.
  • Changed composer cache bucket to use $HOME/.composer/cache [GH-89]

IMPROVEMENTS:

  • Set composer cache bucket ownership to the configured SSH user.

BUG FIXES:

  • Automatically disable apt-lists bucket when a Windows host is detected [GH-106]
  • Skip chmod 777 for smb mounted folders [GH-107]
  • Do not error if base box has been removed and :box is configured as the cache scope [GH-86]