diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-07 21:56:46 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-07 21:56:46 +0000 |
commit | 199fb4503cf0cbe7876caee22abe878daea316d6 (patch) | |
tree | ef60e4fee038b80db1bb7521c697cd66070ce850 | |
parent | 99f4c9f191eac9a60dae333f0479722ce0ceee66 (diff) | |
download | chef-199fb4503cf0cbe7876caee22abe878daea316d6.tar.gz |
Bump version to 14.13.12 by Chef Expeditorv14.13.12
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | Gemfile.lock | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 19 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4f00d9df..70461383fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release --> +<!-- latest_release 14.13.12 --> +## [v14.13.12](https://github.com/chef/chef/tree/v14.13.12) (2019-08-07) + +#### Merged Pull Requests +- Chef-14: fix zypper_package upgrade provider and unit tests to verify [#8799](https://github.com/chef/chef/pull/8799) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=14.13.11 --> +### Changes since 14.13.11 release + +#### Merged Pull Requests +- Chef-14: fix zypper_package upgrade provider and unit tests to verify [#8799](https://github.com/chef/chef/pull/8799) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.13.12 --> <!-- release_rollup --> <!-- latest_stable_release --> diff --git a/Gemfile.lock b/Gemfile.lock index fabccce337..1fb812d202 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - chef (14.13.11) + chef (14.13.12) addressable bundler (>= 1.10) - chef-config (= 14.13.11) + chef-config (= 14.13.12) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -31,10 +31,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.13.11-universal-mingw32) + chef (14.13.12-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.13.11) + chef-config (= 14.13.12) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -77,7 +77,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.13.11) + chef-config (14.13.12) addressable fuzzyurl mixlib-config (>= 2.2.12, < 4.0) @@ -273,7 +273,7 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) slop (3.6.0) - specinfra (2.77.3) + specinfra (2.81.0) net-scp net-ssh (>= 2.7) net-telnet (= 0.1.1) @@ -1 +1 @@ -14.13.11
\ No newline at end of file +14.13.12
\ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 7eb4c546a5..ce30264093 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "14.13.11".freeze + VERSION = "14.13.12".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c9686e1f04..d0e1f28d3c 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.13.11") + VERSION = Chef::VersionString.new("14.13.12") end # |