summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-13 18:31:27 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-13 18:31:27 +0000
commitabb2eb272583ad004d39f104f5047384e8e8be05 (patch)
tree34efb6515bb5a5d17d354b9867d56ad5b3f82d8a
parent4f35261f9bb64ea5e10315f72208ab3b5ff2c857 (diff)
downloadohai-abb2eb272583ad004d39f104f5047384e8e8be05.tar.gz
Bump version to 15.1.2 by Chef Expeditor15.1.2
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 076d6fab..36f8068e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.1.1 -->
-## [15.1.1](https://github.com/chef/ohai/tree/15.1.1) (2019-06-13)
+<!-- latest_release 15.1.2 -->
+## [15.1.2](https://github.com/chef/ohai/tree/15.1.2) (2019-06-13)
#### Merged Pull Requests
-- Use virtualization attributes to run or skip the virtualbox plugin [#1373](https://github.com/chef/ohai/pull/1373) ([tas50](https://github.com/tas50))
+- Simplify how we create empty mashes in the plugins [#1374](https://github.com/chef/ohai/pull/1374) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.0.35 -->
### Changes not yet released to rubygems.orgs
#### Merged Pull Requests
+- Simplify how we create empty mashes in the plugins [#1374](https://github.com/chef/ohai/pull/1374) ([tas50](https://github.com/tas50)) <!-- 15.1.2 -->
- Use virtualization attributes to run or skip the virtualbox plugin [#1373](https://github.com/chef/ohai/pull/1373) ([tas50](https://github.com/tas50)) <!-- 15.1.1 -->
- 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 -->
diff --git a/VERSION b/VERSION
index ebed9e6f..62acbb5e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.1 \ No newline at end of file
+15.1.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6b6d2934..378b5ddb 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.1.1".freeze
+ VERSION = "15.1.2".freeze
end