summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-15 11:25:29 -0800
committerTim Smith <tsmith@chef.io>2017-11-15 11:25:29 -0800
commit32ac1cf26f63420abbce82839af8030fe32cf32a (patch)
tree1fb2b4d2aab85c51118559f3222b8e625549b799
parente8b7bc9b532afc1e65daa05464133a3ab517885d (diff)
downloadohai-8.25.1.tar.gz
Release Ohai 8.25.18.25.1
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md9
-rw-r--r--lib/ohai/version.rb2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46fe4907..198f5f14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
# Change Log
+## [8.25.1](https://github.com/chef/ohai/tree/v8.25.1) (2017-11-15)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.25.0...v8.25.1)
+
+- [mdadm] Support arrays more than 10 disks [#1085](https://github.com/chef/ohai/pull/1085)
+
## [8.25.0](https://github.com/chef/ohai/tree/v8.25.0) (2017-10-06)
+
[Full Changelog](https://github.com/chef/ohai/compare/v8.24.1...v8.25.0)
-- Add new critial plugins functionality [#1064](https://github.com/chef/ohai/pull/1064)
+- Add new critical plugins functionality [#1064](https://github.com/chef/ohai/pull/1064)
- Fix solaris2 ipaddress attribute search [#1028](https://github.com/chef/ohai/pull/1028)
## [8.24.0](https://github.com/chef/ohai/tree/v8.24.1) (2017-06-21)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ede589b6..660aea96 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.25.0"
+ VERSION = "8.25.1"
end