summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-30 17:31:20 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-30 17:31:20 +0000
commit878d3ff1eb9998ee921d599aafed27ded235695e (patch)
tree828e62906847d9c2e1f068637ee86b7bb3907588
parent58b452444eaf4d32c52d46d08e25090aba5edc78 (diff)
downloadohai-878d3ff1eb9998ee921d599aafed27ded235695e.tar.gz
Bump version to 15.0.14 by Chef Expeditorv15.0.14
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 69b82402..8b928470 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.13 -->
-## [v15.0.13](https://github.com/chef/ohai/tree/v15.0.13) (2018-11-28)
+<!-- latest_release 15.0.14 -->
+## [v15.0.14](https://github.com/chef/ohai/tree/v15.0.14) (2018-11-30)
#### Merged Pull Requests
-- 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))
+- Linux Virtualization: Use the new nests `systems` format for lxd / lxc [#1309](https://github.com/chef/ohai/pull/1309) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- 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 -->
- /etc/os-release based OS detection [#1299](https://github.com/chef/ohai/pull/1299) ([tas50](https://github.com/tas50)) <!-- 15.0.12 -->
- Correctly detect openSUSE leap 15+ [#1297](https://github.com/chef/ohai/pull/1297) ([tas50](https://github.com/tas50)) <!-- 15.0.11 -->
diff --git a/VERSION b/VERSION
index 620a1642..f1d170d2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.13 \ No newline at end of file
+15.0.14 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b26c2a91..e3d36d95 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.13".freeze
+ VERSION = "15.0.14".freeze
end