summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-03 21:25:24 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-03 21:25:24 +0000
commitff3f54c002fd0deccb3ad2069c84e4b57e1063a4 (patch)
tree4930a8655157f80d3ddab6593fabb97505e367ae
parentf5eaabc6892c20d0ea0c584e0ec621a14e7a1bd0 (diff)
downloadohai-ff3f54c002fd0deccb3ad2069c84e4b57e1063a4.tar.gz
Bump version to 15.0.19 by Chef Expeditorv15.0.19
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 e5a19056..9748e708 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.18 -->
-## [v15.0.18](https://github.com/chef/ohai/tree/v15.0.18) (2018-12-03)
+<!-- latest_release 15.0.19 -->
+## [v15.0.19](https://github.com/chef/ohai/tree/v15.0.19) (2018-12-03)
#### Merged Pull Requests
-- bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode [#1319](https://github.com/chef/ohai/pull/1319) ([tas50](https://github.com/tas50))
+- platform: Identify sles_sap as the suse platform [#1313](https://github.com/chef/ohai/pull/1313) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- platform: Identify sles_sap as the suse platform [#1313](https://github.com/chef/ohai/pull/1313) ([tas50](https://github.com/tas50)) <!-- 15.0.19 -->
- bsd virtualization: Detect amazonec2 hypervisor + kvm without dmidecode [#1319](https://github.com/chef/ohai/pull/1319) ([tas50](https://github.com/tas50)) <!-- 15.0.18 -->
- Fix arista platform detection [#1312](https://github.com/chef/ohai/pull/1312) ([tas50](https://github.com/tas50)) <!-- 15.0.17 -->
- Add support for SUSE Linux Enterprise Desktop [#1314](https://github.com/chef/ohai/pull/1314) ([tas50](https://github.com/tas50)) <!-- 15.0.16 -->
diff --git a/VERSION b/VERSION
index 75ca2af3..6958fcdd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.18 \ No newline at end of file
+15.0.19 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4c9c40ca..a0c345ed 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.18".freeze
+ VERSION = "15.0.19".freeze
end