summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-23 00:03:35 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-23 00:03:35 +0000
commit0821ff9082f64edf24fa040b57f0f5e43ffd6ed5 (patch)
treed9c9796cf29d02ca8bced5aea4577d8fe59ef071
parent9dcb19d8c7a40f2daf46699d0cf7d1b36e27cd12 (diff)
downloadchef-0821ff9082f64edf24fa040b57f0f5e43ffd6ed5.tar.gz
Bump version to 13.7.28 by Expeditorv13.7.28
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock16
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6afea486a..6177f99d7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.7.27 -->
-## [v13.7.27](https://github.com/chef/chef/tree/v13.7.27) (2018-02-22)
+<!-- latest_release 13.7.28 -->
+## [v13.7.28](https://github.com/chef/chef/tree/v13.7.28) (2018-02-23)
#### Merged Pull Requests
-- Prevent knife search --id-only from outputting IDs in the same format as an empty hash [#6893](https://github.com/chef/chef/pull/6893) ([tas50](https://github.com/tas50))
+- Chef-13 revert lazy attributes [#6898](https://github.com/chef/chef/pull/6898) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=13.7.16 -->
### Changes since 13.7.16 release
#### Merged Pull Requests
+- Chef-13 revert lazy attributes [#6898](https://github.com/chef/chef/pull/6898) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.7.28 -->
- Prevent knife search --id-only from outputting IDs in the same format as an empty hash [#6893](https://github.com/chef/chef/pull/6893) ([tas50](https://github.com/tas50)) <!-- 13.7.27 -->
- use a stricter comparison so knife ssh only fails if --exit-on-error [#6894](https://github.com/chef/chef/pull/6894) ([tas50](https://github.com/tas50)) <!-- 13.7.26 -->
- Update libxml2 to 2.9.7 [#6886](https://github.com/chef/chef/pull/6886) ([tas50](https://github.com/tas50)) <!-- 13.7.25 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 4033a9cf99..fd3171d07d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.7.27)
+ chef (13.7.28)
addressable
bundler (>= 1.10)
- chef-config (= 13.7.27)
+ chef-config (= 13.7.28)
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.7.27-universal-mingw32)
+ chef (13.7.28-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.7.27)
+ chef-config (= 13.7.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 (13.7.27)
+ chef-config (13.7.28)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -138,9 +138,9 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
- ffi (1.9.21)
- ffi (1.9.21-x64-mingw32)
- ffi (1.9.21-x86-mingw32)
+ ffi (1.9.22)
+ ffi (1.9.22-x64-mingw32)
+ ffi (1.9.22-x86-mingw32)
ffi-win32-extensions (1.0.3)
ffi
ffi-yajl (2.3.1)
diff --git a/VERSION b/VERSION
index e7d03ad887..be32b17743 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.7.27 \ No newline at end of file
+13.7.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 1bafbaf248..b3ceca5982 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.7.27"
+ VERSION = "13.7.28"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 814a6d1f34..4a8f7646f7 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.7.27")
+ VERSION = Chef::VersionString.new("13.7.28")
end
#