summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-03 09:38:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-03 09:38:39 +0000
commit772b5738e7413c426296dbbcf224f8d37f20ac87 (patch)
treef4e2beee171af36e94afe89c97905eadce2c0fdf
parent2b7d307d5ddab2047c2d9cf6bd3d44b2477c9490 (diff)
downloadohai-772b5738e7413c426296dbbcf224f8d37f20ac87.tar.gz
Bump version to 14.0.33 by Chef Expeditorv14.0.33
-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 131d2b42..58c4b44e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.0.32 -->
-## [v14.0.32](https://github.com/chef/ohai/tree/v14.0.32) (2018-05-02)
+<!-- latest_release 14.0.33 -->
+## [v14.0.33](https://github.com/chef/ohai/tree/v14.0.33) (2018-05-03)
#### 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))
+- Make the shard plugin work under FIPS by using SHA2 instead of MD5 [#1175](https://github.com/chef/ohai/pull/1175) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=14.0.28 -->
### Changes since 14.0.28 release
#### Merged Pull Requests
+- Make the shard plugin work under FIPS by using SHA2 instead of MD5 [#1175](https://github.com/chef/ohai/pull/1175) ([coderanger](https://github.com/coderanger)) <!-- 14.0.33 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 65d7633b..7790940a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.32 \ No newline at end of file
+14.0.33 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index eade86f6..38210160 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.32"
+ VERSION = "14.0.33"
end