summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-14 17:47:49 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-14 17:47:49 +0000
commitc0609e449135fae43d436136a4f0fd3889a9b8f1 (patch)
tree4a0cb66b3452f3982d5dd1f8a07cfa4b2885a3b3
parent938ec675bd3d97624b5b41c3476a07218e313219 (diff)
downloadchef-c0609e449135fae43d436136a4f0fd3889a9b8f1.tar.gz
Bump version to 14.1.8 by Chef Expeditorv14.1.8jeremymv2/chef_fs_normalize_has
-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 6b2156ddb4..aa0d4099c4 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.7 -->
-## [v14.1.7](https://github.com/chef/chef/tree/v14.1.7) (2018-05-14)
+<!-- latest_release 14.1.8 -->
+## [v14.1.8](https://github.com/chef/chef/tree/v14.1.8) (2018-05-14)
#### Merged Pull Requests
-- apt_repository: Use the repo_name name property [#7244](https://github.com/chef/chef/pull/7244) ([tas50](https://github.com/tas50))
+- Update Habitat plan to correctly build [#6111](https://github.com/chef/chef/pull/6111) ([elliott-davis](https://github.com/elliott-davis))
<!-- latest_release -->
<!-- release_rollup since=14.1.1 -->
### Changes since 14.1.1 release
#### Merged Pull Requests
+- Update Habitat plan to correctly build [#6111](https://github.com/chef/chef/pull/6111) ([elliott-davis](https://github.com/elliott-davis)) <!-- 14.1.8 -->
- apt_repository: Use the repo_name name property [#7244](https://github.com/chef/chef/pull/7244) ([tas50](https://github.com/tas50)) <!-- 14.1.7 -->
- remote_directory: restore overwrite default [#7254](https://github.com/chef/chef/pull/7254) ([rmoriz](https://github.com/rmoriz)) <!-- 14.1.6 -->
- repo_name property should be part of new_resource object [#7252](https://github.com/chef/chef/pull/7252) ([tj-anderson](https://github.com/tj-anderson)) <!-- 14.1.5 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 4a26e3aef1..797bfeec6e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.1.7)
+ chef (14.1.8)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.7)
+ chef-config (= 14.1.8)
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.7-universal-mingw32)
+ chef (14.1.8-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.7)
+ chef-config (= 14.1.8)
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.7)
+ chef-config (14.1.8)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 8898bdd490..3edb877817 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.7 \ No newline at end of file
+14.1.8 \ 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 bdf653219e..be3937e054 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.7"
+ VERSION = "14.1.8"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index a70913da47..c6163f636d 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.7")
+ VERSION = Chef::VersionString.new("14.1.8")
end
#