summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-17 16:05:14 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-17 16:05:14 +0000
commit7ffd946d37ac5a69ae9ef204afd210e834d8fdc8 (patch)
tree8246b1b8a74727d181de9df71d0decc7105703d3
parent59c5de1d6240a29b262cf43a8a0a91920a40b4b3 (diff)
downloadchef-7ffd946d37ac5a69ae9ef204afd210e834d8fdc8.tar.gz
Bump version to 15.0.218 by Chef Expeditorv15.0.218
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 b100763803..a66f6ab5a6 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.217 -->
-## [v15.0.217](https://github.com/chef/chef/tree/v15.0.217) (2019-04-16)
+<!-- latest_release 15.0.218 -->
+## [v15.0.218](https://github.com/chef/chef/tree/v15.0.218) (2019-04-17)
#### Merged Pull Requests
-- Prevent accidentally configuring windows_service properties [#8351](https://github.com/chef/chef/pull/8351) ([jasonwbarnett](https://github.com/jasonwbarnett))
+- Allow encrypting a previously unencrypted data bag [#8077](https://github.com/chef/chef/pull/8077) ([vijaymmali1990](https://github.com/vijaymmali1990))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- 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 -->
- Allow empty strings in -o to result in empty override run list [#8370](https://github.com/chef/chef/pull/8370) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.215 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index bc9c74ea8d..ad27e7707a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.217)
+ chef (15.0.218)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.217)
+ chef-config (= 15.0.218)
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.217-universal-mingw32)
+ chef (15.0.218-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.217)
+ chef-config (= 15.0.218)
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.217)
+ chef-config (15.0.218)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index d4e75f92e5..ab954b3ca8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.217 \ No newline at end of file
+15.0.218 \ 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 61a7ae62fe..5a961e079a 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.217".freeze
+ VERSION = "15.0.218".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5ea76542a4..5f1d893d32 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.217")
+ VERSION = Chef::VersionString.new("15.0.218")
end
#