summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-24 18:11:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-24 18:11:33 +0000
commitb1108c0fecb053583ce251f0a33eef78ab0f7643 (patch)
treecc819711dc042fddeded7622dbbb5bd86026b5e0
parent4eaa6534d47fb30852e96698a26ccf0af8f0141e (diff)
downloadohai-b1108c0fecb053583ce251f0a33eef78ab0f7643.tar.gz
Bump version to 15.0.27 by Chef Expeditorv15.0.27
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 34f5fa0d..92436dc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.26 -->
-## [v15.0.26](https://github.com/chef/ohai/tree/v15.0.26) (2018-12-31)
+<!-- latest_release 15.0.27 -->
+## [v15.0.27](https://github.com/chef/ohai/tree/v15.0.27) (2019-01-24)
#### Merged Pull Requests
-- Remove V6 plugin Struct to reduce memory consumption [#1333](https://github.com/chef/ohai/pull/1333) ([tas50](https://github.com/tas50))
+- Fully remove support for HP-UX [#1336](https://github.com/chef/ohai/pull/1336) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Fully remove support for HP-UX [#1336](https://github.com/chef/ohai/pull/1336) ([tas50](https://github.com/tas50)) <!-- 15.0.27 -->
- Remove V6 plugin Struct to reduce memory consumption [#1333](https://github.com/chef/ohai/pull/1333) ([tas50](https://github.com/tas50)) <!-- 15.0.26 -->
- Add support for XCP-ng platform [#1283](https://github.com/chef/ohai/pull/1283) ([heyjodom](https://github.com/heyjodom)) <!-- 15.0.25 -->
- Unify virtualization detection on a single helper [#1317](https://github.com/chef/ohai/pull/1317) ([tas50](https://github.com/tas50)) <!-- 15.0.24 -->
diff --git a/VERSION b/VERSION
index 703dfd4a..fbf0f074 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.26 \ No newline at end of file
+15.0.27 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 345a0d5e..5cb00a75 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.26".freeze
+ VERSION = "15.0.27".freeze
end