Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CHANGELOG.md [ci skip] #134

Merged
merged 1 commit into from
Mar 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 73 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## 0.16.0 / TBD

### New features

* Add `provision` flag to run provision during `create`, [#129][] [@gouketsu][]
* Add `ssh` config section to control ssh behavior, [#121][] [@Igorshp][]
* Add `password` for ssh config, [#118][] [@philcallister][]
* Add `vagrantfiles` config section, [#112][] [@byggztryng][]
* Add `libvirt` vagrant target, [#107][] [@bradleyd][]
* Add `communicator` config to support alternates like `winrm`, [#104][] [@RobertRehberg][]
* Add `box_version` & `box_check_update` config to support box versioning, [#102][] [@mconigliaro][]
* Add `proxy_command` to ssh_state control, [#95][] [@bdclark][]
* Add `parallels` vagrant target, [#84][] [@jhx][]

### Improvements

* Updated README, [#106][] [@alex-slynko-wonga][], [#127][] [@vinyar][]
* Control behavior of Berkshelf if `vagrant-berkshelf` plugin exists, [#126][] [@tknerr][]
* Allow `box_url` to be optional, use Atlas if unspecified, [#122][] [@ashb][]
* Change default hostname to be within limits for Windows guests, [#117][] [@Annih][]
* Set working directory to suite name, [#101][] [@petere][]

https://github.com/test-kitchen/kitchen-vagrant/compare/v0.15.0...master

## 0.15.0 / 2014-04-28

### New features
Expand Down Expand Up @@ -164,39 +188,69 @@
The initial release.

<!--- The following link definition list is generated by PimpMyChangelog --->
[#7]: https://github.com/opscode/kitchen-vagrant/issues/7
[#8]: https://github.com/opscode/kitchen-vagrant/issues/8
[#12]: https://github.com/opscode/kitchen-vagrant/issues/12
[#15]: https://github.com/opscode/kitchen-vagrant/issues/15
[#16]: https://github.com/opscode/kitchen-vagrant/issues/16
[#18]: https://github.com/opscode/kitchen-vagrant/issues/18
[#19]: https://github.com/opscode/kitchen-vagrant/issues/19
[#20]: https://github.com/opscode/kitchen-vagrant/issues/20
[#21]: https://github.com/opscode/kitchen-vagrant/issues/21
[#24]: https://github.com/opscode/kitchen-vagrant/issues/24
[#25]: https://github.com/opscode/kitchen-vagrant/issues/25
[#28]: https://github.com/opscode/kitchen-vagrant/issues/28
[#29]: https://github.com/opscode/kitchen-vagrant/issues/29
[#30]: https://github.com/opscode/kitchen-vagrant/issues/30
[#31]: https://github.com/opscode/kitchen-vagrant/issues/31
[#34]: https://github.com/opscode/kitchen-vagrant/issues/34
[#36]: https://github.com/opscode/kitchen-vagrant/issues/36
[#55]: https://github.com/opscode/kitchen-vagrant/issues/55
[#56]: https://github.com/opscode/kitchen-vagrant/issues/56
[#7]: https://github.com/test-kitchen/kitchen-vagrant/issues/7
[#8]: https://github.com/test-kitchen/kitchen-vagrant/issues/8
[#12]: https://github.com/test-kitchen/kitchen-vagrant/issues/12
[#15]: https://github.com/test-kitchen/kitchen-vagrant/issues/15
[#16]: https://github.com/test-kitchen/kitchen-vagrant/issues/16
[#18]: https://github.com/test-kitchen/kitchen-vagrant/issues/18
[#19]: https://github.com/test-kitchen/kitchen-vagrant/issues/19
[#20]: https://github.com/test-kitchen/kitchen-vagrant/issues/20
[#21]: https://github.com/test-kitchen/kitchen-vagrant/issues/21
[#24]: https://github.com/test-kitchen/kitchen-vagrant/issues/24
[#25]: https://github.com/test-kitchen/kitchen-vagrant/issues/25
[#28]: https://github.com/test-kitchen/kitchen-vagrant/issues/28
[#29]: https://github.com/test-kitchen/kitchen-vagrant/issues/29
[#30]: https://github.com/test-kitchen/kitchen-vagrant/issues/30
[#31]: https://github.com/test-kitchen/kitchen-vagrant/issues/31
[#34]: https://github.com/test-kitchen/kitchen-vagrant/issues/34
[#36]: https://github.com/test-kitchen/kitchen-vagrant/issues/36
[#55]: https://github.com/test-kitchen/kitchen-vagrant/issues/55
[#56]: https://github.com/test-kitchen/kitchen-vagrant/issues/56
[#84]: https://github.com/test-kitchen/kitchen-vagrant/issues/84
[#95]: https://github.com/test-kitchen/kitchen-vagrant/issues/95
[#101]: https://github.com/test-kitchen/kitchen-vagrant/issues/101
[#102]: https://github.com/test-kitchen/kitchen-vagrant/issues/102
[#104]: https://github.com/test-kitchen/kitchen-vagrant/issues/104
[#106]: https://github.com/test-kitchen/kitchen-vagrant/issues/106
[#107]: https://github.com/test-kitchen/kitchen-vagrant/issues/107
[#112]: https://github.com/test-kitchen/kitchen-vagrant/issues/112
[#117]: https://github.com/test-kitchen/kitchen-vagrant/issues/117
[#118]: https://github.com/test-kitchen/kitchen-vagrant/issues/118
[#121]: https://github.com/test-kitchen/kitchen-vagrant/issues/121
[#122]: https://github.com/test-kitchen/kitchen-vagrant/issues/122
[#126]: https://github.com/test-kitchen/kitchen-vagrant/issues/126
[#127]: https://github.com/test-kitchen/kitchen-vagrant/issues/127
[#129]: https://github.com/test-kitchen/kitchen-vagrant/issues/129
[@Annih]: https://github.com/Annih
[@Igorshp]: https://github.com/Igorshp
[@RobertRehberg]: https://github.com/RobertRehberg
[@TheDude05]: https://github.com/TheDude05
[@albertsj1]: https://github.com/albertsj1
[@alex-slynko-wonga]: https://github.com/alex-slynko-wonga
[@antonio-osorio]: https://github.com/antonio-osorio
[@arangamani]: https://github.com/arangamani
[@ashb]: https://github.com/ashb
[@bdclark]: https://github.com/bdclark
[@bradleyd]: https://github.com/bradleyd
[@byggztryng]: https://github.com/byggztryng
[@dje]: https://github.com/dje
[@fnichol]: https://github.com/fnichol
[@fujin]: https://github.com/fujin
[@gildegoma]: https://github.com/gildegoma
[@gouketsu]: https://github.com/gouketsu
[@jhx]: https://github.com/jhx
[@josephholsten]: https://github.com/josephholsten
[@keiths-osc]: https://github.com/keiths-osc
[@manul]: https://github.com/manul
[@martinisoft]: https://github.com/martinisoft
[@mattray]: https://github.com/mattray
[@mconigliaro]: https://github.com/mconigliaro
[@petejkim]: https://github.com/petejkim
[@petere]: https://github.com/petere
[@philcallister]: https://github.com/philcallister
[@sandfish8]: https://github.com/sandfish8
[@sethvargo]: https://github.com/sethvargo
[@tknerr]: https://github.com/tknerr
[@tmatilai]: https://github.com/tmatilai
[@vinyar]: https://github.com/vinyar