summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-21 12:45:50 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-21 12:45:50 +0000
commitf53a1a5c85a86b8cc8f45b8e844646f21fb73eac (patch)
tree34d95f9684b646b21ef27e9c76c8af67d05833c1
parent1b799d13a9246a2096197303e875703bf6e904a7 (diff)
downloadchef-f53a1a5c85a86b8cc8f45b8e844646f21fb73eac.tar.gz
Bump version to 14.5.30 by Chef Expeditorv14.5.30
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 f36b5cf879..45eac6c1d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.5.29 -->
-## [v14.5.29](https://github.com/chef/chef/tree/v14.5.29) (2018-09-21)
+<!-- latest_release 14.5.30 -->
+## [v14.5.30](https://github.com/chef/chef/tree/v14.5.30) (2018-09-21)
#### Merged Pull Requests
-- windows_feature: Fix exception message grammar [#7669](https://github.com/chef/chef/pull/7669) ([dgreeninger](https://github.com/dgreeninger))
+- Add @jjlimepoint as a maintainer for chef-provisioning [#7649](https://github.com/chef/chef/pull/7649) ([jjlimepoint](https://github.com/jjlimepoint))
<!-- latest_release -->
<!-- release_rollup since=14.5.27 -->
### Changes since 14.5.27 release
#### Merged Pull Requests
+- Add @jjlimepoint as a maintainer for chef-provisioning [#7649](https://github.com/chef/chef/pull/7649) ([jjlimepoint](https://github.com/jjlimepoint)) <!-- 14.5.30 -->
- windows_feature: Fix exception message grammar [#7669](https://github.com/chef/chef/pull/7669) ([dgreeninger](https://github.com/dgreeninger)) <!-- 14.5.29 -->
- windows_service: Remove potentially sensitive info from the log [#7659](https://github.com/chef/chef/pull/7659) ([stuartpreston](https://github.com/stuartpreston)) <!-- 14.5.28 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 2dda049046..f014d1325f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.5.29)
+ chef (14.5.30)
addressable
bundler (>= 1.10)
- chef-config (= 14.5.29)
+ chef-config (= 14.5.30)
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.5.29-universal-mingw32)
+ chef (14.5.30-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.5.29)
+ chef-config (= 14.5.30)
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.5.29)
+ chef-config (14.5.30)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index a6f808e712..751f64ec37 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.29 \ No newline at end of file
+14.5.30 \ 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 df8bea8f01..e47cad8725 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.5.29".freeze
+ VERSION = "14.5.30".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 526159df89..ce94746cff 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.5.29")
+ VERSION = Chef::VersionString.new("14.5.30")
end
#