summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-24 10:38:10 -0800
committerGitHub <noreply@github.com>2018-01-24 10:38:10 -0800
commit7462c000c9b11851945dd388956490103dda7e9b (patch)
tree6f83903302a83c2a289c0bffa1e888621bca2db2
parent3092b06d973f3c14711a2e11b8aa20fd33033958 (diff)
parent8f9e9b5b7e194ea4d16bef76a1f51073ad12e311 (diff)
downloadohai-8-stable.tar.gz
Merge pull request #1122 from chef/8.26.1v8.26.18-stable
Release 8.26.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/ohai/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b110de6d..69fb85a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## [8.26.1](https://github.com/chef/ohai/tree/v8.26.1) (2018-01-24)
+
+- Fix detection of containers running on the latest release of Docker for Mac [#1118](https://github.com/chef/ohai/pull/1118)
+
## [8.26.0](https://github.com/chef/ohai/tree/v8.26.0) (2018-01-10)
- [mdadm] Handle journal and spare devices properly [#1102](https://github.com/chef/ohai/pull/1102)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 619c1655..b4b3611b 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.26.0"
+ VERSION = "8.26.1"
end