kitchen-vagrant 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9430d9441747a79f824f1e3184ce45c0625f81db
4
- data.tar.gz: 3308136470c272ea805a8488d2f2d68a98069474
3
+ metadata.gz: 6f14b0bd44b5d2410304663136b51941d1a1eff2
4
+ data.tar.gz: cc0746859601fc19473a31010d74b7b38e4273c3
5
5
  SHA512:
6
- metadata.gz: 3cb8a5e5124fc64ddc6ac844a68c2f98459ae55815071109f49e41a369325569f88c6288e1be26e97ebbbecba11a2b368478016bc55a915fb254157298051337
7
- data.tar.gz: 05b4128d4ad3b1e3841211c335c523de928c13c1bc83d51f23c40838aa53c322b7e942974dc4b3847528ca4cbd76e37c7d87c40dc2da1a397f9f505eae2d65da
6
+ metadata.gz: 37d4368bcfcbcc104468b093ad22bcc46702bc1e177251d2364d1c41625b90bccc5cfd201ed13474e0d01e62848c801c9fcc60d800971769667950d27207e46d
7
+ data.tar.gz: 378daba28fd8e44e566bac03eb2eb13c6d66ddad274a1f3327a086e62b8add759e41b12d122571a13c97c113f807477e9e61fa6a2ba81bdea295cbeff3c8bd8a
data/CHANGELOG.md CHANGED
@@ -1,32 +1,43 @@
1
+ ## 0.11.1 / 2013-08-29
2
+
3
+ ### Bug fixes
4
+
5
+ * Pull request #36: README fix for synched_folders. (@mattray)
6
+
7
+ ### Improvements
8
+
9
+ * Pull request #34: Disable synced folders by default. (@dje)
10
+
11
+
1
12
  ## 0.11.0 / 2013-07-23
2
13
 
3
14
  ### New features
4
15
 
