summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-02 03:25:37 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-02 03:25:37 +0000
commitbcb3ec6aa27938459c0f331124045dd860ecae84 (patch)
tree3033ad8927cc2f523094c408d2858e022b638321
parent2bbb817485ef87da884973c275ad2314d3a826a7 (diff)
downloadohai-bcb3ec6aa27938459c0f331124045dd860ecae84.tar.gz
Bump version to 15.2.3 by Chef Expeditor15.2.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 36a1257c..1468fca1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.2.2 -->
-## [15.2.2](https://github.com/chef/ohai/tree/15.2.2) (2019-08-01)
+<!-- latest_release 15.2.3 -->
+## [15.2.3](https://github.com/chef/ohai/tree/15.2.3) (2019-08-02)
#### Merged Pull Requests
-- Display elapsed real time instead of total cpu time [#1392](https://github.com/chef/ohai/pull/1392) ([teknofire](https://github.com/teknofire))
+- Use virtualization plugin to detect if we&#39;re on openstack on Windows. [#1391](https://github.com/chef/ohai/pull/1391) ([jjustice6](https://github.com/jjustice6))
<!-- latest_release -->
<!-- release_rollup since=15.1.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Use virtualization plugin to detect if we&#39;re on openstack on Windows. [#1391](https://github.com/chef/ohai/pull/1391) ([jjustice6](https://github.com/jjustice6)) <!-- 15.2.3 -->
- Display elapsed real time instead of total cpu time [#1392](https://github.com/chef/ohai/pull/1392) ([teknofire](https://github.com/teknofire)) <!-- 15.2.2 -->
- Translating platform &quot;archarm&quot; to &quot;arch&quot; [#1388](https://github.com/chef/ohai/pull/1388) ([BackSlasher](https://github.com/BackSlasher)) <!-- 15.2.1 -->
- Add other_versions subfield for RPM packages. [#1369](https://github.com/chef/ohai/pull/1369) ([jjustice6](https://github.com/jjustice6)) <!-- 15.2.0 -->
diff --git a/VERSION b/VERSION
index ee7380d6..462d212d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.2 \ No newline at end of file
+15.2.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index bf701ff8..d7f4ce8e 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.2".freeze
+ VERSION = "15.2.3".freeze
end