kitchen-vagrant 1.3.4 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kitchen/driver/vagrant_version.rb +1 -1
- metadata +3 -17
- data/.gitignore +0 -17
- data/.rspec +0 -2
- data/.travis.yml +0 -24
- data/CHANGELOG.md +0 -569
- data/Gemfile +0 -15
- data/Guardfile +0 -23
- data/README.md +0 -653
- data/Rakefile +0 -46
- data/example/kitchen.vagrant.yml +0 -122
- data/kitchen-vagrant.gemspec +0 -30
- data/spec/kitchen/driver/vagrant_spec.rb +0 -2115
- data/spec/spec_helper.rb +0 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fc68310e6aba9fcb3eb1b5afde0b19a1742f84304ce03e27a56a422743285de
|
4
|
+
data.tar.gz: 8fcedc69d161384ccd9d758c2b2164058b7221ab5ccb08ce9a2f78d5a54f9e26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48680298fa28e965b62094e838a8b90aa15302003ea1f03b6b0b77976e8ead91b151b8c6a7207863cae90b4c658827549417f303f1e81cfd10fc8db873bf4cdf
|
7
|
+
data.tar.gz: bd4a465ec423af44508c81d4dabc05c46e6654dc09cb32b518a27e0dd7dd016152ffbf40de4ed6747d6e5ce5e5e70329748d684d10e9473782e67f29dd2d1348
|
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: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fletcher Nichol
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-kitchen
|
@@ -101,22 +101,10 @@ executables: []
|
|
101
101
|
extensions: []
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
|
-
- ".gitignore"
|
105
|
-
- ".rspec"
|
106
|
-
- ".travis.yml"
|
107
|
-
- CHANGELOG.md
|
108
|
-
- Gemfile
|
109
|
-
- Guardfile
|
110
104
|
- LICENSE
|
111
|
-
- README.md
|
112
|
-
- Rakefile
|
113
|
-
- example/kitchen.vagrant.yml
|
114
|
-
- kitchen-vagrant.gemspec
|
115
105
|
- lib/kitchen/driver/helpers.rb
|
116
106
|
- lib/kitchen/driver/vagrant.rb
|
117
107
|
- lib/kitchen/driver/vagrant_version.rb
|
118
|
-
- spec/kitchen/driver/vagrant_spec.rb
|
119
|
-
- spec/spec_helper.rb
|
120
108
|
- support/hyperv.ps1
|
121
109
|
- templates/Vagrantfile.erb
|
122
110
|
homepage: https://github.com/test-kitchen/kitchen-vagrant/
|
@@ -143,6 +131,4 @@ rubygems_version: 2.7.6
|
|
143
131
|
signing_key:
|
144
132
|
specification_version: 4
|
145
133
|
summary: Kitchen::Driver::Vagrant - A Vagrant Driver for Test Kitchen.
|
146
|
-
test_files:
|
147
|
-
- spec/kitchen/driver/vagrant_spec.rb
|
148
|
-
- spec/spec_helper.rb
|
134
|
+
test_files: []
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.travis.yml
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
language: ruby
|
2
|
-
|
3
|
-
rvm:
|
4
|
-
- 2.3.7
|
5
|
-
- 2.4.4
|
6
|
-
- 2.5.1
|
7
|
-
- ruby-head
|
8
|
-
|
9
|
-
bundler_args: --without guard, changelog
|
10
|
-
|
11
|
-
sudo: false
|
12
|
-
|
13
|
-
matrix:
|
14
|
-
allow_failures:
|
15
|
-
- rvm: ruby-head
|
16
|
-
|
17
|
-
branches:
|
18
|
-
only:
|
19
|
-
- master
|
20
|
-
|
21
|
-
addons:
|
22
|
-
code_climate:
|
23
|
-
repo_token:
|
24
|
-
secure: "jVI7J+yiQcD5T1YNz9eGReGf6vyp8VIGjsyMEM0HBOxrbk4iCm7P5SN5n5cJPRZNzQd175ceqcpPisvJh91oPMetzpmN+PSDPhOzxVNB4rIqQ8ohJNX2jW/VVpaobzWHAQQurC349gfi2a6l7MvgZw3RGyExkacZXdqr+Bbsc38="
|
data/CHANGELOG.md
DELETED
@@ -1,569 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
## [v1.3.4](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.3.4) (2018-09-15)
|
4
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.3.3...v1.3.4)
|
5
|
-
|
6
|
-
**Merged pull requests:**
|
7
|
-
|
8
|
-
- Fix \#371, change require =\> load [\#373](https://github.com/test-kitchen/kitchen-vagrant/pull/373) ([cheeseplus](https://github.com/cheeseplus))
|
9
|
-
- Vagrantfile Template: Hyper-v Differencing\_disk deprecation [\#370](https://github.com/test-kitchen/kitchen-vagrant/pull/370) ([cocazoulou](https://github.com/cocazoulou))
|
10
|
-
|
11
|
-
## [v1.3.3](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.3.3) (2018-08-13)
|
12
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.3.2...v1.3.3)
|
13
|
-
|
14
|
-
**Closed issues:**
|
15
|
-
|
16
|
-
- Hard to identify running VM instance from Hyper-V Manager or PowerShell [\#367](https://github.com/test-kitchen/kitchen-vagrant/issues/367)
|
17
|
-
- \[Feature\] Add support for vm.name for virtualbox [\#365](https://github.com/test-kitchen/kitchen-vagrant/issues/365)
|
18
|
-
|
19
|
-
**Merged pull requests:**
|
20
|
-
|
21
|
-
- Adding a per-instance generated vmname for Hyper-V [\#368](https://github.com/test-kitchen/kitchen-vagrant/pull/368) ([stuartpreston](https://github.com/stuartpreston))
|
22
|
-
- Fix \#365 - add name for virtualbox instances [\#366](https://github.com/test-kitchen/kitchen-vagrant/pull/366) ([cheeseplus](https://github.com/cheeseplus))
|
23
|
-
- Adding the lifecycle hooks stub to fix tests [\#364](https://github.com/test-kitchen/kitchen-vagrant/pull/364) ([cheeseplus](https://github.com/cheeseplus))
|
24
|
-
- Add an example for vagrantfile\_erb [\#363](https://github.com/test-kitchen/kitchen-vagrant/pull/363) ([jkugler](https://github.com/jkugler))
|
25
|
-
- Move github changelog generator to the gemfile and skip install in testing [\#362](https://github.com/test-kitchen/kitchen-vagrant/pull/362) ([tas50](https://github.com/tas50))
|
26
|
-
- Fix disk examples [\#360](https://github.com/test-kitchen/kitchen-vagrant/pull/360) ([espoelstra](https://github.com/espoelstra))
|
27
|
-
|
28
|
-
## [v1.3.2](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.3.2) (2018-04-23)
|
29
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.3.1...v1.3.2)
|
30
|
-
|
31
|
-
**Merged pull requests:**
|
32
|
-
|
33
|
-
- Fixing \#349 - allow bento/hardenedbsd [\#355](https://github.com/test-kitchen/kitchen-vagrant/pull/355) ([cheeseplus](https://github.com/cheeseplus))
|
34
|
-
- Updating travis config [\#354](https://github.com/test-kitchen/kitchen-vagrant/pull/354) ([cheeseplus](https://github.com/cheeseplus))
|
35
|
-
- Hyper-V: Ensure default switch name is always wrapped in quotes [\#345](https://github.com/test-kitchen/kitchen-vagrant/pull/345) ([stuartpreston](https://github.com/stuartpreston))
|
36
|
-
|
37
|
-
## [v1.3.1](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.3.1) (2018-02-20)
|
38
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.3.0...v1.3.1)
|
39
|
-
|
40
|
-
**Merged pull requests:**
|
41
|
-
|
42
|
-
- Adding support for HyperV Differencing\_disk [\#342](https://github.com/test-kitchen/kitchen-vagrant/pull/342) ([cocazoulou](https://github.com/cocazoulou))
|
43
|
-
|
44
|
-
## [1.3.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.3.0) (2018-01-17)
|
45
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.2.2...1.3.0)
|
46
|
-
|
47
|
-
- Improve Hyper-V defaults and support [\#338](https://github.com/test-kitchen/kitchen-vagrant/pull/338)
|
48
|
-
|
49
|
-
## [1.2.2](https://github.com/test-kitchen/kitchen-vagrant/tree/1.2.2) (2017-11-07)
|
50
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.2.1...1.2.2)
|
51
|
-
|
52
|
-
- For WinRM options, only treat strings as strings. [\#330](https://github.com/test-kitchen/kitchen-vagrant/pull/330)
|
53
|
-
|
54
|
-
## [1.2.1](https://github.com/test-kitchen/kitchen-vagrant/tree/1.2.1) (2017-08-22)
|
55
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.2.0...1.2.1)
|
56
|
-
|
57
|
-
- Revert parallel virtualbox [\#325](https://github.com/test-kitchen/kitchen-vagrant/pull/325)
|
58
|
-
- Shorten directory name for `vagrant_root` [\#323](https://github.com/test-kitchen/kitchen-vagrant/pull/323)
|
59
|
-
|
60
|
-
## [1.2.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.2.0) (2017-08-11)
|
61
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.1.1...1.2.0)
|
62
|
-
|
63
|
-
**Implemented enhancements:**
|
64
|
-
|
65
|
-
- Support to create/attach multiple additional VirtualBox disks [\#312](https://github.com/test-kitchen/kitchen-vagrant/pull/312) ([stissot](https://github.com/stissot))
|
66
|
-
- Parallel virtualbox [\#202](https://github.com/test-kitchen/kitchen-vagrant/pull/202) ([rveznaver](https://github.com/rveznaver))
|
67
|
-
|
68
|
-
## [v1.1.1](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.1.1) (2017-07-26)
|
69
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.1.0...v1.1.1)
|
70
|
-
|
71
|
-
**Fixed Bugs**
|
72
|
-
|
73
|
-
- Fix detection of vagrant-winrm plugin. [\#309](https://github.com/test-kitchen/kitchen-vagrant/pull/309) ([silverl](https://github.com/silverl))
|
74
|
-
- Fix bug in Vagrantfile template related to WinRM options. [\#306](https://github.com/test-kitchen/kitchen-vagrant/pull/306) ([aleksey-hariton](https://github.com/aleksey-hariton))
|
75
|
-
- Disable caching, even for bento boxes. [\#313](https://github.com/test-kitchen/kitchen-vagrant/pull/313) ([robbkidd](https://github.com/robbkidd))
|
76
|
-
|
77
|
-
## [v1.1.0](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.1.0) (2017-03-31)
|
78
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.0.2...v1.1.0)
|
79
|
-
|
80
|
-
**New Features:**
|
81
|
-
- Make kitchen package work [\#275](https://github.com/test-kitchen/kitchen-vagrant/pull/275) ([ccope](https://github.com/ccope))
|
82
|
-
|
83
|
-
**Improvements:**
|
84
|
-
|
85
|
-
- Only enable the cache when using known bento boxes. Fix \#296 [\#303](https://github.com/test-kitchen/kitchen-vagrant/pull/303) ([cheeseplus](https://github.com/cheeseplus))
|
86
|
-
- README: add info about cache\_directory disabling [\#299](https://github.com/test-kitchen/kitchen-vagrant/pull/299) ([jugatsu](https://github.com/jugatsu))
|
87
|
-
- Add ability to override Kitchen cache directory [\#292](https://github.com/test-kitchen/kitchen-vagrant/pull/292) ([Jakauppila](https://github.com/Jakauppila))
|
88
|
-
- Add support for all misc vagrant providers [\#290](https://github.com/test-kitchen/kitchen-vagrant/pull/290) ([myoung34](https://github.com/myoung34))
|
89
|
-
|
90
|
-
## [v1.0.2](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.0.2) (2017-02-13)
|
91
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.0.1...v1.0.2)
|
92
|
-
|
93
|
-
**Fixed bugs:**
|
94
|
-
|
95
|
-
- Fixed a bug that can occur when `instance` returns `nil` [\#285](https://github.com/test-kitchen/kitchen-vagrant/pull/285) ([Kuniwak](https://github.com/Kuniwak))
|
96
|
-
|
97
|
-
## [v1.0.1](https://github.com/test-kitchen/kitchen-vagrant/tree/v1.0.1) (2017-02-10)
|
98
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.0.0...v1.0.1)
|
99
|
-
|
100
|
-
**Fixed bugs:**
|
101
|
-
|
102
|
-
- Fixed cache folder disable for FreeBSD and MacOS/OSX [\#281](https://github.com/test-kitchen/kitchen-vagrant/pull/281) ([brentm5](https://github.com/brentm5)) [\#283](https://github.com/test-kitchen/kitchen-vagrant/pull/283) ([cheeseplus](https://github.com/cheeseplus))
|
103
|
-
|
104
|
-
## [1.0.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.0.0) (2017-01-10)
|
105
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v0.21.1...v1.0.0)
|
106
|
-
|
107
|
-
**Implemented enhancements:**
|
108
|
-
|
109
|
-
- Add vagrant-cachier support to default Vagrantfile.erb [\#186](https://github.com/test-kitchen/kitchen-vagrant/issues/186)
|
110
|
-
- Allow customization of cpuidset for VirtualBox VMs [\#175](https://github.com/test-kitchen/kitchen-vagrant/issues/175)
|
111
|
-
- Add KVM/libvirt storage support to Vagrantfile.erb [\#271](https://github.com/test-kitchen/kitchen-vagrant/pull/271) ([dprts](https://github.com/dprts))
|
112
|
-
- Move to chefstyle [\#264](https://github.com/test-kitchen/kitchen-vagrant/pull/264) ([shortdudey123](https://github.com/shortdudey123))
|
113
|
-
- Allow multiple "include" statements in LXC configuration [\#230](https://github.com/test-kitchen/kitchen-vagrant/pull/230) ([alexmv](https://github.com/alexmv))
|
114
|
-
- Set FQDN to include vagrantup.com again for non-windows operating sys… [\#168](https://github.com/test-kitchen/kitchen-vagrant/pull/168) ([spion06](https://github.com/spion06))
|
115
|
-
- Virtualbox storage via createhd and storageattach [\#246](https://github.com/test-kitchen/kitchen-vagrant/pull/246) ([shortdudey123](https://github.com/shortdudey123))
|
116
|
-
- Add support for box\_download\_ca\_cert [\#274](https://github.com/test-kitchen/kitchen-vagrant/pull/274) ([cheeseplus](https://github.com/cheeseplus))
|
117
|
-
|
118
|
-
**Fixed bugs:**
|
119
|
-
|
120
|
-
- Bug in box\_check\_update code [\#237](https://github.com/test-kitchen/kitchen-vagrant/issues/237)
|
121
|
-
- Fix quoting for cloud providers \(redux \#179\) [\#268](https://github.com/test-kitchen/kitchen-vagrant/pull/268) ([cheeseplus](https://github.com/cheeseplus))
|
122
|
-
|
123
|
-
## [0.21.1](https://github.com/test-kitchen/kitchen-vagrant/tree/0.21.1) (2016-12-05)
|
124
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v0.21.0...v0.21.1)
|
125
|
-
|
126
|
-
**Implemented enhancements:**
|
127
|
-
|
128
|
-
- add oracle as supported bento-box type [\#258](https://github.com/test-kitchen/kitchen-vagrant/pull/258) ([lamont-granquist](https://github.com/lamont-granquist))
|
129
|
-
|
130
|
-
**Fixed bugs:**
|
131
|
-
|
132
|
-
- Change default cache dir for Windows [\#259](https://github.com/test-kitchen/kitchen-vagrant/pull/259) ([afiune](https://github.com/afiune))
|
133
|
-
- Vagrant requires also to scape slashes [\#253](https://github.com/test-kitchen/kitchen-vagrant/pull/253) ([afiune](https://github.com/afiune))
|
134
|
-
- Fix cache directory on windows [\#251](https://github.com/test-kitchen/kitchen-vagrant/pull/251) ([afiune](https://github.com/afiune))
|
135
|
-
- Exclude freebsd and ability to disable cache dir [\#262](https://github.com/test-kitchen/kitchen-vagrant/pull/262) ([afiune](https://github.com/afiune))
|
136
|
-
- Don't alter the path during the bundler cleanup on windows [\#241](https://github.com/test-kitchen/kitchen-vagrant/pull/241) ([mwrock](https://github.com/mwrock))
|
137
|
-
- do not map the extra cache drive on non virtualbox windows [\#255](https://github.com/test-kitchen/kitchen-vagrant/pull/255) ([mwrock](https://github.com/mwrock))
|
138
|
-
|
139
|
-
## [0.21.0](https://github.com/test-kitchen/kitchen-vagrant/tree/0.21.0) (2016-11-29)
|
140
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v0.20.0...v0.21.0)
|
141
|
-
|
142
|
-
**Fixed bugs:**
|
143
|
-
|
144
|
-
- Generated Vagrantfile has type issues [\#236](https://github.com/test-kitchen/kitchen-vagrant/issues/236)
|
145
|
-
- Fix ssh boolean values in Vagrantfile template [\#231](https://github.com/test-kitchen/kitchen-vagrant/pull/231) ([zuazo](https://github.com/zuazo))
|
146
|
-
|
147
|
-
**Merged pull requests:**
|
148
|
-
|
149
|
-
- Add a synced folder to persist chef omnibus packages [\#248](https://github.com/test-kitchen/kitchen-vagrant/pull/248) ([afiune](https://github.com/afiune))
|
150
|
-
- Fix generated Vagrantfile type issues [\#243](https://github.com/test-kitchen/kitchen-vagrant/pull/243) ([OBrienCommaJosh](https://github.com/OBrienCommaJosh))
|
151
|
-
- Bump travis rubies to the modern age [\#242](https://github.com/test-kitchen/kitchen-vagrant/pull/242) ([mwrock](https://github.com/mwrock))
|
152
|
-
- Fix the name of "Parallels Desktop for Mac" [\#233](https://github.com/test-kitchen/kitchen-vagrant/pull/233) ([legal90](https://github.com/legal90))
|
153
|
-
- Add support for ovirt3 vagrant provider [\#223](https://github.com/test-kitchen/kitchen-vagrant/pull/223) ([xiboy](https://github.com/xiboy))
|
154
|
-
|
155
|
-
## [0.20.0](https://github.com/test-kitchen/kitchen-vagrant/tree/v0.20.0) (2016-04-07)
|
156
|
-
[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v0.19.0...v0.20.0)
|
157
|
-
|
158
|
-
**Implemented enhancements:**
|
159
|
-
|
160
|
-
- Make Vagrant binary a parameter [\#218](https://github.com/test-kitchen/kitchen-vagrant/issues/218)
|
161
|
-
- WARN: Child with name 'dna.json' found in multiple directories: /tmp/kitchen/dna.json and /tmp/kitchen/dna.json [\#198](https://github.com/test-kitchen/kitchen-vagrant/issues/198)
|
162
|
-
- Default bento boxes should be pulled from Atlas [\#193](https://github.com/test-kitchen/kitchen-vagrant/issues/193)
|
163
|
-
- Easily override instance name [\#169](https://github.com/test-kitchen/kitchen-vagrant/issues/169)
|
164
|
-
- Easily override instance name [\#169](https://github.com/test-kitchen/kitchen-vagrant/issues/169)
|
165
|
-
- Make vagrant binary a parameter [\#219](https://github.com/test-kitchen/kitchen-vagrant/pull/219) ([bheuvel](https://github.com/bheuvel))
|
166
|
-
- HyperV acts as OpenStack, CloudStack [\#217](https://github.com/test-kitchen/kitchen-vagrant/pull/217) ([bheuvel](https://github.com/bheuvel))
|
167
|
-
- Add support for hyperv customize [\#212](https://github.com/test-kitchen/kitchen-vagrant/pull/212) ([giseongeom](https://github.com/giseongeom))
|
168
|
-
- Add option for box\_download\_insecure to be passed to Vagrantfile [\#208](https://github.com/test-kitchen/kitchen-vagrant/pull/208) ([drrk](https://github.com/drrk))
|
169
|
-
- fix libvirt customize [\#204](https://github.com/test-kitchen/kitchen-vagrant/pull/204) ([akissa](https://github.com/akissa))
|
170
|
-
- Add linked\_clone config option [\#203](https://github.com/test-kitchen/kitchen-vagrant/pull/203) ([bborysenko](https://github.com/bborysenko))
|
171
|
-
- Use Bento's Atlas boxes by default if detected [\#195](https://github.com/test-kitchen/kitchen-vagrant/pull/195) ([andytson](https://github.com/andytson))
|
172
|
-
- Parallels: Use "memory" and "cpus" customization shortcuts [\#194](https://github.com/test-kitchen/kitchen-vagrant/pull/194) ([legal90](https://github.com/legal90))
|
173
|
-
- Add support for boot\_timeout driver setting [\#184](https://github.com/test-kitchen/kitchen-vagrant/pull/184) ([gh2k](https://github.com/gh2k))
|
174
|
-
- Fixes box check update bug [\#182](https://github.com/test-kitchen/kitchen-vagrant/pull/182) ([roderickrandolph](https://github.com/roderickrandolph))
|
175
|
-
- Add cloudstack support [\#167](https://github.com/test-kitchen/kitchen-vagrant/pull/167) ([miguelaferreira](https://github.com/miguelaferreira))
|
176
|
-
|
177
|
-
**Fixed bugs:**
|
178
|
-
|
179
|
-
- setting box\_check\_update to false does not disable box update checking [\#181](https://github.com/test-kitchen/kitchen-vagrant/issues/181)
|
180
|
-
|
181
|
-
**Merged pull requests:**
|
182
|
-
|
183
|
-
- Updating readme for Parallels [\#221](https://github.com/test-kitchen/kitchen-vagrant/pull/221) ([cheeseplus](https://github.com/cheeseplus))
|
184
|
-
- Adding changelog generator [\#220](https://github.com/test-kitchen/kitchen-vagrant/pull/220) ([cheeseplus](https://github.com/cheeseplus))
|
185
|
-
- Updating Readme to reflect changes to default boxes [\#215](https://github.com/test-kitchen/kitchen-vagrant/pull/215) ([cheeseplus](https://github.com/cheeseplus))
|
186
|
-
- Ruby 1.9.3 is no longer supported [\#209](https://github.com/test-kitchen/kitchen-vagrant/pull/209) ([drrk](https://github.com/drrk))
|
187
|
-
|
188
|
-
|
189
|
-
## 0.19.0 / 2015-09-18
|
190
|
-
|
191
|
-
### Bug fixes
|
192
|
-
|
193
|
-
* Pull request [#163][]: Properly quote `config[:ssh]` values. ([@zuazo][])
|
194
|
-
* Pull request [#191][], pull request [#197][], issue [#190][]: Escape Bundler environment when shelling out to `vagrant` command. ([@ksubrama][], [@tknerr][])
|
195
|
-
|
196
|
-
### New features
|
197
|
-
|
198
|
-
* Pull request 172, issue [#171][]: Add support for OpenStack provider. ([@xmik][])
|
199
|
-
|
200
|
-
### Improvements
|
201
|
-
|
202
|
-
* Pull request [#174][]: Correct grammer error in README. ([@albsOps][])
|
203
|
-
* Support running unit test suite on Windows ([@ksubrama][])
|
204
|
-
|
205
|
-
|
206
|
-
## 0.18.0 / 2015-05-07
|
207
|
-
|
208
|
-
### Bug fixes
|
209
|
-
|
210
|
-
* Pull request [#161][]: Add handling for winrm communicator in username & password handling. ([@atiniir][])
|
211
|
-
|
212
|
-
### Improvements
|
213
|
-
|
214
|
-
* Pull request [#166][]: Allow a fuzzier match for known Bento box names. ([@fnichol][])
|
215
|
-
|
216
|
-
|
217
|
-
## 0.17.0 / 2015-04-28
|
218
|
-
|
219
|
-
(*A selected roll-up of 0.17.0 pre-release changelogs*)
|
220
|
-
|
221
|
-
### Bug fixes
|
222
|
-
|
223
|
-
* Pull request [#156][]: Use RDPPort value from `vagrant winrm-config` for WinRM Transports. ([@fnichol][])
|
224
|
-
|
225
|
-
### New features
|
226
|
-
|
227
|
-
* Pull request [#154][]: Support for WinRM Transport and Windows-based instances. ([@fnichol][])
|
228
|
-
|
229
|
-
### Improvements
|
230
|
-
|
231
|
-
* Pull request [#152][]: Translate CPU count for VMWare provider. ([@whiteley][])
|
232
|
-
* Pull request [#157][]: Close Transport connection in #destroy. ([@fnichol][])
|
233
|
-
* Pull request [#158][]: Add plugin metadata to the Driver. ([@fnichol][])
|
234
|
-
|
235
|
-
|
236
|
-
## 0.17.0.rc.1 / 2015-03-29
|
237
|
-
|
238
|
-
### Improvements
|
239
|
-
|
240
|
-
* Pull request [#157][]: Close Transport connection in #destroy. ([@fnichol][])
|
241
|
-
* Pull request [#158][]: Add plugin metadata to the Driver. ([@fnichol][])
|
242
|
-
|
243
|
-
|
244
|
-
## 0.17.0.beta.4 / 2015-03-26
|
245
|
-
|
246
|
-
### Bug fixes
|
247
|
-
|
248
|
-
* Pull request [#156][]: Use RDPPort value from `vagrant winrm-config` for WinRM Transports. ([@fnichol][])
|
249
|
-
|
250
|
-
### Improvements
|
251
|
-
|
252
|
-
* Pull request [#152][]: Translate CPU count for VMWare provider. ([@whiteley][])
|
253
|
-
|
254
|
-
|
255
|
-
## 0.17.0.beta.3 / 2015-03-25
|
256
|
-
|
257
|
-
### Bug fixes
|
258
|
-
|
259
|
-
* Pull request [#155][]: Use the vagrant-winrm Vagrant plugin to resolve VM IP address. See PR for details. ([@fnichol][])
|
260
|
-
|
261
|
-
|
262
|
-
## 0.17.0.beta.2 / 2015-03-25
|
263
|
-
|
264
|
-
* Relax version constraint on Test Kitchen. ([@fnichol][])
|
265
|
-
|
266
|
-
|
267
|
-
## 0.17.0.beta.1 / 2015-03-24
|
268
|
-
|
269
|
-
* Pull request [#154][]: Support for WinRM Transport and Windows-based instances. ([@fnichol][])
|
270
|
-
|
271
|
-
|
272
|
-
## 0.16.0 / 2015-03-23
|
273
|
-
|
274
|
-
### Bug fixes
|
275
|
-
|
276
|
-
* Pull request [#122][], pull request [#151][]: Only set custom `:box` & `:box_url` values for known Bento boxes. ([@ashb][], [@fnichol][])
|
277
|
-
|
278
|
-
### New features
|
279
|
-
|
280
|
-
* Pull request [#84][]: Add support for Parallels provider. ([@jhx][])
|
281
|
-
* Pull request [#107][]: Add support for libvirt provider. ([@bradleyd][])
|
282
|
-
* Pull request [#128][]: Add support for LXC provider. ([@tknerr][])
|
283
|
-
* Pull request [#142][]: Add support for managed-servers provider. ([@kbruner][])
|
284
|
-
* Add `:gui` configuration attribute to override default GUI mode with VirtualBox and VMware-based providers. ([@fnichol][])
|
285
|
-
* Pull request [#137][]: Support SoftLayer `:disk_capacity` configuration. ([@hugespoon][])
|
286
|
-
* Pull request [#102][]: Add `:box_version` & `:box_check_update` configuration options to support box versioning. ([@mconigliaro][])
|
287
|
-
* Pull request [#129][]: Add `:provision` configuration option. ([@gouketsu][])
|
288
|
-
* Pull reqwuest [#112][]: Add configuration option for user Vagrantfiles with `:vagrantfiles` configuration option. ([@byggztryng][])
|
289
|
-
* Pull request [#95][]: Add SSH ProxyCommand to state if present. ([@bdclark][])
|
290
|
-
* Pull request [#121][]: Add `:ssh` configuration hash. ([@Igorshp][])
|
291
|
-
* Pull request [#104][]: Add `:communicator` configuration option to support overriding underlying base box's communicator setting. ([@RobertRehberg][])
|
292
|
-
* Pull request [#118][]: Vagrant config password (Not Vagrant recommended). ([@philcallister][])
|
293
|
-
|
294
|
-
### Improvements
|
295
|
-
|
296
|
-
* Pull request [#148][]: Add full test coverage to the codebase. ([@fnichol][])
|
297
|
-
* Pull request [#126][]: Disable vagrant-berkshelf plugin by default (this Driver does not need it and can cause confusing errors). ([@tknerr][])
|
298
|
-
* Pull request [#101][]: Qualify VM names with project name. ([@petere][])
|
299
|
-
* Pull request [#117][]: Change default hostname to be shorter and friendlier for Windows hosts. ([@Annih][])
|
300
|
-
* Pull request [#106][], Use correct URLs to download vagrant in README. ([@alex-slynko-wonga][])
|
301
|
-
* Pull request [#146][]: Freshen project quality (TravisCI, Tailor-for-Rubocop, Guard support, etc). ([@fnichol][])
|
302
|
-
* Pull request [#147][]: Tidy default configuration attributes. ([@fnichol][])
|
303
|
-
* Pull request [#134][]: CHANGELOG Champion, Mr. [@miketheman][]. ([@miketheman][])
|
304
|
-
* Pull request [#127][]: README updates. ([@vinyar][], fnichol)
|
305
|
-
|
306
|
-
|
307
|
-
## 0.15.0 / 2014-04-28
|
308
|
-
|
309
|
-
### New features
|
310
|
-
|
311
|
-
* Support vagrant-softlayer plugin
|
312
|
-
|
313
|
-
### Improvements
|
314
|
-
|
315
|
-
* Improved/updated README documentation + typos
|
316
|
-
* Remove default memory setting
|
317
|
-
* Fix relative paths in synced folders
|
318
|
-
|
319
|
-
## 0.14.0 / 2013-12-09
|
320
|
-
|
321
|
-
### New features
|
322
|
-
|
323
|
-
* Add `config[:vm_hostname]` to set config.vm.hostname in Vagrantfile. ([@fnichol][])
|
324
|
-
|
325
|
-
### Improvments
|
326
|
-
|
327
|
-
* Add `config[:guest]` documentation in README. ([@fnichol][])
|
328
|
-
|
329
|
-
|
330
|
-
## 0.13.0 / 2013-12-04
|
331
|
-
|
332
|
-
### New features
|
333
|
-
|
334
|
-
* Use Opscode's new buckets for Virtual machines, allowing for downloads of VirtualBox and VMware Fusion/Workstation Bento boxes (Vagrant minimal base boxes). ([@sethvargo][])
|
335
|
-
|
336
|
-
|
337
|
-
## 0.12.0 / 2013-11-29
|
338
|
-
|
339
|
-
### Breaking changes
|
340
|
-
|
341
|
-
* Remove `use_vagrant_provision` configuration option.
|
342
|
-
|
343
|
-
### New features
|
344
|
-
|
345
|
-
* Major refactor of Vagrantfile generation, to use an ERB template. For more details please consult the `vagrantfile_erb` section of the README. ([@fnichol][])
|
346
|
-
* Add `pre_create_command` option to run optional setup such as Bindler. ([@fnichol][])
|
347
|
-
|
348
|
-
### Improvments
|
349
|
-
|
350
|
-
* Pull request [#56][]: Enabled passing options to the synced folders. ([@antonio-osorio][])
|
351
|
-
* Pull request [#55][]: Fix README badges. ([@arangamani][])
|
352
|
-
|
353
|
-
|
354
|
-
## 0.11.3 / 2013-11-09
|
355
|
-
|
356
|
-
### Bug fixes
|
357
|
-
|
358
|
-
* Revert `quiet` option used for Vagrant version checking. ([@fnichol][])
|
359
|
-
|
360
|
-
|
361
|
-
## 0.11.2 / 2013-11-05
|
362
|
-
|
363
|
-
### Bug fixes
|
364
|
-
|
365
|
-
* Remove misleading `quiet` option ([@sethvargo][])
|
366
|
-
* Relax dependency on Test Kitchen ([@sethvargo][])
|
367
|
-
* Remove deprecated references to `vagrant-berkshelf` ([@sethvargo][])
|
368
|
-
|
369
|
-
### Improvements
|
370
|
-
|
371
|
-
* Allow users to specify custom SSH private key ([@manul][])
|
372
|
-
* Use platform to determine which vagrant box to download (assume Opscode) ([@sethvargo][])
|
373
|
-
|
374
|
-
|
375
|
-
## 0.11.1 / 2013-08-29
|
376
|
-
|
377
|
-
### Bug fixes
|
378
|
-
|
379
|
-
* Pull request [#36][]: README fix for synched_folders. ([@mattray][])
|
380
|
-
|
381
|
-
### Improvements
|
382
|
-
|
383
|
-
* Pull request [#34][]: Disable synced folders by default. ([@dje][])
|
384
|
-
|
385
|
-
|
386
|
-
## 0.11.0 / 2013-07-23
|
387
|
-
|
388
|
-
### New features
|
389
|
-
|
390
|
-
* Pull request [#30][]: Support computed defaults for a select list of pre-determined platforms (see pull request and readme for quick example). ([@fnichol][])
|
391
|
-
* Pull request [#25][]: Add rackspace support. ([@josephholsten][])
|
392
|
-
|
393
|
-
### Improvements
|
394
|
-
|
395
|
-
* Pull request [#20][]: Respect `VAGRANT_DEFAULT_PROVIDER` environment variable. ([@tmatilai][])
|
396
|
-
* Pull request [#24][]: Allow to override Vagrant default SSH username. ([@gildegoma][])
|
397
|
-
* Pull request [#21][]: Configure tailor to actually check the code style. ([@tmatilai][])
|
398
|
-
|
399
|
-
### Bug fixes
|
400
|
-
|
401
|
-
* Pull request [#29][], issue [#28][]: Allow the vagrant guest setting to be set in the generated Vagrantfile via the kitchen.yml. ([@keiths-osc][])
|
402
|
-
* Pull request [#31][]: Add some quotes around Vagrantfile value. ([@albertsj1][])
|
403
|
-
|
404
|
-
|
405
|
-
## 0.10.0 / 2013-05-08
|
406
|
-
|
407
|
-
### New features
|
408
|
-
|
409
|
-
* 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][])
|
410
|
-
* Pull request [#18][]: Add VMware Fusion/Workstation support. ([@TheDude05][])
|
411
|
-
|
412
|
-
### Improvements
|
413
|
-
|
414
|
-
* Issue [#19][]: Recommend the vagrant-wrapper gem in README. ([@fnichol][])
|
415
|
-
|
416
|
-
|
417
|
-
## 0.9.0 / 2013-04-19
|
418
|
-
|
419
|
-
### Upstream changes
|
420
|
-
|
421
|
-
* Pull request [#16][]: Update Vagrant Berkshelf plugin detection for the vagrant-berkshelf and drop detection for berkshelf-vagrant. ([@martinisoft][])
|
422
|
-
|
423
|
-
|
424
|
-
## 0.8.0 / 2013-04-16
|
425
|
-
|
426
|
-
### Improvements
|
427
|
-
|
428
|
-
* Pull request [#15][]: Support berkshelf-vagrant 1.1.0+ in Vagrantfiles. ([@petejkim][], [@fnichol][])
|
429
|
-
* Add an explanation of how this driver works in the README. ([@fnichol][])
|
430
|
-
|
431
|
-
|
432
|
-
## 0.7.4 / 2013-03-28
|
433
|
-
|
434
|
-
### Improvements
|
435
|
-
|
436
|
-
* Drop `vagrant ssh -c` & communicate directly via SSH. ([@fnichol][])
|
437
|
-
|
438
|
-
|
439
|
-
## 0.7.3 / 2013-03-28
|
440
|
-
|
441
|
-
### Bug fixes
|
442
|
-
|
443
|
-
* Calling #destroy should not memoize #create_vagrantfile. ([@fnichol][], [@sandfish8][])
|
444
|
-
|
445
|
-
|
446
|
-
## 0.7.2 / 2013-03-23
|
447
|
-
|
448
|
-
### Bug fixes
|
449
|
-
|
450
|
-
* Wrap strings for data_bags_path and roles_path in Vagrantfiles. ([@fnichol][])
|
451
|
-
|
452
|
-
|
453
|
-
## 0.7.1 / 2013-03-23
|
454
|
-
|
455
|
-
### Bug fixes
|
456
|
-
|
457
|
-
* Depend on test-kitchen ~> 1.0.0.alpha.1 to get API updates. ([@fnichol][])
|
458
|
-
|
459
|
-
|
460
|
-
## 0.7.0 / 2013-03-22
|
461
|
-
|
462
|
-
### New features
|
463
|
-
|
464
|
-
* Pull request [#7][]: [Breaking] Support Vagrant 1.1+ and remove vagrant gem dependency. ([@fnichol][])
|
465
|
-
* Pull request [#8][]: Add dependency checks for Vagrant and berkshelf-vagrant plugin (if necessary). ([@fnichol][])
|
466
|
-
|
467
|
-
|
468
|
-
## 0.6.0 / 2013-03-02
|
469
|
-
|
470
|
-
The initial release.
|
471
|
-
|
472
|
-
<!--- The following link definition list is generated by PimpMyChangelog --->
|
473
|
-
[#7]: https://github.com/test-kitchen/kitchen-vagrant/issues/7
|
474
|
-
[#8]: https://github.com/test-kitchen/kitchen-vagrant/issues/8
|
475
|
-
[#12]: https://github.com/test-kitchen/kitchen-vagrant/issues/12
|
476
|
-
[#15]: https://github.com/test-kitchen/kitchen-vagrant/issues/15
|
477
|
-
[#16]: https://github.com/test-kitchen/kitchen-vagrant/issues/16
|
478
|
-
[#18]: https://github.com/test-kitchen/kitchen-vagrant/issues/18
|
479
|
-
[#19]: https://github.com/test-kitchen/kitchen-vagrant/issues/19
|
480
|
-
[#20]: https://github.com/test-kitchen/kitchen-vagrant/issues/20
|
481
|
-
[#21]: https://github.com/test-kitchen/kitchen-vagrant/issues/21
|
482
|
-
[#24]: https://github.com/test-kitchen/kitchen-vagrant/issues/24
|
483
|
-
[#25]: https://github.com/test-kitchen/kitchen-vagrant/issues/25
|
484
|
-
[#28]: https://github.com/test-kitchen/kitchen-vagrant/issues/28
|
485
|
-
[#29]: https://github.com/test-kitchen/kitchen-vagrant/issues/29
|
486
|
-
[#30]: https://github.com/test-kitchen/kitchen-vagrant/issues/30
|
487
|
-
[#31]: https://github.com/test-kitchen/kitchen-vagrant/issues/31
|
488
|
-
[#34]: https://github.com/test-kitchen/kitchen-vagrant/issues/34
|
489
|
-
[#36]: https://github.com/test-kitchen/kitchen-vagrant/issues/36
|
490
|
-
[#55]: https://github.com/test-kitchen/kitchen-vagrant/issues/55
|
491
|
-
[#56]: https://github.com/test-kitchen/kitchen-vagrant/issues/56
|
492
|
-
[#84]: https://github.com/test-kitchen/kitchen-vagrant/issues/84
|
493
|
-
[#95]: https://github.com/test-kitchen/kitchen-vagrant/issues/95
|
494
|
-
[#101]: https://github.com/test-kitchen/kitchen-vagrant/issues/101
|
495
|
-
[#102]: https://github.com/test-kitchen/kitchen-vagrant/issues/102
|
496
|
-
[#104]: https://github.com/test-kitchen/kitchen-vagrant/issues/104
|
497
|
-
[#106]: https://github.com/test-kitchen/kitchen-vagrant/issues/106
|
498
|
-
[#107]: https://github.com/test-kitchen/kitchen-vagrant/issues/107
|
499
|
-
[#112]: https://github.com/test-kitchen/kitchen-vagrant/issues/112
|
500
|
-
[#117]: https://github.com/test-kitchen/kitchen-vagrant/issues/117
|
501
|
-
[#118]: https://github.com/test-kitchen/kitchen-vagrant/issues/118
|
502
|
-
[#121]: https://github.com/test-kitchen/kitchen-vagrant/issues/121
|
503
|
-
[#122]: https://github.com/test-kitchen/kitchen-vagrant/issues/122
|
504
|
-
[#126]: https://github.com/test-kitchen/kitchen-vagrant/issues/126
|
505
|
-
[#127]: https://github.com/test-kitchen/kitchen-vagrant/issues/127
|
506
|
-
[#128]: https://github.com/test-kitchen/kitchen-vagrant/issues/128
|
507
|
-
[#129]: https://github.com/test-kitchen/kitchen-vagrant/issues/129
|
508
|
-
[#134]: https://github.com/test-kitchen/kitchen-vagrant/issues/134
|
509
|
-
[#137]: https://github.com/test-kitchen/kitchen-vagrant/issues/137
|
510
|
-
[#142]: https://github.com/test-kitchen/kitchen-vagrant/issues/142
|
511
|
-
[#146]: https://github.com/test-kitchen/kitchen-vagrant/issues/146
|
512
|
-
[#147]: https://github.com/test-kitchen/kitchen-vagrant/issues/147
|
513
|
-
[#148]: https://github.com/test-kitchen/kitchen-vagrant/issues/148
|
514
|
-
[#151]: https://github.com/test-kitchen/kitchen-vagrant/issues/151
|
515
|
-
[#152]: https://github.com/test-kitchen/kitchen-vagrant/issues/152
|
516
|
-
[#154]: https://github.com/test-kitchen/kitchen-vagrant/issues/154
|
517
|
-
[#155]: https://github.com/test-kitchen/kitchen-vagrant/issues/155
|
518
|
-
[#156]: https://github.com/test-kitchen/kitchen-vagrant/issues/156
|
519
|
-
[#157]: https://github.com/test-kitchen/kitchen-vagrant/issues/157
|
520
|
-
[#158]: https://github.com/test-kitchen/kitchen-vagrant/issues/158
|
521
|
-
[#161]: https://github.com/test-kitchen/kitchen-vagrant/issues/161
|
522
|
-
[#163]: https://github.com/test-kitchen/kitchen-vagrant/issues/163
|
523
|
-
[#166]: https://github.com/test-kitchen/kitchen-vagrant/issues/166
|
524
|
-
[#171]: https://github.com/test-kitchen/kitchen-vagrant/issues/171
|
525
|
-
[#174]: https://github.com/test-kitchen/kitchen-vagrant/issues/174
|
526
|
-
[#190]: https://github.com/test-kitchen/kitchen-vagrant/issues/190
|
527
|
-
[#191]: https://github.com/test-kitchen/kitchen-vagrant/issues/191
|
528
|
-
[#197]: https://github.com/test-kitchen/kitchen-vagrant/issues/197
|
529
|
-
[@Annih]: https://github.com/Annih
|
530
|
-
[@Igorshp]: https://github.com/Igorshp
|
531
|
-
[@RobertRehberg]: https://github.com/RobertRehberg
|
532
|
-
[@TheDude05]: https://github.com/TheDude05
|
533
|
-
[@albertsj1]: https://github.com/albertsj1
|
534
|
-
[@albsOps]: https://github.com/albsOps
|
535
|
-
[@alex-slynko-wonga]: https://github.com/alex-slynko-wonga
|
536
|
-
[@antonio-osorio]: https://github.com/antonio-osorio
|
537
|
-
[@arangamani]: https://github.com/arangamani
|
538
|
-
[@ashb]: https://github.com/ashb
|
539
|
-
[@atiniir]: https://github.com/atiniir
|
540
|
-
[@bdclark]: https://github.com/bdclark
|
541
|
-
[@bradleyd]: https://github.com/bradleyd
|
542
|
-
[@byggztryng]: https://github.com/byggztryng
|
543
|
-
[@dje]: https://github.com/dje
|
544
|
-
[@fnichol]: https://github.com/fnichol
|
545
|
-
[@fujin]: https://github.com/fujin
|
546
|
-
[@gildegoma]: https://github.com/gildegoma
|
547
|
-
[@gouketsu]: https://github.com/gouketsu
|
548
|
-
[@hugespoon]: https://github.com/hugespoon
|
549
|
-
[@jhx]: https://github.com/jhx
|
550
|
-
[@josephholsten]: https://github.com/josephholsten
|
551
|
-
[@kbruner]: https://github.com/kbruner
|
552
|
-
[@keiths-osc]: https://github.com/keiths-osc
|
553
|
-
[@ksubrama]: https://github.com/ksubrama
|
554
|
-
[@manul]: https://github.com/manul
|
555
|
-
[@martinisoft]: https://github.com/martinisoft
|
556
|
-
[@mattray]: https://github.com/mattray
|
557
|
-
[@mconigliaro]: https://github.com/mconigliaro
|
558
|
-
[@miketheman]: https://github.com/miketheman
|
559
|
-
[@petejkim]: https://github.com/petejkim
|
560
|
-
[@petere]: https://github.com/petere
|
561
|
-
[@philcallister]: https://github.com/philcallister
|
562
|
-
[@sandfish8]: https://github.com/sandfish8
|
563
|
-
[@sethvargo]: https://github.com/sethvargo
|
564
|
-
[@tknerr]: https://github.com/tknerr
|
565
|
-
[@tmatilai]: https://github.com/tmatilai
|
566
|
-
[@vinyar]: https://github.com/vinyar
|
567
|
-
[@whiteley]: https://github.com/whiteley
|
568
|
-
[@xmik]: https://github.com/xmik
|
569
|
-
[@zuazo]: https://github.com/zuazo
|