summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-28 18:32:45 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-28 18:32:45 +0000
commitf4d91ff42eaa6bb939518f35751f17cab07ec3ff (patch)
tree34baa3393a93e9281674c0005133220eb1149706
parent887a9a4e2c024a1b2e95bacf7125a54538bf23fc (diff)
downloadchef-f4d91ff42eaa6bb939518f35751f17cab07ec3ff.tar.gz
Bump version to 13.4.3 by Chef Expeditorv13.4.3
-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 f432d8a017..fe72901077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-<!-- latest_release 13.4.2 -->
-## [v13.4.2](https://github.com/chef/chef/tree/v13.4.2) (2017-08-28)
+<!-- latest_release 13.4.3 -->
+## [v13.4.3](https://github.com/chef/chef/tree/v13.4.3) (2017-08-28)
#### Merged Pull Requests
-- dnf_provider: be more specific when we provide `package` [#6351](https://github.com/chef/chef/pull/6351) ([jaymzh](https://github.com/jaymzh))
+- [MSYS-645] Updated release_notes for windows_path [#6344](https://github.com/chef/chef/pull/6344) ([NimishaS](https://github.com/NimishaS))
<!-- latest_release -->
<!-- release_rollup since=13.3.42 -->
@@ -12,6 +12,7 @@
- Pass json configuration to ShellSession class [#6314](https://github.com/chef/chef/pull/6314) ([btm](https://github.com/btm)) <!-- 13.3.47 -->
#### Merged Pull Requests
+- [MSYS-645] Updated release_notes for windows_path [#6344](https://github.com/chef/chef/pull/6344) ([NimishaS](https://github.com/NimishaS)) <!-- 13.4.3 -->
- dnf_provider: be more specific when we provide `package` [#6351](https://github.com/chef/chef/pull/6351) ([jaymzh](https://github.com/jaymzh)) <!-- 13.4.2 -->
- Bumps Bundler version to 1.15.4 [#6349](https://github.com/chef/chef/pull/6349) ([jakauppila](https://github.com/jakauppila)) <!-- 13.4.1 -->
- add codeowners for reviews [#6345](https://github.com/chef/chef/pull/6345) ([thommay](https://github.com/thommay)) <!-- 13.3.52 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 2c36246bbd..fe66b24d02 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.4.2)
+ chef (13.4.3)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.2)
+ chef-config (= 13.4.3)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -47,10 +47,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.4.2-universal-mingw32)
+ chef (13.4.3-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.2)
+ chef-config (= 13.4.3)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.4.2)
+ chef-config (13.4.3)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 30bd1e1df7..7dfdf979ea 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.2 \ No newline at end of file
+13.4.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 e0c6a329c6..febe1c000b 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.4.2"
+ VERSION = "13.4.3"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d5dca883fe..887fd234be 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.4.2")
+ VERSION = Chef::VersionString.new("13.4.3")
end
#