summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-03 21:17:51 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-03 21:17:51 +0000
commit4878c100a63984809dd9f472602afb7f9900888f (patch)
treefa47b1dd9b7301bef7a9edc8f5379c4ebff0b918
parentd50e5f8c9889b9228d7d56d42abadb6ebeb0434b (diff)
downloadohai-4878c100a63984809dd9f472602afb7f9900888f.tar.gz
Bump version to 15.0.16 by Chef Expeditorv15.0.16
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 e9dd4961..acfe7348 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.15 -->
-## [v15.0.15](https://github.com/chef/ohai/tree/v15.0.15) (2018-12-03)
+<!-- latest_release 15.0.16 -->
+## [v15.0.16](https://github.com/chef/ohai/tree/v15.0.16) (2018-12-03)
#### Merged Pull Requests
-- Add mangeia platform with madriva platform_family [#1316](https://github.com/chef/ohai/pull/1316) ([tas50](https://github.com/tas50))
+- Add support for SUSE Linux Enterprise Desktop [#1314](https://github.com/chef/ohai/pull/1314) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Add support for SUSE Linux Enterprise Desktop [#1314](https://github.com/chef/ohai/pull/1314) ([tas50](https://github.com/tas50)) <!-- 15.0.16 -->
- Add mangeia platform with madriva platform_family [#1316](https://github.com/chef/ohai/pull/1316) ([tas50](https://github.com/tas50)) <!-- 15.0.15 -->
- Linux Virtualization: Use the new nests `systems` format for lxd / lxc [#1309](https://github.com/chef/ohai/pull/1309) ([tas50](https://github.com/tas50)) <!-- 15.0.14 -->
- Windows: Fix for fqdn is being set as the machine name instead of fqdn [#1310](https://github.com/chef/ohai/pull/1310) ([vijaymmali1990](https://github.com/vijaymmali1990)) <!-- 15.0.13 -->
diff --git a/VERSION b/VERSION
index 90c9640b..aeb85839 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.15 \ No newline at end of file
+15.0.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e80a5488..45e7330a 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.15".freeze
+ VERSION = "15.0.16".freeze
end