summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-17 16:39:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-17 16:39:05 +0000
commitf6f4100cdb1d78fd189325220e8600a15f7e9bff (patch)
tree10a4c3464b4e0b1bbb35746a7846d398941a25e6
parent06fef0c54390771fe52a08115bcc6a8ee972f16d (diff)
downloadchef-f6f4100cdb1d78fd189325220e8600a15f7e9bff.tar.gz
Bump version to 15.0.219 by Chef Expeditorv15.0.219
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 a66f6ab5a6..c07ce73b5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.218 -->
-## [v15.0.218](https://github.com/chef/chef/tree/v15.0.218) (2019-04-17)
+<!-- latest_release 15.0.219 -->
+## [v15.0.219](https://github.com/chef/chef/tree/v15.0.219) (2019-04-17)
#### Merged Pull Requests
-- Allow encrypting a previously unencrypted data bag [#8077](https://github.com/chef/chef/pull/8077) ([vijaymmali1990](https://github.com/vijaymmali1990))
+- Remove a functional test for the reboot_pending DSL [#8383](https://github.com/chef/chef/pull/8383) ([btm](https://github.com/btm))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Remove a functional test for the reboot_pending DSL [#8383](https://github.com/chef/chef/pull/8383) ([btm](https://github.com/btm)) <!-- 15.0.219 -->
- Allow encrypting a previously unencrypted data bag [#8077](https://github.com/chef/chef/pull/8077) ([vijaymmali1990](https://github.com/vijaymmali1990)) <!-- 15.0.218 -->
- Prevent accidentally configuring windows_service properties [#8351](https://github.com/chef/chef/pull/8351) ([jasonwbarnett](https://github.com/jasonwbarnett)) <!-- 15.0.217 -->
- Limit locale resource to Linux [#8375](https://github.com/chef/chef/pull/8375) ([btm](https://github.com/btm)) <!-- 15.0.216 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index ad27e7707a..f67f5bead3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.218)
+ chef (15.0.219)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.218)
+ chef-config (= 15.0.219)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -52,10 +52,10 @@ PATH
proxifier (~> 1.0)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.218-universal-mingw32)
+ chef (15.0.219-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.218)
+ chef-config (= 15.0.219)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -93,7 +93,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.218)
+ chef-config (15.0.219)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index ab954b3ca8..0b68b966eb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.218 \ No newline at end of file
+15.0.219 \ 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 5a961e079a..5b63dc4a98 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 = "15.0.218".freeze
+ VERSION = "15.0.219".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5f1d893d32..13b43f9ddb 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("15.0.218")
+ VERSION = Chef::VersionString.new("15.0.219")
end
#