summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-27 18:38:09 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-27 18:38:09 +0000
commitd2c9be9671612946353c052880c31af097b9b349 (patch)
treeb05490d9eaf9598d05476fbc13fdcd2ad02b4699
parent9237761de1b418bade69923b146ee664d7da8819 (diff)
downloadohai-d2c9be9671612946353c052880c31af097b9b349.tar.gz
Bump version to 14.0.30 by Expeditorv14.0.30
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d277cb7..554c697f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 14.0.30 -->
+## [v14.0.30](https://github.com/chef/ohai/tree/v14.0.30) (2018-03-27)
#### Merged Pull Requests
+- Add Ohai 14 release notes [#1166](https://github.com/chef/ohai/pull/1166) ([tas50](https://github.com/tas50))
- Exclude example output from rubocop rules &amp; remove changelog generator gem [#1169](https://github.com/chef/ohai/pull/1169) ([tas50](https://github.com/tas50))
<!-- latest_release -->
@@ -11,6 +12,7 @@
### Changes since 14.0.28 release
#### Merged Pull Requests
+- 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 -->
- Don&#39;t stacktrace if we can&#39;t shell_out to zpool [#1141](https://github.com/chef/ohai/pull/1141) ([tas50](https://github.com/tas50)) <!-- 14.0.29 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f9680549..3e1043d1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.29 \ No newline at end of file
+14.0.30 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2e65e238..5c7a0225 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.29"
+ VERSION = "14.0.30"
end