summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-28 18:17:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-28 18:17:32 +0000
commit54cc303e5e68ce9ddd1abfc949151a759ba7e01e (patch)
tree4d80425417d7049d9bce062c2e2d611634ffd04c
parentfd2647b47cbc7266dae8b1eb55414f6415929a71 (diff)
downloadchef-54cc303e5e68ce9ddd1abfc949151a759ba7e01e.tar.gz
Bump version to 13.4.2 by Chef Expeditorv13.4.2
-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 032c010804..f432d8a017 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-<!-- latest_release 13.4.1 -->
-## [v13.4.1](https://github.com/chef/chef/tree/v13.4.1) (2017-08-28)
+<!-- latest_release 13.4.2 -->
+## [v13.4.2](https://github.com/chef/chef/tree/v13.4.2) (2017-08-28)
#### Merged Pull Requests
-- Bumps Bundler version to 1.15.4 [#6349](https://github.com/chef/chef/pull/6349) ([jakauppila](https://github.com/jakauppila))
+- dnf_provider: be more specific when we provide `package` [#6351](https://github.com/chef/chef/pull/6351) ([jaymzh](https://github.com/jaymzh))
<!-- 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
+- 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 -->
- Auto import gpg keys in zypper_repository [#6348](https://github.com/chef/chef/pull/6348) ([tas50](https://github.com/tas50)) <!-- 13.3.51 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index e3418b80bd..2c36246bbd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.4.1)
+ chef (13.4.2)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.1)
+ chef-config (= 13.4.2)
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.1-universal-mingw32)
+ chef (13.4.2-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.1)
+ chef-config (= 13.4.2)
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.1)
+ chef-config (13.4.2)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 2edbaa7e5b..30bd1e1df7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.1 \ No newline at end of file
+13.4.2 \ 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 be356a9175..e0c6a329c6 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.1"
+ VERSION = "13.4.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 085535bb13..d5dca883fe 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.1")
+ VERSION = Chef::VersionString.new("13.4.2")
end
#