summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-27 21:53:21 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-27 21:53:21 +0000
commitaf633604e28442884b131dd51a09738251d5f2b6 (patch)
tree31bd2b88c098988a3004228af7ec7fb28ee68529
parentc41b15ec349bbefdd76da00b46358910785ac5c2 (diff)
downloadohai-chef-14.tar.gz
Bump version to 15.0.12 by Chef Expeditorv15.0.12chef-14
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 b689c9f5..9febf8cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.11 -->
-## [v15.0.11](https://github.com/chef/ohai/tree/v15.0.11) (2018-11-27)
+<!-- latest_release 15.0.12 -->
+## [v15.0.12](https://github.com/chef/ohai/tree/v15.0.12) (2018-11-27)
#### Merged Pull Requests
-- Correctly detect openSUSE leap 15+ [#1297](https://github.com/chef/ohai/pull/1297) ([tas50](https://github.com/tas50))
+- /etc/os-release based OS detection [#1299](https://github.com/chef/ohai/pull/1299) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- /etc/os-release based OS detection [#1299](https://github.com/chef/ohai/pull/1299) ([tas50](https://github.com/tas50)) <!-- 15.0.12 -->
- Correctly detect openSUSE leap 15+ [#1297](https://github.com/chef/ohai/pull/1297) ([tas50](https://github.com/tas50)) <!-- 15.0.11 -->
- Remove circa ~2005 virtualization hypervisor detection [#1305](https://github.com/chef/ohai/pull/1305) ([tas50](https://github.com/tas50)) <!-- 15.0.10 -->
- Remove old spec files [#1301](https://github.com/chef/ohai/pull/1301) ([tas50](https://github.com/tas50)) <!-- 15.0.9 -->
diff --git a/VERSION b/VERSION
index 76de9007..55b22c6b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.11 \ No newline at end of file
+15.0.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f9ffa9e2..b69c4f40 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 = "15.0.11".freeze
+ VERSION = "15.0.12".freeze
end