summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-11 23:22:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-11 23:22:34 +0000
commitf01921fd12746b9edaf14b77ddea7d91a90ba494 (patch)
tree483238132b425f7ae9033d5b0214cf2f0efba513
parent26fecc8e023f31e4eac4bae89c40494fe47b7ea1 (diff)
downloadohai-15.1.0.tar.gz
Bump version to 15.1.0 by Chef Expeditor15.1.0
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 fc524c31..f5a2c9f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.40 -->
-## [15.0.40](https://github.com/chef/ohai/tree/15.0.40) (2019-06-11)
+<!-- latest_release 15.1.0 -->
+## [15.1.0](https://github.com/chef/ohai/tree/15.1.0) (2019-06-11)
#### Merged Pull Requests
-- Add VboxHost plugin to support VirtualBox as a virtualization host [#1339](https://github.com/chef/ohai/pull/1339) ([freakinhippie](https://github.com/freakinhippie))
+- Test on ruby 2.6 in Appveyor and remove the travis config [#1372](https://github.com/chef/ohai/pull/1372) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.0.35 -->
### Changes not yet released to rubygems.orgs
#### Merged Pull Requests
+- Test on ruby 2.6 in Appveyor and remove the travis config [#1372](https://github.com/chef/ohai/pull/1372) ([tas50](https://github.com/tas50)) <!-- 15.1.0 -->
- Add VboxHost plugin to support VirtualBox as a virtualization host [#1339](https://github.com/chef/ohai/pull/1339) ([freakinhippie](https://github.com/freakinhippie)) <!-- 15.0.40 -->
- Avoid constant warnings in windows/filesystem plugin [#1360](https://github.com/chef/ohai/pull/1360) ([tas50](https://github.com/tas50)) <!-- 15.0.39 -->
- Solaris network plugin fix for issue https://github.com/chef/ohai/iss… [#1367](https://github.com/chef/ohai/pull/1367) ([devoptimist](https://github.com/devoptimist)) <!-- 15.0.38 -->
diff --git a/VERSION b/VERSION
index 663daf17..3dc9b036 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.40 \ No newline at end of file
+15.1.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index cac40f44..7a18ff65 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.0.40".freeze
+ VERSION = "15.1.0".freeze
end