test-kitchen 1.5.0 → 1.6.0
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 +4 -4
- data/.gitignore +2 -0
- data/CHANGELOG.md +977 -863
- data/CONTRIBUTING.md +3 -6
- data/Rakefile +9 -0
- data/lib/kitchen/command/driver_discover.rb +10 -4
- data/lib/kitchen/driver/ssh_base.rb +4 -0
- data/lib/kitchen/instance.rb +19 -1
- data/lib/kitchen/platform.rb +8 -2
- data/lib/kitchen/provisioner/base.rb +10 -2
- data/lib/kitchen/provisioner/chef_apply.rb +125 -0
- data/lib/kitchen/provisioner/chef_base.rb +12 -5
- data/lib/kitchen/transport/winrm.rb +36 -148
- data/lib/kitchen/version.rb +1 -1
- data/spec/kitchen/provisioner/base_spec.rb +33 -0
- data/spec/kitchen/provisioner/chef_apply_spec.rb +136 -0
- data/spec/kitchen/provisioner/chef_base_spec.rb +11 -5
- data/spec/kitchen/ssh_spec.rb +6 -3
- data/spec/kitchen/transport/ssh_spec.rb +6 -4
- data/spec/kitchen/transport/winrm_spec.rb +70 -254
- data/spec/kitchen/verifier/shell_spec.rb +1 -0
- data/test-kitchen.gemspec +3 -3
- data/testing_windows.md +37 -0
- metadata +25 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ec6d7786ac3b5a0ee044ca87d0137d82888c465
|
4
|
+
data.tar.gz: 715cdca9fee737813ede2d26a214d7d0097f5ec8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26b83de5a78f2f5da68974037ee18e1afe977ebabb6aa662aacd46c97c038544bc4dc132da0bdb3ac44a4b3db672a9fac19c8523217d5c88b9d1fa2f5846dddf
|
7
|
+
data.tar.gz: 4da109f6b799a9b5efa6056b0ad17ec202224c205e914ded23364fd5ebb39163dfa1e193cfbd9023788658781202b5cd0c2813ed05bb118e3f7264309acb886a
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,938 +1,1052 @@
|
|
1
|
-
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [1.6.0](https://github.com/test-kitchen/test-kitchen/tree/1.6.0) (2016-02-26)
|
4
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.5.0...1.6.0)
|
5
|
+
|
6
|
+
**Implemented enhancements:**
|
7
|
+
|
8
|
+
- Publicly expose winrm session [\#670](https://github.com/test-kitchen/test-kitchen/issues/670)
|
9
|
+
- Support Chef-DK [\#443](https://github.com/test-kitchen/test-kitchen/issues/443)
|
10
|
+
- Add Provisioner chef\_apply [\#623](https://github.com/test-kitchen/test-kitchen/pull/623) ([sawanoboly](https://github.com/sawanoboly))
|
11
|
+
|
12
|
+
**Fixed bugs:**
|
13
|
+
|
14
|
+
- encrypted\_data\_bag\_secret\_key\_path does not fully work with Chef 12.x [\#751](https://github.com/test-kitchen/test-kitchen/issues/751)
|
15
|
+
- Permission denied for Busser [\#749](https://github.com/test-kitchen/test-kitchen/issues/749)
|
16
|
+
- --force-formatter is passed to a version of chef-client that does not support it. [\#593](https://github.com/test-kitchen/test-kitchen/issues/593)
|
17
|
+
- http\(s\)\_proxy in test [\#533](https://github.com/test-kitchen/test-kitchen/issues/533)
|
18
|
+
- allow non-busser verifier to work with legacy drivers [\#944](https://github.com/test-kitchen/test-kitchen/pull/944) ([chris-rock](https://github.com/chris-rock))
|
19
|
+
- properly initialize attributes for new negotiate [\#937](https://github.com/test-kitchen/test-kitchen/pull/937) ([chris-rock](https://github.com/chris-rock))
|
20
|
+
- Fix sudo dependency [\#932](https://github.com/test-kitchen/test-kitchen/pull/932) ([alexpop](https://github.com/alexpop))
|
21
|
+
- Make chef-config an optional dependency. [\#924](https://github.com/test-kitchen/test-kitchen/pull/924) ([coderanger](https://github.com/coderanger))
|
22
|
+
- Deprecating winrm-tansport and winrm-s gems [\#902](https://github.com/test-kitchen/test-kitchen/pull/902) ([mwrock](https://github.com/mwrock))
|
23
|
+
|
24
|
+
**Closed issues:**
|
25
|
+
|
26
|
+
- Kitchen Converge Argument Error [\#940](https://github.com/test-kitchen/test-kitchen/issues/940)
|
27
|
+
- Intermittent key not found: "src\_md5" failures on windows nodes [\#926](https://github.com/test-kitchen/test-kitchen/issues/926)
|
28
|
+
- Chef Omnibus Windows Issues \(mixlib-install \#22 related\) [\#847](https://github.com/test-kitchen/test-kitchen/issues/847)
|
29
|
+
- Invoking Rake tasks with concurrency? [\#799](https://github.com/test-kitchen/test-kitchen/issues/799)
|
30
|
+
- msiexec was not successful [\#742](https://github.com/test-kitchen/test-kitchen/issues/742)
|
31
|
+
- not able to force chef-client in local model even my .kitchen.yml said so. [\#739](https://github.com/test-kitchen/test-kitchen/issues/739)
|
32
|
+
- TK attempts to download install.sh every converge [\#714](https://github.com/test-kitchen/test-kitchen/issues/714)
|
33
|
+
- kitchen not detecting vagrant plugin `kitchen-vagrant` [\#622](https://github.com/test-kitchen/test-kitchen/issues/622)
|
34
|
+
- Not correct URL for opensuse-13.1 platform [\#599](https://github.com/test-kitchen/test-kitchen/issues/599)
|
35
|
+
- Error 404 if if chef-solo-search is anywhere in the dep-tree [\#591](https://github.com/test-kitchen/test-kitchen/issues/591)
|
36
|
+
- Difference in tty behaviour between verify and converge [\#563](https://github.com/test-kitchen/test-kitchen/issues/563)
|
37
|
+
- recipe idempotence checking [\#561](https://github.com/test-kitchen/test-kitchen/issues/561)
|
38
|
+
- chefzero integration test with several docker containers [\#560](https://github.com/test-kitchen/test-kitchen/issues/560)
|
39
|
+
- AWS is not a class \(TypeError\) [\#552](https://github.com/test-kitchen/test-kitchen/issues/552)
|
40
|
+
- Test Kitchen setup issue [\#546](https://github.com/test-kitchen/test-kitchen/issues/546)
|
41
|
+
- Run serverspec tests in 'ssh mode' instead of 'inside the machine' [\#539](https://github.com/test-kitchen/test-kitchen/issues/539)
|
42
|
+
- Auto creating nodes [\#528](https://github.com/test-kitchen/test-kitchen/issues/528)
|
43
|
+
- enable multi YAML configuration support [\#514](https://github.com/test-kitchen/test-kitchen/issues/514)
|
44
|
+
- Allow for site-cookbooks when using Librarian [\#511](https://github.com/test-kitchen/test-kitchen/issues/511)
|
45
|
+
- Support for running \*\_spec.rb according to the hostname or private ipaddress of a node [\#494](https://github.com/test-kitchen/test-kitchen/issues/494)
|
46
|
+
- Local platform exclusions [\#493](https://github.com/test-kitchen/test-kitchen/issues/493)
|
47
|
+
- Don't reset locale in Kitchen::Driver::Base run\_command\(\) [\#485](https://github.com/test-kitchen/test-kitchen/issues/485)
|
48
|
+
- Intermittent 'kitchen test' failures [\#449](https://github.com/test-kitchen/test-kitchen/issues/449)
|
49
|
+
- shell-provisioner: lots of trouble with a noexec /tmp, failing workaround. [\#444](https://github.com/test-kitchen/test-kitchen/issues/444)
|
50
|
+
- Message: Failed to complete \#converge action: \[Permission denied [\#441](https://github.com/test-kitchen/test-kitchen/issues/441)
|
51
|
+
- Idea: enable chef-zero to run on another server than the converged node. [\#437](https://github.com/test-kitchen/test-kitchen/issues/437)
|
52
|
+
- Test Artifact Fetch Feature [\#434](https://github.com/test-kitchen/test-kitchen/issues/434)
|
53
|
+
- Loading installed gem dependencies with busser plugins [\#406](https://github.com/test-kitchen/test-kitchen/issues/406)
|
54
|
+
- Wrap mkdir in sudo\(\) for init\_command of chef\_base provisioner? [\#382](https://github.com/test-kitchen/test-kitchen/issues/382)
|
55
|
+
- Unable to override `test\_base\_path` in test-kitchen v1.2.1 [\#377](https://github.com/test-kitchen/test-kitchen/issues/377)
|
56
|
+
- Busser depends on Ruby \(ChefDK\) being available on target VM [\#347](https://github.com/test-kitchen/test-kitchen/issues/347)
|
57
|
+
- Option to turn off ssh forwarding x11? [\#338](https://github.com/test-kitchen/test-kitchen/issues/338)
|
58
|
+
|
59
|
+
**Merged pull requests:**
|
60
|
+
|
61
|
+
- The Net::SSH::Extensions were overwriting IO.select agressively, so we scaled this down some [\#935](https://github.com/test-kitchen/test-kitchen/pull/935) ([tyler-ball](https://github.com/tyler-ball))
|
62
|
+
- use winrm transport as alternative detection method [\#928](https://github.com/test-kitchen/test-kitchen/pull/928) ([chris-rock](https://github.com/chris-rock))
|
63
|
+
- bypass execution policy when running powershell script files [\#925](https://github.com/test-kitchen/test-kitchen/pull/925) ([mwrock](https://github.com/mwrock))
|
64
|
+
|
65
|
+
## [v1.5.0](https://github.com/test-kitchen/test-kitchen/tree/v1.5.0) (2016-01-21)
|
66
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.5.0.rc.1...v1.5.0)
|
67
|
+
|
68
|
+
**Implemented enhancements:**
|
69
|
+
|
70
|
+
- Cluster support with Kitchen [\#905](https://github.com/test-kitchen/test-kitchen/issues/905)
|
71
|
+
- Allow for "double-converges" on specific test suites [\#162](https://github.com/test-kitchen/test-kitchen/issues/162)
|
72
|
+
|
73
|
+
**Fixed bugs:**
|
74
|
+
|
75
|
+
- kitchen init will modify Rakefile and cause RuboCop issues [\#915](https://github.com/test-kitchen/test-kitchen/issues/915)
|
76
|
+
- toggling attributes in kitchen.yml [\#884](https://github.com/test-kitchen/test-kitchen/issues/884)
|
77
|
+
- \(Win2012r2\) Chef-client version to install seems to be ignored [\#882](https://github.com/test-kitchen/test-kitchen/issues/882)
|
78
|
+
- No Proxy Settings in Setup Phase [\#821](https://github.com/test-kitchen/test-kitchen/issues/821)
|
79
|
+
- It seems dna.json is being repeated [\#606](https://github.com/test-kitchen/test-kitchen/issues/606)
|
80
|
+
- The netssh 3.0 update returns a different error on connection timeout than 2.9.2 did, adding it to the retry list [\#912](https://github.com/test-kitchen/test-kitchen/pull/912) ([tyler-ball](https://github.com/tyler-ball))
|
81
|
+
- Added try/catch around main and set error action to stop [\#872](https://github.com/test-kitchen/test-kitchen/pull/872) ([mcallb](https://github.com/mcallb))
|
82
|
+
- Add hooks for instance cleanup before exit. [\#825](https://github.com/test-kitchen/test-kitchen/pull/825) ([coderanger](https://github.com/coderanger))
|
83
|
+
- Fix handling of chunked ssh output. [\#824](https://github.com/test-kitchen/test-kitchen/pull/824) ([kingpong](https://github.com/kingpong))
|
84
|
+
- add tests for empty or missing files [\#753](https://github.com/test-kitchen/test-kitchen/pull/753) ([miketheman](https://github.com/miketheman))
|
85
|
+
- Set default log level even if you forget to add it to command line arg [\#697](https://github.com/test-kitchen/test-kitchen/pull/697) ([scotthain](https://github.com/scotthain))
|
86
|
+
- Use single quotes in Rake/Thorfile templates [\#499](https://github.com/test-kitchen/test-kitchen/pull/499) ([chr4](https://github.com/chr4))
|
87
|
+
|
88
|
+
**Closed issues:**
|
89
|
+
|
90
|
+
- Kubernetes driver [\#920](https://github.com/test-kitchen/test-kitchen/issues/920)
|
91
|
+
- Latest build in chef-dk failing in travis [\#918](https://github.com/test-kitchen/test-kitchen/issues/918)
|
92
|
+
- Unable to test Chef11 due to net-ssh [\#914](https://github.com/test-kitchen/test-kitchen/issues/914)
|
93
|
+
- kitchen driver help message incorrect [\#903](https://github.com/test-kitchen/test-kitchen/issues/903)
|
94
|
+
- No arg for -v option \(install.sh missing version number\) [\#900](https://github.com/test-kitchen/test-kitchen/issues/900)
|
95
|
+
- n help converge [\#890](https://github.com/test-kitchen/test-kitchen/issues/890)
|
96
|
+
- Chef Zero should be the default provisioner with init [\#889](https://github.com/test-kitchen/test-kitchen/issues/889)
|
97
|
+
- Windows tests broken - mkdir -p [\#886](https://github.com/test-kitchen/test-kitchen/issues/886)
|
98
|
+
- Berkshelf not managing dependencies [\#869](https://github.com/test-kitchen/test-kitchen/issues/869)
|
99
|
+
- Errno::ETIMEDOUT needed in winrm transport [\#855](https://github.com/test-kitchen/test-kitchen/issues/855)
|
100
|
+
- Appears to freeze on second converge. [\#850](https://github.com/test-kitchen/test-kitchen/issues/850)
|
101
|
+
- How to specify RubyGem source in .kitchen.yml for serverspec gems? [\#844](https://github.com/test-kitchen/test-kitchen/issues/844)
|
102
|
+
- f using serch to find self node [\#842](https://github.com/test-kitchen/test-kitchen/issues/842)
|
103
|
+
- Kitchen : reconverge with another user [\#840](https://github.com/test-kitchen/test-kitchen/issues/840)
|
104
|
+
- Can't transfer cookbook to Windows node using Chef Kitchen [\#818](https://github.com/test-kitchen/test-kitchen/issues/818)
|
105
|
+
- ability to change location of test/integration/default/ [\#814](https://github.com/test-kitchen/test-kitchen/issues/814)
|
106
|
+
- Kitchen destroy fails if VM manually removed [\#796](https://github.com/test-kitchen/test-kitchen/issues/796)
|
107
|
+
- reconverge with test-kitchen [\#780](https://github.com/test-kitchen/test-kitchen/issues/780)
|
108
|
+
- ssh breaks if vm restarts [\#769](https://github.com/test-kitchen/test-kitchen/issues/769)
|
109
|
+
- Transfer files more efficiently. [\#657](https://github.com/test-kitchen/test-kitchen/issues/657)
|
110
|
+
- Possibility to lock down versions of gems [\#515](https://github.com/test-kitchen/test-kitchen/issues/515)
|
111
|
+
- Missing vagrant-wrapper gem, update test-kitchen gem dependencies? [\#488](https://github.com/test-kitchen/test-kitchen/issues/488)
|
112
|
+
- : Message: SSH exited \(1\) for command: \[sh -c 'BUSSER\_ROOT="/tmp/busser" GEM\_HOME="/tmp/busser/gems" GEM\_PATH="/tmp/busser/gems" GEM\_CACHE="/tmp/busser/gems/cache" ; export BUSSER\_ROOT GEM\_HOME GEM\_PATH GEM\_CACHE; sudo -E /tmp/busser/bin/busser test'\] [\#411](https://github.com/test-kitchen/test-kitchen/issues/411)
|
113
|
+
- TestKitchen isn't using VAGRANT\_HOME path [\#398](https://github.com/test-kitchen/test-kitchen/issues/398)
|
114
|
+
- deal with travis [\#369](https://github.com/test-kitchen/test-kitchen/issues/369)
|
115
|
+
- use a default path rubygems, ruby and busser [\#362](https://github.com/test-kitchen/test-kitchen/issues/362)
|
116
|
+
- Bats tests are being executed even missing specification [\#360](https://github.com/test-kitchen/test-kitchen/issues/360)
|
117
|
+
- shell provisioner: Add a KITCHEN\_DIR environment variable [\#349](https://github.com/test-kitchen/test-kitchen/issues/349)
|
118
|
+
- Don't use generic descriptions for create, converge, setup, verify, and destroy [\#344](https://github.com/test-kitchen/test-kitchen/issues/344)
|
119
|
+
- Exception Handler does not always print out anything to stdout [\#281](https://github.com/test-kitchen/test-kitchen/issues/281)
|
120
|
+
|
121
|
+
**Merged pull requests:**
|
122
|
+
|
123
|
+
- 150 release prep [\#921](https://github.com/test-kitchen/test-kitchen/pull/921) ([tyler-ball](https://github.com/tyler-ball))
|
124
|
+
- Because net/ssh is no longer including timeout.rb, we need to so that Ruby doesn't think Timeout belongs to the TK class [\#919](https://github.com/test-kitchen/test-kitchen/pull/919) ([tyler-ball](https://github.com/tyler-ball))
|
125
|
+
- Diet travis [\#911](https://github.com/test-kitchen/test-kitchen/pull/911) ([cheeseplus](https://github.com/cheeseplus))
|
126
|
+
- Revert "fix driver help output" [\#910](https://github.com/test-kitchen/test-kitchen/pull/910) ([cheeseplus](https://github.com/cheeseplus))
|
127
|
+
- Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280 [\#908](https://github.com/test-kitchen/test-kitchen/pull/908) ([tyler-ball](https://github.com/tyler-ball))
|
128
|
+
- Set version to 1.5.0 [\#907](https://github.com/test-kitchen/test-kitchen/pull/907) ([jkeiser](https://github.com/jkeiser))
|
129
|
+
- Adding Maintainers file [\#906](https://github.com/test-kitchen/test-kitchen/pull/906) ([cheeseplus](https://github.com/cheeseplus))
|
130
|
+
- fix driver help output [\#904](https://github.com/test-kitchen/test-kitchen/pull/904) ([akissa](https://github.com/akissa))
|
131
|
+
- Add support for --profile-ruby [\#901](https://github.com/test-kitchen/test-kitchen/pull/901) ([martinb3](https://github.com/martinb3))
|
132
|
+
- fix chef install on non-windows [\#899](https://github.com/test-kitchen/test-kitchen/pull/899) ([mwrock](https://github.com/mwrock))
|
133
|
+
- typo: on != no [\#897](https://github.com/test-kitchen/test-kitchen/pull/897) ([miketheman](https://github.com/miketheman))
|
134
|
+
- Fix Windows Omnibus Install \#811 [\#864](https://github.com/test-kitchen/test-kitchen/pull/864) ([dissonanz](https://github.com/dissonanz))
|
135
|
+
- add cli option to set the test path [\#857](https://github.com/test-kitchen/test-kitchen/pull/857) ([chris-rock](https://github.com/chris-rock))
|
136
|
+
- WinRM connect \(with retry\) is failing on Windows [\#835](https://github.com/test-kitchen/test-kitchen/pull/835) ([Stift](https://github.com/Stift))
|
137
|
+
- update omnibus url to chef.io [\#827](https://github.com/test-kitchen/test-kitchen/pull/827) ([andrewelizondo](https://github.com/andrewelizondo))
|
138
|
+
- Add more options for WinRM [\#776](https://github.com/test-kitchen/test-kitchen/pull/776) ([smurawski](https://github.com/smurawski))
|
139
|
+
|
140
|
+
## [v1.5.0.rc.1](https://github.com/test-kitchen/test-kitchen/tree/v1.5.0.rc.1) (2015-12-29)
|
141
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.4.2...v1.5.0.rc.1)
|
142
|
+
|
143
|
+
**Fixed bugs:**
|
144
|
+
|
145
|
+
- Drop Ruby 1.9 support [\#806](https://github.com/test-kitchen/test-kitchen/issues/806)
|
146
|
+
- fixed SuSe OS busser install [\#816](https://github.com/test-kitchen/test-kitchen/pull/816) ([Peuserik](https://github.com/Peuserik))
|
147
|
+
- Honor proxy env vars. [\#813](https://github.com/test-kitchen/test-kitchen/pull/813) ([mcquin](https://github.com/mcquin))
|
148
|
+
- Drop Ruby 1.9.3 from TravisCI build matrix [\#804](https://github.com/test-kitchen/test-kitchen/pull/804) ([thommay](https://github.com/thommay))
|
149
|
+
- Use mixlib-install [\#782](https://github.com/test-kitchen/test-kitchen/pull/782) ([thommay](https://github.com/thommay))
|
150
|
+
- Make lazyhash enumerable [\#752](https://github.com/test-kitchen/test-kitchen/pull/752) ([caboteria](https://github.com/caboteria))
|
151
|
+
|
152
|
+
**Closed issues:**
|
153
|
+
|
154
|
+
- WinrRM "The device is not ready" [\#891](https://github.com/test-kitchen/test-kitchen/issues/891)
|
155
|
+
- kitchen starts linux machine with run level 2 by default [\#881](https://github.com/test-kitchen/test-kitchen/issues/881)
|
156
|
+
- Failing to parse .kitchen.yml with ChefDK 0.9.0 on Windows 7 [\#877](https://github.com/test-kitchen/test-kitchen/issues/877)
|
157
|
+
- policyfile\_zero doesn't use attributes in .kitchen.yml [\#870](https://github.com/test-kitchen/test-kitchen/issues/870)
|
158
|
+
- http proxy for "Installing Chef Omnibus" part? [\#867](https://github.com/test-kitchen/test-kitchen/issues/867)
|
159
|
+
- data\_munger, NoMethodError [\#865](https://github.com/test-kitchen/test-kitchen/issues/865)
|
160
|
+
- Waiting for SSH service on 127.0.0.1:2222, retrying in 3 seconds [\#862](https://github.com/test-kitchen/test-kitchen/issues/862)
|
161
|
+
- test-kitchen winrm w/proxies "The command line is too long." [\#854](https://github.com/test-kitchen/test-kitchen/issues/854)
|
162
|
+
- kitchen converge error [\#853](https://github.com/test-kitchen/test-kitchen/issues/853)
|
163
|
+
- /opt/chef/version-manifest.txt doesn't have proper version on line one, causing extra installations via Omnibus [\#846](https://github.com/test-kitchen/test-kitchen/issues/846)
|
164
|
+
- SSL read error when attempting to download Ubuntu 12.04 box for simple converge [\#834](https://github.com/test-kitchen/test-kitchen/issues/834)
|
165
|
+
- chefdk install issues [\#830](https://github.com/test-kitchen/test-kitchen/issues/830)
|
166
|
+
- Test Kitchen does not detect ports listening to localhost on Windows [\#828](https://github.com/test-kitchen/test-kitchen/issues/828)
|
167
|
+
- serverspec tests fail on windows [\#823](https://github.com/test-kitchen/test-kitchen/issues/823)
|
168
|
+
- Error in test kitchen exits shell [\#822](https://github.com/test-kitchen/test-kitchen/issues/822)
|
169
|
+
- Cannot use an http/https url pointing to a vagrant metadata json file for box\_url [\#819](https://github.com/test-kitchen/test-kitchen/issues/819)
|
170
|
+
- kitchen converge does not execute sleep command [\#812](https://github.com/test-kitchen/test-kitchen/issues/812)
|
171
|
+
- Serverspec `command` does not seem to be working... [\#773](https://github.com/test-kitchen/test-kitchen/issues/773)
|
172
|
+
- Chef-Solo cache deleted by WinRM transport [\#680](https://github.com/test-kitchen/test-kitchen/issues/680)
|
173
|
+
- Feature: 'vagrant reload' for kitchen [\#678](https://github.com/test-kitchen/test-kitchen/issues/678)
|
174
|
+
|
175
|
+
**Merged pull requests:**
|
176
|
+
|
177
|
+
- Adding the CHANGELOG and version.rb update for 1.5.0.rc.1 [\#898](https://github.com/test-kitchen/test-kitchen/pull/898) ([tyler-ball](https://github.com/tyler-ball))
|
178
|
+
- Fixing garbled output for chef\_zero provisioner [\#896](https://github.com/test-kitchen/test-kitchen/pull/896) ([someara](https://github.com/someara))
|
179
|
+
- Adding in ChefConfig support to enable loading proxy config from chef config files [\#895](https://github.com/test-kitchen/test-kitchen/pull/895) ([tyler-ball](https://github.com/tyler-ball))
|
180
|
+
- Adding the Travis config necessary to run the proxy\_tests [\#894](https://github.com/test-kitchen/test-kitchen/pull/894) ([tyler-ball](https://github.com/tyler-ball))
|
181
|
+
- Adding proxy tests to the Travis.yml [\#892](https://github.com/test-kitchen/test-kitchen/pull/892) ([tyler-ball](https://github.com/tyler-ball))
|
182
|
+
- Test suite maintenance, a.k.a. "Just Dots And Only Dots" [\#887](https://github.com/test-kitchen/test-kitchen/pull/887) ([fnichol](https://github.com/fnichol))
|
183
|
+
- Running the chef\_base provisioner install\_command via sudo, and command\_prefix support [\#885](https://github.com/test-kitchen/test-kitchen/pull/885) ([adamleff](https://github.com/adamleff))
|
184
|
+
- write install\_command to file and invoke on the instance to avoid command too long on windows [\#878](https://github.com/test-kitchen/test-kitchen/pull/878) ([mwrock](https://github.com/mwrock))
|
185
|
+
- Updates the gem path to install everything in /tmp/verifier [\#833](https://github.com/test-kitchen/test-kitchen/pull/833) ([scotthain](https://github.com/scotthain))
|
186
|
+
|
187
|
+
## [v1.4.2](https://github.com/test-kitchen/test-kitchen/tree/v1.4.2) (2015-08-03)
|
188
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.4.1...v1.4.2)
|
189
|
+
|
190
|
+
**Fixed bugs:**
|
191
|
+
|
192
|
+
- Appveyor CI not configured correctly [\#803](https://github.com/test-kitchen/test-kitchen/issues/803)
|
193
|
+
- uninitialized constant Kitchen::Transport::Ssh::Connection::Timeout with net-ssh 2.10 [\#800](https://github.com/test-kitchen/test-kitchen/issues/800)
|
194
|
+
- Possible bug in Getting Started Guide: 'could not settle on compression\_client algorithm' [\#729](https://github.com/test-kitchen/test-kitchen/issues/729)
|
195
|
+
- Pinning net-ssh to 2.9 [\#805](https://github.com/test-kitchen/test-kitchen/pull/805) ([tyler-ball](https://github.com/tyler-ball))
|
196
|
+
- Rescue Errno::ETIMEDOUT instead of Timeout::Error on Establish [\#802](https://github.com/test-kitchen/test-kitchen/pull/802) ([Annih](https://github.com/Annih))
|
197
|
+
- Fix for net-ssh 2.10.0. [\#801](https://github.com/test-kitchen/test-kitchen/pull/801) ([coderanger](https://github.com/coderanger))
|
198
|
+
- silence some aruba warnings [\#770](https://github.com/test-kitchen/test-kitchen/pull/770) ([thommay](https://github.com/thommay))
|
199
|
+
- Fix monkey patching of IO.read [\#768](https://github.com/test-kitchen/test-kitchen/pull/768) ([375gnu](https://github.com/375gnu))
|
200
|
+
- Style/Lint Updates \(finstyle 1.5.0\) [\#762](https://github.com/test-kitchen/test-kitchen/pull/762) ([fnichol](https://github.com/fnichol))
|
201
|
+
- Adding appveyor config [\#689](https://github.com/test-kitchen/test-kitchen/pull/689) ([tyler-ball](https://github.com/tyler-ball))
|
202
|
+
|
203
|
+
**Closed issues:**
|
204
|
+
|
205
|
+
- kitchen exec -c "ipconfig" fails on winrm \(any other command too\) with Winrm authorization error. [\#795](https://github.com/test-kitchen/test-kitchen/issues/795)
|
206
|
+
- Specifying Config File on CLI [\#792](https://github.com/test-kitchen/test-kitchen/issues/792)
|
207
|
+
- Converge fails on "Configuring netowrk adapters within the VM..." [\#789](https://github.com/test-kitchen/test-kitchen/issues/789)
|
208
|
+
- Converge only works on second try [\#785](https://github.com/test-kitchen/test-kitchen/issues/785)
|
209
|
+
- is\_running shows failing upstart process on Redhat [\#784](https://github.com/test-kitchen/test-kitchen/issues/784)
|
210
|
+
- Uninitialized constant Kitchen::Transport::Ssh::Connection::Timeout [\#775](https://github.com/test-kitchen/test-kitchen/issues/775)
|
211
|
+
- attempting to copy file from /var/folders that does not exist [\#774](https://github.com/test-kitchen/test-kitchen/issues/774)
|
212
|
+
- Can we copy .kitchen.yml into vagrant box? [\#763](https://github.com/test-kitchen/test-kitchen/issues/763)
|
213
|
+
- Ruby regular expression doesn't work in z-shell [\#760](https://github.com/test-kitchen/test-kitchen/issues/760)
|
214
|
+
- how to use a puppet apply shell script with test kitchen [\#719](https://github.com/test-kitchen/test-kitchen/issues/719)
|
215
|
+
- server.rb:283:in `block in start\_background': undefined method `start' for nil:NilClass \(NoMethodError\) [\#710](https://github.com/test-kitchen/test-kitchen/issues/710)
|
216
|
+
- Windows guests cannot use Gemfile with serverspec tests [\#616](https://github.com/test-kitchen/test-kitchen/issues/616)
|
217
|
+
- ssl\_ca\_path cannot be set in kitchen client.rb [\#594](https://github.com/test-kitchen/test-kitchen/issues/594)
|
218
|
+
- Test kitchen setup fails during busser serverspec plugin post install [\#461](https://github.com/test-kitchen/test-kitchen/issues/461)
|
219
|
+
|
220
|
+
**Merged pull requests:**
|
221
|
+
|
222
|
+
- Support specifying exact nightly/build [\#788](https://github.com/test-kitchen/test-kitchen/pull/788) ([jaym](https://github.com/jaym))
|
223
|
+
|
224
|
+
## [v1.4.1](https://github.com/test-kitchen/test-kitchen/tree/v1.4.1) (2015-06-18)
|
225
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.9.1...v1.4.1)
|
226
|
+
|
227
|
+
**Fixed bugs:**
|
228
|
+
|
229
|
+
- Discovering more than 50 drivers fails a Cucumber scenario [\#733](https://github.com/test-kitchen/test-kitchen/issues/733)
|
230
|
+
- 'kitchen init' should create a chefignore file [\#732](https://github.com/test-kitchen/test-kitchen/issues/732)
|
231
|
+
- Transport defaults windows username to ./administrator [\#688](https://github.com/test-kitchen/test-kitchen/issues/688)
|
232
|
+
- generate a chefignore during init, fixes \#732 [\#737](https://github.com/test-kitchen/test-kitchen/pull/737) ([metadave](https://github.com/metadave))
|
233
|
+
- Fixing issues to support windows in kitchen-ec2, fixes \#688, fixes \#733 [\#736](https://github.com/test-kitchen/test-kitchen/pull/736) ([tyler-ball](https://github.com/tyler-ball))
|
234
|
+
- Fixing issues to support windows in kitchen-ec2, fixes \\#688, fixes \\#733 [\#736](https://github.com/test-kitchen/test-kitchen/pull/736) ([tyler-ball](https://github.com/tyler-ball))
|
235
|
+
- Fix failing feature in `kitchen drvier discover` due to too many gems. [\#734](https://github.com/test-kitchen/test-kitchen/pull/734) ([fnichol](https://github.com/fnichol))
|
236
|
+
|
237
|
+
**Closed issues:**
|
238
|
+
|
239
|
+
- SSH race condition with RHEL/CentOS instances in EC2 [\#735](https://github.com/test-kitchen/test-kitchen/issues/735)
|
240
|
+
- Nested upload folders [\#725](https://github.com/test-kitchen/test-kitchen/issues/725)
|
241
|
+
- Intermittent "No such file or directory" on Windows converge [\#699](https://github.com/test-kitchen/test-kitchen/issues/699)
|
242
|
+
- "kitchen verify" output on windows is getting butchered [\#486](https://github.com/test-kitchen/test-kitchen/issues/486)
|
243
|
+
|
244
|
+
**Merged pull requests:**
|
245
|
+
|
246
|
+
- Updating CHANGELOG and version for 1.4.1 release [\#748](https://github.com/test-kitchen/test-kitchen/pull/748) ([tyler-ball](https://github.com/tyler-ball))
|
247
|
+
- Revert "Use a relative name for the connection class." [\#731](https://github.com/test-kitchen/test-kitchen/pull/731) ([metadave](https://github.com/metadave))
|
248
|
+
- Use a relative name for the connection class. [\#726](https://github.com/test-kitchen/test-kitchen/pull/726) ([coderanger](https://github.com/coderanger))
|
249
|
+
|
250
|
+
## [v0.9.1](https://github.com/test-kitchen/test-kitchen/tree/v0.9.1) (2015-05-21)
|
251
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.9.0...v0.9.1)
|
252
|
+
|
253
|
+
**Closed issues:**
|
254
|
+
|
255
|
+
- kitchen exec fails to show text content without linebreak [\#717](https://github.com/test-kitchen/test-kitchen/issues/717)
|
256
|
+
- How to copy files from box to host machine? [\#716](https://github.com/test-kitchen/test-kitchen/issues/716)
|
257
|
+
|
258
|
+
## [v0.9.0](https://github.com/test-kitchen/test-kitchen/tree/v0.9.0) (2015-05-19)
|
259
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.4.0...v0.9.0)
|
260
|
+
|
261
|
+
**Fixed bugs:**
|
262
|
+
|
263
|
+
- default-centos-64 is not available [\#707](https://github.com/test-kitchen/test-kitchen/issues/707)
|
264
|
+
- platform centos-6.4, centos-6.5 cannot be downloaded [\#663](https://github.com/test-kitchen/test-kitchen/issues/663)
|
265
|
+
- Update platform version defaults in `kitchen init` command. [\#711](https://github.com/test-kitchen/test-kitchen/pull/711) ([fnichol](https://github.com/fnichol))
|
266
|
+
- don't prompt for passwords when using public keys [\#704](https://github.com/test-kitchen/test-kitchen/pull/704) ([caboteria](https://github.com/caboteria))
|
267
|
+
|
268
|
+
**Closed issues:**
|
269
|
+
|
270
|
+
- Exception on kitchen create: Windows Server 2012 R2 box [\#696](https://github.com/test-kitchen/test-kitchen/issues/696)
|
271
|
+
- Unable to run kitchen converge: Server 2012 R2 - WinRM [\#695](https://github.com/test-kitchen/test-kitchen/issues/695)
|
272
|
+
- Windows guest doesn't update serverspec files [\#693](https://github.com/test-kitchen/test-kitchen/issues/693)
|
273
|
+
- Busser sync is a bit slow [\#639](https://github.com/test-kitchen/test-kitchen/issues/639)
|
274
|
+
- client key is invalid or not found at: 'C:/chef/client.pem' [\#636](https://github.com/test-kitchen/test-kitchen/issues/636)
|
275
|
+
- Don't print extraneous equals signs to logs "================" [\#586](https://github.com/test-kitchen/test-kitchen/issues/586)
|
276
|
+
|
277
|
+
**Merged pull requests:**
|
278
|
+
|
279
|
+
- Bump to centos-6.6, fix \#663. [\#665](https://github.com/test-kitchen/test-kitchen/pull/665) ([lloydde](https://github.com/lloydde))
|
280
|
+
|
281
|
+
## [v1.4.0](https://github.com/test-kitchen/test-kitchen/tree/v1.4.0) (2015-04-28)
|
282
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.4.0.rc.1...v1.4.0)
|
283
|
+
|
284
|
+
**Implemented enhancements:**
|
285
|
+
|
286
|
+
- Add Multi-provisioner support [\#36](https://github.com/test-kitchen/test-kitchen/issues/36)
|
287
|
+
|
288
|
+
**Fixed bugs:**
|
289
|
+
|
290
|
+
- kitchen verify not updating tests on Windows guests [\#684](https://github.com/test-kitchen/test-kitchen/issues/684)
|
291
|
+
|
292
|
+
**Closed issues:**
|
293
|
+
|
294
|
+
- includes and excludes directives not working in 1.4.0.rc.1 [\#690](https://github.com/test-kitchen/test-kitchen/issues/690)
|
295
|
+
- avoid forwarding port 22 if a Windows guest? [\#676](https://github.com/test-kitchen/test-kitchen/issues/676)
|
296
|
+
- kitchen verify fails on opscode centos-6.6 vagrant box [\#664](https://github.com/test-kitchen/test-kitchen/issues/664)
|
297
|
+
- test-kitchen/lib/kitchen/provisioner/chef/powershell\_shell.rb expand\_version fails if behind proxy and http\_proxy is set [\#638](https://github.com/test-kitchen/test-kitchen/issues/638)
|
298
|
+
- kitchen hangs on converge [\#624](https://github.com/test-kitchen/test-kitchen/issues/624)
|
299
|
+
- help info for "kitchen driver incorrect" [\#613](https://github.com/test-kitchen/test-kitchen/issues/613)
|
300
|
+
- Detect and warn users about Powershell bug KB2842230 that causes Out of Memory Errors [\#604](https://github.com/test-kitchen/test-kitchen/issues/604)
|
301
|
+
- Need solution/best practice for installing gem in VM chef-client [\#495](https://github.com/test-kitchen/test-kitchen/issues/495)
|
302
|
+
- Multi-project chaining of shared CLI subcommands [\#47](https://github.com/test-kitchen/test-kitchen/issues/47)
|
303
|
+
- Create kitchen driver for Razor [\#45](https://github.com/test-kitchen/test-kitchen/issues/45)
|
304
|
+
|
305
|
+
## [v1.4.0.rc.1](https://github.com/test-kitchen/test-kitchen/tree/v1.4.0.rc.1) (2015-03-29)
|
306
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.4.0.beta.2...v1.4.0.rc.1)
|
307
|
+
|
308
|
+
**Fixed bugs:**
|
2
309
|
|
3
|
-
|
310
|
+
- Windows 7 fails with 'maximum number of 15 concurrent operations' on second converge [\#656](https://github.com/test-kitchen/test-kitchen/issues/656)
|
311
|
+
- second converge fails with encrypted data bags [\#611](https://github.com/test-kitchen/test-kitchen/issues/611)
|
312
|
+
- Support relative paths to SSH keys [\#389](https://github.com/test-kitchen/test-kitchen/issues/389)
|
313
|
+
- Use of sudo -E breaks compatibility with CentOS 5 [\#307](https://github.com/test-kitchen/test-kitchen/issues/307)
|
314
|
+
- re-adds PATH [\#666](https://github.com/test-kitchen/test-kitchen/pull/666) ([curiositycasualty](https://github.com/curiositycasualty))
|
4
315
|
|
5
|
-
|
316
|
+
**Closed issues:**
|
6
317
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
318
|
+
- Wrong permissions in /tmp/verifier/gems/\[bin/cache/gems\] \(?\) / broken caching with 1.4.0.beta.2 [\#671](https://github.com/test-kitchen/test-kitchen/issues/671)
|
319
|
+
- ChefZero,ChefSolo \#install\_command should bomb out when no downloaders are found [\#654](https://github.com/test-kitchen/test-kitchen/issues/654)
|
320
|
+
- Files not available in temp/kitchen - Windows Guest [\#642](https://github.com/test-kitchen/test-kitchen/issues/642)
|
321
|
+
- winrm: Use the rdp\_uri instead of trying to call specific application [\#595](https://github.com/test-kitchen/test-kitchen/issues/595)
|
322
|
+
- How to pass a symbol instead of string in .kitchen.yml [\#556](https://github.com/test-kitchen/test-kitchen/issues/556)
|
323
|
+
- Converge fails deleting non-cookbook files on Windows synced folder due to max path length [\#522](https://github.com/test-kitchen/test-kitchen/issues/522)
|
324
|
+
- Create kitchen driver for Solaris/illumos Zones [\#44](https://github.com/test-kitchen/test-kitchen/issues/44)
|
325
|
+
|
326
|
+
**Merged pull requests:**
|
327
|
+
|
328
|
+
- \[Transport::Ssh\] Add default :compression & :compression\_level attrs. [\#675](https://github.com/test-kitchen/test-kitchen/pull/675) ([fnichol](https://github.com/fnichol))
|
329
|
+
- \[Transport::SSH\] Expand path for `:ssh\_key` if provided in kitchen.yml. [\#674](https://github.com/test-kitchen/test-kitchen/pull/674) ([fnichol](https://github.com/fnichol))
|
330
|
+
- \[ChefSolo,ChefZero\] Ensure that secret key is deleted before converge. [\#673](https://github.com/test-kitchen/test-kitchen/pull/673) ([fnichol](https://github.com/fnichol))
|
331
|
+
- \[Transport::Winrm\] Extract dependant code to winrm-transport gem. [\#672](https://github.com/test-kitchen/test-kitchen/pull/672) ([fnichol](https://github.com/fnichol))
|
332
|
+
- \[CommandExecutor\] Move ObjectSpace finalizer logic into executor. [\#669](https://github.com/test-kitchen/test-kitchen/pull/669) ([fnichol](https://github.com/fnichol))
|
333
|
+
- Add `plugin\_version` support for all plugin types. [\#668](https://github.com/test-kitchen/test-kitchen/pull/668) ([fnichol](https://github.com/fnichol))
|
334
|
+
- Add plugin diagnostics, exposed via `kitchen diagnose`. [\#667](https://github.com/test-kitchen/test-kitchen/pull/667) ([fnichol](https://github.com/fnichol))
|
335
|
+
- Updated for sh compatibility based on install.sh code [\#658](https://github.com/test-kitchen/test-kitchen/pull/658) ([scotthain](https://github.com/scotthain))
|
336
|
+
- \[ChefZero\] Consider `:require\_chef\_omnibus = 11` to be modern version. [\#653](https://github.com/test-kitchen/test-kitchen/pull/653) ([fnichol](https://github.com/fnichol))
|
337
|
+
- \[ChefZero,ChefSolo\] Support symbol values in solo.rb & client.rb. [\#652](https://github.com/test-kitchen/test-kitchen/pull/652) ([fnichol](https://github.com/fnichol))
|
338
|
+
- Add :sudo\_command to Provisioners, Verifiers, & ShellOut. [\#651](https://github.com/test-kitchen/test-kitchen/pull/651) ([fnichol](https://github.com/fnichol))
|
339
|
+
|
340
|
+
## [v1.4.0.beta.2](https://github.com/test-kitchen/test-kitchen/tree/v1.4.0.beta.2) (2015-03-25)
|
341
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.4.0.beta.1...v1.4.0.beta.2)
|
342
|
+
|
343
|
+
**Merged pull requests:**
|
344
|
+
|
345
|
+
- \[Provisioner::Shell\] Add HTTP proxy support to commands. [\#649](https://github.com/test-kitchen/test-kitchen/pull/649) ([fnichol](https://github.com/fnichol))
|
346
|
+
- \[Transport::Winrm\] Truncate destination file for overwriting. [\#648](https://github.com/test-kitchen/test-kitchen/pull/648) ([fnichol](https://github.com/fnichol))
|
347
|
+
|
348
|
+
## [v1.4.0.beta.1](https://github.com/test-kitchen/test-kitchen/tree/v1.4.0.beta.1) (2015-03-24)
|
349
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.3.1...v1.4.0.beta.1)
|
350
|
+
|
351
|
+
**Closed issues:**
|
352
|
+
|
353
|
+
- RubyZip is corrupting zip files on windows hosts [\#643](https://github.com/test-kitchen/test-kitchen/issues/643)
|
354
|
+
- windows guest support broke recntly [\#641](https://github.com/test-kitchen/test-kitchen/issues/641)
|
355
|
+
- Unable to parse WinRM response, missing attribute quote [\#635](https://github.com/test-kitchen/test-kitchen/issues/635)
|
356
|
+
- Chef DownloadFile fails on Powershell 2.0/win 2003 [\#631](https://github.com/test-kitchen/test-kitchen/issues/631)
|
357
|
+
- how can i pull the data from chef server policy environment override attributes [\#630](https://github.com/test-kitchen/test-kitchen/issues/630)
|
358
|
+
- windows-guest-support branch does not download chef client rc version [\#626](https://github.com/test-kitchen/test-kitchen/issues/626)
|
359
|
+
- Zip Transport fails on Windows Server Core [\#625](https://github.com/test-kitchen/test-kitchen/issues/625)
|
360
|
+
- call capistrano deployment? [\#617](https://github.com/test-kitchen/test-kitchen/issues/617)
|
361
|
+
- PR\#589 Causes chef-client installations to report as failed when they have actually succeeded [\#601](https://github.com/test-kitchen/test-kitchen/issues/601)
|
362
|
+
- Kitchen converge on Windows guests takes two tries [\#596](https://github.com/test-kitchen/test-kitchen/issues/596)
|
363
|
+
- Need support for keepalive for ssh connections [\#585](https://github.com/test-kitchen/test-kitchen/issues/585)
|
364
|
+
- windows-guest-support: wrong path for chef-client [\#565](https://github.com/test-kitchen/test-kitchen/issues/565)
|
365
|
+
- How to setup hostname of vm with .kitchen.yml ? [\#465](https://github.com/test-kitchen/test-kitchen/issues/465)
|
366
|
+
- Can test-kitchen work with mingw32 [\#435](https://github.com/test-kitchen/test-kitchen/issues/435)
|
367
|
+
- Filtering non-cookbook files leave empty directories that are still scp-ed [\#429](https://github.com/test-kitchen/test-kitchen/issues/429)
|
368
|
+
- prepare\_chef\_home doesn't work on Windows guests [\#158](https://github.com/test-kitchen/test-kitchen/issues/158)
|
369
|
+
- Add an option to clean up log files generated [\#85](https://github.com/test-kitchen/test-kitchen/issues/85)
|
370
|
+
|
371
|
+
**Merged pull requests:**
|
372
|
+
|
373
|
+
- Further backwards compatibility effort [\#646](https://github.com/test-kitchen/test-kitchen/pull/646) ([fnichol](https://github.com/fnichol))
|
374
|
+
- open zip file in binary mode to avoid corrupting zip files on windows [\#644](https://github.com/test-kitchen/test-kitchen/pull/644) ([mwrock](https://github.com/mwrock))
|
375
|
+
- Test Kitchen 1.4 Refactoring \(SSH/WinRM Transports, Windows Support, etc\) [\#640](https://github.com/test-kitchen/test-kitchen/pull/640) ([fnichol](https://github.com/fnichol))
|
376
|
+
- \[WIP\] Test Kitchen 1.4 Refactoring \(SSH/WinRM Transports, Windows Support, etc\) [\#637](https://github.com/test-kitchen/test-kitchen/pull/637) ([fnichol](https://github.com/fnichol))
|
377
|
+
- Fixing bad default setting - if ENV is not set we are accidently setting log\_level to nil for whole run [\#633](https://github.com/test-kitchen/test-kitchen/pull/633) ([tyler-ball](https://github.com/tyler-ball))
|
378
|
+
- Fixes Chef Client installation on Windows Guests [\#615](https://github.com/test-kitchen/test-kitchen/pull/615) ([robcoward](https://github.com/robcoward))
|
379
|
+
- Pinning winrm to newer version to support latest httpclient [\#612](https://github.com/test-kitchen/test-kitchen/pull/612) ([tyler-ball](https://github.com/tyler-ball))
|
380
|
+
- Windows2003 guest fix [\#610](https://github.com/test-kitchen/test-kitchen/pull/610) ([GolubevV](https://github.com/GolubevV))
|
381
|
+
- Proxy Implementation for Windows Chef Omnibus [\#603](https://github.com/test-kitchen/test-kitchen/pull/603) ([afiune](https://github.com/afiune))
|
382
|
+
- Adding --log-overwrite CLI option [\#600](https://github.com/test-kitchen/test-kitchen/pull/600) ([tyler-ball](https://github.com/tyler-ball))
|
383
|
+
- Powershell no longer re-installs chef if version constraint is only major version [\#590](https://github.com/test-kitchen/test-kitchen/pull/590) ([tyler-ball](https://github.com/tyler-ball))
|
384
|
+
- Check the exit code of msiexec [\#589](https://github.com/test-kitchen/test-kitchen/pull/589) ([jaym](https://github.com/jaym))
|
385
|
+
- Change getchef.com chef.io in Powershell provisioner [\#588](https://github.com/test-kitchen/test-kitchen/pull/588) ([jaym](https://github.com/jaym))
|
386
|
+
- winrm transport should use a single \(or minimal\) shell when transferring files. transfer via a zip file to optimize round trips [\#562](https://github.com/test-kitchen/test-kitchen/pull/562) ([mwrock](https://github.com/mwrock))
|
387
|
+
- Stop uploading empty directories [\#530](https://github.com/test-kitchen/test-kitchen/pull/530) ([whiteley](https://github.com/whiteley))
|
388
|
+
|
389
|
+
## [v1.3.1](https://github.com/test-kitchen/test-kitchen/tree/v1.3.1) (2015-01-16)
|
390
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.3.0...v1.3.1)
|
391
|
+
|
392
|
+
**Closed issues:**
|
393
|
+
|
394
|
+
- chef\_omnibus\_install\_options not appended properly [\#580](https://github.com/test-kitchen/test-kitchen/issues/580)
|
395
|
+
- 1.3.0 contains a breaking change but the major version was not incremented [\#578](https://github.com/test-kitchen/test-kitchen/issues/578)
|
396
|
+
|
397
|
+
**Merged pull requests:**
|
398
|
+
|
399
|
+
- Fix omnibus install argument passing bug with missing space character. [\#581](https://github.com/test-kitchen/test-kitchen/pull/581) ([fnichol](https://github.com/fnichol))
|
400
|
+
- update README.md badges to use SVG [\#579](https://github.com/test-kitchen/test-kitchen/pull/579) ([miketheman](https://github.com/miketheman))
|
401
|
+
|
402
|
+
## [v1.3.0](https://github.com/test-kitchen/test-kitchen/tree/v1.3.0) (2015-01-15)
|
403
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.2.1...v1.3.0)
|
404
|
+
|
405
|
+
**Fixed bugs:**
|
406
|
+
|
407
|
+
- a way to override ~/.kitchen/config.yml [\#524](https://github.com/test-kitchen/test-kitchen/issues/524)
|
408
|
+
|
409
|
+
**Closed issues:**
|
410
|
+
|
411
|
+
- Bundler fails to install test-kitchen alongside chef 12.0.3 [\#577](https://github.com/test-kitchen/test-kitchen/issues/577)
|
412
|
+
- Conflicts with chef 12 [\#570](https://github.com/test-kitchen/test-kitchen/issues/570)
|
413
|
+
- Test Kitchen/Chef in non networked mode [\#569](https://github.com/test-kitchen/test-kitchen/issues/569)
|
414
|
+
- http://kitchen.ci is down [\#551](https://github.com/test-kitchen/test-kitchen/issues/551)
|
415
|
+
- chef-solo causes converge to fail after installation of rvm system wide [\#548](https://github.com/test-kitchen/test-kitchen/issues/548)
|
416
|
+
- Failed to complete \#converge action: \[Berkshelf::UnknownCompressionType\] [\#547](https://github.com/test-kitchen/test-kitchen/issues/547)
|
417
|
+
- busser not found [\#545](https://github.com/test-kitchen/test-kitchen/issues/545)
|
418
|
+
- DNS Lookups [\#542](https://github.com/test-kitchen/test-kitchen/issues/542)
|
419
|
+
- "ERROR: No such file or directory" on converge [\#537](https://github.com/test-kitchen/test-kitchen/issues/537)
|
420
|
+
- Kitchen fail if cookbook named certain way [\#536](https://github.com/test-kitchen/test-kitchen/issues/536)
|
421
|
+
- Integrate with Packer \(so passing 'builds' can be built into boxes, then saved\) [\#535](https://github.com/test-kitchen/test-kitchen/issues/535)
|
422
|
+
- kitchen command shows also the docker usage. [\#532](https://github.com/test-kitchen/test-kitchen/issues/532)
|
423
|
+
- Question: Chef install by default [\#523](https://github.com/test-kitchen/test-kitchen/issues/523)
|
424
|
+
- Test Kitchen not seeing cookbooks? [\#517](https://github.com/test-kitchen/test-kitchen/issues/517)
|
425
|
+
- Serverspec exit code 1 without error message [\#513](https://github.com/test-kitchen/test-kitchen/issues/513)
|
426
|
+
- kitchen-ssh : SSH EXITED error. [\#509](https://github.com/test-kitchen/test-kitchen/issues/509)
|
427
|
+
- difference between /tmp/kitchen/cache/cookbooks and /tmp/kitchen/cookbooks? [\#508](https://github.com/test-kitchen/test-kitchen/issues/508)
|
428
|
+
- Running two kitchen converges parallely? [\#506](https://github.com/test-kitchen/test-kitchen/issues/506)
|
429
|
+
- Failed to complete \#create action: \[undefined local variable or method `default\_port' for \#\<Kitchen::Driver::Vagrant [\#505](https://github.com/test-kitchen/test-kitchen/issues/505)
|
430
|
+
- Environment problems again [\#502](https://github.com/test-kitchen/test-kitchen/issues/502)
|
431
|
+
- Test-kitchen 1.2.1 and Berkshelf version [\#492](https://github.com/test-kitchen/test-kitchen/issues/492)
|
432
|
+
- Putting a / in platform.version in .kitchen.yml has weird results [\#483](https://github.com/test-kitchen/test-kitchen/issues/483)
|
433
|
+
- Chef Runs fail at the end with chef-solo [\#472](https://github.com/test-kitchen/test-kitchen/issues/472)
|
434
|
+
- Berkshelf::NoSolutionError [\#471](https://github.com/test-kitchen/test-kitchen/issues/471)
|
435
|
+
- Warning: Connection timeout [\#464](https://github.com/test-kitchen/test-kitchen/issues/464)
|
436
|
+
- Add ability to run multiple drivers in .kitchen.yml [\#459](https://github.com/test-kitchen/test-kitchen/issues/459)
|
437
|
+
- Accidentally installed vagrant in Gemfile, now test-kitchen is broken [\#455](https://github.com/test-kitchen/test-kitchen/issues/455)
|
438
|
+
- During converge on Win 8.1 x64: Creation of file mapping failed with error: 998 [\#448](https://github.com/test-kitchen/test-kitchen/issues/448)
|
439
|
+
- undefined method `full\_name' for nil:NilClass \(NoMethodError \) [\#445](https://github.com/test-kitchen/test-kitchen/issues/445)
|
440
|
+
- Use vagrant-cachier, if available, for omnibus [\#440](https://github.com/test-kitchen/test-kitchen/issues/440)
|
441
|
+
- Documentation on kitchen functions [\#439](https://github.com/test-kitchen/test-kitchen/issues/439)
|
442
|
+
- Second converge run choses wrong chef version [\#436](https://github.com/test-kitchen/test-kitchen/issues/436)
|
443
|
+
- Duplicate output with chef-solo provisioner [\#433](https://github.com/test-kitchen/test-kitchen/issues/433)
|
444
|
+
- Vagrant 1.6 support [\#432](https://github.com/test-kitchen/test-kitchen/issues/432)
|
445
|
+
- Zero byte state files cause undefined method errors [\#430](https://github.com/test-kitchen/test-kitchen/issues/430)
|
446
|
+
- Make SSH retries and sleep times configurable [\#422](https://github.com/test-kitchen/test-kitchen/issues/422)
|
447
|
+
- Failed to complete \#converge action: \[Berkshelf::BerksfileReadError\] [\#419](https://github.com/test-kitchen/test-kitchen/issues/419)
|
448
|
+
- Add Vagrant share feature? [\#413](https://github.com/test-kitchen/test-kitchen/issues/413)
|
449
|
+
- Unable to run test kitchen with datadog agent [\#412](https://github.com/test-kitchen/test-kitchen/issues/412)
|
450
|
+
- not finding \*.rb roles [\#408](https://github.com/test-kitchen/test-kitchen/issues/408)
|
451
|
+
- "I cannot read /tmp/kitchen/client.pem, which you told me to use to sign requests!" [\#407](https://github.com/test-kitchen/test-kitchen/issues/407)
|
452
|
+
- Support multiple provisions to run in sequence [\#404](https://github.com/test-kitchen/test-kitchen/issues/404)
|
453
|
+
- Step 1 in create fails on Ubuntu 12.04, trying to run "yum" [\#403](https://github.com/test-kitchen/test-kitchen/issues/403)
|
454
|
+
- Bats tests failing when they shouldn't [\#402](https://github.com/test-kitchen/test-kitchen/issues/402)
|
455
|
+
- Kitchen ShellOut to Vagrant with Bundler 1.6.0 install fails [\#401](https://github.com/test-kitchen/test-kitchen/issues/401)
|
456
|
+
- \[undefined method `each' for nil:NilClass\] [\#395](https://github.com/test-kitchen/test-kitchen/issues/395)
|
457
|
+
- provide requirements to create a linux box with test-kitchen support [\#392](https://github.com/test-kitchen/test-kitchen/issues/392)
|
458
|
+
- kitchen-puppet gem [\#391](https://github.com/test-kitchen/test-kitchen/issues/391)
|
459
|
+
- Verify hits wrong instance [\#390](https://github.com/test-kitchen/test-kitchen/issues/390)
|
460
|
+
- Test Kitchen Gotchas [\#388](https://github.com/test-kitchen/test-kitchen/issues/388)
|
461
|
+
- require\_chef\_omnibus: latest reinstalls chef on each converge [\#387](https://github.com/test-kitchen/test-kitchen/issues/387)
|
462
|
+
- Cookbooks missing when run from one host, but not another [\#386](https://github.com/test-kitchen/test-kitchen/issues/386)
|
463
|
+
- kitchen init throws cannot load win32/process & windows/handle on Windows 8.1 x64 [\#385](https://github.com/test-kitchen/test-kitchen/issues/385)
|
464
|
+
- Getting a Berkshelf::BerksfileReadError error when trying to converge [\#383](https://github.com/test-kitchen/test-kitchen/issues/383)
|
465
|
+
- `kitchen list` failing [\#379](https://github.com/test-kitchen/test-kitchen/issues/379)
|
466
|
+
- Allow the use of instance index as well as name for commands [\#378](https://github.com/test-kitchen/test-kitchen/issues/378)
|
467
|
+
- Attributes not changing between Test Suites [\#376](https://github.com/test-kitchen/test-kitchen/issues/376)
|
468
|
+
- "kitchen login" to an uncreated box throws 'ssh' help [\#375](https://github.com/test-kitchen/test-kitchen/issues/375)
|
469
|
+
- kitchen list slow when Berksfile in chef repo [\#371](https://github.com/test-kitchen/test-kitchen/issues/371)
|
470
|
+
- include vagrant-box requirements on README [\#365](https://github.com/test-kitchen/test-kitchen/issues/365)
|
471
|
+
- Address in use issue with Chef Zero support doesn't allow repeated converges [\#361](https://github.com/test-kitchen/test-kitchen/issues/361)
|
472
|
+
- Weird logging output/colors [\#352](https://github.com/test-kitchen/test-kitchen/issues/352)
|
473
|
+
- Create a driver for opennebula... [\#351](https://github.com/test-kitchen/test-kitchen/issues/351)
|
474
|
+
- Test-Kitchen with Berks failing [\#348](https://github.com/test-kitchen/test-kitchen/issues/348)
|
475
|
+
- Need to fix .kitchen.local.yml behavior [\#343](https://github.com/test-kitchen/test-kitchen/issues/343)
|
476
|
+
- No way to disable colors [\#330](https://github.com/test-kitchen/test-kitchen/issues/330)
|
477
|
+
- Create busser for testing Window's machines with DSC [\#239](https://github.com/test-kitchen/test-kitchen/issues/239)
|
478
|
+
- Support the equivalent of 'halt' on providers that handle it [\#144](https://github.com/test-kitchen/test-kitchen/issues/144)
|
479
|
+
- SSH-based drivers: SCP a single cookbook tarball to test instance [\#35](https://github.com/test-kitchen/test-kitchen/issues/35)
|
480
|
+
- Support an option to add minitest-handler to run list [\#22](https://github.com/test-kitchen/test-kitchen/issues/22)
|
481
|
+
|
482
|
+
**Merged pull requests:**
|
483
|
+
|
484
|
+
- Pass the template filename down to Erb for \_\_FILE\_\_ et al [\#567](https://github.com/test-kitchen/test-kitchen/pull/567) ([coderanger](https://github.com/coderanger))
|
485
|
+
- \[Breaking\] Correct global YAML merge order to lowest \(from highest\). [\#555](https://github.com/test-kitchen/test-kitchen/pull/555) ([fnichol](https://github.com/fnichol))
|
486
|
+
- Replace `/` with `-` in Instance names. [\#554](https://github.com/test-kitchen/test-kitchen/pull/554) ([fnichol](https://github.com/fnichol))
|
487
|
+
- Merge Salim & Jay's transport work, plus Chris's spec fixes [\#553](https://github.com/test-kitchen/test-kitchen/pull/553) ([randomcamel](https://github.com/randomcamel))
|
488
|
+
- Allow to set chef-zero-host when using the Chef Zero provider [\#549](https://github.com/test-kitchen/test-kitchen/pull/549) ([jochenseeber](https://github.com/jochenseeber))
|
489
|
+
- bump mixlib-shellout deps [\#531](https://github.com/test-kitchen/test-kitchen/pull/531) ([lamont-granquist](https://github.com/lamont-granquist))
|
490
|
+
- Auth failure retry [\#527](https://github.com/test-kitchen/test-kitchen/pull/527) ([chrishenry](https://github.com/chrishenry))
|
491
|
+
- Die on `kitchen login` if instance is not created. [\#526](https://github.com/test-kitchen/test-kitchen/pull/526) ([fnichol](https://github.com/fnichol))
|
492
|
+
- chef-provisioner: add support for site-cookbooks when using Librarian [\#510](https://github.com/test-kitchen/test-kitchen/pull/510) ([jstriebel](https://github.com/jstriebel))
|
493
|
+
- Minor test fixes to SSHBase [\#504](https://github.com/test-kitchen/test-kitchen/pull/504) ([jgoldschrafe](https://github.com/jgoldschrafe))
|
494
|
+
- Typo [\#498](https://github.com/test-kitchen/test-kitchen/pull/498) ([jaimegildesagredo](https://github.com/jaimegildesagredo))
|
495
|
+
- Disable color output when no TTY is present. [\#481](https://github.com/test-kitchen/test-kitchen/pull/481) ([fnichol](https://github.com/fnichol))
|
496
|
+
- Buffer Logger output & fix Chef run output formatting [\#478](https://github.com/test-kitchen/test-kitchen/pull/478) ([fnichol](https://github.com/fnichol))
|
497
|
+
- Bump 'kitchen help' into new Usage section and add how to use "-l". [\#477](https://github.com/test-kitchen/test-kitchen/pull/477) ([curiositycasualty](https://github.com/curiositycasualty))
|
498
|
+
- typeo confiuration -\> configuration [\#457](https://github.com/test-kitchen/test-kitchen/pull/457) ([michaelkirk](https://github.com/michaelkirk))
|
499
|
+
- Customize ssh\_timeout and ssh\_retries [\#454](https://github.com/test-kitchen/test-kitchen/pull/454) ([ekrupnik](https://github.com/ekrupnik))
|
500
|
+
- Help update [\#450](https://github.com/test-kitchen/test-kitchen/pull/450) ([MarkGibbons](https://github.com/MarkGibbons))
|
501
|
+
- Backfilling spec coverage and refactoring: technical debt edition [\#427](https://github.com/test-kitchen/test-kitchen/pull/427) ([fnichol](https://github.com/fnichol))
|
502
|
+
- Gem runner install driver [\#416](https://github.com/test-kitchen/test-kitchen/pull/416) ([mcquin](https://github.com/mcquin))
|
503
|
+
- Sleep before retrying SSH\#establish\_connection. [\#399](https://github.com/test-kitchen/test-kitchen/pull/399) ([fnichol](https://github.com/fnichol))
|
504
|
+
- make chef\_zero port configurable [\#397](https://github.com/test-kitchen/test-kitchen/pull/397) ([jtgiri](https://github.com/jtgiri))
|
505
|
+
- Use the full path to `chef-solo` and `chef-client` [\#381](https://github.com/test-kitchen/test-kitchen/pull/381) ([sethvargo](https://github.com/sethvargo))
|
506
|
+
- Add new subcommand 'exec' [\#373](https://github.com/test-kitchen/test-kitchen/pull/373) ([sawanoboly](https://github.com/sawanoboly))
|
507
|
+
- Use Ruby 2.1 instead of 2.1.0 for CI [\#370](https://github.com/test-kitchen/test-kitchen/pull/370) ([justincampbell](https://github.com/justincampbell))
|
508
|
+
- Nitpick spelling [\#366](https://github.com/test-kitchen/test-kitchen/pull/366) ([srenatus](https://github.com/srenatus))
|
509
|
+
- Ensure that integer chef config attributes get placed in solo.rb/client.rb properly [\#363](https://github.com/test-kitchen/test-kitchen/pull/363) ([benlangfeld](https://github.com/benlangfeld))
|
510
|
+
|
511
|
+
## [v1.2.1](https://github.com/test-kitchen/test-kitchen/tree/v1.2.1) (2014-02-12)
|
512
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.2.0...v1.2.1)
|
513
|
+
|
514
|
+
**Fixed bugs:**
|
515
|
+
|
516
|
+
- Test Kitchen 1.2.0 breaks Berkshelf 2.0 on \(OS X\) [\#357](https://github.com/test-kitchen/test-kitchen/issues/357)
|
517
|
+
|
518
|
+
**Merged pull requests:**
|
519
|
+
|
520
|
+
- Load needed \(dynamic\) dependencies for provisioners at creation time. [\#358](https://github.com/test-kitchen/test-kitchen/pull/358) ([fnichol](https://github.com/fnichol))
|
521
|
+
|
522
|
+
## [v1.2.0](https://github.com/test-kitchen/test-kitchen/tree/v1.2.0) (2014-02-12)
|
523
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.8.0...v1.2.0)
|
524
|
+
|
525
|
+
**Fixed bugs:**
|
526
|
+
|
527
|
+
- kitchen converge does not fail when chef run fails [\#346](https://github.com/test-kitchen/test-kitchen/issues/346)
|
528
|
+
|
529
|
+
**Merged pull requests:**
|
530
|
+
|
531
|
+
- Kamalika | added exit status check in chef-zero support for chef 10 [\#353](https://github.com/test-kitchen/test-kitchen/pull/353) ([kamalim](https://github.com/kamalim))
|
532
|
+
|
533
|
+
## [v0.8.0](https://github.com/test-kitchen/test-kitchen/tree/v0.8.0) (2014-02-12)
|
534
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.1.1...v0.8.0)
|
535
|
+
|
536
|
+
**Fixed bugs:**
|
537
|
+
|
538
|
+
- Failed to complete \#converge action: \[no implicit conversion of nil into String\] [\#335](https://github.com/test-kitchen/test-kitchen/issues/335)
|
539
|
+
- SSH connection failed, connection closed by remote host [\#323](https://github.com/test-kitchen/test-kitchen/issues/323)
|
540
|
+
- Command line errors don't set exit status [\#305](https://github.com/test-kitchen/test-kitchen/issues/305)
|
541
|
+
- Commented out .kitchen.local.yml causes failure of test-kitchen [\#285](https://github.com/test-kitchen/test-kitchen/issues/285)
|
542
|
+
- not proper response when part of node name same [\#282](https://github.com/test-kitchen/test-kitchen/issues/282)
|
543
|
+
|
544
|
+
**Closed issues:**
|
545
|
+
|
546
|
+
- support for command-line option to select driver \(fast local TDD vs. remote ci testing\) [\#345](https://github.com/test-kitchen/test-kitchen/issues/345)
|
547
|
+
- Message: SSH exited \(1\) for command: \[sudo -E /tmp/kitchen/bootstrap.sh\] [\#342](https://github.com/test-kitchen/test-kitchen/issues/342)
|
548
|
+
- Can't login to machine due to ambiguous name. [\#341](https://github.com/test-kitchen/test-kitchen/issues/341)
|
549
|
+
- Unable to set a chef environment for a node [\#340](https://github.com/test-kitchen/test-kitchen/issues/340)
|
550
|
+
- Multiple run on the same box [\#339](https://github.com/test-kitchen/test-kitchen/issues/339)
|
551
|
+
- Using search functions. [\#337](https://github.com/test-kitchen/test-kitchen/issues/337)
|
552
|
+
- Could not load the 'shell' provisioner from the load path [\#334](https://github.com/test-kitchen/test-kitchen/issues/334)
|
553
|
+
- Shell Provisioner [\#331](https://github.com/test-kitchen/test-kitchen/issues/331)
|
554
|
+
- cookbook files not copied to vagrant box [\#328](https://github.com/test-kitchen/test-kitchen/issues/328)
|
555
|
+
- The SciFi Future of Provisioner Install Commands. [\#326](https://github.com/test-kitchen/test-kitchen/issues/326)
|
556
|
+
- Reboot during Test Kitchen run? [\#324](https://github.com/test-kitchen/test-kitchen/issues/324)
|
557
|
+
- Node attributes do not seem to prevail between converge operations. [\#320](https://github.com/test-kitchen/test-kitchen/issues/320)
|
558
|
+
- Can't load data bags [\#317](https://github.com/test-kitchen/test-kitchen/issues/317)
|
559
|
+
- wiki bats example on Getting Started is overcomplex/bad pattern [\#314](https://github.com/test-kitchen/test-kitchen/issues/314)
|
560
|
+
- Subdirectories in "helpers" directory [\#312](https://github.com/test-kitchen/test-kitchen/issues/312)
|
561
|
+
- Override config file location via environment variables [\#304](https://github.com/test-kitchen/test-kitchen/issues/304)
|
562
|
+
- kitchen converge reinstalls chef using the omnibus installer even if its installed [\#299](https://github.com/test-kitchen/test-kitchen/issues/299)
|
563
|
+
- Chef environment support missing? [\#297](https://github.com/test-kitchen/test-kitchen/issues/297)
|
564
|
+
- Problem parsing metadata? [\#290](https://github.com/test-kitchen/test-kitchen/issues/290)
|
565
|
+
- serverspec failing [\#274](https://github.com/test-kitchen/test-kitchen/issues/274)
|
566
|
+
- I would like to execute some tasks before chef-client run at `kitchen converge`. [\#251](https://github.com/test-kitchen/test-kitchen/issues/251)
|
567
|
+
- Reduce internet downloading during test runs [\#196](https://github.com/test-kitchen/test-kitchen/issues/196)
|
568
|
+
- Allow to limit the number of parallel tests [\#176](https://github.com/test-kitchen/test-kitchen/issues/176)
|
569
|
+
- Implement `kitchen remodel` [\#150](https://github.com/test-kitchen/test-kitchen/issues/150)
|
570
|
+
- Make it possible \(or easier\) to run test-kitchen when off line [\#56](https://github.com/test-kitchen/test-kitchen/issues/56)
|
571
|
+
- Add project types to test-kitchen [\#46](https://github.com/test-kitchen/test-kitchen/issues/46)
|
572
|
+
- Create kitchen-fog driver that supports most Fog cloud providers [\#33](https://github.com/test-kitchen/test-kitchen/issues/33)
|
573
|
+
- support "preflight" commands [\#26](https://github.com/test-kitchen/test-kitchen/issues/26)
|
574
|
+
- If the project is a cookbook, attempt to use "test" cookbook in the default run list [\#24](https://github.com/test-kitchen/test-kitchen/issues/24)
|
575
|
+
|
576
|
+
**Merged pull requests:**
|
577
|
+
|
578
|
+
- Upload chef clients data [\#318](https://github.com/test-kitchen/test-kitchen/pull/318) ([jtimberman](https://github.com/jtimberman))
|
579
|
+
- Allow files in subdirectories in "helpers" directory [\#313](https://github.com/test-kitchen/test-kitchen/pull/313) ([mthssdrbrg](https://github.com/mthssdrbrg))
|
580
|
+
- Fix Windows path matching issues introduced by 1c924af2e9 [\#310](https://github.com/test-kitchen/test-kitchen/pull/310) ([rarenerd](https://github.com/rarenerd))
|
581
|
+
- adding /opt/local/bin to search path. smartmachines need this otherwise ... [\#309](https://github.com/test-kitchen/test-kitchen/pull/309) ([someara](https://github.com/someara))
|
582
|
+
- Add local & global file locations with environment variables. [\#306](https://github.com/test-kitchen/test-kitchen/pull/306) ([fnichol](https://github.com/fnichol))
|
583
|
+
- Use SafeYAML.load to avoid YAML monkeypatch in safe\_yaml. [\#303](https://github.com/test-kitchen/test-kitchen/pull/303) ([fnichol](https://github.com/fnichol))
|
584
|
+
- CLI refactoring to remove logic from cli.rb [\#302](https://github.com/test-kitchen/test-kitchen/pull/302) ([fnichol](https://github.com/fnichol))
|
585
|
+
- Base provisioner refactoring [\#298](https://github.com/test-kitchen/test-kitchen/pull/298) ([fnichol](https://github.com/fnichol))
|
586
|
+
- Fixing error when using more than one helper [\#296](https://github.com/test-kitchen/test-kitchen/pull/296) ([jschneiderhan](https://github.com/jschneiderhan))
|
587
|
+
- Add --concurrency option to specify number of multiple actions to perform at a time. [\#293](https://github.com/test-kitchen/test-kitchen/pull/293) ([ryotarai](https://github.com/ryotarai))
|
588
|
+
- Update omnibus URL to getchef.com. [\#288](https://github.com/test-kitchen/test-kitchen/pull/288) ([juliandunn](https://github.com/juliandunn))
|
589
|
+
- Fix Cucumber tests on Windows [\#287](https://github.com/test-kitchen/test-kitchen/pull/287) ([rarenerd](https://github.com/rarenerd))
|
590
|
+
- Fix failing minitest test on Windows [\#283](https://github.com/test-kitchen/test-kitchen/pull/283) ([rarenerd](https://github.com/rarenerd))
|
591
|
+
- Add `json\_attributes: true` config option to ChefZero provisioner. [\#280](https://github.com/test-kitchen/test-kitchen/pull/280) ([fnichol](https://github.com/fnichol))
|
592
|
+
|
593
|
+
## [v1.1.1](https://github.com/test-kitchen/test-kitchen/tree/v1.1.1) (2013-12-09)
|
594
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.1.0...v1.1.1)
|
595
|
+
|
596
|
+
**Fixed bugs:**
|
597
|
+
|
598
|
+
- Calling a test "database\_spec.rb" make it impossible to be played ! [\#276](https://github.com/test-kitchen/test-kitchen/issues/276)
|
599
|
+
|
600
|
+
**Closed issues:**
|
601
|
+
|
602
|
+
- not uploading database\_spec.rb test file [\#278](https://github.com/test-kitchen/test-kitchen/issues/278)
|
603
|
+
|
604
|
+
**Merged pull requests:**
|
605
|
+
|
606
|
+
- Fix SSH 'Too many authentication failures' error. [\#275](https://github.com/test-kitchen/test-kitchen/pull/275) ([zts](https://github.com/zts))
|
607
|
+
|
608
|
+
## [v1.1.0](https://github.com/test-kitchen/test-kitchen/tree/v1.1.0) (2013-12-05)
|
609
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0...v1.1.0)
|
610
|
+
|
611
|
+
**Closed issues:**
|
612
|
+
|
613
|
+
- Website Down? [\#271](https://github.com/test-kitchen/test-kitchen/issues/271)
|
614
|
+
- test for service not work correctly [\#270](https://github.com/test-kitchen/test-kitchen/issues/270)
|
615
|
+
- Document the newly introduced need to specify 'sudo: true' [\#269](https://github.com/test-kitchen/test-kitchen/issues/269)
|
616
|
+
|
617
|
+
**Merged pull requests:**
|
618
|
+
|
619
|
+
- drive by typo fix [\#272](https://github.com/test-kitchen/test-kitchen/pull/272) ([kisoku](https://github.com/kisoku))
|
620
|
+
|
621
|
+
## [v1.0.0](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0) (2013-12-02)
|
622
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.rc.2...v1.0.0)
|
623
|
+
|
624
|
+
**Closed issues:**
|
625
|
+
|
626
|
+
- crash on mac os x [\#268](https://github.com/test-kitchen/test-kitchen/issues/268)
|
627
|
+
- kitchen list does not read state file when using --debug [\#267](https://github.com/test-kitchen/test-kitchen/issues/267)
|
628
|
+
|
629
|
+
## [v1.0.0.rc.2](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.rc.2) (2013-11-30)
|
630
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.rc.1...v1.0.0.rc.2)
|
631
|
+
|
632
|
+
**Closed issues:**
|
633
|
+
|
634
|
+
- Does test-kitchen support aws provider ? [\#264](https://github.com/test-kitchen/test-kitchen/issues/264)
|
635
|
+
- Fog driver: ship with a sane set of image\_id/flavor\_id combinations for default platforms [\#34](https://github.com/test-kitchen/test-kitchen/issues/34)
|
636
|
+
|
637
|
+
**Merged pull requests:**
|
638
|
+
|
639
|
+
- Make a nicer error on regexp failure [\#266](https://github.com/test-kitchen/test-kitchen/pull/266) ([juliandunn](https://github.com/juliandunn))
|
640
|
+
- Busser Fixes for Greybeard UNIX [\#265](https://github.com/test-kitchen/test-kitchen/pull/265) ([schisamo](https://github.com/schisamo))
|
641
|
+
|
642
|
+
## [v1.0.0.rc.1](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.rc.1) (2013-11-28)
|
643
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.beta.4...v1.0.0.rc.1)
|
644
|
+
|
645
|
+
**Fixed bugs:**
|
646
|
+
|
647
|
+
- "Destroy" flag does not behave consistently, and the docs appear to be wrong [\#255](https://github.com/test-kitchen/test-kitchen/issues/255)
|
648
|
+
- Chef Zero provisioner does not respect `require\_chef\_omnibus` config [\#243](https://github.com/test-kitchen/test-kitchen/issues/243)
|
649
|
+
- Gem path issues after test-kitchen beta 4 new sandbox. [\#242](https://github.com/test-kitchen/test-kitchen/issues/242)
|
650
|
+
- Absolute Paths for Suite Data Bags, Roles, and Nodes are Set to Nil [\#227](https://github.com/test-kitchen/test-kitchen/pull/227) ([ajmath](https://github.com/ajmath))
|
651
|
+
- add `skip\_git` option to Init Generator [\#141](https://github.com/test-kitchen/test-kitchen/pull/141) ([reset](https://github.com/reset))
|
652
|
+
|
653
|
+
**Closed issues:**
|
654
|
+
|
655
|
+
- is test-kitchen appropriate for running deploys? [\#252](https://github.com/test-kitchen/test-kitchen/issues/252)
|
656
|
+
- role run\_lists seems to be ignored [\#250](https://github.com/test-kitchen/test-kitchen/issues/250)
|
657
|
+
- Add default value for encrypted\_data\_bag\_secret\_key\_path [\#248](https://github.com/test-kitchen/test-kitchen/issues/248)
|
658
|
+
- `uninitialized constant Berkshelf::Chef::Config::Ohai\]` [\#244](https://github.com/test-kitchen/test-kitchen/issues/244)
|
659
|
+
- gem\_package using chef\_zero installing packages into /tmp/kitchen-chef-zero making binstubs unavailable to chef [\#240](https://github.com/test-kitchen/test-kitchen/issues/240)
|
660
|
+
- Error on ubuntu images only [\#220](https://github.com/test-kitchen/test-kitchen/issues/220)
|
661
|
+
- Allow test-kitchen to use different configs \(e.g. --config option\)? [\#210](https://github.com/test-kitchen/test-kitchen/issues/210)
|
662
|
+
- solo.rb file content should be configurable [\#117](https://github.com/test-kitchen/test-kitchen/issues/117)
|
663
|
+
- Documentation [\#110](https://github.com/test-kitchen/test-kitchen/issues/110)
|
664
|
+
- Possible problems with parallel testing [\#68](https://github.com/test-kitchen/test-kitchen/issues/68)
|
665
|
+
|
666
|
+
**Merged pull requests:**
|
667
|
+
|
668
|
+
- Use a configurable glob pattern to select Chef cookbook files. [\#262](https://github.com/test-kitchen/test-kitchen/pull/262) ([fnichol](https://github.com/fnichol))
|
669
|
+
- Fix inconsistent date in CHANGELOG [\#259](https://github.com/test-kitchen/test-kitchen/pull/259) ([ryansouza](https://github.com/ryansouza))
|
670
|
+
- Fix Busser and chef-client-zero.rb Gem Sandboxing [\#258](https://github.com/test-kitchen/test-kitchen/pull/258) ([fnichol](https://github.com/fnichol))
|
671
|
+
- Changed 'passed' to 'passing' in the Destroy options [\#256](https://github.com/test-kitchen/test-kitchen/pull/256) ([scarolan](https://github.com/scarolan))
|
672
|
+
- update references to test-kitchen org [\#254](https://github.com/test-kitchen/test-kitchen/pull/254) ([josephholsten](https://github.com/josephholsten))
|
673
|
+
- Fix travis-ci badge [\#253](https://github.com/test-kitchen/test-kitchen/pull/253) ([arangamani](https://github.com/arangamani))
|
674
|
+
- Add data path as optional configuration [\#249](https://github.com/test-kitchen/test-kitchen/pull/249) ([oferrigni](https://github.com/oferrigni))
|
675
|
+
- Fix init generator to simplify YAML [\#246](https://github.com/test-kitchen/test-kitchen/pull/246) ([sethvargo](https://github.com/sethvargo))
|
676
|
+
- Bust out of gem sandbox before chef-client run; Fixes \#240 [\#241](https://github.com/test-kitchen/test-kitchen/pull/241) ([schisamo](https://github.com/schisamo))
|
677
|
+
- Show less output [\#238](https://github.com/test-kitchen/test-kitchen/pull/238) ([sethvargo](https://github.com/sethvargo))
|
678
|
+
- Add option to run a stanza on a fixed set of platforms [\#165](https://github.com/test-kitchen/test-kitchen/pull/165) ([coderanger](https://github.com/coderanger))
|
679
|
+
- Read CLI options from kitchen.yml [\#121](https://github.com/test-kitchen/test-kitchen/pull/121) ([atomic-penguin](https://github.com/atomic-penguin))
|
680
|
+
|
681
|
+
## [v1.0.0.beta.4](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.beta.4) (2013-11-01)
|
682
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.beta.3...v1.0.0.beta.4)
|
683
|
+
|
684
|
+
**Fixed bugs:**
|
685
|
+
|
686
|
+
- cannot load such file -- chef\_fs/chef\_fs\_data\_store \(LoadError\) [\#230](https://github.com/test-kitchen/test-kitchen/issues/230)
|
687
|
+
- should\_update\_chef logic appears broken [\#191](https://github.com/test-kitchen/test-kitchen/issues/191)
|
688
|
+
- chef-zero fails to install without build-essential [\#190](https://github.com/test-kitchen/test-kitchen/issues/190)
|
689
|
+
- Pin dependency of safe\_yaml to 0.9.3 or wait on upstream to release and yank 0.9.4 [\#181](https://github.com/test-kitchen/test-kitchen/issues/181)
|
690
|
+
- kitchen test --parallel never times out, never errors out, despite an error [\#169](https://github.com/test-kitchen/test-kitchen/issues/169)
|
691
|
+
- Temporary files can be still uploaded [\#132](https://github.com/test-kitchen/test-kitchen/issues/132)
|
692
|
+
- Kitchen destroy leaves orphans behind [\#109](https://github.com/test-kitchen/test-kitchen/issues/109)
|
693
|
+
- kitchen uses 100% CPU after a failure with the --parallel flag [\#100](https://github.com/test-kitchen/test-kitchen/issues/100)
|
694
|
+
|
695
|
+
**Closed issues:**
|
696
|
+
|
697
|
+
- kitchen verify fails due to gem conflict [\#234](https://github.com/test-kitchen/test-kitchen/issues/234)
|
698
|
+
- kitchen-test outputs "can't convert Symbol into Integer" [\#223](https://github.com/test-kitchen/test-kitchen/issues/223)
|
699
|
+
- Failed require is not necessarily missing gem [\#215](https://github.com/test-kitchen/test-kitchen/issues/215)
|
700
|
+
- Certain platforms \(e.g., solaris, omnios\) may not have /usr/bin symlinks for chef [\#213](https://github.com/test-kitchen/test-kitchen/issues/213)
|
701
|
+
- Provide config option to add to the list of cookbook files. [\#211](https://github.com/test-kitchen/test-kitchen/issues/211)
|
702
|
+
- Since Sept 27 I'm no longer able to bundle test-kitchen master with berkshelf 2.0.10 [\#209](https://github.com/test-kitchen/test-kitchen/issues/209)
|
703
|
+
- 2.0 [\#207](https://github.com/test-kitchen/test-kitchen/issues/207)
|
704
|
+
- Are Vagrant environments supported in .kitchen.yml [\#205](https://github.com/test-kitchen/test-kitchen/issues/205)
|
705
|
+
- with OpenStack Driver, can not exec 'kitchen create' [\#204](https://github.com/test-kitchen/test-kitchen/issues/204)
|
706
|
+
- Test kitchen fails to install busser properly when system-level rvm installed ruby exists [\#200](https://github.com/test-kitchen/test-kitchen/issues/200)
|
707
|
+
- Environment support for Chef Solo [\#199](https://github.com/test-kitchen/test-kitchen/issues/199)
|
708
|
+
- Tests are not picked up when using chef-zero provisioner [\#189](https://github.com/test-kitchen/test-kitchen/issues/189)
|
709
|
+
- /tmp/kitchen-chef-solo permissions issue [\#186](https://github.com/test-kitchen/test-kitchen/issues/186)
|
710
|
+
- Idea: Kitchenfile config [\#182](https://github.com/test-kitchen/test-kitchen/issues/182)
|
711
|
+
- Automatically trigger berks install -o \<test suite\> group on test run [\#173](https://github.com/test-kitchen/test-kitchen/issues/173)
|
712
|
+
- Propose Switch to allow for only the test result output from each busser [\#168](https://github.com/test-kitchen/test-kitchen/issues/168)
|
713
|
+
- Allow for site-cookbooks [\#166](https://github.com/test-kitchen/test-kitchen/issues/166)
|
714
|
+
- Be more paranoid about dependencies [\#149](https://github.com/test-kitchen/test-kitchen/issues/149)
|
715
|
+
- New .kitchen.yml syntax? [\#138](https://github.com/test-kitchen/test-kitchen/issues/138)
|
716
|
+
- Could not find gem 'test-kitchen \(\>= 0\) ruby' [\#135](https://github.com/test-kitchen/test-kitchen/issues/135)
|
717
|
+
- It says Starting Kitchen when destroying your test vm's [\#133](https://github.com/test-kitchen/test-kitchen/issues/133)
|
718
|
+
- "sudo: unable to resolve host default-precise64-vmware-fusion.vagrantup.com" [\#127](https://github.com/test-kitchen/test-kitchen/issues/127)
|
719
|
+
- Create a kitchen driver for SmartOS [\#125](https://github.com/test-kitchen/test-kitchen/issues/125)
|
720
|
+
- Allow for enhanced Berksfile syntax within a given suite [\#93](https://github.com/test-kitchen/test-kitchen/issues/93)
|
721
|
+
- Passing the -h flag to a command starts the suite [\#86](https://github.com/test-kitchen/test-kitchen/issues/86)
|
722
|
+
- test-kitchen 1.0.0-alpha & chef-solo-search not working [\#70](https://github.com/test-kitchen/test-kitchen/issues/70)
|
723
|
+
- Consider adding `driver\_config` to a Suite. [\#69](https://github.com/test-kitchen/test-kitchen/issues/69)
|
724
|
+
- Don't remove code based configuration. [\#40](https://github.com/test-kitchen/test-kitchen/issues/40)
|
725
|
+
|
726
|
+
**Merged pull requests:**
|
727
|
+
|
728
|
+
- Added environments support for chef-solo [\#235](https://github.com/test-kitchen/test-kitchen/pull/235) ([ekrupnik](https://github.com/ekrupnik))
|
729
|
+
- Concurrent threads [\#226](https://github.com/test-kitchen/test-kitchen/pull/226) ([fnichol](https://github.com/fnichol))
|
730
|
+
- Improves Test Kitchen's support for older \(non-Linux\) Unixes [\#225](https://github.com/test-kitchen/test-kitchen/pull/225) ([schisamo](https://github.com/schisamo))
|
731
|
+
- Remove celluloid and use pure Ruby threads [\#222](https://github.com/test-kitchen/test-kitchen/pull/222) ([sethvargo](https://github.com/sethvargo))
|
732
|
+
- Add pessismestic locks to all gem requirements [\#206](https://github.com/test-kitchen/test-kitchen/pull/206) ([sethvargo](https://github.com/sethvargo))
|
733
|
+
- fixed berkself typo to berkshelf [\#203](https://github.com/test-kitchen/test-kitchen/pull/203) ([gmiranda23](https://github.com/gmiranda23))
|
734
|
+
- Multiple arguments to test \(verify, converge, etc\) [\#94](https://github.com/test-kitchen/test-kitchen/pull/94) ([miketheman](https://github.com/miketheman))
|
735
|
+
|
736
|
+
## [v1.0.0.beta.3](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.beta.3) (2013-08-29)
|
737
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.beta.2...v1.0.0.beta.3)
|
738
|
+
|
739
|
+
**Closed issues:**
|
740
|
+
|
741
|
+
- Set hostname fails on openSUSE 11.x [\#185](https://github.com/test-kitchen/test-kitchen/issues/185)
|
742
|
+
- Ability to test recipes that require multiple VMs connected to a chef server [\#184](https://github.com/test-kitchen/test-kitchen/issues/184)
|
743
|
+
- Berkshelf Missing [\#183](https://github.com/test-kitchen/test-kitchen/issues/183)
|
744
|
+
- Invalid logger call? [\#175](https://github.com/test-kitchen/test-kitchen/issues/175)
|
745
|
+
|
746
|
+
**Merged pull requests:**
|
747
|
+
|
748
|
+
- truthy default\_configs can't be overridden [\#188](https://github.com/test-kitchen/test-kitchen/pull/188) ([thommay](https://github.com/thommay))
|
749
|
+
- \[KITCHEN-80\] added support for log file in chef solo [\#187](https://github.com/test-kitchen/test-kitchen/pull/187) ([arangamani](https://github.com/arangamani))
|
750
|
+
- Remove bundler references from README. [\#179](https://github.com/test-kitchen/test-kitchen/pull/179) ([juliandunn](https://github.com/juliandunn))
|
751
|
+
- Fix SSH\#wait's logger call to \#info [\#178](https://github.com/test-kitchen/test-kitchen/pull/178) ([ryansouza](https://github.com/ryansouza))
|
752
|
+
|
753
|
+
## [v1.0.0.beta.2](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.beta.2) (2013-07-25)
|
754
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.beta.1...v1.0.0.beta.2)
|
755
|
+
|
756
|
+
## [v1.0.0.beta.1](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.beta.1) (2013-07-23)
|
757
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.5.1...v1.0.0.beta.1)
|
758
|
+
|
759
|
+
**Fixed bugs:**
|
760
|
+
|
761
|
+
- Kitchen.celluloid\_file\_logger creates .kitchen when using knife [\#153](https://github.com/test-kitchen/test-kitchen/issues/153)
|
762
|
+
- Error during test hangs, steals CPU [\#89](https://github.com/test-kitchen/test-kitchen/issues/89)
|
763
|
+
- unintuitive error message when kitchen driver specified in .kitchen.yml isn't found [\#80](https://github.com/test-kitchen/test-kitchen/issues/80)
|
764
|
+
- and empty \(or commented out\) .kitchen.local.yml file causes failure. [\#42](https://github.com/test-kitchen/test-kitchen/issues/42)
|
765
|
+
- kitchen commands should respond properly to CTL-C [\#30](https://github.com/test-kitchen/test-kitchen/issues/30)
|
766
|
+
- File.exists? calls within init generator must include the destination root for portability purposes [\#140](https://github.com/test-kitchen/test-kitchen/pull/140) ([reset](https://github.com/reset))
|
767
|
+
|
768
|
+
**Closed issues:**
|
769
|
+
|
770
|
+
- Set a more sane default PATH for installing Chef [\#163](https://github.com/test-kitchen/test-kitchen/issues/163)
|
771
|
+
- Build is broken w/ RubyGems 1.8.25 + Ruby 2.0.0 [\#160](https://github.com/test-kitchen/test-kitchen/issues/160)
|
772
|
+
- Build is broken! [\#159](https://github.com/test-kitchen/test-kitchen/issues/159)
|
773
|
+
- `kitchen converge` not uploading definitions directory [\#156](https://github.com/test-kitchen/test-kitchen/issues/156)
|
774
|
+
- The NSA censors your VM names when using a terminal with a light background [\#154](https://github.com/test-kitchen/test-kitchen/issues/154)
|
775
|
+
- Update bucket name for Opscode's bento-built boxes [\#151](https://github.com/test-kitchen/test-kitchen/issues/151)
|
776
|
+
- kitchen test fails with undefined method `full\_name' [\#146](https://github.com/test-kitchen/test-kitchen/issues/146)
|
777
|
+
- safe\_yaml not found [\#137](https://github.com/test-kitchen/test-kitchen/issues/137)
|
778
|
+
- Support for data bags in Cookbooks under test [\#129](https://github.com/test-kitchen/test-kitchen/issues/129)
|
779
|
+
- Configuration management tools/provisioners should be pluggable [\#107](https://github.com/test-kitchen/test-kitchen/issues/107)
|
780
|
+
- Provide option for running chef-client instead of chef-solo [\#103](https://github.com/test-kitchen/test-kitchen/issues/103)
|
781
|
+
- Test-kitchen should not use the color red for non-error information [\#97](https://github.com/test-kitchen/test-kitchen/issues/97)
|
782
|
+
- More colors! [\#96](https://github.com/test-kitchen/test-kitchen/issues/96)
|
783
|
+
- Order of operations not clear. [\#88](https://github.com/test-kitchen/test-kitchen/issues/88)
|
784
|
+
- logging should be configured by the .kitchen.yml or .kitchen.local.yml [\#63](https://github.com/test-kitchen/test-kitchen/issues/63)
|
785
|
+
- Consider setting `driver\[:require\_chef\_omnibus\] = true` by default [\#62](https://github.com/test-kitchen/test-kitchen/issues/62)
|
786
|
+
- kitchen subcommands should error out gracefully if .kitchen.yml cannot be properly loaded [\#37](https://github.com/test-kitchen/test-kitchen/issues/37)
|
787
|
+
- init command should default to Berkshelf [\#28](https://github.com/test-kitchen/test-kitchen/issues/28)
|
788
|
+
- if cookbook metadata specifies platforms, only run tests against those platforms [\#27](https://github.com/test-kitchen/test-kitchen/issues/27)
|
789
|
+
- provide a converter for Kitchenfile -\> .kitchen.yml [\#19](https://github.com/test-kitchen/test-kitchen/issues/19)
|
790
|
+
|
791
|
+
**Merged pull requests:**
|
792
|
+
|
793
|
+
- \[Breaking\] Update signature of Driver.required\_config block. [\#172](https://github.com/test-kitchen/test-kitchen/pull/172) ([fnichol](https://github.com/fnichol))
|
794
|
+
- Support computed default values for Driver authors. [\#171](https://github.com/test-kitchen/test-kitchen/pull/171) ([fnichol](https://github.com/fnichol))
|
795
|
+
- add asterisk to wait\_for\_sshd argument [\#170](https://github.com/test-kitchen/test-kitchen/pull/170) ([ainoya](https://github.com/ainoya))
|
796
|
+
- set a default $PATH [\#164](https://github.com/test-kitchen/test-kitchen/pull/164) ([jtimberman](https://github.com/jtimberman))
|
797
|
+
- \[KITCHEN-77\] Allow custom paths [\#161](https://github.com/test-kitchen/test-kitchen/pull/161) ([gondoi](https://github.com/gondoi))
|
798
|
+
- Setting :on\_black when your default terminal text color is black results in unreadable \(black on black\) text. [\#155](https://github.com/test-kitchen/test-kitchen/pull/155) ([mconigliaro](https://github.com/mconigliaro))
|
799
|
+
- Fixes \#151 - Update the bucket name for Opscode's Bento Boxes [\#152](https://github.com/test-kitchen/test-kitchen/pull/152) ([jtimberman](https://github.com/jtimberman))
|
800
|
+
- Allow chef omnibus install.sh url to be configurable [\#147](https://github.com/test-kitchen/test-kitchen/pull/147) ([jrwesolo](https://github.com/jrwesolo))
|
801
|
+
- require a safe\_yaml release with correct permissions. Fixes \#137 [\#142](https://github.com/test-kitchen/test-kitchen/pull/142) ([josephholsten](https://github.com/josephholsten))
|
802
|
+
- Fixes bundler ref for 1.0. [\#136](https://github.com/test-kitchen/test-kitchen/pull/136) ([patcon](https://github.com/patcon))
|
803
|
+
- KITCHEN-75 - support cross suite helpers. [\#134](https://github.com/test-kitchen/test-kitchen/pull/134) ([rteabeault](https://github.com/rteabeault))
|
804
|
+
- Use ssh\_args for test\_ssh. [\#131](https://github.com/test-kitchen/test-kitchen/pull/131) ([jonsmorrow](https://github.com/jonsmorrow))
|
805
|
+
- Introduce Provisioners to support chef-client, puppet-apply, and puppet-agent [\#128](https://github.com/test-kitchen/test-kitchen/pull/128) ([fnichol](https://github.com/fnichol))
|
806
|
+
- Aggressively filter "non-cookbook" files before uploading to instances. [\#124](https://github.com/test-kitchen/test-kitchen/pull/124) ([fnichol](https://github.com/fnichol))
|
807
|
+
- Swap cookbook resolution strategy from shell outs to using Ruby APIs. [\#123](https://github.com/test-kitchen/test-kitchen/pull/123) ([fnichol](https://github.com/fnichol))
|
808
|
+
- Adding missing sudo calls to busser [\#122](https://github.com/test-kitchen/test-kitchen/pull/122) ([adamhjk](https://github.com/adamhjk))
|
809
|
+
|
810
|
+
## [v0.5.1](https://github.com/test-kitchen/test-kitchen/tree/v0.5.1) (2013-05-23)
|
811
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.7...v0.5.1)
|
812
|
+
|
813
|
+
**Closed issues:**
|
814
|
+
|
815
|
+
- berks install errors should not be swallowed [\#118](https://github.com/test-kitchen/test-kitchen/issues/118)
|
816
|
+
|
817
|
+
## [v1.0.0.alpha.7](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.7) (2013-05-23)
|
818
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.6...v1.0.0.alpha.7)
|
819
|
+
|
820
|
+
**Closed issues:**
|
821
|
+
|
822
|
+
- Update kitchen.yml template with provisionerless baseboxes [\#114](https://github.com/test-kitchen/test-kitchen/issues/114)
|
823
|
+
- Windows experience a non-starter [\#101](https://github.com/test-kitchen/test-kitchen/issues/101)
|
824
|
+
- Destroy flag is ignored if parallel flag is given. [\#98](https://github.com/test-kitchen/test-kitchen/issues/98)
|
825
|
+
- In the absence of a Berksfile, sadness abounds [\#92](https://github.com/test-kitchen/test-kitchen/issues/92)
|
826
|
+
- support global user-level config files [\#31](https://github.com/test-kitchen/test-kitchen/issues/31)
|
827
|
+
|
828
|
+
**Merged pull requests:**
|
829
|
+
|
830
|
+
- Add http and https\_proxy support [\#120](https://github.com/test-kitchen/test-kitchen/pull/120) ([adamhjk](https://github.com/adamhjk))
|
831
|
+
- Test Kitchen works on Windows with Vagrant [\#119](https://github.com/test-kitchen/test-kitchen/pull/119) ([adamhjk](https://github.com/adamhjk))
|
832
|
+
- Require the 'name' attribute is present in `metadata.rb` [\#116](https://github.com/test-kitchen/test-kitchen/pull/116) ([sethvargo](https://github.com/sethvargo))
|
833
|
+
- Fixes \#114, use provisionerless baseboxes [\#115](https://github.com/test-kitchen/test-kitchen/pull/115) ([jtimberman](https://github.com/jtimberman))
|
834
|
+
- \[KITCHEN-74\] Handle case where YAML parses as nil [\#113](https://github.com/test-kitchen/test-kitchen/pull/113) ([smith](https://github.com/smith))
|
835
|
+
- Add the sink [\#111](https://github.com/test-kitchen/test-kitchen/pull/111) ([sethvargo](https://github.com/sethvargo))
|
836
|
+
- Add Kitchen::VERSION to `-----\> Starting Kitchen` output [\#108](https://github.com/test-kitchen/test-kitchen/pull/108) ([fnichol](https://github.com/fnichol))
|
837
|
+
- Expand documentation around run-time switches. [\#105](https://github.com/test-kitchen/test-kitchen/pull/105) ([grahamc](https://github.com/grahamc))
|
838
|
+
- Set the default ssh port. [\#104](https://github.com/test-kitchen/test-kitchen/pull/104) ([calavera](https://github.com/calavera))
|
839
|
+
- Allow to override sudo. [\#102](https://github.com/test-kitchen/test-kitchen/pull/102) ([calavera](https://github.com/calavera))
|
840
|
+
- Ensure that destroy option is respected when --parallel is used. [\#99](https://github.com/test-kitchen/test-kitchen/pull/99) ([stevendanna](https://github.com/stevendanna))
|
841
|
+
- Fix minitest test examples link. [\#91](https://github.com/test-kitchen/test-kitchen/pull/91) ([calavera](https://github.com/calavera))
|
842
|
+
- Add a global config file [\#90](https://github.com/test-kitchen/test-kitchen/pull/90) ([thommay](https://github.com/thommay))
|
17
843
|
|
18
|
-
|
844
|
+
## [v1.0.0.alpha.6](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.6) (2013-05-08)
|
845
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.5...v1.0.0.alpha.6)
|
19
846
|
|
20
|
-
|
21
|
-
* PR [#752][]: Make lazyhash enumerable ([@caboteria][])
|
22
|
-
* PR [#827][]: update omnibus url to chef.io ([@andrewelizondo][])
|
23
|
-
* PR [#857][]: add cli option to set the test path ([@chris-rock][])
|
24
|
-
* PR [#892][]: Adding proxy tests to the Travis.yml ([@tyler-ball][])
|
25
|
-
* PR [#895][]: Adding in ChefConfig support to enable loading proxy config from chef config files ([@tyler-ball][])
|
26
|
-
* PR [#901][]: Add support for --profile-ruby ([@martinb3][])
|
27
|
-
* PR [#906][]: Adding Maintainers file ([@cheeseplus][])
|
847
|
+
**Closed issues:**
|
28
848
|
|
29
|
-
|
849
|
+
- UI nitpick [\#84](https://github.com/test-kitchen/test-kitchen/issues/84)
|
30
850
|
|
31
|
-
|
32
|
-
* PR [#776][]: Add more options for WinRM ([@smurawski][])
|
33
|
-
* PR [#782][]: Use [`mixlib-install`](https://github.com/chef/mixlib-install) to generate chef install command. ([@thommay][])
|
34
|
-
* PR [#804][]: Drop Ruby 1.9 from TravisCI build matrix ([@thommay][])
|
35
|
-
* PR [#813][]: Honor proxy ENV variables ([@mcquin][])
|
36
|
-
* PR [#825][]: Add hooks for instance cleanup before exit ([@coderanger][])
|
37
|
-
* PR [#872][]: Added try/catch around main and set error action to stop ([@mcallb][])
|
38
|
-
* PR [#885][]: Running the chef_base provisioner install_command via sudo, and command_prefix support ([@adamleff][])
|
39
|
-
* PR [#896][]: Fixing garbled output for chef_zero provisioner ([@someara][])
|
40
|
-
* PR [#908][]: Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280 ([@tyler-ball][])
|
41
|
-
* PR [#911][]: Put Travis on a diet ([@cheeseplus][])
|
42
|
-
* PR [#912][]: The netssh 3.0 update returns a different error on connection timeout than 2.9.2 did, adding it to the retry list ([@tyler-ball][])
|
851
|
+
**Merged pull requests:**
|
43
852
|
|
853
|
+
- Add attribute encrypted\_data\_bag\_secret\_key\_path to Kitchen::Suite [\#77](https://github.com/test-kitchen/test-kitchen/pull/77) ([arunthampi](https://github.com/arunthampi))
|
44
854
|
|
45
|
-
##
|
855
|
+
## [v1.0.0.alpha.5](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.5) (2013-04-23)
|
856
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.4...v1.0.0.alpha.5)
|
46
857
|
|
47
|
-
|
858
|
+
**Closed issues:**
|
48
859
|
|
49
|
-
|
860
|
+
- Support wget and curl for omnibus installs \(in `Kitchen::Driver::SSHBase`\) [\#61](https://github.com/test-kitchen/test-kitchen/issues/61)
|
50
861
|
|
51
|
-
|
52
|
-
* PR [#802][]: net-ssh 2.10 throws a different error than 2.9 when connection times out, so we need to retry that. We now retry both the 2.9 and 2.10 errors. ([@Annih][])
|
53
|
-
* Pinning to net-ssh < 2.10 because 2.10 no longer works with Ruby 1.9 and TK still does ([@tyler-ball][])
|
862
|
+
**Merged pull requests:**
|
54
863
|
|
55
|
-
|
864
|
+
- Install Omnibus package via either wget or curl. [\#82](https://github.com/test-kitchen/test-kitchen/pull/82) ([fnichol](https://github.com/fnichol))
|
865
|
+
- Error report formatting [\#81](https://github.com/test-kitchen/test-kitchen/pull/81) ([fnichol](https://github.com/fnichol))
|
866
|
+
- Swap out shell-based kb for Ruby-based Busser gem [\#76](https://github.com/test-kitchen/test-kitchen/pull/76) ([fnichol](https://github.com/fnichol))
|
56
867
|
|
57
|
-
|
868
|
+
## [v1.0.0.alpha.4](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.4) (2013-04-10)
|
869
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.3...v1.0.0.alpha.4)
|
58
870
|
|
59
|
-
|
871
|
+
## [v1.0.0.alpha.3](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.3) (2013-04-05)
|
872
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.2...v1.0.0.alpha.3)
|
60
873
|
|
61
|
-
|
874
|
+
**Closed issues:**
|
62
875
|
|
63
|
-
|
876
|
+
- Use baseboxes updated to Chef 10.18.2 [\#21](https://github.com/test-kitchen/test-kitchen/issues/21)
|
877
|
+
- init command should create Gemfile if it does not exist [\#20](https://github.com/test-kitchen/test-kitchen/issues/20)
|
64
878
|
|
65
|
-
|
879
|
+
## [v1.0.0.alpha.2](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.2) (2013-03-29)
|
880
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.1...v1.0.0.alpha.2)
|
66
881
|
|
67
|
-
|
68
|
-
|
69
|
-
* PR [#734][]: Fix failing `kitchen driver discover` test ([@fnichol][])
|
70
|
-
* Issue [#732][], PR [#737][]: Generate a `chefignore` file during `kitchen init` ([@metadave][])
|
71
|
-
* Issue [#688][], PR [#728][] and [#736][]: Default WinRM username updated to `administrator` and additional errors caught for retry logic when trying to login with WinRM ([@zl4bv][], [@tyler-ball][])
|
882
|
+
## [v1.0.0.alpha.1](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.1) (2013-03-23)
|
883
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.4.0...v1.0.0.alpha.1)
|
72
884
|
|
73
|
-
|
885
|
+
**Merged pull requests:**
|
74
886
|
|
75
|
-
|
887
|
+
- Add Driver\#verify\_dependencies to be invoked once when Driver is loaded. [\#75](https://github.com/test-kitchen/test-kitchen/pull/75) ([fnichol](https://github.com/fnichol))
|
888
|
+
- switch driver alias \(-d\) to \(-D\) in Init generator [\#74](https://github.com/test-kitchen/test-kitchen/pull/74) ([reset](https://github.com/reset))
|
889
|
+
- \[Breaking\] Modify ShellOut\#run\_command to take an options Hash. [\#73](https://github.com/test-kitchen/test-kitchen/pull/73) ([fnichol](https://github.com/fnichol))
|
890
|
+
- Add flag to `kitchen init` to skip Gemfile creation by default. [\#72](https://github.com/test-kitchen/test-kitchen/pull/72) ([fnichol](https://github.com/fnichol))
|
891
|
+
- Updates to `kitchen init` to be non-interactive \(add `--driver` flag\), add subcommand support, and introduce `kitchen driver discover`. [\#71](https://github.com/test-kitchen/test-kitchen/pull/71) ([fnichol](https://github.com/fnichol))
|
892
|
+
- \[tailor\] fix for line length and style [\#65](https://github.com/test-kitchen/test-kitchen/pull/65) ([ChrisLundquist](https://github.com/ChrisLundquist))
|
893
|
+
- make "require\_chef\_omnibus: true" safe [\#64](https://github.com/test-kitchen/test-kitchen/pull/64) ([mattray](https://github.com/mattray))
|
76
894
|
|
77
|
-
|
895
|
+
## [v0.4.0](https://github.com/test-kitchen/test-kitchen/tree/v0.4.0) (2013-03-02)
|
896
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v1.0.0.alpha.0...v0.4.0)
|
78
897
|
|
79
|
-
|
898
|
+
**Closed issues:**
|
80
899
|
|
81
|
-
|
900
|
+
- support "exclude" configuration directive after \#17 [\#29](https://github.com/test-kitchen/test-kitchen/issues/29)
|
82
901
|
|
83
|
-
|
902
|
+
## [v1.0.0.alpha.0](https://github.com/test-kitchen/test-kitchen/tree/v1.0.0.alpha.0) (2013-03-02)
|
903
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.beta4...v1.0.0.alpha.0)
|
84
904
|
|
85
|
-
**
|
905
|
+
**Closed issues:**
|
86
906
|
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
907
|
+
- Gem dependency collision [\#59](https://github.com/test-kitchen/test-kitchen/issues/59)
|
908
|
+
- chef\_data\_uploader doesn't actually upload cookbooks w/ kitchen-vagrant [\#55](https://github.com/test-kitchen/test-kitchen/issues/55)
|
909
|
+
- When 'box' is specified without 'box\_url', just use existing Vagrant base box [\#53](https://github.com/test-kitchen/test-kitchen/issues/53)
|
910
|
+
- make "suites" stanza optional [\#48](https://github.com/test-kitchen/test-kitchen/issues/48)
|
911
|
+
- move JR \(Jamie Runner\) code into appropriate test-kitchen repositories [\#43](https://github.com/test-kitchen/test-kitchen/issues/43)
|
912
|
+
- add individual node definitions and global driver configuration to yaml format [\#41](https://github.com/test-kitchen/test-kitchen/issues/41)
|
913
|
+
- Split classes into separate files \(a.k.a. The Big Split\) [\#39](https://github.com/test-kitchen/test-kitchen/issues/39)
|
914
|
+
- Migrate the jamie-vagrant gem codebase to kitchen-vagrant [\#38](https://github.com/test-kitchen/test-kitchen/issues/38)
|
915
|
+
- support `require\_chef\_omnibus` config option value of "latest" [\#32](https://github.com/test-kitchen/test-kitchen/issues/32)
|
916
|
+
- create kitchen-openstack driver [\#25](https://github.com/test-kitchen/test-kitchen/issues/25)
|
917
|
+
- rename .jamie.yml to .kitchen.yml [\#18](https://github.com/test-kitchen/test-kitchen/issues/18)
|
918
|
+
- Merge "jamie" project with test-kitchen [\#17](https://github.com/test-kitchen/test-kitchen/issues/17)
|
95
919
|
|
96
|
-
|
920
|
+
**Merged pull requests:**
|
97
921
|
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
* Pull request [#653][]: Consider `:require_chef_omnibus = 11` to be a modern version for Chef Provisioners. ([@fnichol][])
|
922
|
+
- YAML Serialization [\#58](https://github.com/test-kitchen/test-kitchen/pull/58) ([fnichol](https://github.com/fnichol))
|
923
|
+
- Suites should be able to exclude a platform \#29 [\#57](https://github.com/test-kitchen/test-kitchen/pull/57) ([sandfish8](https://github.com/sandfish8))
|
924
|
+
- add basic instructions [\#54](https://github.com/test-kitchen/test-kitchen/pull/54) ([bryanwb](https://github.com/bryanwb))
|
102
925
|
|
103
|
-
|
926
|
+
## [v0.1.0.beta4](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.beta4) (2013-01-24)
|
927
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.beta3...v0.1.0.beta4)
|
104
928
|
|
105
|
-
|
106
|
-
|
107
|
-
* Shell Provisioner supports PowerShell scripts in addition to Bourne shell scripts ([Provisioner::Shell](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/provisioner/shell.rb)) ([@fnichol][])
|
108
|
-
* Platform operating system and shell hinting: By default, Windows platform names (case insensitive platform names starting with `/^win/`) will have `:os_type` set to `"windows"` and `:shell_type` set to `"powershell"`. By default, non-Windows platform names will have `:os_type` set to `"unix"` and `:shell_type` set to `"bourne"`. The methods `#windows_os?`, `#unix_os?`, `#powershell_shell?`, `#bourne_shell?`, and `#remote_path_join` are available for all Driver, Provisioner, Verifier, and Transport authors. ([@fnichol][])
|
109
|
-
* New plugin type: Transport, which executes commands and transfers files to remote instances. ([Transport::Base](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/transport/base.rb)) ([@afiune][], [@mwrock][], [@fnichol][])
|
110
|
-
* New Transport: WinRM: which re-uses a remote shell to execute commands and upload files over WinRM. Currently non-SSL/plaintext authentication only. ([Transport::Winrm](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/transport/winrm.rb)) ([@afiune][], [@mwrock][], [@fnichol][])
|
111
|
-
* New Transport: SSH, which re-uses one SSH connection where possible. Improvements such as keepalive, retries, and further configuration attributes are included. This replaces the more general `Kitchen:SSH` class, which remains in the codebase for plugins that call this class directly. ([Transport::Ssh](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/transport/ssh.rb)) ([@fnichol][])
|
112
|
-
* New plugin type: Verifier, which executes post-convergence tests on the instance. Busser is now a Verifier. ([Verifier::Base](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/verifier/base.rb)) ([@fnichol][])
|
113
|
-
* Add [API versioning](d8f1a7db9e506c44f321462e1fba0b1e24994070) metadata to all plugin types. ([@fnichol][])
|
114
|
-
* Pull request [#667][], pull request [#668][]: Add plugin diagnostics, exposed via `kitchen diagnose`. ([@fnichol][])
|
115
|
-
* Pull request [#675][], issue [#424][]: Add default `:compression` & `:compression_level` configuration attributes to Ssh Transport.
|
116
|
-
* Pull request [#651][], issue [#592][], issue [#629][], issue [#307][]: Add :sudo_command to Provisioners, Verifiers, & ShellOut. ([@fnichol][])
|
929
|
+
## [v0.1.0.beta3](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.beta3) (2013-01-14)
|
930
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.beta2...v0.1.0.beta3)
|
117
931
|
|
118
|
-
|
932
|
+
## [v0.1.0.beta2](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.beta2) (2013-01-13)
|
933
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.beta1...v0.1.0.beta2)
|
119
934
|
|
120
|
-
|
121
|
-
|
122
|
-
* Refactor "non-trivial" (i.e. more than a line or two) Bourne and PowerShell code bodies into static files under support/ for better code review by domain experts. ([@fnichol][])
|
123
|
-
* Pull request [#530][], issue [#429][]: Stop uploading empty directories. ([@whiteley][])
|
124
|
-
* Pull request [#588][]: Change getchef.com to chef.io in ChefZero and ChefSolo Provisioners. ([@jdmundrawala][])
|
125
|
-
* Pull request [#658][], issue [#654][]: Updated for sh compatibility based on install.sh code which supports more platforms including Solaris. ([@scotthain][], [@curiositycasualty][], [@fnichol][])
|
126
|
-
* Pull request [#652][], pull request [#666][], issue [#556][]: Support symbol values in solo.rb & client.rb for chef_zero and chef_solo Provisioners. ([@fnichol][])
|
935
|
+
## [v0.1.0.beta1](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.beta1) (2013-01-12)
|
936
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.3.0...v0.1.0.beta1)
|
127
937
|
|
938
|
+
## [v0.3.0](https://github.com/test-kitchen/test-kitchen/tree/v0.3.0) (2013-01-09)
|
939
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha21...v0.3.0)
|
128
940
|
|
129
|
-
## 1.
|
941
|
+
## [v0.1.0.alpha21](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha21) (2013-01-09)
|
942
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha20...v0.1.0.alpha21)
|
130
943
|
|
131
|
-
|
944
|
+
## [v0.1.0.alpha20](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha20) (2013-01-04)
|
945
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.2.0...v0.1.0.alpha20)
|
132
946
|
|
133
|
-
|
947
|
+
## [v0.2.0](https://github.com/test-kitchen/test-kitchen/tree/v0.2.0) (2013-01-03)
|
948
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha19...v0.2.0)
|
134
949
|
|
135
|
-
|
950
|
+
## [v0.1.0.alpha19](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha19) (2013-01-03)
|
951
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha18...v0.1.0.alpha19)
|
136
952
|
|
137
|
-
|
138
|
-
|
139
|
-
* Issue [#389][], pull request [#674][]: Expand path for `:ssh_key` if provided in kitchen.yml for Ssh Transport. ([@fnichol][])
|
140
|
-
* Pull request [#653][]: Consider `:require_chef_omnibus = 11` to be a modern version for Chef Provisioners. ([@fnichol][])
|
953
|
+
## [v0.1.0.alpha18](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha18) (2012-12-30)
|
954
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha17...v0.1.0.alpha18)
|
141
955
|
|
142
|
-
|
956
|
+
## [v0.1.0.alpha17](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha17) (2012-12-27)
|
957
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0...v0.1.0.alpha17)
|
143
958
|
|
144
|
-
|
145
|
-
|
146
|
-
* Pull request [#675][], issue [#424][]: Add default `:compression` & `:compression_level` configuration attributes to Ssh Transport.
|
147
|
-
* Pull request [#651][], issue [#592][], issue [#629][], issue [#307][]: Add :sudo_command to Provisioners, Verifiers, & ShellOut. ([@fnichol][])
|
959
|
+
## [v0.1.0](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0) (2012-12-27)
|
960
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha16...v0.1.0)
|
148
961
|
|
149
|
-
|
962
|
+
## [v0.1.0.alpha16](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha16) (2012-12-27)
|
963
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha15...v0.1.0.alpha16)
|
150
964
|
|
151
|
-
|
152
|
-
|
965
|
+
## [v0.1.0.alpha15](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha15) (2012-12-24)
|
966
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha14...v0.1.0.alpha15)
|
153
967
|
|
968
|
+
## [v0.1.0.alpha14](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha14) (2012-12-22)
|
969
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha13...v0.1.0.alpha14)
|
154
970
|
|
155
|
-
## 1.
|
971
|
+
## [v0.1.0.alpha13](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha13) (2012-12-20)
|
972
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha12...v0.1.0.alpha13)
|
156
973
|
|
157
|
-
|
974
|
+
## [v0.1.0.alpha12](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha12) (2012-12-20)
|
975
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha11...v0.1.0.alpha12)
|
158
976
|
|
159
|
-
|
977
|
+
## [v0.1.0.alpha11](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha11) (2012-12-20)
|
978
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha10...v0.1.0.alpha11)
|
160
979
|
|
161
|
-
|
980
|
+
## [v0.1.0.alpha10](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha10) (2012-12-20)
|
981
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha9...v0.1.0.alpha10)
|
162
982
|
|
163
|
-
|
983
|
+
## [v0.1.0.alpha9](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha9) (2012-12-18)
|
984
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha8...v0.1.0.alpha9)
|
164
985
|
|
986
|
+
## [v0.1.0.alpha8](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha8) (2012-12-17)
|
987
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha7...v0.1.0.alpha8)
|
165
988
|
|
166
|
-
## 1.
|
989
|
+
## [v0.1.0.alpha7](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha7) (2012-12-14)
|
990
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha6...v0.1.0.alpha7)
|
167
991
|
|
168
|
-
|
992
|
+
## [v0.1.0.alpha6](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha6) (2012-12-13)
|
993
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha5...v0.1.0.alpha6)
|
169
994
|
|
170
|
-
|
995
|
+
## [v0.1.0.alpha5](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha5) (2012-12-13)
|
996
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha4...v0.1.0.alpha5)
|
171
997
|
|
172
|
-
|
173
|
-
|
174
|
-
* Provisioners are now self-aware, completely owning the `converge` action. The original public methods of the Base Provisioner are maintained but are now invoked with a `#call(state)` method on the Provisioner object. Provisioner authors may elect to implement the command and sandbox methods, or re-implement the `#call` method which may not call any of the previously mentioned methods. ([Provisioner::Base](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/provisioner/base.rb), [Commit notes](https://github.com/test-kitchen/test-kitchen/commit/3196675e519a2fb97af4bcac80ef11f5e37f2537)) ([@fnichol][])
|
175
|
-
* Transport are not responsible for the `login` command. ([Commit notes](https://github.com/test-kitchen/test-kitchen/commit/ae360a11d8c18ff5d1086ee19b099db1d0422024)) ([@fnichol][])
|
176
|
-
* Busser is now a plugin of type Verifier (see below for details on Verifiers). Any external code that directly creates a `Kitchen::Busser` object will fail as the class has moved to `Kitchen::Verifier::Busser`. Any external code that directly invokes Busser's `#sync_cmd` will log a warning and will **not** transfer test files (authors of plugins may now call `instance.transport(state).upload(locals, remote)` in its place). ([@fnichol][])
|
177
|
-
* Verifiers are responsible for the `verify` action. ([Commit notes](https://github.com/test-kitchen/test-kitchen/commit/d62f577003c1920259eb627cc4479c0b21e0c374)) ([@fnichol][])
|
998
|
+
## [v0.1.0.alpha4](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha4) (2012-12-11)
|
999
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha3...v0.1.0.alpha4)
|
178
1000
|
|
1001
|
+
## [v0.1.0.alpha3](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha3) (2012-12-10)
|
1002
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha2...v0.1.0.alpha3)
|
179
1003
|
|
180
|
-
|
1004
|
+
## [v0.1.0.alpha2](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha2) (2012-12-03)
|
1005
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.7.0...v0.1.0.alpha2)
|
181
1006
|
|
182
|
-
|
183
|
-
|
184
|
-
* Shell Provisioner supports PowerShell scripts in addition to Bourne shell scripts ([Provisioner::Shell](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/provisioner/shell.rb)) ([@fnichol][])
|
185
|
-
* Platform operating system and shell hinting: By default, Windows platform names (case insensitive platform names starting with `/^win/`) will have `:os_type` set to `"windows"` and `:shell_type` set to `"powershell"`. By default, non-Windows platform names will have `:os_type` set to `"unix"` and `:shell_type` set to `"bourne"`. The methods `#windows_os?`, `#unix_os?`, `#powershell_shell?`, `#bourne_shell?`, and `#remote_path_join` are available for all Driver, Provisioner, Verifier, and Transport authors. ([@fnichol][])
|
186
|
-
* New plugin type: Transport, which executes commands and transfers files to remote instances. ([Transport::Base](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/transport/base.rb)) ([@afiune][], [@mwrock][], [@fnichol][])
|
187
|
-
* New Transport: WinRM: which re-uses a remote shell to execute commands and upload files over WinRM. Currently non-SSL/plaintext authentication only. ([Transport::Winrm](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/transport/winrm.rb)) ([@afiune][], [@mwrock][], [@fnichol][])
|
188
|
-
* New Transport: SSH, which re-uses one SSH connection where possible. Improvements such as keepalive, retries, and further configuration attributes are included. This replaces the more general `Kitchen:SSH` class, which remains in the codebase for plugins that call this class directly. ([Transport::Ssh](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/transport/ssh.rb)) ([@fnichol][])
|
189
|
-
* New plugin type: Verifier, which executes post-convergence tests on the instance. Busser is now a Verifier. ([Verifier::Base](https://github.com/test-kitchen/test-kitchen/blob/master/lib/kitchen/verifier/base.rb)) ([@fnichol][])
|
1007
|
+
## [v0.7.0](https://github.com/test-kitchen/test-kitchen/tree/v0.7.0) (2012-12-03)
|
1008
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.1.0.alpha1...v0.7.0)
|
190
1009
|
|
191
|
-
|
1010
|
+
## [v0.1.0.alpha1](https://github.com/test-kitchen/test-kitchen/tree/v0.1.0.alpha1) (2012-12-01)
|
1011
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.7.0.rc.1...v0.1.0.alpha1)
|
192
1012
|
|
193
|
-
|
194
|
-
* Pull request [#600][], pull request [#633][], issue [#85][]: Add `--log-overwrite` flag to CLI anywhere `--log-level` is accepted. By default it is true and will clear out the log every time Test Kitchen runs. To disable this behavior pass `--log-overwrite=false` or `--no-log-overwrite`. You can also configure this with the environment variable `KITCHEN_LOG_OVERWRITE`. ([@tyler-ball][])
|
195
|
-
* Refactor "non-trivial" (i.e. more than a line or two) Bourne and PowerShell code bodies into static files under support/ for better code review by domain experts. ([@fnichol][])
|
196
|
-
* Pull request [#530][], issue [#429][]: Stop uploading empty directories. ([@whiteley][])
|
197
|
-
* Pull request [#588][]: Change getchef.com to chef.io in ChefZero and ChefSolo Provisioners. ([@jdmundrawala][])
|
1013
|
+
**Merged pull requests:**
|
198
1014
|
|
1015
|
+
- minor formatting and spelling corrections [\#11](https://github.com/test-kitchen/test-kitchen/pull/11) ([mattray](https://github.com/mattray))
|
199
1016
|
|
200
|
-
## 1.
|
1017
|
+
## [v0.7.0.rc.1](https://github.com/test-kitchen/test-kitchen/tree/v0.7.0.rc.1) (2012-11-28)
|
1018
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.7.0.beta.1...v0.7.0.rc.1)
|
201
1019
|
|
202
|
-
|
1020
|
+
**Merged pull requests:**
|
203
1021
|
|
204
|
-
|
1022
|
+
- \[KITCHEN-23\] - load metadata.rb to get cookbook name [\#10](https://github.com/test-kitchen/test-kitchen/pull/10) ([jtimberman](https://github.com/jtimberman))
|
205
1023
|
|
206
|
-
|
1024
|
+
## [v0.7.0.beta.1](https://github.com/test-kitchen/test-kitchen/tree/v0.7.0.beta.1) (2012-11-21)
|
1025
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.6.0...v0.7.0.beta.1)
|
207
1026
|
|
208
|
-
|
1027
|
+
## [v0.6.0](https://github.com/test-kitchen/test-kitchen/tree/v0.6.0) (2012-10-02)
|
1028
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.5.4...v0.6.0)
|
209
1029
|
|
1030
|
+
**Merged pull requests:**
|
210
1031
|
|
211
|
-
|
1032
|
+
- \[KITCHEN-29\] - implement --platform to limit test [\#8](https://github.com/test-kitchen/test-kitchen/pull/8) ([jtimberman](https://github.com/jtimberman))
|
1033
|
+
- KITCHEN-22 - Include Databags in Vagrant Configuration if present [\#5](https://github.com/test-kitchen/test-kitchen/pull/5) ([brendanhay](https://github.com/brendanhay))
|
1034
|
+
- KITCHEN-35 use minitest-handler from community.opscode.com [\#4](https://github.com/test-kitchen/test-kitchen/pull/4) ([bryanwb](https://github.com/bryanwb))
|
212
1035
|
|
213
|
-
|
1036
|
+
## [v0.5.4](https://github.com/test-kitchen/test-kitchen/tree/v0.5.4) (2012-08-30)
|
1037
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.5.2...v0.5.4)
|
214
1038
|
|
215
|
-
|
216
|
-
* Pull request [#531][], pull request [#521][]: Update mixlib-shellout dependency to be greater or equal to 1.2 and less than 3.0. ([@lamont-granquist][])
|
1039
|
+
**Merged pull requests:**
|
217
1040
|
|
218
|
-
|
1041
|
+
- \[KITCHEN-17\] - support ignoring lint rules [\#3](https://github.com/test-kitchen/test-kitchen/pull/3) ([jtimberman](https://github.com/jtimberman))
|
219
1042
|
|
220
|
-
|
221
|
-
|
222
|
-
* Pull request [#399][]: Sleep before retrying SSH#establish_connection. ([@fnichol][])
|
223
|
-
* Pull request [#527][]: Rescue SSH authentication failures to use retry/timeout connection logic. ([@chrishenry][])
|
224
|
-
* Pull request [#363][]: Ensure that integer chef config attributes get placed in solo.rb/client.rb properly. ([@benlangfeld][], [@sethvargo][])
|
225
|
-
* Pull request [#431][]: Check for zero byte state files. ([@rhass][])
|
226
|
-
* Pull request [#554][], pull request [#543][]: Replace `/` with `-` in Instance names, allowing instance names to be used as server hostnames in most cases. ([@grubernaut][], [@fnichol][])
|
1043
|
+
## [v0.5.2](https://github.com/test-kitchen/test-kitchen/tree/v0.5.2) (2012-08-18)
|
1044
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/v0.5.0...v0.5.2)
|
227
1045
|
|
228
|
-
|
1046
|
+
## [v0.5.0](https://github.com/test-kitchen/test-kitchen/tree/v0.5.0) (2012-08-16)
|
1047
|
+
[Full Changelog](https://github.com/test-kitchen/test-kitchen/compare/0.5.0...v0.5.0)
|
229
1048
|
|
230
|
-
|
231
|
-
* Pull request [#397][]: Introduce the `:chef_zero_port` config attribute to the chef_zero provisioner. ([@jtgiri][])
|
232
|
-
* Pull request [#381][], pull request [#456][]: Add configurable defaults for chef-solo, chef-client, and chef omnibus paths. ([@sethvargo][], [@robcoward][], [@fnichol][])
|
233
|
-
* Pull request [#489][]: Introduce the `:chef_omnibus_install_options` config attribute to be able to pass additional arguments to the Chef installer script. ([@ringods][])
|
234
|
-
* Pull request [#549][]: Introduce the `:chef_zero_host` config attribute to the chef_zero provisioner. ([@jochenseeber][])
|
235
|
-
* Pull request [#454][]: Customize `:ssh_timeout` and `:ssh_retries`. ([@ekrupnik][])
|
236
|
-
* Pull request [#510][], issue [#166][]: Add support for site-cookbooks when using Librarian. ([@jstriebel][])
|
1049
|
+
## [0.5.0](https://github.com/test-kitchen/test-kitchen/tree/0.5.0) (2012-08-16)
|
237
1050
|
|
238
|
-
### Improvements
|
239
1051
|
|
240
|
-
*
|
241
|
-
* Pull request [#478][], issue [#433][], issue [#352][]: Buffer Logger output & fix Chef run output formatting. ([@fnichol][])
|
242
|
-
* Pull request [#481][]: Disable color output when no TTY is present. ([@fnichol][])
|
243
|
-
* Pull request [#526][], pull request [#462][], issue [#375][]: Die on `kitchen login` if instance is not created. ([@daniellockard][], [@fnichol][])
|
244
|
-
* Pull request [#504][]: Fix 2 tests in `SSHBase` to reflect their intent. ([@jgoldschrafe][])
|
245
|
-
* Pull request [#450][]: Update help description for CLI subcommands. ([@MarkGibbons][])
|
246
|
-
* Pull request [#477][]: Bump 'kitchen help' into new Usage section in README and add how to use "-l". ([@curiositycasualty][])
|
247
|
-
* Pull request [#567][]: Pass the template filename down to Erb for `__FILE__` et al. ([@coderanger][])
|
248
|
-
* Pull request [#498][]: Fix doc comment in `Kitchen::Loader::YAML.new`. ([@jaimegildesagredo][])
|
249
|
-
* Pull request [#507][]: Clarify comments in configuration loader. ([@martinb3][])
|
250
|
-
* Pull request [#366][]: Fix glaring "Transfering" -> "Transferring" typo. ([@srenatus][])
|
251
|
-
* Pull request [#457][]: Fix "confiuration" -> "configuration" typo in README. ([@michaelkirk][])
|
252
|
-
* Pull request [#370][]: Use Ruby 2.1 instead of 2.1.0 for CI. ([@justincampbell][])
|
253
|
-
|
254
|
-
### Heads up
|
255
|
-
|
256
|
-
* Drop Ruby 1.9.2 from TravisCI build matrix (support for Ruby 1.9.2 will be a "best effort"). ([@fnichol][])
|
257
|
-
|
258
|
-
|
259
|
-
## 1.2.1 / 2014-02-12
|
260
|
-
|
261
|
-
### Bug fixes
|
262
|
-
|
263
|
-
* Issue [#357][], pull request [#358][]: Load needed (dynamic) dependencies for provisioners at creation time to prevent any native or dynamic code being loaded in a non-main thread (an issue on Mac with MRI Ruby 1.9/2.0). ([@fnichol][])
|
264
|
-
|
265
|
-
### Improvements
|
266
|
-
|
267
|
-
* Pull request [#358][]: Output the loaded version of Berkshelf or Librarian-Chef when converging to better help troubleshooting issues. ([@fnichol][])
|
268
|
-
|
269
|
-
|
270
|
-
## 1.2.0 / 2014-02-11
|
271
|
-
|
272
|
-
### Upstream changes
|
273
|
-
|
274
|
-
* Pull request [#288][]: Update omnibus URL to getchef.com. ([@juliandunn][])
|
275
|
-
|
276
|
-
### Bug fixes
|
277
|
-
|
278
|
-
* Pull request [#353][]: Ensure that a chef-client failure returns non-zero exit code for chef-client-zero.rb shim script. ([@kamalim][])
|
279
|
-
* Pull request [#318][]: Upload chef clients data. ([@jtimberman][])
|
280
|
-
* Issue [#282][], issue [#316][]: [CLI] Match a specific instance before trying to find with a regexp. ([@fnichol][])
|
281
|
-
* Issue [#305][]: Ensure that `kitchen help` exits non-zero on failure. ([@fnichol][])
|
282
|
-
* Pull request [#296][]: Fixing error when using more than one helper. ([@jschneiderhan][])
|
283
|
-
* Pull request [#313][]: Allow files in subdirectories in "helpers" directory. ([@mthssdrbrg][])
|
284
|
-
* Pull request [#309][]: Add `/opt/local/bin` to instance path when installing Chef Omnibus package. Smartmachines need this otherwise curl can't find certificates. ([@someara][])
|
285
|
-
* Pull request [#283][], pull request [#287][], pull request [#310][]: Fix failing minitest test on Windows. ([@rarenerd][])
|
286
|
-
* Fix testing regressions for Ruby 1.9.2 around YAML parsing. ([@fnichol][])
|
287
|
-
|
288
|
-
### New features
|
289
|
-
|
290
|
-
* Pull request [#286][]: **Experimental** Basic shell provisioner, first non-Chef addition! Still considered experimental, that is subject to change between releases until APIs stabilize. ([@ChrisLundquist][])
|
291
|
-
* Pull request [#293][], pull request [#277][], issue [#176][]: Add `--concurrency` option to specify number of multiple actions to perform at a time. ([@ryotarai][], [@bkw][])
|
292
|
-
* Support `--concurrency` without value, defaulting to all instances and begin to deprecate `--parallel` flag. ([@fnichol][])
|
293
|
-
* Pull request [#306][], issue [#304][]: Add local & global file locations with environment variables (`KITCHEN_LOCAL_YAML` and `KITCHEN_GLOBAL_YAML`). ([@fnichol][])
|
294
|
-
* Pull request [#298][]: Base provisioner refactoring to start accommodating other provisioners. For more details, see [#298][]. ([@fnichol][])
|
295
|
-
|
296
|
-
### Improvements
|
297
|
-
|
298
|
-
* Pull request [#280][]: Add `json_attributes: true` config option to ChefZero provisioner. This option allows a user to invoke chef-client without passing the generated JSON file in the `--json-attributes` option. ([@fnichol][])
|
299
|
-
* Make `kitchen login` work without args if there is only one instance (thank goodness). ([@fnichol][])
|
300
|
-
* Issue [#285][]: Greatly improved error recovery & reporting in Kitchen::Loader::YAML. ([@fnichol][])
|
301
|
-
* Pull request [#303][]: Use SafeYAML.load to avoid YAML monkeypatch in safe_yaml. This will leave YAML loading in Test Kitchen as implementation detail and avoid polluting other Ruby objects. ([@fnichol][])
|
302
|
-
* Pull request [#302][]: CLI refactoring to remove logic from cli.rb. ([@fnichol][])
|
303
|
-
* Add Ruby 2.1.0 to TravisCI testing matrix. ([@fnichol][])
|
304
|
-
|
305
|
-
|
306
|
-
## 1.1.1 / 2013-12-08
|
307
|
-
|
308
|
-
### Bug fixes
|
309
|
-
|
310
|
-
* Normalize driver, provisioner, & busser blocks when merging raw YAML. ([@fnichol][])
|
311
|
-
* Issue [#276][], issue [#278][]: Ensure `Busser#local_suite_files` only rejects chef data dirs. ([@fnichol][])
|
312
|
-
* Pull request [#275][]: Fix SSH 'Too many authentication failures' error. ([@zts][])
|
313
|
-
* When copying `./cookbooks`, conditionally check for `./site-cookbooks`. ([@fnichol][])
|
314
|
-
|
315
|
-
### Improvements
|
316
|
-
|
317
|
-
* Improve `kitchen diagnose` when loader data merging fails. ([@fnichol][])
|
318
|
-
|
319
|
-
|
320
|
-
## 1.1.0 / 2013-12-04
|
321
|
-
|
322
|
-
### Default updates
|
323
|
-
|
324
|
-
* Set `Busser[:sudo]` to `true` by default (formerly set to `false` by default). ([@fnichol][])
|
325
|
-
|
326
|
-
### Improvements
|
327
|
-
|
328
|
-
* Pull request [#272][]: Drive by typo fix. ([@kisoku][])
|
329
|
-
|
330
|
-
|
331
|
-
## 1.0.0 / 2013-12-01
|
332
|
-
|
333
|
-
### Bug fixes
|
334
|
-
|
335
|
-
* Ensure Kitchen::Busser can stream multiple files (split with ;). ([@fnichol][])
|
336
|
-
|
337
|
-
|
338
|
-
## 1.0.0.rc.2 / 2013-11-30
|
339
|
-
|
340
|
-
### Changes
|
341
|
-
|
342
|
-
* Generate a more explict form for driver & provisioner in `kitchen init`. ([@fnichol][])
|
343
|
-
* Set `Busser[:sudo]` to `false` by default. ([@fnichol][])
|
344
|
-
|
345
|
-
### Bug fixes
|
346
|
-
|
347
|
-
* Properly handle `encrypted_data_bag_secret_key_path` under a suite. ([@fnichol][])
|
348
|
-
* Pull request [#265][]: Busser Fixes for Greybeard UNIX. ([@schisamo][])
|
349
|
-
* Pull request [#265][]: Busser config key name is `sudo` not `use_sudo`. ([@schisamo][])
|
350
|
-
|
351
|
-
### New features
|
352
|
-
|
353
|
-
* Add diagnostic facility to Test Kitchen, usable with `kitchen diagnose`. ([@fnichol][])
|
354
|
-
|
355
|
-
### Improvements
|
356
|
-
|
357
|
-
* Pull request [#266][]: Generate more a helpful error when supplying an invalid Regexp with CLI. ([@fnichol][])
|
358
|
-
* Improve logging of file transfers to instances in converge action. ([@fnichol][])
|
359
|
-
* Add feature test coverage for `kitchen list` subcommand. ([@fnichol][])
|
360
|
-
|
361
|
-
|
362
|
-
## 1.0.0.rc.1 / 2013-11-28
|
363
|
-
|
364
|
-
### Changes
|
365
|
-
|
366
|
-
* Busser now installs into /tmp/busser by default on instances. ([@fnichol][])
|
367
|
-
* Test Kitchen now works out of /tmp/kitchen for all providers by default. ([@fnichol][])
|
368
|
-
* Remove Chef Omnibus `GEM_PATH` inclusion in Busser `GEM_PATH`. This fully isolates Busser and its runner plugins to a `GEM_HOME` and `GEM_PATH` in `<busser_root_path>/gems`. ([@fnichol][])
|
369
|
-
* Add --provisioner to `kitchen init` to override default, chef\_solo. ([@fnichol][])
|
370
|
-
|
371
|
-
### Bug fixes
|
372
|
-
|
373
|
-
* Issue [#240][], issue [#242][], pull request [#258][]: Fix Busser and Chef Zero sandboxing so that each tool is completely isolated from the Omnibus packages gems and each other. ([@fnichol][], [@schisamo][])
|
374
|
-
|
375
|
-
### New features
|
376
|
-
|
377
|
-
* Beef up Provisioners so that they resemble Drivers with user, default, inherited, and computed configuration..
|
378
|
-
* Use `chef-client -z` (local mode) with ChefZero Provisioner for Chef versions >= 11.8.0. Support older versions of Chef with a best-effort fallback shim to use chef-zero. ([@fnichol][])
|
379
|
-
* `kitchen list --debug` mode greatly improved showing rendered configuration for each Instance's Driver, Provisioner, and Busser configuration. ([@fnichol][])
|
380
|
-
* Pull request [#249][]: Add a data\_path which will be sync'd to the instance in the same manner as roles and data bags. ([@oferrigni][])
|
381
|
-
* Test Kitchen no longer requires a cookbook to run; kitchen init anywhere! ([@fnichol][])
|
382
|
-
* All settings in solo.rb (for ChefSolo) and client.rb (for ChefZero) can be modified or added with a `solo_rb:` or `client_rb:` block inside a `provisioner:` block. ([@fnichol][])
|
383
|
-
* Add :ruby_bindr in a busser config block to set Busser's alternative remote path to Ruby. ([@fnichol][])
|
384
|
-
* Busser install root can be configured and is relocatable, defaults to /tmp/busser. ([@fnichol][])
|
385
|
-
* Test Kitchen root can be configured and is relocatable, defaults to /tmp/kitchen. ([@fnichol][])
|
386
|
-
* Support installing a specific version of Busser. ([@fnichol][])
|
387
|
-
|
388
|
-
### Improvements
|
389
|
-
|
390
|
-
* Greatly simplify default .kitchen.yml. ([@fnichol][], [@sethvargo][])
|
391
|
-
* Massive internal refactoring data manipulation logic. Data code now lives in Kitchen::DataMunger and was properly TDD'ed from the ground up with a full test suite. ([@fnichol][])
|
392
|
-
* `require_chef_ommnibus` will default to `true` for all Chef provisioners and so can be omitted from .kitchen.yml files in most cases. ([@fnichol][])
|
393
|
-
* Pull request [#262][]: Use a configurable glob pattern to select Chef cookbook files. ([@fnichol][])
|
394
|
-
* Pull request [#141][]: Do not create a gitignore if there is no git repo. ([@sethvargo][])
|
395
|
-
* Improve `kitchen init` smarts for detecting gems already in Gemfile. ([@fnichol][])
|
396
|
-
* Expand all Chef-related local paths in Provisioner::ChefBase. ([@fnichol][])
|
397
|
-
* Issue [#227][]: Handle absolute paths. ([@sethvargo][])
|
398
|
-
* Cope with nil values for run\_list and attributes entries in .kitchen.yml. ([@fnichol][])
|
399
|
-
* Allow for nil values for `provisioner:`, `driver:`, & `busser:`. ([@fnichol][])
|
400
|
-
* Pull request [#253][]: Fix TravisCI badges. ([@arangamani][])
|
401
|
-
* Pull request [#254][]: Update references to test-kitchen org. ([@josephholsten][])
|
402
|
-
* Pull request [#256][]: Changed 'passed' to 'passing' in the Destroy options documentation. ([@scarolan][])
|
403
|
-
* Pull request [#259][]: Fix inconsistent date in CHANGELOG. ([@ryansouza][])
|
404
|
-
* Extract Berkshelf & Librarian-Chef resolver code to classes. ([@fnichol][])
|
405
|
-
* Full spec coverage for Suite. ([@fnichol][])
|
406
|
-
* Full spec coverage for Platform. ([@fnichol][])
|
407
|
-
* Full spec coverage for Instance. ([@fnichol][])
|
408
|
-
* Full spec coverage for Kitchen::Provisioner.for\_plugin ([@fnichol][])
|
409
|
-
|
410
|
-
|
411
|
-
## 1.0.0.beta.4 / 2013-11-01
|
412
|
-
|
413
|
-
### Bug fixes
|
414
|
-
|
415
|
-
* Change permissions on the Chef sandbox to world readable and writable (0755) ([@fnichol][])
|
416
|
-
* Minor typographical and documentation errors ([@gmiranda23][])
|
417
|
-
* Improve error message when Berkshelf/Librarian is not present ([@fnichol][])
|
418
|
-
* Ensure busser respects the `sudo` driver configuration ([@schisamo][])
|
419
|
-
|
420
|
-
### Improvements
|
421
|
-
|
422
|
-
* Pull request [#235][]: Add Chef Solo environment support ([@ekrupnik][])
|
423
|
-
* Pull request [#231][]: Use chefignore to determine which files to copy ([@rteabeault][])
|
424
|
-
* Pull request [#222][]: Remove dependency on Celluloid and use pure Ruby threads ([@sethvargo][])
|
425
|
-
* Pull request [#218][]: Add support for `site-cookbooks` ([@hollow][])
|
426
|
-
* Pull request [#217][]: Add support for specific driver configs ([@hollow][])
|
427
|
-
* Pull request [#206][]: Add pessismestic locks on all gem requirements ([@sethvargo][])
|
428
|
-
* Pull request [#193][]: Allow users to configure ssh forwarding ([@fnordfish][])
|
429
|
-
* Pull request [#192][]: Add chef config has and proxy information ([@scotthain][])
|
430
|
-
* Pull request [#94][]: Support passing multiple instance names ([@sethvargo][])
|
431
|
-
* Drop hard dependency on `pry` gem for `kitchen console` ([@fnichol][])
|
432
|
-
* Remove bash-specific code in favor of pure sh for non-standard Unix devices ([@schisamo][])
|
433
|
-
* Make remote RUBY_BIN configurable ([@schisamo][])
|
434
|
-
* Ensure busser and Chef Zero are executed in their own the sandboxes ([@schisamo][])
|
435
|
-
|
436
|
-
|
437
|
-
## 1.0.0.beta.3 / 2013-08-29
|
438
|
-
|
439
|
-
### Bug fixes
|
440
|
-
|
441
|
-
* Pull request [#157][]: Include definitions directory when uploading the cookbooks. ([@jasonroelofs][])
|
442
|
-
* Pull request [#178][]: Fix SSH#wait's logger call to #info. ([@ryansouza][])
|
443
|
-
* Pull request [#188][]: Truthy default_configs can now be overridden. ([@thommay][])
|
444
|
-
|
445
|
-
### Improvements
|
446
|
-
|
447
|
-
* Allow Test Kitchen to be used as a library; CWD is not enough. ([@portertech][])
|
448
|
-
* Add `kitchen list --debug` to display all merged & calculated config. ([@fnichol][])
|
449
|
-
* Add retry logic to Kitchen:SSH when initiating a connection. ([@fnichol][])
|
450
|
-
* Pull request [#147][]: Allow chef omnibus install.sh url to be configurable. ([@jrwesolo][])
|
451
|
-
* Pull request [#187][]: Add support for log file in chef solo. ([@arangamani][])
|
452
|
-
* Pull request [#179][]: Remove bundler references from README. ([@juliandunn][])
|
453
|
-
* Compute default test_base_path in Config based on kitchen_root. ([@fnichol][])
|
454
|
-
|
455
|
-
|
456
|
-
## 1.0.0.beta.2 / 2013-07-24
|
457
|
-
|
458
|
-
### Bug fixes
|
459
|
-
|
460
|
-
* Fix backwards compatability regression in `SSHBase#wait_for_sshd`. ([@fnichol][])
|
461
|
-
|
462
|
-
|
463
|
-
## 1.0.0.beta.1 / 2013-07-23
|
464
|
-
|
465
|
-
### New features
|
466
|
-
|
467
|
-
* Pull request [#128][]: [Breaking] Introduce Provisioners to support chef-client (chef-zero), puppet-apply, and puppet-agent. ([@fnichol][])
|
468
|
-
* Pull request [#128][]: Add `chef_zero` provisioner type as an alternative to the iplicit default `chef_solo` provisioner. ([@fnichol][])
|
469
|
-
* Pull request [#171][]: Support computed default values for Driver authors (see pull request for light documentation). ([@fnichol][])
|
470
|
-
* Pull request [#161][], issue [#129][]: Allow custom paths for roles, data\_bags, and nodes by setting `roles_path`, `data_bags_path`, and `nodes_path`. ([@gondoi][])
|
471
|
-
* Pull request [#134][]: Add cross suite helpers. ([@rteabeault][])
|
472
|
-
|
473
|
-
### Bug fixes
|
474
|
-
|
475
|
-
* Pull request [#122][]: Adding missing sudo calls to busser. ([@adamhjk][])
|
476
|
-
* Pull request [#154][], issue [#163][]: Set a more sane default PATH for installing Chef. ([@jtimberman][])
|
477
|
-
* Issue [#153][]: Assign Celluloid.logger to Kitchen.logger which won't open a file. ([@fnichol][])
|
478
|
-
* Pull request [#155][], issue [#154][]: Setting :on_black when your default terminal text color is black results in unreadable (black on black) text. Or: The NSA censors your VM names when using a terminal with a light background. ([@mconigliaro][])
|
479
|
-
* Pull request [#140][]: Make `kitchen init` generator safe to run when given an explicit `:destination_root`. ([@reset][])
|
480
|
-
* Pull request [#170][]: Add asterisk to wait_for_sshd argument. ([@saketoba][])
|
481
|
-
* Pull request [#136][]: Fixes bundler ref for 1.0. ([@patcon][])
|
482
|
-
* Pull request [#142][], issue [#137][]: Require a safe\_yaml release with correct permissions. ([@josephholsten][])
|
483
|
-
|
484
|
-
### Improvements
|
485
|
-
|
486
|
-
* Pull request [#128][]: Add Driver and Provisioner columns to `kitchen list` output. ([@fnichol][])
|
487
|
-
* Pull request [#124][], issue [#132][]: Aggressively filter "non-cookbook" files before uploading to instances. ([@fnichol][])
|
488
|
-
* Pull request [#128][]: Suite run_list is no longer required. ([@fnichol][])
|
489
|
-
* Pull request [#123][]: Swap cookbook resolution strategy from shell outs to using Ruby APIs. ([@fnichol][])
|
490
|
-
* Pull request [#128][]: SSH and SCP commands share a single connection when transfering Chef artifacts to an instance (via the new `Kitchen::SSH` class). ([@fnichol][])
|
491
|
-
* Pull request [#128][]: Add more helpful output logging (info and debug) when creating and uploading the sandbox directory of Chef artifacts. ([@fnichol][])
|
492
|
-
* Issue [#97][]: Remove red as a candidate instance color. ([@fnichol][])
|
493
|
-
* Fix ANSI color codes for bright colors. ([@fnichol][])
|
494
|
-
* Pull request [#172][]: [Breaking] Update signature of Driver.required_config block. ([@fnichol][])
|
495
|
-
* Pull request [#152][], issue [#151][]: Update the bucket name for Opscode's Bento Boxes. ([@jtimberman][])
|
496
|
-
* Pull request [#131][]: Use ssh_args for test_ssh. ([@jonsmorrow][])
|
497
|
-
|
498
|
-
|
499
|
-
## 1.0.0.alpha.7 / 2013-05-23
|
500
|
-
|
501
|
-
### New features
|
502
|
-
|
503
|
-
* Pull request [#90][], issue [#31][]: Add a global user-level config file, located at `~/.kitchen/config.yml`. ([@thommay][])
|
504
|
-
* Pull request [#102][]: Allow a way to override remote sudo. ([@calavera][])
|
505
|
-
* Propagate default\_config from base driver classes into subclasses. ([@fnichol][])
|
506
|
-
* Pull request [#120][]: Add http and https_proxy support. ([@adamhjk][])
|
507
|
-
* Pull request [#111][]: Sink. Yeah, that one. ([@sethvargo][])
|
508
|
-
|
509
|
-
### Bug fixes
|
510
|
-
|
511
|
-
* Pull request [#99][], issue [#98][]: Ensure that destroy option is respected when --parallel is used. ([@stevendanna][])
|
512
|
-
* Pull request [#116][]: Require the 'name' attribute is present in `metadata.rb`. ([@sethvargo][])
|
513
|
-
* Pull request [#113][]: Handle case where YAML parses as nil. ([@smith][])
|
514
|
-
* Pass original exception's backtrace to InstanceFailure and ActionFailed. ([@fnichol][])
|
515
|
-
* Pull request [#112][]: Fix bug where action failures are swallowed with a nil inside an ensure. ([@manul][])
|
516
|
-
|
517
|
-
### Improvements
|
518
|
-
|
519
|
-
* Pull request [#104][]: Set the default ssh port in Driver::SSHBase. ([@calavera][])
|
520
|
-
* Pull request [#114][]: Update kitchen.yml template with provisionerless baseboxes. ([@jtimberman][])
|
521
|
-
* Pull request [#119][]: Test Kitchen works on Windows with Vagrant. ([@adamhjk][])
|
522
|
-
* Pull request [#108][]: Add version string to "Starting Kitchen" logging output. ([@fnichol][])
|
523
|
-
* Pull request [#105][]: Expand documentation around run-time switches in README. ([@grahamc][])
|
524
|
-
|
525
|
-
|
526
|
-
## 1.0.0.alpha.6 / 2013-05-08
|
527
|
-
|
528
|
-
### New features
|
529
|
-
|
530
|
-
* Pull request [#77][]: Support encrypted data bag secrets ([@arunthampi][])
|
531
|
-
* Issue [#92][]: Support single cookbook with no dependencies and no Berksfile. ([@fnichol][])
|
532
|
-
|
533
|
-
### Bug fixes
|
534
|
-
|
535
|
-
* Fix Omnibus installation on nodes using plain sh (vs. bash). ([@fnichol][])
|
536
|
-
|
537
|
-
### Improvements
|
538
|
-
|
539
|
-
* Issue [#84][]: Fix `kitchen list` heading alignment. ([@fnichol][])
|
540
|
-
|
541
|
-
|
542
|
-
## 1.0.0.alpha.5 / 2013-04-23
|
543
|
-
|
544
|
-
### Improvements
|
545
|
-
|
546
|
-
* Pull request [#81][]: Clean up error reporting in CLI output. ([@fnichol][])
|
547
|
-
* Pull request [#76][]: Swap out shell-based kb for Ruby-based Busser gem. ([@fnichol][])
|
548
|
-
* Pull request [#82][], issue [#61][]: Install Omnibus package via either wget or curl. ([@fnichol][])
|
549
|
-
* Catch YAML data merging errors as user errors. ([@fnichol][])
|
550
|
-
* Issue [#80][]: Add a more helpful error message when a driver could not be loaded. ([@fnichol][])
|
551
|
-
|
552
|
-
|
553
|
-
## 1.0.0.alpha.4 / 2013-04-10
|
554
|
-
|
555
|
-
### Bug fixes
|
556
|
-
|
557
|
-
* #get_all_instances must return actors in parallel mode in CLI. ([@fnichol][], [@bryanwb][]).
|
558
|
-
|
559
|
-
### Improvements
|
560
|
-
|
561
|
-
* Refactor `kitchen plugin create` to drop Bundler dependency completely. ([@fnichol][])
|
562
|
-
|
563
|
-
|
564
|
-
## 1.0.0.alpha.3 / 2013-04-05
|
565
|
-
|
566
|
-
### Bug fixes
|
567
|
-
|
568
|
-
* Fix :require_chef_omnibus driver_config option to eliminate re-installation ([@fnichol][])
|
569
|
-
* Remove implicit Bundler dependency in `kitchen init`. ([@fnichol][])
|
570
|
-
|
571
|
-
### New features
|
572
|
-
|
573
|
-
* Add --auto-init flag to `kitchen test` (default: false) ([@fnichol][])
|
574
|
-
|
575
|
-
### Improvements
|
576
|
-
|
577
|
-
* Update base box URLs. ([@fnichol][])
|
578
|
-
* Extract .kitchen.yml to an ERB template & update box URLs. ([@fnichol][])
|
579
|
-
* Add more spec coverage. ([@fnichol][])
|
580
|
-
|
581
|
-
|
582
|
-
## 1.0.0.alpha.2 / 2013-03-28
|
583
|
-
|
584
|
-
### Bug fixes
|
585
|
-
|
586
|
-
* Remove catch-all rescue in Driver.for_plugin (reason provided in commit message). ([@fnichol][])
|
587
|
-
|
588
|
-
### New features
|
589
|
-
|
590
|
-
* Add --log-level flag to CLI for test, create, converge, setup, verify, destroy, and login actions. The environment variable `KITCHEN_LOG` may still be used to also set the logging level. ([@fnichol][])
|
591
|
-
* Driver::SSHBase and subclass drivers now support setting a :port number in .kitchen.yml or in instance state. ([@fnichol][])
|
592
|
-
|
593
|
-
### Improvements
|
594
|
-
|
595
|
-
* Support thor 0.16.0 and 0.17.0+. ([@fnichol][])
|
596
|
-
* Support SSH config from #state & #config in Driver::SSHBase, helping drivers such as kitchen-vagrant. ([@fnichol][])
|
597
|
-
|
598
|
-
|
599
|
-
## 1.0.0.alpha.1 / 2013-03-22
|
600
|
-
|
601
|
-
### Bug fixes
|
602
|
-
|
603
|
-
* Support (and test) for Rubygems 2.0.x and 1.8.x. ([@fnichol][])
|
604
|
-
|
605
|
-
### New features
|
606
|
-
|
607
|
-
* Pull request [#71][]: Updates to `kitchen init` to be non-interactive (add `--driver` flag), add subcommand support, and introduce `kitchen driver discover`. ([@fnichol][])
|
608
|
-
* Add `Driver#verify_dependencies` to be invoked once when Driver is loaded. ([@fnichol][])
|
609
|
-
|
610
|
-
### Improvements
|
611
|
-
|
612
|
-
* Pull request [#73][]: [Breaking] Modify `ShellOut#run_command` to take an options Hash. ([@fnichol][])
|
613
|
-
* Add :quiet option on `ShellOut#run_command`. ([@fnichol][])
|
614
|
-
* [Breaking] `Driver#login_command` returns a Driver::LoginCommand object. ([@fnichol][])
|
615
|
-
* Pull request [#74][]: Switch driver alias (-d) to (-D) in Init generator ([@reset][])
|
616
|
-
* Pull request [#64][]: Make `require_chef_omnibus: true` safe. ([@mattray][])
|
617
|
-
* Pull request [#65][]: Fix for line length and style (tailor). ([@ChrisLundquist][])
|
618
|
-
|
619
|
-
|
620
|
-
## 1.0.0.alpha.0 / 2013-03-02
|
621
|
-
|
622
|
-
The initial release.
|
623
|
-
|
624
|
-
<!--- The following link definition list is generated by PimpMyChangelog --->
|
625
|
-
[#20]: https://github.com/test-kitchen/test-kitchen/issues/20
|
626
|
-
[#31]: https://github.com/test-kitchen/test-kitchen/issues/31
|
627
|
-
[#61]: https://github.com/test-kitchen/test-kitchen/issues/61
|
628
|
-
[#64]: https://github.com/test-kitchen/test-kitchen/issues/64
|
629
|
-
[#65]: https://github.com/test-kitchen/test-kitchen/issues/65
|
630
|
-
[#71]: https://github.com/test-kitchen/test-kitchen/issues/71
|
631
|
-
[#73]: https://github.com/test-kitchen/test-kitchen/issues/73
|
632
|
-
[#74]: https://github.com/test-kitchen/test-kitchen/issues/74
|
633
|
-
[#76]: https://github.com/test-kitchen/test-kitchen/issues/76
|
634
|
-
[#77]: https://github.com/test-kitchen/test-kitchen/issues/77
|
635
|
-
[#80]: https://github.com/test-kitchen/test-kitchen/issues/80
|
636
|
-
[#81]: https://github.com/test-kitchen/test-kitchen/issues/81
|
637
|
-
[#82]: https://github.com/test-kitchen/test-kitchen/issues/82
|
638
|
-
[#84]: https://github.com/test-kitchen/test-kitchen/issues/84
|
639
|
-
[#85]: https://github.com/test-kitchen/test-kitchen/issues/85
|
640
|
-
[#90]: https://github.com/test-kitchen/test-kitchen/issues/90
|
641
|
-
[#92]: https://github.com/test-kitchen/test-kitchen/issues/92
|
642
|
-
[#94]: https://github.com/test-kitchen/test-kitchen/issues/94
|
643
|
-
[#97]: https://github.com/test-kitchen/test-kitchen/issues/97
|
644
|
-
[#98]: https://github.com/test-kitchen/test-kitchen/issues/98
|
645
|
-
[#99]: https://github.com/test-kitchen/test-kitchen/issues/99
|
646
|
-
[#102]: https://github.com/test-kitchen/test-kitchen/issues/102
|
647
|
-
[#104]: https://github.com/test-kitchen/test-kitchen/issues/104
|
648
|
-
[#105]: https://github.com/test-kitchen/test-kitchen/issues/105
|
649
|
-
[#108]: https://github.com/test-kitchen/test-kitchen/issues/108
|
650
|
-
[#111]: https://github.com/test-kitchen/test-kitchen/issues/111
|
651
|
-
[#112]: https://github.com/test-kitchen/test-kitchen/issues/112
|
652
|
-
[#113]: https://github.com/test-kitchen/test-kitchen/issues/113
|
653
|
-
[#114]: https://github.com/test-kitchen/test-kitchen/issues/114
|
654
|
-
[#116]: https://github.com/test-kitchen/test-kitchen/issues/116
|
655
|
-
[#119]: https://github.com/test-kitchen/test-kitchen/issues/119
|
656
|
-
[#120]: https://github.com/test-kitchen/test-kitchen/issues/120
|
657
|
-
[#122]: https://github.com/test-kitchen/test-kitchen/issues/122
|
658
|
-
[#123]: https://github.com/test-kitchen/test-kitchen/issues/123
|
659
|
-
[#124]: https://github.com/test-kitchen/test-kitchen/issues/124
|
660
|
-
[#128]: https://github.com/test-kitchen/test-kitchen/issues/128
|
661
|
-
[#129]: https://github.com/test-kitchen/test-kitchen/issues/129
|
662
|
-
[#131]: https://github.com/test-kitchen/test-kitchen/issues/131
|
663
|
-
[#132]: https://github.com/test-kitchen/test-kitchen/issues/132
|
664
|
-
[#134]: https://github.com/test-kitchen/test-kitchen/issues/134
|
665
|
-
[#136]: https://github.com/test-kitchen/test-kitchen/issues/136
|
666
|
-
[#137]: https://github.com/test-kitchen/test-kitchen/issues/137
|
667
|
-
[#140]: https://github.com/test-kitchen/test-kitchen/issues/140
|
668
|
-
[#141]: https://github.com/test-kitchen/test-kitchen/issues/141
|
669
|
-
[#142]: https://github.com/test-kitchen/test-kitchen/issues/142
|
670
|
-
[#147]: https://github.com/test-kitchen/test-kitchen/issues/147
|
671
|
-
[#151]: https://github.com/test-kitchen/test-kitchen/issues/151
|
672
|
-
[#152]: https://github.com/test-kitchen/test-kitchen/issues/152
|
673
|
-
[#153]: https://github.com/test-kitchen/test-kitchen/issues/153
|
674
|
-
[#154]: https://github.com/test-kitchen/test-kitchen/issues/154
|
675
|
-
[#155]: https://github.com/test-kitchen/test-kitchen/issues/155
|
676
|
-
[#157]: https://github.com/test-kitchen/test-kitchen/issues/157
|
677
|
-
[#161]: https://github.com/test-kitchen/test-kitchen/issues/161
|
678
|
-
[#163]: https://github.com/test-kitchen/test-kitchen/issues/163
|
679
|
-
[#166]: https://github.com/test-kitchen/test-kitchen/issues/166
|
680
|
-
[#170]: https://github.com/test-kitchen/test-kitchen/issues/170
|
681
|
-
[#171]: https://github.com/test-kitchen/test-kitchen/issues/171
|
682
|
-
[#172]: https://github.com/test-kitchen/test-kitchen/issues/172
|
683
|
-
[#176]: https://github.com/test-kitchen/test-kitchen/issues/176
|
684
|
-
[#178]: https://github.com/test-kitchen/test-kitchen/issues/178
|
685
|
-
[#179]: https://github.com/test-kitchen/test-kitchen/issues/179
|
686
|
-
[#187]: https://github.com/test-kitchen/test-kitchen/issues/187
|
687
|
-
[#188]: https://github.com/test-kitchen/test-kitchen/issues/188
|
688
|
-
[#192]: https://github.com/test-kitchen/test-kitchen/issues/192
|
689
|
-
[#193]: https://github.com/test-kitchen/test-kitchen/issues/193
|
690
|
-
[#206]: https://github.com/test-kitchen/test-kitchen/issues/206
|
691
|
-
[#217]: https://github.com/test-kitchen/test-kitchen/issues/217
|
692
|
-
[#218]: https://github.com/test-kitchen/test-kitchen/issues/218
|
693
|
-
[#222]: https://github.com/test-kitchen/test-kitchen/issues/222
|
694
|
-
[#227]: https://github.com/test-kitchen/test-kitchen/issues/227
|
695
|
-
[#231]: https://github.com/test-kitchen/test-kitchen/issues/231
|
696
|
-
[#235]: https://github.com/test-kitchen/test-kitchen/issues/235
|
697
|
-
[#240]: https://github.com/test-kitchen/test-kitchen/issues/240
|
698
|
-
[#242]: https://github.com/test-kitchen/test-kitchen/issues/242
|
699
|
-
[#249]: https://github.com/test-kitchen/test-kitchen/issues/249
|
700
|
-
[#253]: https://github.com/test-kitchen/test-kitchen/issues/253
|
701
|
-
[#254]: https://github.com/test-kitchen/test-kitchen/issues/254
|
702
|
-
[#256]: https://github.com/test-kitchen/test-kitchen/issues/256
|
703
|
-
[#258]: https://github.com/test-kitchen/test-kitchen/issues/258
|
704
|
-
[#259]: https://github.com/test-kitchen/test-kitchen/issues/259
|
705
|
-
[#262]: https://github.com/test-kitchen/test-kitchen/issues/262
|
706
|
-
[#265]: https://github.com/test-kitchen/test-kitchen/issues/265
|
707
|
-
[#266]: https://github.com/test-kitchen/test-kitchen/issues/266
|
708
|
-
[#272]: https://github.com/test-kitchen/test-kitchen/issues/272
|
709
|
-
[#275]: https://github.com/test-kitchen/test-kitchen/issues/275
|
710
|
-
[#276]: https://github.com/test-kitchen/test-kitchen/issues/276
|
711
|
-
[#277]: https://github.com/test-kitchen/test-kitchen/issues/277
|
712
|
-
[#278]: https://github.com/test-kitchen/test-kitchen/issues/278
|
713
|
-
[#280]: https://github.com/test-kitchen/test-kitchen/issues/280
|
714
|
-
[#282]: https://github.com/test-kitchen/test-kitchen/issues/282
|
715
|
-
[#283]: https://github.com/test-kitchen/test-kitchen/issues/283
|
716
|
-
[#285]: https://github.com/test-kitchen/test-kitchen/issues/285
|
717
|
-
[#286]: https://github.com/test-kitchen/test-kitchen/issues/286
|
718
|
-
[#287]: https://github.com/test-kitchen/test-kitchen/issues/287
|
719
|
-
[#288]: https://github.com/test-kitchen/test-kitchen/issues/288
|
720
|
-
[#293]: https://github.com/test-kitchen/test-kitchen/issues/293
|
721
|
-
[#296]: https://github.com/test-kitchen/test-kitchen/issues/296
|
722
|
-
[#298]: https://github.com/test-kitchen/test-kitchen/issues/298
|
723
|
-
[#302]: https://github.com/test-kitchen/test-kitchen/issues/302
|
724
|
-
[#303]: https://github.com/test-kitchen/test-kitchen/issues/303
|
725
|
-
[#304]: https://github.com/test-kitchen/test-kitchen/issues/304
|
726
|
-
[#305]: https://github.com/test-kitchen/test-kitchen/issues/305
|
727
|
-
[#306]: https://github.com/test-kitchen/test-kitchen/issues/306
|
728
|
-
[#307]: https://github.com/test-kitchen/test-kitchen/issues/307
|
729
|
-
[#309]: https://github.com/test-kitchen/test-kitchen/issues/309
|
730
|
-
[#310]: https://github.com/test-kitchen/test-kitchen/issues/310
|
731
|
-
[#313]: https://github.com/test-kitchen/test-kitchen/issues/313
|
732
|
-
[#316]: https://github.com/test-kitchen/test-kitchen/issues/316
|
733
|
-
[#318]: https://github.com/test-kitchen/test-kitchen/issues/318
|
734
|
-
[#343]: https://github.com/test-kitchen/test-kitchen/issues/343
|
735
|
-
[#352]: https://github.com/test-kitchen/test-kitchen/issues/352
|
736
|
-
[#353]: https://github.com/test-kitchen/test-kitchen/issues/353
|
737
|
-
[#357]: https://github.com/test-kitchen/test-kitchen/issues/357
|
738
|
-
[#358]: https://github.com/test-kitchen/test-kitchen/issues/358
|
739
|
-
[#363]: https://github.com/test-kitchen/test-kitchen/issues/363
|
740
|
-
[#366]: https://github.com/test-kitchen/test-kitchen/issues/366
|
741
|
-
[#370]: https://github.com/test-kitchen/test-kitchen/issues/370
|
742
|
-
[#373]: https://github.com/test-kitchen/test-kitchen/issues/373
|
743
|
-
[#375]: https://github.com/test-kitchen/test-kitchen/issues/375
|
744
|
-
[#381]: https://github.com/test-kitchen/test-kitchen/issues/381
|
745
|
-
[#389]: https://github.com/test-kitchen/test-kitchen/issues/389
|
746
|
-
[#397]: https://github.com/test-kitchen/test-kitchen/issues/397
|
747
|
-
[#399]: https://github.com/test-kitchen/test-kitchen/issues/399
|
748
|
-
[#416]: https://github.com/test-kitchen/test-kitchen/issues/416
|
749
|
-
[#424]: https://github.com/test-kitchen/test-kitchen/issues/424
|
750
|
-
[#427]: https://github.com/test-kitchen/test-kitchen/issues/427
|
751
|
-
[#429]: https://github.com/test-kitchen/test-kitchen/issues/429
|
752
|
-
[#431]: https://github.com/test-kitchen/test-kitchen/issues/431
|
753
|
-
[#433]: https://github.com/test-kitchen/test-kitchen/issues/433
|
754
|
-
[#450]: https://github.com/test-kitchen/test-kitchen/issues/450
|
755
|
-
[#454]: https://github.com/test-kitchen/test-kitchen/issues/454
|
756
|
-
[#456]: https://github.com/test-kitchen/test-kitchen/issues/456
|
757
|
-
[#457]: https://github.com/test-kitchen/test-kitchen/issues/457
|
758
|
-
[#462]: https://github.com/test-kitchen/test-kitchen/issues/462
|
759
|
-
[#477]: https://github.com/test-kitchen/test-kitchen/issues/477
|
760
|
-
[#478]: https://github.com/test-kitchen/test-kitchen/issues/478
|
761
|
-
[#481]: https://github.com/test-kitchen/test-kitchen/issues/481
|
762
|
-
[#489]: https://github.com/test-kitchen/test-kitchen/issues/489
|
763
|
-
[#498]: https://github.com/test-kitchen/test-kitchen/issues/498
|
764
|
-
[#499]: https://github.com/test-kitchen/test-kitchen/issues/499
|
765
|
-
[#504]: https://github.com/test-kitchen/test-kitchen/issues/504
|
766
|
-
[#507]: https://github.com/test-kitchen/test-kitchen/issues/507
|
767
|
-
[#510]: https://github.com/test-kitchen/test-kitchen/issues/510
|
768
|
-
[#521]: https://github.com/test-kitchen/test-kitchen/issues/521
|
769
|
-
[#524]: https://github.com/test-kitchen/test-kitchen/issues/524
|
770
|
-
[#526]: https://github.com/test-kitchen/test-kitchen/issues/526
|
771
|
-
[#527]: https://github.com/test-kitchen/test-kitchen/issues/527
|
772
|
-
[#530]: https://github.com/test-kitchen/test-kitchen/issues/530
|
773
|
-
[#531]: https://github.com/test-kitchen/test-kitchen/issues/531
|
774
|
-
[#543]: https://github.com/test-kitchen/test-kitchen/issues/543
|
775
|
-
[#549]: https://github.com/test-kitchen/test-kitchen/issues/549
|
776
|
-
[#554]: https://github.com/test-kitchen/test-kitchen/issues/554
|
777
|
-
[#555]: https://github.com/test-kitchen/test-kitchen/issues/555
|
778
|
-
[#556]: https://github.com/test-kitchen/test-kitchen/issues/556
|
779
|
-
[#557]: https://github.com/test-kitchen/test-kitchen/issues/557
|
780
|
-
[#558]: https://github.com/test-kitchen/test-kitchen/issues/558
|
781
|
-
[#567]: https://github.com/test-kitchen/test-kitchen/issues/567
|
782
|
-
[#579]: https://github.com/test-kitchen/test-kitchen/issues/579
|
783
|
-
[#580]: https://github.com/test-kitchen/test-kitchen/issues/580
|
784
|
-
[#581]: https://github.com/test-kitchen/test-kitchen/issues/581
|
785
|
-
[#588]: https://github.com/test-kitchen/test-kitchen/issues/588
|
786
|
-
[#592]: https://github.com/test-kitchen/test-kitchen/issues/592
|
787
|
-
[#600]: https://github.com/test-kitchen/test-kitchen/issues/600
|
788
|
-
[#611]: https://github.com/test-kitchen/test-kitchen/issues/611
|
789
|
-
[#629]: https://github.com/test-kitchen/test-kitchen/issues/629
|
790
|
-
[#633]: https://github.com/test-kitchen/test-kitchen/issues/633
|
791
|
-
[#648]: https://github.com/test-kitchen/test-kitchen/issues/648
|
792
|
-
[#649]: https://github.com/test-kitchen/test-kitchen/issues/649
|
793
|
-
[#651]: https://github.com/test-kitchen/test-kitchen/issues/651
|
794
|
-
[#652]: https://github.com/test-kitchen/test-kitchen/issues/652
|
795
|
-
[#653]: https://github.com/test-kitchen/test-kitchen/issues/653
|
796
|
-
[#654]: https://github.com/test-kitchen/test-kitchen/issues/654
|
797
|
-
[#656]: https://github.com/test-kitchen/test-kitchen/issues/656
|
798
|
-
[#658]: https://github.com/test-kitchen/test-kitchen/issues/658
|
799
|
-
[#663]: https://github.com/test-kitchen/test-kitchen/issues/663
|
800
|
-
[#665]: https://github.com/test-kitchen/test-kitchen/issues/665
|
801
|
-
[#666]: https://github.com/test-kitchen/test-kitchen/issues/666
|
802
|
-
[#667]: https://github.com/test-kitchen/test-kitchen/issues/667
|
803
|
-
[#668]: https://github.com/test-kitchen/test-kitchen/issues/668
|
804
|
-
[#672]: https://github.com/test-kitchen/test-kitchen/issues/672
|
805
|
-
[#673]: https://github.com/test-kitchen/test-kitchen/issues/673
|
806
|
-
[#674]: https://github.com/test-kitchen/test-kitchen/issues/674
|
807
|
-
[#675]: https://github.com/test-kitchen/test-kitchen/issues/675
|
808
|
-
[#688]: https://github.com/test-kitchen/test-kitchen/issues/688
|
809
|
-
[#689]: https://github.com/test-kitchen/test-kitchen/issues/689
|
810
|
-
[#697]: https://github.com/test-kitchen/test-kitchen/issues/697
|
811
|
-
[#704]: https://github.com/test-kitchen/test-kitchen/issues/704
|
812
|
-
[#711]: https://github.com/test-kitchen/test-kitchen/issues/711
|
813
|
-
[#728]: https://github.com/test-kitchen/test-kitchen/issues/728
|
814
|
-
[#732]: https://github.com/test-kitchen/test-kitchen/issues/732
|
815
|
-
[#734]: https://github.com/test-kitchen/test-kitchen/issues/734
|
816
|
-
[#736]: https://github.com/test-kitchen/test-kitchen/issues/736
|
817
|
-
[#737]: https://github.com/test-kitchen/test-kitchen/issues/737
|
818
|
-
[#741]: https://github.com/test-kitchen/test-kitchen/issues/741
|
819
|
-
[#752]: https://github.com/test-kitchen/test-kitchen/issues/752
|
820
|
-
[#753]: https://github.com/test-kitchen/test-kitchen/issues/753
|
821
|
-
[#776]: https://github.com/test-kitchen/test-kitchen/issues/776
|
822
|
-
[#782]: https://github.com/test-kitchen/test-kitchen/issues/782
|
823
|
-
[#801]: https://github.com/test-kitchen/test-kitchen/issues/801
|
824
|
-
[#802]: https://github.com/test-kitchen/test-kitchen/issues/802
|
825
|
-
[#804]: https://github.com/test-kitchen/test-kitchen/issues/804
|
826
|
-
[#813]: https://github.com/test-kitchen/test-kitchen/issues/813
|
827
|
-
[#816]: https://github.com/test-kitchen/test-kitchen/issues/816
|
828
|
-
[#824]: https://github.com/test-kitchen/test-kitchen/issues/824
|
829
|
-
[#825]: https://github.com/test-kitchen/test-kitchen/issues/825
|
830
|
-
[#827]: https://github.com/test-kitchen/test-kitchen/issues/827
|
831
|
-
[#833]: https://github.com/test-kitchen/test-kitchen/issues/833
|
832
|
-
[#835]: https://github.com/test-kitchen/test-kitchen/issues/835
|
833
|
-
[#857]: https://github.com/test-kitchen/test-kitchen/issues/857
|
834
|
-
[#864]: https://github.com/test-kitchen/test-kitchen/issues/864
|
835
|
-
[#872]: https://github.com/test-kitchen/test-kitchen/issues/872
|
836
|
-
[#878]: https://github.com/test-kitchen/test-kitchen/issues/878
|
837
|
-
[#885]: https://github.com/test-kitchen/test-kitchen/issues/885
|
838
|
-
[#892]: https://github.com/test-kitchen/test-kitchen/issues/892
|
839
|
-
[#895]: https://github.com/test-kitchen/test-kitchen/issues/895
|
840
|
-
[#896]: https://github.com/test-kitchen/test-kitchen/issues/896
|
841
|
-
[#897]: https://github.com/test-kitchen/test-kitchen/issues/897
|
842
|
-
[#901]: https://github.com/test-kitchen/test-kitchen/issues/901
|
843
|
-
[#906]: https://github.com/test-kitchen/test-kitchen/issues/906
|
844
|
-
[#908]: https://github.com/test-kitchen/test-kitchen/issues/908
|
845
|
-
[#911]: https://github.com/test-kitchen/test-kitchen/issues/911
|
846
|
-
[#912]: https://github.com/test-kitchen/test-kitchen/issues/912
|
847
|
-
[#919]: https://github.com/test-kitchen/test-kitchen/issues/919
|
848
|
-
[@Annih]: https://github.com/Annih
|
849
|
-
[@ChrisLundquist]: https://github.com/ChrisLundquist
|
850
|
-
[@MarkGibbons]: https://github.com/MarkGibbons
|
851
|
-
[@Peuserik]: https://github.com/Peuserik
|
852
|
-
[@Stift]: https://github.com/Stift
|
853
|
-
[@adamhjk]: https://github.com/adamhjk
|
854
|
-
[@adamleff]: https://github.com/adamleff
|
855
|
-
[@afiune]: https://github.com/afiune
|
856
|
-
[@andrewelizondo]: https://github.com/andrewelizondo
|
857
|
-
[@arangamani]: https://github.com/arangamani
|
858
|
-
[@arunthampi]: https://github.com/arunthampi
|
859
|
-
[@benlangfeld]: https://github.com/benlangfeld
|
860
|
-
[@bkw]: https://github.com/bkw
|
861
|
-
[@bryanwb]: https://github.com/bryanwb
|
862
|
-
[@caboteria]: https://github.com/caboteria
|
863
|
-
[@calavera]: https://github.com/calavera
|
864
|
-
[@cheeseplus]: https://github.com/cheeseplus
|
865
|
-
[@chr4]: https://github.com/chr4
|
866
|
-
[@chris-rock]: https://github.com/chris-rock
|
867
|
-
[@chrishenry]: https://github.com/chrishenry
|
868
|
-
[@coderanger]: https://github.com/coderanger
|
869
|
-
[@curiositycasualty]: https://github.com/curiositycasualty
|
870
|
-
[@daniellockard]: https://github.com/daniellockard
|
871
|
-
[@dissonanz]: https://github.com/dissonanz
|
872
|
-
[@ekrupnik]: https://github.com/ekrupnik
|
873
|
-
[@fnichol]: https://github.com/fnichol
|
874
|
-
[@fnordfish]: https://github.com/fnordfish
|
875
|
-
[@gmiranda23]: https://github.com/gmiranda23
|
876
|
-
[@gondoi]: https://github.com/gondoi
|
877
|
-
[@grahamc]: https://github.com/grahamc
|
878
|
-
[@grubernaut]: https://github.com/grubernaut
|
879
|
-
[@hollow]: https://github.com/hollow
|
880
|
-
[@jaimegildesagredo]: https://github.com/jaimegildesagredo
|
881
|
-
[@jasonroelofs]: https://github.com/jasonroelofs
|
882
|
-
[@jdmundrawala]: https://github.com/jdmundrawala
|
883
|
-
[@jgoldschrafe]: https://github.com/jgoldschrafe
|
884
|
-
[@jochenseeber]: https://github.com/jochenseeber
|
885
|
-
[@jonsmorrow]: https://github.com/jonsmorrow
|
886
|
-
[@josephholsten]: https://github.com/josephholsten
|
887
|
-
[@jrwesolo]: https://github.com/jrwesolo
|
888
|
-
[@jschneiderhan]: https://github.com/jschneiderhan
|
889
|
-
[@jstriebel]: https://github.com/jstriebel
|
890
|
-
[@jtgiri]: https://github.com/jtgiri
|
891
|
-
[@jtimberman]: https://github.com/jtimberman
|
892
|
-
[@juliandunn]: https://github.com/juliandunn
|
893
|
-
[@justincampbell]: https://github.com/justincampbell
|
894
|
-
[@kamalim]: https://github.com/kamalim
|
895
|
-
[@kingpong]: https://github.com/kingpong
|
896
|
-
[@kisoku]: https://github.com/kisoku
|
897
|
-
[@lamont-granquist]: https://github.com/lamont-granquist
|
898
|
-
[@lloydde]: https://github.com/lloydde
|
899
|
-
[@manul]: https://github.com/manul
|
900
|
-
[@martinb3]: https://github.com/martinb3
|
901
|
-
[@mattray]: https://github.com/mattray
|
902
|
-
[@mcallb]: https://github.com/mcallb
|
903
|
-
[@mconigliaro]: https://github.com/mconigliaro
|
904
|
-
[@mcquin]: https://github.com/mcquin
|
905
|
-
[@metadave]: https://github.com/metadave
|
906
|
-
[@michaelkirk]: https://github.com/michaelkirk
|
907
|
-
[@miketheman]: https://github.com/miketheman
|
908
|
-
[@mthssdrbrg]: https://github.com/mthssdrbrg
|
909
|
-
[@mwrock]: https://github.com/mwrock
|
910
|
-
[@oferrigni]: https://github.com/oferrigni
|
911
|
-
[@openssh]: https://github.com/openssh
|
912
|
-
[@patcon]: https://github.com/patcon
|
913
|
-
[@portertech]: https://github.com/portertech
|
914
|
-
[@rarenerd]: https://github.com/rarenerd
|
915
|
-
[@reset]: https://github.com/reset
|
916
|
-
[@rhass]: https://github.com/rhass
|
917
|
-
[@ringods]: https://github.com/ringods
|
918
|
-
[@robcoward]: https://github.com/robcoward
|
919
|
-
[@rteabeault]: https://github.com/rteabeault
|
920
|
-
[@ryansouza]: https://github.com/ryansouza
|
921
|
-
[@ryotarai]: https://github.com/ryotarai
|
922
|
-
[@saketoba]: https://github.com/saketoba
|
923
|
-
[@sawanoboly]: https://github.com/sawanoboly
|
924
|
-
[@scarolan]: https://github.com/scarolan
|
925
|
-
[@schisamo]: https://github.com/schisamo
|
926
|
-
[@scotthain]: https://github.com/scotthain
|
927
|
-
[@sethvargo]: https://github.com/sethvargo
|
928
|
-
[@smith]: https://github.com/smith
|
929
|
-
[@smurawski]: https://github.com/smurawski
|
930
|
-
[@someara]: https://github.com/someara
|
931
|
-
[@srenatus]: https://github.com/srenatus
|
932
|
-
[@stevendanna]: https://github.com/stevendanna
|
933
|
-
[@thommay]: https://github.com/thommay
|
934
|
-
[@tknerr]: https://github.com/tknerr
|
935
|
-
[@tyler-ball]: https://github.com/tyler-ball
|
936
|
-
[@whiteley]: https://github.com/whiteley
|
937
|
-
[@zl4bv]: https://github.com/zl4bv
|
938
|
-
[@zts]: https://github.com/zts
|
1052
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|