diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-01 10:54:01 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-01 10:54:01 +0000 |
commit | 71c6b79ea31265f124abeaedf983f954441e256d (patch) | |
tree | 9cdb7161850696f4fde24946d53e99174c08b7f6 | |
parent | 5f695243b8ef38e56ad4f9ebb0952cb231dbd103 (diff) | |
download | chef-71c6b79ea31265f124abeaedf983f954441e256d.tar.gz |
Bump version to 13.4.9 by Chef Expeditorv13.4.9
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-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, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27561877c0..c46e1c5fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -<!-- latest_release 13.4.8 --> -## [v13.4.8](https://github.com/chef/chef/tree/v13.4.8) (2017-08-31) +<!-- latest_release 13.4.9 --> +## [v13.4.9](https://github.com/chef/chef/tree/v13.4.9) (2017-09-01) #### Merged Pull Requests -- Ensure that our maintainers are all synced [#6368](https://github.com/chef/chef/pull/6368) ([thommay](https://github.com/thommay)) +- Ship chef-vault in the omnibus package [#6370](https://github.com/chef/chef/pull/6370) ([thommay](https://github.com/thommay)) <!-- latest_release --> <!-- release_rollup since=13.3.42 --> @@ -12,6 +12,7 @@ - Pass json configuration to ShellSession class [#6314](https://github.com/chef/chef/pull/6314) ([btm](https://github.com/btm)) <!-- 13.3.47 --> #### Merged Pull Requests +- Ship chef-vault in the omnibus package [#6370](https://github.com/chef/chef/pull/6370) ([thommay](https://github.com/thommay)) <!-- 13.4.9 --> - Ensure that our maintainers are all synced [#6368](https://github.com/chef/chef/pull/6368) ([thommay](https://github.com/thommay)) <!-- 13.4.8 --> - bump rubygems to 2.6.13 [#6365](https://github.com/chef/chef/pull/6365) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.4.7 --> - Link to the knife docs in both places where we error on editor [#6363](https://github.com/chef/chef/pull/6363) ([tas50](https://github.com/tas50)) <!-- 13.4.6 --> diff --git a/Gemfile.lock b/Gemfile.lock index d56124130b..8e5468a228 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.4.8) + chef (13.4.9) addressable bundler (>= 1.10) - chef-config (= 13.4.8) + chef-config (= 13.4.9) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -47,10 +47,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.4.8-universal-mingw32) + chef (13.4.9-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.4.8) + chef-config (= 13.4.9) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -92,7 +92,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.4.8) + chef-config (13.4.9) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.4.8
\ No newline at end of file +13.4.9
\ 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 90a01dd0ba..4c3b741944 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 = "13.4.8" + VERSION = "13.4.9" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c7ea6681c4..500c7a68c8 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("13.4.8") + VERSION = Chef::VersionString.new("13.4.9") end # |