summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-14 14:38:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-14 14:38:12 +0000
commit60c506446dc130b94a387853c04235b6fd3ad1d0 (patch)
tree7248910807a44e39e5d59d9bc2e9d2ebfd7b3a32
parent3fd26f9a3d8265dce62937db19bec19a53035a39 (diff)
downloadchef-60c506446dc130b94a387853c04235b6fd3ad1d0.tar.gz
Bump version to 14.1.7 by Chef Expeditorv14.1.7
-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 8d90f395a3..6b2156ddb4 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.6 -->
-## [v14.1.6](https://github.com/chef/chef/tree/v14.1.6) (2018-05-14)
+<!-- latest_release 14.1.7 -->
+## [v14.1.7](https://github.com/chef/chef/tree/v14.1.7) (2018-05-14)
#### Merged Pull Requests
-- remote_directory: restore overwrite default [#7254](https://github.com/chef/chef/pull/7254) ([rmoriz](https://github.com/rmoriz))
+- apt_repository: Use the repo_name name property [#7244](https://github.com/chef/chef/pull/7244) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.1.1 -->
### Changes since 14.1.1 release
#### Merged Pull Requests
+- 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 -->
- fix git provider: -prune-tags is not available with old git versions, fixes #7233 [#7247](https://github.com/chef/chef/pull/7247) ([rmoriz](https://github.com/rmoriz)) <!-- 14.1.4 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index c981b1c826..4a26e3aef1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.1.6)
+ chef (14.1.7)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.6)
+ chef-config (= 14.1.7)
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.6-universal-mingw32)
+ chef (14.1.7-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.1.6)
+ chef-config (= 14.1.7)
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.6)
+ chef-config (14.1.7)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 0729fcac88..8898bdd490 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.6 \ No newline at end of file
+14.1.7 \ 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 f4f253c9de..bdf653219e 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.6"
+ VERSION = "14.1.7"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f19b819981..a70913da47 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.6")
+ VERSION = Chef::VersionString.new("14.1.7")
end
#