summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-17 17:23:48 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-17 17:23:48 +0000
commitcd6090f256fcadf23c10235ece5e976cdd7c6084 (patch)
tree6ba245127a619599686c1e8226816a70b6188029
parenta505760822be517da5efa2caac7cecf43e032147 (diff)
downloadohai-cd6090f256fcadf23c10235ece5e976cdd7c6084.tar.gz
Bump version to 16.0.18 by Chef Expeditorv16.0.18
Obvious fix; these changes are the result of automation not creative thinking.
-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 27dc175e..66f3e4dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.17 -->
-## [v16.0.17](https://github.com/chef/ohai/tree/v16.0.17) (2020-04-10)
+<!-- latest_release 16.0.18 -->
+## [v16.0.18](https://github.com/chef/ohai/tree/v16.0.18) (2020-04-17)
#### Merged Pull Requests
-- Fix chefstyle violations. [#1449](https://github.com/chef/ohai/pull/1449) ([phiggins](https://github.com/phiggins))
+- Add a plugin for Windows mimicing the Unix dmi plugin [#1445](https://github.com/chef/ohai/pull/1445) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add a plugin for Windows mimicing the Unix dmi plugin [#1445](https://github.com/chef/ohai/pull/1445) ([phiggins](https://github.com/phiggins)) <!-- 16.0.18 -->
- Fix chefstyle violations. [#1449](https://github.com/chef/ohai/pull/1449) ([phiggins](https://github.com/phiggins)) <!-- 16.0.17 -->
- Make shard plugin more resilient and throw better errors [#1446](https://github.com/chef/ohai/pull/1446) ([jaymzh](https://github.com/jaymzh)) <!-- 16.0.16 -->
- Cache gem installs in Buildkite on Windows as well [#1444](https://github.com/chef/ohai/pull/1444) ([tas50](https://github.com/tas50)) <!-- 16.0.15 -->
diff --git a/VERSION b/VERSION
index 894ffe59..abb9196f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.17 \ No newline at end of file
+16.0.18 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fa91ee86..b8079fdf 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 = "16.0.17".freeze
+ VERSION = "16.0.18".freeze
end