summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-14 20:14:19 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-14 20:14:19 +0000
commit10fa8cc9a2d0e1fd057948dc50d0e50725374809 (patch)
tree14be299bae082f9636a50ed0d212703f8413f75e
parent3c5fa7daf6fd0703a3f5e2ee8fa15a1a505b3780 (diff)
downloadohai-10fa8cc9a2d0e1fd057948dc50d0e50725374809.tar.gz
Bump version to 14.1.2 by Chef Expeditorv14.1.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6960600e..412c3499 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,17 @@
# Change Log
-<!-- latest_release 14.1.1 -->
-## [v14.1.1](https://github.com/chef/ohai/tree/v14.1.1) (2018-05-10)
+<!-- latest_release 14.1.2 -->
+## [v14.1.2](https://github.com/chef/ohai/tree/v14.1.2) (2018-05-14)
#### Merged Pull Requests
-- [filesystem] Unify plugins, bring BSD into the modern age [#1181](https://github.com/chef/ohai/pull/1181) ([jaymzh](https://github.com/jaymzh))
-- Update Release Notes for 14.1 [#1179](https://github.com/chef/ohai/pull/1179) ([thommay](https://github.com/thommay))
+- Fix shard plugin under FIPS mode because my testing was not sufficient [#1184](https://github.com/chef/ohai/pull/1184) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=14.1.0 -->
### Changes since 14.1.0 release
#### Merged Pull Requests
+- Fix shard plugin under FIPS mode because my testing was not sufficient [#1184](https://github.com/chef/ohai/pull/1184) ([coderanger](https://github.com/coderanger)) <!-- 14.1.2 -->
- [filesystem] Unify plugins, bring BSD into the modern age [#1181](https://github.com/chef/ohai/pull/1181) ([jaymzh](https://github.com/jaymzh)) <!-- 14.1.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e199ade4..73c5170b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.1 \ No newline at end of file
+14.1.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 07ae6f21..b48e1c9a 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.1.1"
+ VERSION = "14.1.2"
end