summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-04 21:42:31 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-04 21:42:31 +0000
commitd2ef7393f9b86ce71564e282e7aee8b5d1fd7665 (patch)
treecd7e2c1a4ebf468360bf74c5eb2e0a594130a685
parent34b92f7627f75dc5003b1e1b696a0db51661aba9 (diff)
downloadohai-15.2.8.tar.gz
Bump version to 15.2.8 by Chef Expeditorv15.2.8
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 85bf9558..1960e779 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.2.7 -->
-## [v15.2.7](https://github.com/chef/ohai/tree/v15.2.7) (2019-08-26)
+<!-- latest_release 15.2.8 -->
+## [v15.2.8](https://github.com/chef/ohai/tree/v15.2.8) (2019-09-04)
#### Merged Pull Requests
-- rspec updates from rubocop-rspec [#1399](https://github.com/chef/ohai/pull/1399) ([tas50](https://github.com/tas50))
+- Add sysctl ohai plugin [#1401](https://github.com/chef/ohai/pull/1401) ([joshuamiller01](https://github.com/joshuamiller01))
<!-- latest_release -->
<!-- release_rollup since=15.2.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add sysctl ohai plugin [#1401](https://github.com/chef/ohai/pull/1401) ([joshuamiller01](https://github.com/joshuamiller01)) <!-- 15.2.8 -->
- rspec updates from rubocop-rspec [#1399](https://github.com/chef/ohai/pull/1399) ([tas50](https://github.com/tas50)) <!-- 15.2.7 -->
- Use Benchmark.realtime for the main application time as well [#1397](https://github.com/chef/ohai/pull/1397) ([tas50](https://github.com/tas50)) <!-- 15.2.6 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 374989bb..fb274b7b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.7 \ No newline at end of file
+15.2.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 36d7a15a..6b05d606 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.2.7".freeze
+ VERSION = "15.2.8".freeze
end