summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 20:54:01 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-12 20:54:01 +0000
commit84657b2e7ef92ac81d98e265db4305dfb6b5aab3 (patch)
treec1f54a89c9f3cbd0adc08eade3c506fcb8d8bd40
parentce3063d31f65060c6b773b88410195e2315a49e5 (diff)
downloadchef-84657b2e7ef92ac81d98e265db4305dfb6b5aab3.tar.gz
Bump version to 14.0.197 by Expeditorv14.0.197
-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 5c5e38ee0d..20c37360ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.0.196 -->
-## [v14.0.196](https://github.com/chef/chef/tree/v14.0.196) (2018-04-12)
+<!-- latest_release 14.0.197 -->
+## [v14.0.197](https://github.com/chef/chef/tree/v14.0.197) (2018-04-12)
#### Merged Pull Requests
-- fix for enable/disable repo ordering [#7148](https://github.com/chef/chef/pull/7148) ([lamont-granquist](https://github.com/lamont-granquist))
+- Fix up knife logging [#7144](https://github.com/chef/chef/pull/7144) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=14.0.190 -->
### Changes since 14.0.190 release
#### Merged Pull Requests
+- Fix up knife logging [#7144](https://github.com/chef/chef/pull/7144) ([thommay](https://github.com/thommay)) <!-- 14.0.197 -->
- fix for enable/disable repo ordering [#7148](https://github.com/chef/chef/pull/7148) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.196 -->
- fix Chef-14 chef_fs/chef-zero perf regression [#7143](https://github.com/chef/chef/pull/7143) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.195 -->
- Fix RHSM registration using passwords [#7133](https://github.com/chef/chef/pull/7133) ([tas50](https://github.com/tas50)) <!-- 14.0.194 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 895b22f026..51d799f75a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.196)
+ chef (14.0.197)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.196)
+ chef-config (= 14.0.197)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -45,10 +45,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.0.196-universal-mingw32)
+ chef (14.0.197-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.196)
+ chef-config (= 14.0.197)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -90,7 +90,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.0.196)
+ chef-config (14.0.197)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index e562f070ce..04f0d0d2e8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.196 \ No newline at end of file
+14.0.197 \ 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 1338919aac..97a0f10dd1 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.0.196"
+ VERSION = "14.0.197"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 84726733d5..0cadb7d9df 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.0.196")
+ VERSION = Chef::VersionString.new("14.0.197")
end
#