summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-04-19 09:05:20 -0700
committerMatt Wrock <matt@mattwrock.com>2016-04-19 09:05:20 -0700
commit477612777220b1e7dd907ed64b7663690e73a644 (patch)
tree1d9a2931fb3de10bfc0207944fa02aed15daccd0
parent508366cf050d77ea17329054089785d684565951 (diff)
parentd9fed0888494e0a562969c4d2dd2594cbedfd7d7 (diff)
downloadohai-477612777220b1e7dd907ed64b7663690e73a644.tar.gz
Merge pull request #804 from chef/8_15_releasev8.15.0
release 8.15.0
-rw-r--r--CHANGELOG.md16
-rw-r--r--lib/ohai/version.rb2
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c054cf41..892550be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log
+## [8.15.0](https://github.com/chef/ohai/tree/8.15.0) (2016-04-18)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.14.0...8.15.0)
+
+**Implemented enhancements:**
+
+- Add a fips plugin to detect if fips is enabled [\#803](https://github.com/chef/ohai/pull/803) ([mwrock](https://github.com/mwrock))
+- Add debug logging to hints and improve cloud specs [\#797](https://github.com/chef/ohai/pull/797) ([tas50](https://github.com/tas50))
+
+**Fixed bugs:**
+
+- Fix Elixir version detection on newer Elixir releases [\#802](https://github.com/chef/ohai/pull/802) ([tas50](https://github.com/tas50))
+- Correct the version detection in erlang plugin [\#801](https://github.com/chef/ohai/pull/801) ([tas50](https://github.com/tas50))
+- Fix mono builddate capture and add debug logging [\#800](https://github.com/chef/ohai/pull/800) ([tas50](https://github.com/tas50))
+- Fix the scala plugin [\#799](https://github.com/chef/ohai/pull/799) ([tas50](https://github.com/tas50))
+- Don't execute .so libs for Windows [\#798](https://github.com/chef/ohai/pull/798) ([chefsalim](https://github.com/chefsalim))
+
## [8.14.0](https://github.com/chef/ohai/tree/8.14.0) (2016-04-08)
[Full Changelog](https://github.com/chef/ohai/compare/v8.13.0...8.14.0)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3cafbc0c..8022a15c 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 = "8.14.0"
+ VERSION = "8.15.0"
end