summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-25 09:10:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-25 09:10:32 +0000
commit6eed4eec4ac4e34d97fad8cd96552cddf5b8eaad (patch)
tree7c3a35c202169b641cd6ecf355f5e3a100fd9b18
parenta945d8fbcd1792a6c42837bc0bee981a8f9d8475 (diff)
downloadchef-6eed4eec4ac4e34d97fad8cd96552cddf5b8eaad.tar.gz
Bump version to 13.3.51 by Chef Expeditorv13.3.51
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock13
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 13 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c177433b9f..b368eec947 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-<!-- latest_release 13.3.50 -->
-## [v13.3.50](https://github.com/chef/chef/tree/v13.3.50) (2017-08-17)
+<!-- latest_release 13.3.51 -->
+## [v13.3.51](https://github.com/chef/chef/tree/v13.3.51) (2017-08-25)
#### Merged Pull Requests
-- Add v12.21.4 to master&#39;s changelog [#6339](https://github.com/chef/chef/pull/6339) ([tas50](https://github.com/tas50))
+- Auto import gpg keys in zypper_repository [#6348](https://github.com/chef/chef/pull/6348) ([tas50](https://github.com/tas50))
<!-- 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
+- Auto import gpg keys in zypper_repository [#6348](https://github.com/chef/chef/pull/6348) ([tas50](https://github.com/tas50)) <!-- 13.3.51 -->
- Add v12.21.4 to master&#39;s changelog [#6339](https://github.com/chef/chef/pull/6339) ([tas50](https://github.com/tas50)) <!-- 13.3.50 -->
- Add Chef 13.0.113 and 13.0.118 to the changelog [#6334](https://github.com/chef/chef/pull/6334) ([tas50](https://github.com/tas50)) <!-- 13.3.49 -->
- Add windows_path resource from the Windows cookbook [#6295](https://github.com/chef/chef/pull/6295) ([NimishaS](https://github.com/NimishaS)) <!-- 13.3.48 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 7c1de87251..44a211ff8e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.3.50)
+ chef (13.3.51)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.50)
+ chef-config (= 13.3.51)
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.3.50-universal-mingw32)
+ chef (13.3.51-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.50)
+ chef-config (= 13.3.51)
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.3.50)
+ chef-config (13.3.51)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -195,8 +195,7 @@ GEM
method_source (0.8.2)
mixlib-archive (0.4.1)
mixlib-log
- mixlib-authentication (1.4.1)
- mixlib-log
+ mixlib-authentication (1.4.2)
mixlib-cli (1.7.0)
mixlib-config (2.2.4)
mixlib-log (1.7.1)
diff --git a/VERSION b/VERSION
index 04f9093e35..3f541eacf0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.50 \ No newline at end of file
+13.3.51 \ 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 d0215da391..c158058142 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -20,7 +20,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.3.50"
+ VERSION = "13.3.51"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 04d9f95dcb..4e14a4bd80 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -22,7 +22,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.50")
+ VERSION = Chef::VersionString.new("13.3.51")
end
#