summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-31 18:57:50 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-31 18:57:50 +0000
commit79b17080b9596096633f85c96305bda766d3ba60 (patch)
tree4c8f2c796409723c0ec7c47407baadf4c94f0723
parent774765aa05fd3ad2658d08e1366c82f76240b458 (diff)
downloadohai-79b17080b9596096633f85c96305bda766d3ba60.tar.gz
Bump version to 15.7.3 by Chef Expeditorv15.7.3
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 814f888c..e2bfc4b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.7.2 -->
-## [v15.7.2](https://github.com/chef/ohai/tree/v15.7.2) (2019-12-30)
+<!-- latest_release 15.7.3 -->
+## [v15.7.3](https://github.com/chef/ohai/tree/v15.7.3) (2019-12-31)
#### Merged Pull Requests
-- Minor spec cleanup from rubocop-rspec project [#1417](https://github.com/chef/ohai/pull/1417) ([tas50](https://github.com/tas50))
+- Fix missing volume name and re-implement adding drivetype to filesystem plugin [#1419](https://github.com/chef/ohai/pull/1419) ([sshock](https://github.com/sshock))
<!-- latest_release -->
<!-- release_rollup since=15.6.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix missing volume name and re-implement adding drivetype to filesystem plugin [#1419](https://github.com/chef/ohai/pull/1419) ([sshock](https://github.com/sshock)) <!-- 15.7.3 -->
- Minor spec cleanup from rubocop-rspec project [#1417](https://github.com/chef/ohai/pull/1417) ([tas50](https://github.com/tas50)) <!-- 15.7.2 -->
- Test on Ruby 2.7 final docker container and remove old Jenkins files [#1416](https://github.com/chef/ohai/pull/1416) ([tas50](https://github.com/tas50)) <!-- 15.7.1 -->
- Substitute require for require_relative [#1415](https://github.com/chef/ohai/pull/1415) ([tas50](https://github.com/tas50)) <!-- 15.7.0 -->
diff --git a/VERSION b/VERSION
index 0b363a89..65b190b6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.7.2 \ No newline at end of file
+15.7.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c946d546..1fde1b5e 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.7.2".freeze
+ VERSION = "15.7.3".freeze
end