summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-22 17:45:39 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-22 17:45:39 +0000
commit049ed6b17cccb760900e257d495c93a8e87be3f1 (patch)
tree762631eec0b6c9597cd57d3f0a50ebc0345b677c
parent3abe495360acd655da6c34fbc077b05f369a59a5 (diff)
downloadohai-049ed6b17cccb760900e257d495c93a8e87be3f1.tar.gz
Bump version to 15.0.34 by Chef Expeditorv15.0.34
Obvious fix; these changes are the result of automation not creative thinking.
-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 214ade7e..78ce4004 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.33 -->
-## [v15.0.33](https://github.com/chef/ohai/tree/v15.0.33) (2019-04-22)
+<!-- latest_release 15.0.34 -->
+## [v15.0.34](https://github.com/chef/ohai/tree/v15.0.34) (2019-04-22)
#### Merged Pull Requests
-- Replaces require_relative with require [#1349](https://github.com/chef/ohai/pull/1349) ([burtlo](https://github.com/burtlo))
+- Update the repo for the new governance [#1348](https://github.com/chef/ohai/pull/1348) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Update the repo for the new governance [#1348](https://github.com/chef/ohai/pull/1348) ([tas50](https://github.com/tas50)) <!-- 15.0.34 -->
- Replaces require_relative with require [#1349](https://github.com/chef/ohai/pull/1349) ([burtlo](https://github.com/burtlo)) <!-- 15.0.33 -->
- Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo)) <!-- 15.0.32 -->
- Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin [#1347](https://github.com/chef/ohai/pull/1347) ([burtlo](https://github.com/burtlo)) <!-- 15.0.31 -->
diff --git a/VERSION b/VERSION
index ddf2a6d2..c174f1c7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.33 \ No newline at end of file
+15.0.34 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index af19b80f..06d231ba 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 = "15.0.33".freeze
+ VERSION = "15.0.34".freeze
end