summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 19:56:18 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 19:56:18 +0000
commit11215208fde4e96910e0e848e0311dcbe2cadf9c (patch)
tree6400dbd23440c28ab3cc00c380b671c4e127c544
parentdccf35134bae9e1f7af9c78c6e9776d577c3b7a2 (diff)
downloadchef-14.1.28.tar.gz
Bump version to 14.1.28 by Chef Expeditorv14.1.28
-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 351b49de1d..bbb00d5ae9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.1.27 -->
-## [v14.1.27](https://github.com/chef/chef/tree/v14.1.27) (2018-05-31)
+<!-- latest_release 14.1.28 -->
+## [v14.1.28](https://github.com/chef/chef/tree/v14.1.28) (2018-05-31)
#### Merged Pull Requests
-- convert a_to_s to shell_out_compact in DNF/yum [#7313](https://github.com/chef/chef/pull/7313) ([lamont-granquist](https://github.com/lamont-granquist))
+- Support signing with ssh-agent [#7324](https://github.com/chef/chef/pull/7324) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=14.1.12 -->
### Changes since 14.1.12 release
#### Merged Pull Requests
+- Support signing with ssh-agent [#7324](https://github.com/chef/chef/pull/7324) ([coderanger](https://github.com/coderanger)) <!-- 14.1.28 -->
- convert a_to_s to shell_out_compact in DNF/yum [#7313](https://github.com/chef/chef/pull/7313) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.1.27 -->
- Better errors with uninstalled official knife plugins [#7326](https://github.com/chef/chef/pull/7326) ([tas50](https://github.com/tas50)) <!-- 14.1.26 -->
- windows_ad_join: Ensure that reboot requests work [#7328](https://github.com/chef/chef/pull/7328) ([thommay](https://github.com/thommay)) <!-- 14.1.25 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index df4a1ba977..9a7b49f921 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.1.27)
+ chef (14.1.28)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.27)
+ chef-config (= 14.1.28)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -46,10 +46,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.1.27-universal-mingw32)
+ chef (14.1.28-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.27)
+ chef-config (= 14.1.28)
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 (14.1.27)
+ chef-config (14.1.28)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 25bbb34da2..bec9c3780c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.27 \ No newline at end of file
+14.1.28 \ 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 0c204cdf6c..df4f5a9e5f 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 = "14.1.27"
+ VERSION = "14.1.28"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9d66c1de29..3ec1b159aa 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("14.1.27")
+ VERSION = Chef::VersionString.new("14.1.28")
end
#