[DRE-commits] [test-kitchen] 31/39: Merge tag 'upstream/1.7.1'

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.

commit 0b01648dfcab61a00ca7b645c6313eb55e437ce3
Merge: 08ac3cc 842964b
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Tue Apr 5 17:18:07 2016 +0300

    Merge tag 'upstream/1.7.1'
    
    Upstream version 1.7.1

 .cane                                       |   1 +
 .gitattributes                              |   3 +
 .github/ISSUE_TEMPLATE.md                   |  56 +++++
 .gitignore                                  |   1 +
 .kitchen.ci.yml                             |  23 ++
 .kitchen.proxy.yml                          |  27 +++
 .travis.yml                                 |  33 ++-
 Berksfile                                   |   3 +
 CHANGELOG.md                                |  79 +++++--
 Gemfile                                     |   5 +
 Gemfile.proxy_tests                         |   1 -
 MAINTAINERS.md                              |   3 +-
 Rakefile                                    |  21 +-
 appveyor.yml                                |  24 ++-
 bin/kitchen                                 |   0
 features/kitchen_init_command.feature       |   6 +-
 lib/kitchen/configurable.rb                 |   6 +-
 lib/kitchen/data_munger.rb                  |   1 -
 lib/kitchen/provisioner/chef_apply.rb       |   3 +-
 lib/kitchen/provisioner/chef_base.rb        |  75 +++++--
 lib/kitchen/provisioner/chef_solo.rb        |   3 +-
 lib/kitchen/provisioner/chef_zero.rb        |   2 +-
 lib/kitchen/transport/winrm.rb              |   6 +-
 lib/kitchen/verifier/shell.rb               |   2 +-
 lib/kitchen/version.rb                      |   2 +-
 spec/kitchen/configurable_spec.rb           |  33 +++
 spec/kitchen/data_munger_spec.rb            | 313 +++++++++++++++++++++++++++-
 spec/kitchen/provisioner/chef_apply_spec.rb |   2 +-
 spec/kitchen/provisioner/chef_base_spec.rb  | 150 ++++++++++---
 spec/kitchen/provisioner/chef_solo_spec.rb  |   2 +-
 spec/kitchen/provisioner/chef_zero_spec.rb  |   6 +-
 spec/kitchen/transport/winrm_spec.rb        |   2 +-
 spec/kitchen/verifier/shell_spec.rb         |   2 +
 support/chef-client-zero.rb                 |   0
 templates/init/kitchen.yml.erb              |   2 +-
 test-kitchen.gemspec                        |   6 +-
 test/integration/default/default_spec.rb    |   3 +
 testing_windows.md                          |   2 +-
 38 files changed, 782 insertions(+), 127 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list