summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-09 17:48:24 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-09 17:48:24 +0000
commit6eab5f80f309e160e2acaba05d4511f8a6aedf73 (patch)
tree3ecf621694bdae79bbb8e942f4dc2f500ab2914c
parent4f8d4fc9f955a759a2b31a28c6690281b9fa94a7 (diff)
downloadohai-6eab5f80f309e160e2acaba05d4511f8a6aedf73.tar.gz
Bump version to 14.0.24 by Expeditorv14.0.24
-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 095e58eb..22cb297d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.23 -->
-## [v14.0.23](https://github.com/chef/ohai/tree/v14.0.23) (2018-03-07)
+<!-- latest_release 14.0.24 -->
+## [v14.0.24](https://github.com/chef/ohai/tree/v14.0.24) (2018-03-09)
#### Merged Pull Requests
-- Fix chefstyle issues in ohai [#1153](https://github.com/chef/ohai/pull/1153) ([tas50](https://github.com/tas50))
+- add ohai support for softlayer cloud [#1155](https://github.com/chef/ohai/pull/1155) ([smcavallo](https://github.com/smcavallo))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- add ohai support for softlayer cloud [#1155](https://github.com/chef/ohai/pull/1155) ([smcavallo](https://github.com/smcavallo)) <!-- 14.0.24 -->
- Fix chefstyle issues in ohai [#1153](https://github.com/chef/ohai/pull/1153) ([tas50](https://github.com/tas50)) <!-- 14.0.23 -->
- SUSE: Use /etc/os-release if present for all platform attributes [#1140](https://github.com/chef/ohai/pull/1140) ([yeoldegrove](https://github.com/yeoldegrove)) <!-- 14.0.22 -->
- Remove support for Windows 2003 from uptime/cpu plugins [#1148](https://github.com/chef/ohai/pull/1148) ([tas50](https://github.com/tas50)) <!-- 14.0.21 -->
diff --git a/VERSION b/VERSION
index ad7f5700..da84cd5f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.23 \ No newline at end of file
+14.0.24 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 5e3fd856..9cc578c5 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 = "14.0.23"
+ VERSION = "14.0.24"
end