summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-06 12:03:55 -0400
committerTim Smith <tsmith@chef.io>2017-10-06 12:03:55 -0400
commit90a6ba6f472a1d88e6ca5afd50d28bd0926b5e12 (patch)
tree3146c851374e92f7b334944ab42563aaa6d4e624
parent6ecae1eba56f77f38c26c2114bb89f9d4f80b167 (diff)
downloadohai-8.25.tar.gz
Release 8.25.08.25
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md8
-rw-r--r--Gemfile.local1
-rw-r--r--lib/ohai/version.rb2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2acc8a4..46fe4907 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,15 @@
# Change Log
+## [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)
+- 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)
[Full Changelog](https://github.com/chef/ohai/compare/v8.24.0...v8.24.1)
-- bump chefstyle development dependency
+- Bumped chefstyle development dependency
## [8.24.0](https://github.com/chef/ohai/tree/v8.24.0) (2017-05-08)
diff --git a/Gemfile.local b/Gemfile.local
new file mode 100644
index 00000000..834e531c
--- /dev/null
+++ b/Gemfile.local
@@ -0,0 +1 @@
+gem "memory_profiler"
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f479b96e..ede589b6 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.24.1"
+ VERSION = "8.25.0"
end