2014-08-09 16:07:57 -03:00
|
|
|
## [0.9.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.8.0...v0.9.0) (Aug 9, 2014)
|
2014-07-20 23:02:04 -03:00
|
|
|
|
|
|
|
**This is considered a release candidate for a 1.0 that will be cut within ~2 weeks if no major issues are reported**
|
2014-07-20 20:01:11 -03:00
|
|
|
|
2014-08-09 16:07:57 -03:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- Suport for caching packages for Docker containers that doesn't have a base box specified [[GH-116]]
|
|
|
|
|
|
|
|
[GH-116]: https://github.com/fgrehm/vagrant-cachier/pull/116
|
|
|
|
|
|
|
|
## [0.8.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...v0.8.0) (Jul 20, 2014)
|
|
|
|
|
2014-07-20 20:36:50 -03:00
|
|
|
BACKWARDS INCOMPATIBILITIES:
|
|
|
|
|
|
|
|
- Removed deprecated `config.enable_nfs` config.
|
2014-07-20 21:13:50 -03:00
|
|
|
- Changed composer cache bucket to use `$HOME/.composer/cache` [[GH-89]]
|
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Set composer cache bucket ownership to the configured SSH user.
|
2014-07-20 20:36:50 -03:00
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
2014-07-20 23:02:04 -03:00
|
|
|
- Automatically disable apt-lists bucket when a Windows host is detected [[GH-106]]
|
2014-07-20 22:13:37 -03:00
|
|
|
- Skip `chmod 777` for `smb` mounted folders [[GH-107]]
|
2014-07-20 20:36:50 -03:00
|
|
|
- Do not error if base box has been removed and `:box` is configured as the cache scope [[GH-86]]
|
|
|
|
|
|
|
|
[GH-86]: https://github.com/fgrehm/vagrant-cachier/issues/86
|
2014-07-20 21:13:50 -03:00
|
|
|
[GH-89]: https://github.com/fgrehm/vagrant-cachier/issues/89
|
2014-07-20 23:02:04 -03:00
|
|
|
[GH-106]: https://github.com/fgrehm/vagrant-cachier/issues/106
|
|
|
|
[GH-107]: https://github.com/fgrehm/vagrant-cachier/issues/107
|
2014-07-20 20:01:11 -03:00
|
|
|
|
2014-05-08 10:06:51 -03:00
|
|
|
## [0.7.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.1...v0.7.2) (May 08, 2014)
|
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Add `azure`, `brightbox`, `cloudstack`, `vcloud` and `vsphere` to the list
|
|
|
|
of known cloud providers [[GH-104]]
|
|
|
|
|
|
|
|
[GH-104]: https://github.com/fgrehm/vagrant-cachier/pull/104
|
|
|
|
|
2014-05-04 23:20:28 -03:00
|
|
|
## [0.7.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.0...v0.7.1) (May 04, 2014)
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Fix support for using multiple generic buckets [[GH-101]]
|
|
|
|
|
|
|
|
[GH-101]: https://github.com/fgrehm/vagrant-cachier/pull/101
|
|
|
|
|
|
|
|
|
2014-04-06 22:30:11 -03:00
|
|
|
## [0.7.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...v0.7.0) (Apr 06, 2014)
|
2014-02-26 22:05:35 -03:00
|
|
|
|
2014-04-06 21:28:09 -03:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- ["Generic" cache bucket](http://fgrehm.viewdocs.io/vagrant-cachier/buckets/generic) [[GH-94]] / [[GH-4]].
|
|
|
|
|
2014-04-06 21:34:58 -03:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Fix apt-cacher bucket undefined method error [[GH-96]]
|
|
|
|
|
2014-04-06 21:28:09 -03:00
|
|
|
[GH-94]: https://github.com/fgrehm/vagrant-cachier/pull/94
|
|
|
|
[GH-4]: https://github.com/fgrehm/vagrant-cachier/issues/4
|
2014-04-06 21:34:58 -03:00
|
|
|
[GH-96]: https://github.com/fgrehm/vagrant-cachier/issues/96
|
2014-02-26 22:05:35 -03:00
|
|
|
|
2014-02-25 23:57:32 -03:00
|
|
|
## [0.6.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.1...v0.6.0) (Feb 26, 2014)
|
2013-12-20 11:56:14 -02:00
|
|
|
|
2014-04-06 21:28:09 -03:00
|
|
|
BACKWARDS INCOMPATIBILITIES:
|
2014-01-02 01:13:09 -02:00
|
|
|
|
2014-02-05 20:48:28 -02:00
|
|
|
- Plugin activation is now triggered by the `cache.scope` config and that config
|
|
|
|
is now required. Previous versions of the plugin had it set to `:box` but
|
|
|
|
there is no consensus whether `:box` and `:machine` is better. This is to
|
|
|
|
highlight that you need to think about the caching strategy you are going
|
|
|
|
to use. For more information and to discuss this move please check [GH-17](https://github.com/fgrehm/vagrant-cachier/issues/17).
|
|
|
|
- Because `cache.scope` is now a requirement and in order to reduce the amount of
|
|
|
|
configuration required by the plugin, we enabled automatic bucket detection by
|
|
|
|
default. To revert to the old behavior you can disable it globally from your
|
|
|
|
`~/.vagrant.d/Vagrantfile`.
|
2014-02-01 16:18:58 -02:00
|
|
|
- Support for Vagrant < 1.4 is gone, please use a previous plugin version if
|
|
|
|
you are running Vagrant 1.2 / 1.3
|
2014-01-02 01:13:09 -02:00
|
|
|
- Automatic handling of multiple machine scoped cache dirs from versions
|
|
|
|
prior to 0.3.0 of this plugin was removed.
|
2014-02-01 00:04:51 -02:00
|
|
|
- Support for `enable_nfs` has been deprecated and will be removed on 0.7.0,
|
2014-02-01 04:36:00 -02:00
|
|
|
please use `cache.synced_folder_opts = {type: :nfs}` instead.
|
2013-12-20 11:56:14 -02:00
|
|
|
|
2014-02-01 00:06:24 -02:00
|
|
|
FEATURES:
|
|
|
|
|
2014-02-21 20:39:40 -03:00
|
|
|
- Warm up cache buckets with files available on guest in case bucket is empty
|
2014-02-14 00:28:12 -02:00
|
|
|
- Support for offline provisioning of apt-packages by caching `/var/lib/apt/lists` [GH-84]
|
2014-02-01 00:06:24 -02:00
|
|
|
- Support for specifying custom cache bucket synced folder opts
|
2014-02-01 18:40:09 -02:00
|
|
|
- Support to force disabe the plugin [GH-72]
|
2014-02-01 20:27:12 -02:00
|
|
|
- Automatically disable the plugin for cloud providers [GH-45]
|
2014-02-14 01:38:12 -02:00
|
|
|
- Skip configuration of buckets that have been configured already [GH-85]
|
2014-02-01 00:06:24 -02:00
|
|
|
|
2014-02-01 16:11:43 -02:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Properly fix NFS support for Vagrant 1.4+ [GH-76]
|
|
|
|
|
2013-12-20 11:55:04 -02:00
|
|
|
## [0.5.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.5.0...v0.5.1) (Dec 20, 2013)
|
2013-11-08 19:01:24 -02:00
|
|
|
|
2013-12-20 11:53:25 -02:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Fix NFS support for Vagrant 1.4+ [GH-67]
|
2013-11-08 19:01:24 -02:00
|
|
|
|
2013-11-08 18:49:57 -02:00
|
|
|
## [0.5.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.4.1...v0.5.0) (Nov 8, 2013)
|
2013-10-27 22:16:07 -02:00
|
|
|
|
2013-11-05 15:00:39 +01:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- Support for [zypper] [GH-54]
|
|
|
|
|
2013-10-27 22:14:21 -02:00
|
|
|
## [0.4.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.4.0...v0.4.1) (Oct 27, 2013)
|
2013-10-23 22:31:43 -02:00
|
|
|
|
2013-10-26 16:35:45 -02:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Do not attempt to configure apt-cacher-ng bucket if it is not installed on guest
|
|
|
|
machine.
|
|
|
|
|
2013-10-18 19:16:21 -03:00
|
|
|
## [0.4.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.3.3...v0.4.0) (Oct 23, 2013)
|
2013-10-13 17:11:00 -03:00
|
|
|
|
|
|
|
FEATURES:
|
|
|
|
|
2013-10-23 22:20:28 -02:00
|
|
|
- Support for [npm](https://npmjs.org/) [GH-51]
|
|
|
|
- Support for [Composer](http://getcomposer.org/) [GH-48]
|
2013-10-13 17:11:00 -03:00
|
|
|
- Support for `apt-cacher-ng` [GH-30]
|
|
|
|
|
2013-10-18 18:58:39 -03:00
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Allow halting nonresponsive machine when plugin is installed [GH-8]
|
|
|
|
|
2013-09-11 20:47:24 -03:00
|
|
|
## [0.3.3](https://github.com/fgrehm/vagrant-cachier/compare/v0.3.2...v0.3.3) (Sep 11, 2013)
|
2013-09-01 19:06:07 -03:00
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Automatically create `partial` dir under apt cache bucket dir to allow usage
|
|
|
|
on Ubuntu 10.04 guests [GH-40]
|
|
|
|
|
2013-08-15 00:46:45 -03:00
|
|
|
## [0.3.2](https://github.com/fgrehm/vagrant-cachier/compare/v0.3.1...v0.3.2) (Aug 14, 2013)
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Prevent errors when caching is disabled and a provisioner is enabled [GH-41]
|
|
|
|
|
2013-08-13 13:03:02 -03:00
|
|
|
## [0.3.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.3.0...v0.3.1) (Aug 13, 2013)
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
- Prevent errors when caching is disabled
|
|
|
|
|
2013-08-03 16:21:28 -03:00
|
|
|
## [0.3.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.2.0...v0.3.0) (Aug 5, 2013)
|
2013-07-22 18:25:45 -03:00
|
|
|
|
2013-08-03 16:21:20 -03: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 18:25:45 -03:00
|
|
|
FEATURES:
|
|
|
|
|
|
|
|
- Add `file_cache_path` support for Chef. [GH-14]
|
2013-08-03 13:37:02 -03:00
|
|
|
- Reconfigure buckets before each provisioner. [GH-26] / [GH-32]
|
2013-07-22 18:25:45 -03:00
|
|
|
|
2013-08-03 13:18:01 -03:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Don't error out if a bucket is configured for a non-capable guest. [GH-27]
|
|
|
|
|
2013-07-10 20:53:13 -03:00
|
|
|
## [0.2.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.1.0...v0.2.0) (July 10, 2013)
|
2013-06-09 22:25:31 -04:00
|
|
|
|
2013-06-25 15:19:55 -04:00
|
|
|
FEATURES:
|
2013-06-11 20:16:06 -03:00
|
|
|
|
|
|
|
- Support enabling NFS for root cache folder. [GH-7]
|
2013-06-17 17:22:38 -04:00
|
|
|
- Support RVM bucket
|
2013-06-25 15:19:55 -04:00
|
|
|
|
2013-07-10 20:53:13 -03:00
|
|
|
## [0.1.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.0.6...v0.1.0) (June 9, 2013)
|
2013-06-09 22:25:31 -04:00
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Moves from `Vagrant` to recommended `VagrantPlugins` top-level
|
|
|
|
module namespace. [GH-9]
|
|
|
|
|
|
|
|
## 0.0.6 (May 22, 2013)
|
|
|
|
|
|
|
|
- Initial public release.
|