summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 22:24:15 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 22:24:15 +0000
commita7a9e6f59f4fe9a78af095e28717679422a5a631 (patch)
treec6531df6c2592721ae769a94803f844164d1c363
parent1ab10788f561daf401858f34502a7127572c5d40 (diff)
downloadohai-14.0.19.tar.gz
Bump version to 14.0.19 by Expeditorv14.0.19
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be03c8ca..921746e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.18 -->
-## [v14.0.18](https://github.com/chef/ohai/tree/v14.0.18) (2018-02-28)
+<!-- latest_release 14.0.19 -->
+## [v14.0.19](https://github.com/chef/ohai/tree/v14.0.19) (2018-02-28)
#### Merged Pull Requests
-- Mark the shard plugin as optional [#1146](https://github.com/chef/ohai/pull/1146) ([thommay](https://github.com/thommay))
+- Expand what we blacklist from the kernel/network plugins on Windows [#1147](https://github.com/chef/ohai/pull/1147) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- Expand what we blacklist from the kernel/network plugins on Windows [#1147](https://github.com/chef/ohai/pull/1147) ([tas50](https://github.com/tas50)) <!-- 14.0.19 -->
- Mark the shard plugin as optional [#1146](https://github.com/chef/ohai/pull/1146) ([thommay](https://github.com/thommay)) <!-- 14.0.18 -->
- Add additional information to the kernel plugin on Windows [#1142](https://github.com/chef/ohai/pull/1142) ([tas50](https://github.com/tas50)) <!-- 14.0.17 -->
- Update root_group plugin to use the collect_data helper [#1144](https://github.com/chef/ohai/pull/1144) ([tas50](https://github.com/tas50)) <!-- 14.0.16 -->
diff --git a/VERSION b/VERSION
index 98acd05e..6b9febc8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.18 \ No newline at end of file
+14.0.19 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index dc630a0b..1c06fefd 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.0.18"
+ VERSION = "14.0.19"
end