summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-07 09:36:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-07 09:36:32 +0000
commit20305d8791869f36b7c54558e3c631e0c508ecc5 (patch)
tree33440a85133691b4e49fadbfb0c9fb5aed92acec
parent5be5fe42f0c6a5bec109e0136e0eb42fc975e202 (diff)
downloadohai-20305d8791869f36b7c54558e3c631e0c508ecc5.tar.gz
Bump version to 14.0.23 by Expeditorv14.0.23
-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 f58e801b..095e58eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.22 -->
-## [v14.0.22](https://github.com/chef/ohai/tree/v14.0.22) (2018-03-06)
+<!-- latest_release 14.0.23 -->
+## [v14.0.23](https://github.com/chef/ohai/tree/v14.0.23) (2018-03-07)
#### Merged Pull Requests
-- SUSE: Use /etc/os-release if present for all platform attributes [#1140](https://github.com/chef/ohai/pull/1140) ([yeoldegrove](https://github.com/yeoldegrove))
+- Fix chefstyle issues in ohai [#1153](https://github.com/chef/ohai/pull/1153) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release
#### Merged Pull Requests
+- 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 -->
- Softlayer is forcing tlsv1_2 for all API calls [#1149](https://github.com/chef/ohai/pull/1149) ([smcavallo](https://github.com/smcavallo)) <!-- 14.0.20 -->
diff --git a/VERSION b/VERSION
index 48b1e019..ad7f5700 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.22 \ No newline at end of file
+14.0.23 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 006d14cc..5e3fd856 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.22"
+ VERSION = "14.0.23"
end