vagrant-cachier-ng/CHANGELOG.md

37 lines
1.2 KiB
Markdown
Raw Normal View History

2013-07-22 21:25:45 +00:00
## [0.3.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.2.0...master) (unreleased)
2013-08-03 19:21:20 +00:00
BACKWARDS INCOMPATIBILITIES:
- Machine scoped cache dirs are now kept on `.vagrant/machines/MACHINE/cache`
to allow downloaded packages to be reused between providers. If a single cache
directory exists, the plugin will automatically move it to the right place,
if multiple directories are found, it will halt execution and will error out,
letting the user know what has to be done in order to fix things.
2013-07-22 21:25:45 +00:00
FEATURES:
- Add `file_cache_path` support for Chef. [GH-14]
2013-08-03 16:37:02 +00:00
- Reconfigure buckets before each provisioner. [GH-26] / [GH-32]
2013-07-22 21:25:45 +00:00
2013-08-03 16:18:01 +00:00
IMPROVEMENTS:
- Don't error out if a bucket is configured for a non-capable guest. [GH-27]
2013-07-10 23:53:13 +00:00
## [0.2.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.1.0...v0.2.0) (July 10, 2013)
2013-06-10 02:25:31 +00:00
2013-06-25 19:19:55 +00:00
FEATURES:
- Support enabling NFS for root cache folder. [GH-7]
2013-06-17 21:22:38 +00:00
- Support RVM bucket
2013-06-25 19:19:55 +00:00
2013-07-10 23:53:13 +00:00
## [0.1.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.0.6...v0.1.0) (June 9, 2013)
2013-06-10 02:25:31 +00:00
IMPROVEMENTS:
- Moves from `Vagrant` to recommended `VagrantPlugins` top-level
module namespace. [GH-9]
## 0.0.6 (May 22, 2013)
- Initial public release.