summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-02 18:55:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-02 18:55:12 +0000
commitc864281c31a44292be25d5983af0fc1b7e80a1d0 (patch)
treec996dbbc986999c45b91323b1971e3e25219d79d
parent3a086e05de1442057e2d74236c1e04cefc6bd0d2 (diff)
downloadohai-c864281c31a44292be25d5983af0fc1b7e80a1d0.tar.gz
Bump version to 14.0.32 by Chef Expeditorv14.0.32
-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 ad1a2182..131d2b42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.31 -->
-## [v14.0.31](https://github.com/chef/ohai/tree/v14.0.31) (2018-03-29)
+<!-- latest_release 14.0.32 -->
+## [v14.0.32](https://github.com/chef/ohai/tree/v14.0.32) (2018-05-02)
#### Merged Pull Requests
-- SCSI plugin [#1170](https://github.com/chef/ohai/pull/1170) ([jaymzh](https://github.com/jaymzh))
+- Make the FIPS plugins use the new Ruby 2.5 accessor if present [#1178](https://github.com/chef/ohai/pull/1178) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=14.0.28 -->
### Changes since 14.0.28 release
#### Merged Pull Requests
+- Make the FIPS plugins use the new Ruby 2.5 accessor if present [#1178](https://github.com/chef/ohai/pull/1178) ([coderanger](https://github.com/coderanger)) <!-- 14.0.32 -->
- SCSI plugin [#1170](https://github.com/chef/ohai/pull/1170) ([jaymzh](https://github.com/jaymzh)) <!-- 14.0.31 -->
- Add Ohai 14 release notes [#1166](https://github.com/chef/ohai/pull/1166) ([tas50](https://github.com/tas50)) <!-- 14.0.30 -->
- Exclude example output from rubocop rules &amp; remove changelog generator gem [#1169](https://github.com/chef/ohai/pull/1169) ([tas50](https://github.com/tas50)) <!-- 14.0.29 -->
diff --git a/VERSION b/VERSION
index b12334e9..65d7633b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.31 \ No newline at end of file
+14.0.32 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 134fd835..eade86f6 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.31"
+ VERSION = "14.0.32"
end