diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-10 16:58:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-10 16:58:16 +0000 |
commit | 7f882d505062883935a71b09ca4c62e57965de66 (patch) | |
tree | afe60fd8b15acc5968e246ddf6925af452c2136b | |
parent | e434463cbc8c17153defa44a37ccc8cfeddae5e3 (diff) | |
download | chef-7f882d505062883935a71b09ca4c62e57965de66.tar.gz |
Bump version to 14.6.19 by Chef Expeditorv14.6.19
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-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, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 355fb7024e..4579cfd718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.6.18 --> -## [v14.6.18](https://github.com/chef/chef/tree/v14.6.18) (2018-10-09) +<!-- latest_release 14.6.19 --> +## [v14.6.19](https://github.com/chef/chef/tree/v14.6.19) (2018-10-10) #### Merged Pull Requests -- Add the timezone resource from the timezone_lwrp cookbook [#7736](https://github.com/chef/chef/pull/7736) ([tas50](https://github.com/tas50)) +- Enable x86_64-linux-kernel2 habitat builds for chef-client [#7722](https://github.com/chef/chef/pull/7722) ([smacfarlane](https://github.com/smacfarlane)) <!-- latest_release --> <!-- release_rollup since=14.5.33 --> ### Changes since 14.5.33 release #### Merged Pull Requests +- Enable x86_64-linux-kernel2 habitat builds for chef-client [#7722](https://github.com/chef/chef/pull/7722) ([smacfarlane](https://github.com/smacfarlane)) <!-- 14.6.19 --> - Add the timezone resource from the timezone_lwrp cookbook [#7736](https://github.com/chef/chef/pull/7736) ([tas50](https://github.com/tas50)) <!-- 14.6.18 --> - Only include the Windows distro files on Windows [#7727](https://github.com/chef/chef/pull/7727) ([tas50](https://github.com/tas50)) <!-- 14.6.17 --> - Cleanup the Test Kitchen setup in omnibus [#7726](https://github.com/chef/chef/pull/7726) ([tas50](https://github.com/tas50)) <!-- 14.6.16 --> diff --git a/Gemfile.lock b/Gemfile.lock index 7652b04e12..7f56ec3f5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (14.6.18) + chef (14.6.19) addressable bundler (>= 1.10) - chef-config (= 14.6.18) + chef-config (= 14.6.19) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -40,10 +40,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.6.18-universal-mingw32) + chef (14.6.19-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.6.18) + chef-config (= 14.6.19) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -86,7 +86,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.6.18) + chef-config (14.6.19) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -249,7 +249,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-core (3.8.0) rspec-support (~> 3.8.0) - rspec-expectations (3.8.1) + rspec-expectations (3.8.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-its (1.2.0) @@ -1 +1 @@ -14.6.18
\ No newline at end of file +14.6.19
\ 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 13d266c1dc..b575ea7f6c 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.6.18".freeze + VERSION = "14.6.19".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 08c3470bb3..b3ac3a897f 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.6.18") + VERSION = Chef::VersionString.new("14.6.19") end # |