🎆 v1.0.0 🎆
This commit is contained in:
parent
5fa6f0dd09
commit
e76a18185c
3 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
||||||
## [1.0.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.3...v1.0.0) (Sep 23, 2014)
|
## [1.0.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.3...v1.0.0) (Sep 23, 2014)
|
||||||
|
|
||||||
|
DEPRECATIONS:
|
||||||
|
|
||||||
|
- Support to **all Vagrant versions prior to 1.5 are deprecated**, there is a
|
||||||
|
[small layer](lib/vagrant-backports) that ensures compatibility with versions
|
||||||
|
starting with 1.1.5 that will be removed on a future release.
|
||||||
|
- Official base boxes that were made available from http://bit.ly are no longer
|
||||||
|
supported and were removed from @fgrehm's Dropbox, please upgrade your Vagrant
|
||||||
|
and vagrant-lxc installation and use a base box from [VagrantCloud](https://vagrantcloud.com/search?provider=lxc)
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES:
|
BACKWARDS INCOMPATIBILITIES:
|
||||||
|
|
||||||
- Remove plugin version from config file name generated by the `vagrant lxc sudoers`
|
- Remove plugin version from config file name generated by the `vagrant lxc sudoers`
|
||||||
|
|
|
@ -40,7 +40,7 @@ GIT
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vagrant-lxc (1.0.0.alpha.3)
|
vagrant-lxc (1.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = "1.0.0.alpha.3"
|
VERSION = "1.0.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue