summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-01 18:28:33 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-01 18:28:33 +0000
commitf398d995da892948fd41570b1fbf6ffd5af88180 (patch)
tree0c7c5370e1822aa24a4674def0182d5e3a27225a
parentb399ed35e3f01c80bcb642cbdd5c1ba8a0c17cce (diff)
downloadchef-f398d995da892948fd41570b1fbf6ffd5af88180.tar.gz
Bump version to 13.12.3 by Chef Expeditorv13.12.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-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, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82fa07a8ec..7207bae388 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.12.2 -->
-## [v13.12.2](https://github.com/chef/chef/tree/v13.12.2) (2018-10-30)
+<!-- latest_release 13.12.3 -->
+## [v13.12.3](https://github.com/chef/chef/tree/v13.12.3) (2018-11-01)
#### Merged Pull Requests
-- Update Ohai to 13.12.4 [#7817](https://github.com/chef/chef/pull/7817) ([tas50](https://github.com/tas50))
+- Backport: Throw better error on invalid resources actions [#7836](https://github.com/chef/chef/pull/7836) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.11.3 -->
### Changes since 13.11.3 release
#### Merged Pull Requests
+- Backport: Throw better error on invalid resources actions [#7836](https://github.com/chef/chef/pull/7836) ([tas50](https://github.com/tas50)) <!-- 13.12.3 -->
- Update Ohai to 13.12.4 [#7817](https://github.com/chef/chef/pull/7817) ([tas50](https://github.com/tas50)) <!-- 13.12.2 -->
- Pin rake to 12.0 to prevent shipping 2 copies [#7812](https://github.com/chef/chef/pull/7812) ([tas50](https://github.com/tas50)) <!-- 13.12.1 -->
- Bump dependencies / slim the package size [#7805](https://github.com/chef/chef/pull/7805) ([tas50](https://github.com/tas50)) <!-- 13.12.0 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a0fc69a7f5..7aece02dd4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.12.2)
+ chef (13.12.3)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.2)
+ chef-config (= 13.12.3)
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 (13.12.2-universal-mingw32)
+ chef (13.12.3-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.2)
+ chef-config (= 13.12.3)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -76,7 +76,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.12.2)
+ chef-config (13.12.3)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index d786287fbd..975d54d8fc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.2 \ No newline at end of file
+13.12.3 \ 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 8036861948..7a5275e4ea 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.12.2"
+ VERSION = "13.12.3"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index cefc49c7c7..1dff0c0c43 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.12.2")
+ VERSION = Chef::VersionString.new("13.12.3")
end
#