summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-06 20:04:26 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-06 20:04:34 +0000
commitcdfe3f114b6d9f2b07536b69535bd0c8ed9dc7dd (patch)
tree7f9a899708e4f142623d7b71352b01ed7c8bcdfc
parentf0aebe4397a803cd6510bbe2f01a7f0a8437daba (diff)
downloadchef-cdfe3f114b6d9f2b07536b69535bd0c8ed9dc7dd.tar.gz
Bump version to 15.3.4 by Chef Expeditorv15.3.4
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock14
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
6 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8eb46825e7..2b307dd9cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.3.3 -->
-## [v15.3.3](https://github.com/chef/chef/tree/v15.3.3) (2019-09-05)
+<!-- latest_release 15.3.4 -->
+## [v15.3.4](https://github.com/chef/chef/tree/v15.3.4) (2019-09-06)
#### Merged Pull Requests
-- Migrate Appveyor windows testing to Buildkite [#8867](https://github.com/chef/chef/pull/8867) ([jaymalasinha](https://github.com/jaymalasinha))
+- convert chocolatey resource to use shell_out splat args [#8861](https://github.com/chef/chef/pull/8861) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=15.2.20 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- convert chocolatey resource to use shell_out splat args [#8861](https://github.com/chef/chef/pull/8861) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.3.4 -->
- Migrate Appveyor windows testing to Buildkite [#8867](https://github.com/chef/chef/pull/8867) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 15.3.3 -->
- Bump ohai to 15.3.1 [#8863](https://github.com/chef/chef/pull/8863) ([chef-ci](https://github.com/chef-ci)) <!-- 15.3.2 -->
- Update libarchive to 3.4.0 and pin in omnibus_overrides.rb [#8862](https://github.com/chef/chef/pull/8862) ([tas50](https://github.com/tas50)) <!-- 15.3.1 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 8016a9f03a..ab2eaf62e9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.3.3)
+ chef (15.3.4)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.3.3)
+ chef-config (= 15.3.4)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -58,11 +58,11 @@ PATH
train-winrm
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.3.3-universal-mingw32)
+ chef (15.3.4-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.3.3)
+ chef-config (= 15.3.4)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -105,13 +105,13 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.3.3)
- chef (= 15.3.3)
+ chef-bin (15.3.4)
+ chef (= 15.3.4)
PATH
remote: chef-config
specs:
- chef-config (15.3.3)
+ chef-config (15.3.4)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index e618248e56..3cad8b789c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.3 \ No newline at end of file
+15.3.4 \ No newline at end of file
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 3f96d094de..aa713b8ed0 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.3.3".freeze
+ VERSION = "15.3.4".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index a8b3444468..578ac8f240 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.3.3".freeze
+ VERSION = "15.3.4".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 032d45459f..f00a875c97 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.3.3")
+ VERSION = Chef::VersionString.new("15.3.4")
end
#