5
- * Pull request #30: Support computed defaults for a select list of pre-determined platforms (see pull request and readme for quick example). (@fnichol)
6
- * Pull request #25: Add rackspace support. (@josephholsten)
16
+ * Pull request [#30][]: Support computed defaults for a select list of pre-determined platforms (see pull request and readme for quick example). ([@fnichol][])
17
+ * Pull request [#25][]: Add rackspace support. ([@josephholsten][])
7
18
 
8
19
  ### Improvements
9
20
 
10
- * Pull request #20: Respect `VAGRANT_DEFAULT_PROVIDER` environment variable. (@tmatilai)
11
- * Pull request #24: Allow to override Vagrant default SSH username. (@gildegoma)
12
- * Pull request #21: Configure tailor to actually check the code style. (@tmatilai)
21
+ * Pull request [#20][]: Respect `VAGRANT_DEFAULT_PROVIDER` environment variable. ([@tmatilai][])
22
+ * Pull request [#24][]: Allow to override Vagrant default SSH username. ([@gildegoma][])
23
+ * Pull request [#21][]: Configure tailor to actually check the code style. ([@tmatilai][])
13
24
 
14
25
  ### Bug fixes
15
26
 
16
- * Pull request #29, issue #28: Allow the vagrant guest setting to be set in the generated Vagrantfile via the kitchen.yml. (@keiths-osc)
17
- * Pull request #31: Add some quotes around Vagrantfile value. (@albertsj1)
27
+ * Pull request [#29][], issue [#28][]: Allow the vagrant guest setting to be set in the generated Vagrantfile via the kitchen.yml. ([@keiths-osc][])
28
+ * Pull request [#31][]: Add some quotes around Vagrantfile value. ([@albertsj1][])
18
29
 
19
30
 
20
31
  ## 0.10.0 / 2013-05-08
21
32
 
22
33
  ### New features
23
34
 
24
- * Pull request #12: Use SSHBase functionality (using ChefDataUploader) to manage Chef provisioning in the converge action and make Vagrant's built in provisioning an optional mode by setting `use_vagrant_provision: true` in the `driver_config` section of the .kitchen.yml. As a consequence, the vagrant-berkshelf middleware is now also optional and off by default (can be re-enabled by setting `use_vagrant_berkshelf_plugin: true`). (@fujin)
25
- * Pull request #18: Add VMware Fusion/Workstation support. (@TheDude05)
35
+ * Pull request [#12][]: Use SSHBase functionality (using ChefDataUploader) to manage Chef provisioning in the converge action and make Vagrant's built in provisioning an optional mode by setting `use_vagrant_provision: true` in the `driver_config` section of the .kitchen.yml. As a consequence, the vagrant-berkshelf middleware is now also optional and off by default (can be re-enabled by setting `use_vagrant_berkshelf_plugin: true`). ([@fujin][])
36
+ * Pull request [#18][]: Add VMware Fusion/Workstation support. ([@TheDude05][])
26
37
 
27
38
  ### Improvements
28
39
 
29
- * Issue #19: Recommend the vagrant-wrapper gem in README. (@fnichol)
40
+ * Issue [#19][]: Recommend the vagrant-wrapper gem in README. ([@fnichol][])
30
41
 
31
42
 
32
43
  ## 0.9.0 / 2013-04-19
@@ -87,9 +98,27 @@ The initial release.
87
98
  <!--- The following link definition list is generated by PimpMyChangelog --->
88
99
  [#7]: https://github.com/opscode/kitchen-vagrant/issues/7
89
100
  [#8]: https://github.com/opscode/kitchen-vagrant/issues/8
101
+ [#12]: https://github.com/opscode/kitchen-vagrant/issues/12
90
102
  [#15]: https://github.com/opscode/kitchen-vagrant/issues/15
91
103
  [#16]: https://github.com/opscode/kitchen-vagrant/issues/16
104
+ [#18]: https://github.com/opscode/kitchen-vagrant/issues/18
105
+ [#19]: https://github.com/opscode/kitchen-vagrant/issues/19
106
+ [#20]: https://github.com/opscode/kitchen-vagrant/issues/20
107
+ [#21]: https://github.com/opscode/kitchen-vagrant/issues/21
108
+ [#24]: https://github.com/opscode/kitchen-vagrant/issues/24
109
+ [#25]: https://github.com/opscode/kitchen-vagrant/issues/25
110
+ [#28]: https://github.com/opscode/kitchen-vagrant/issues/28
111
+ [#29]: https://github.com/opscode/kitchen-vagrant/issues/29
112
+ [#30]: https://github.com/opscode/kitchen-vagrant/issues/30
113
+ [#31]: https://github.com/opscode/kitchen-vagrant/issues/31
114
+ [@TheDude05]: https://github.com/TheDude05
115
+ [@albertsj1]: https://github.com/albertsj1
92
116
  [@fnichol]: https://github.com/fnichol
117
+ [@fujin]: https://github.com/fujin
118
+ [@gildegoma]: https://github.com/gildegoma
119
+ [@josephholsten]: https://github.com/josephholsten
120
+ [@keiths-osc]: https://github.com/keiths-osc
93
121
  [@martinisoft]: https://github.com/martinisoft
94
122
  [@petejkim]: https://github.com/petejkim
95
123
  [@sandfish8]: https://github.com/sandfish8
124
+ [@tmatilai]: https://github.com/tmatilai
data/README.md CHANGED
@@ -218,7 +218,22 @@ The default is unset, or `nil`.
218
218
  Allow the user to specify a collection of synced folders for on each Vagrant
219
219
  instance.
220
220
 
221
- The default is an empty Hash, or `{}`.
221
+ The default is an empty Array, or `[]`. The example:
222
+
223
+ ```ruby
224
+ driver_config:
225
+ synced_folders: [["/Users/mray/ws/cookbooks/pxe_dust/.kitchen/kitchen-vagrant/opt/chef", "/opt/chef"]]
226
+ ```
227
+
228
+ will generate a Vagrantfile configuration similar to:
229
+
230
+ ```ruby
231
+ Vagrant.configure("2") do |config|
232
+ # ...
233
+
234
+ c.vm.synced_folder "/Users/mray/ws/cookbooks/pxe_dust/.kitchen/kitchen-vagrant/opt/chef", "/opt/chef"
235
+ end
236
+ ```
222
237
 
223
238
  ### <a name="config-require-chef-omnibus"></a> require\_chef\_omnibus
224
239
 
@@ -6,6 +6,7 @@ require 'kitchen/driver/vagrant_version.rb'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "kitchen-vagrant"
8
8
  gem.version = Kitchen::Driver::VAGRANT_VERSION
9
+ gem.license = 'Apache 2.0'
9
10
  gem.authors = ["Fletcher Nichol"]
10
11
  gem.email = ["fnichol@nichol.ca"]
11
12
  gem.description = "Kitchen::Driver::Vagrant - A Vagrant Driver for Test Kitchen."
@@ -17,7 +18,7 @@ Gem::Specification.new do |gem|
17
18
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
19
  gem.require_paths = ["lib"]
19
20
 
20
- gem.add_dependency 'test-kitchen', '~> 1.0.0.beta.1'
21
+ gem.add_dependency 'test-kitchen', '~> 1.0.0.beta.3'
21
22
 
22
23
  gem.add_development_dependency 'cane'
23
24
  gem.add_development_dependency 'tailor'
@@ -21,6 +21,6 @@ module Kitchen
21
21
  module Driver
22
22
 
23
23
  # Version string for Vagrant Kitchen driver
24
- VAGRANT_VERSION = "0.11.0"
24
+ VAGRANT_VERSION = "0.11.1"
25
25
  end
26
26
  end
@@ -51,6 +51,7 @@ module Kitchen
51
51
  def common_block(arr)
52
52
  arr << %{ c.vm.box = "#{config[:box]}"}
53
53
  arr << %{ c.vm.box_url = "#{config[:box_url]}"} if config[:box_url]
54
+ arr << %{ c.vm.synced_folder ".", "/vagrant", disabled: true}
54
55
  arr << %{ c.vm.hostname = "#{instance.name}.vagrantup.com"}
55
56
  arr << %{ c.ssh.username = "#{config[:username]}"} if config[:username]
56
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fletcher Nichol
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-23 00:00:00.000000000 Z
11
+ date: 2013-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0.beta.1
19
+ version: 1.0.0.beta.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.0.beta.1
26
+ version: 1.0.0.beta.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: cane
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -85,7 +85,8 @@ files:
85
85
  - lib/kitchen/driver/vagrant_version.rb
86
86
  - lib/kitchen/vagrant/vagrantfile_creator.rb
87
87
  homepage: https://github.com/opscode/kitchen-vagrant/
88
- licenses: []
88
+ licenses:
89
+ - Apache 2.0
89
90
  metadata: {}
90
91
  post_install_message:
91
92
  rdoc_options: []