summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-29 21:26:27 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-29 21:26:27 +0000
commit0cf9c71259e517b5c77f1800885e39cb8c556194 (patch)
tree2c613c1e73ae9c530aeef1c398f2d5df457c3406
parent5b4ff804959fb9514233b9b19d6cd29c4dc2166a (diff)
downloadchef-0cf9c71259e517b5c77f1800885e39cb8c556194.tar.gz
Bump version of chef to 13.0.73 by Chef Versioner.v13.0.73
-rw-r--r--CHANGELOG.md5
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 10 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e9395bf4c..848b5b9e9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef).
-## [v13.0.71](https://github.com/chef/chef/tree/v13.0.71) (2017-03-29)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.71)
+## [v13.0.72](https://github.com/chef/chef/tree/v13.0.72) (2017-03-29)
+[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.72)
**Closed issues:**
@@ -10,7 +10,6 @@ This changelog reflects the current state of chef's master branch on github and
- Chef doesn't have access to a file created by itself, under the ownership of SYSTEM? [\#5844](https://github.com/chef/chef/issues/5844)
- apt\_repository can't identify key fingerprints when gnupg 2.1.x is used [\#5831](https://github.com/chef/chef/issues/5831)
- FATAL: NoMethodError: undefined method `password' for Chef::Resource::Execute [\#5824](https://github.com/chef/chef/issues/5824)
-- We should update the default data bag encryption version for Chef 13 [\#5819](https://github.com/chef/chef/issues/5819)
**Merged pull requests:**
diff --git a/Gemfile.lock b/Gemfile.lock
index 2e55f21c8e..3a34ce383d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -113,10 +113,10 @@ GIT
PATH
remote: .
specs:
- chef (13.0.72)
+ chef (13.0.73)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.72)
+ chef-config (= 13.0.73)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -142,10 +142,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.0.72-universal-mingw32)
+ chef (13.0.73-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.72)
+ chef-config (= 13.0.73)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -186,7 +186,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.0.72)
+ chef-config (13.0.73)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 0fb3178c16..b6b3917d23 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.72 \ No newline at end of file
+13.0.73 \ 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 d00d20c832..a4a0ce7371 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.0.72"
+ VERSION = "13.0.73"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bc37a929e2..12fc9497ea 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.72"
+ VERSION = "13.0.73"
end
#