summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-14 22:13:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-14 22:13:56 +0000
commit6d54606c1f25714a9404653dbe73dde7e2660402 (patch)
tree4ff349cf8b7cdc7450d6f3ddee7c8dd6982db559
parent838450b9e9427b2fe738fea7d338901327185fb5 (diff)
downloadohai-6d54606c1f25714a9404653dbe73dde7e2660402.tar.gz
Bump version to 14.5.0 by Chef Expeditorv14.5.0
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 1d47c2f9..09f67ff2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.4.6 -->
-## [v14.4.6](https://github.com/chef/ohai/tree/v14.4.6) (2018-09-14)
+<!-- latest_release 14.5.0 -->
+## [v14.5.0](https://github.com/chef/ohai/tree/v14.5.0) (2018-09-14)
#### Merged Pull Requests
-- Fix root_group plugin invalid byte sequence on non-English version of Windows [#1240](https://github.com/chef/ohai/pull/1240) ([jugatsu](https://github.com/jugatsu))
+- Release Ohai 14.5 [#1247](https://github.com/chef/ohai/pull/1247) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.4.2 -->
### Changes since 14.4.2 release
#### Merged Pull Requests
+- Release Ohai 14.5 [#1247](https://github.com/chef/ohai/pull/1247) ([tas50](https://github.com/tas50)) <!-- 14.5.0 -->
- Fix root_group plugin invalid byte sequence on non-English version of Windows [#1240](https://github.com/chef/ohai/pull/1240) ([jugatsu](https://github.com/jugatsu)) <!-- 14.4.6 -->
- Fix providing relative paths to the config file [#1241](https://github.com/chef/ohai/pull/1241) ([tas50](https://github.com/tas50)) <!-- 14.4.5 -->
- override timout by Ohai::Config.ohai[:openstack_metadata_timeout] [#1244](https://github.com/chef/ohai/pull/1244) ([sawanoboly](https://github.com/sawanoboly)) <!-- 14.4.4 -->
diff --git a/VERSION b/VERSION
index c8428cf8..d3be72cb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.6 \ No newline at end of file
+14.5.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ec74ef6c..c5809d06 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.4.6".freeze
+ VERSION = "14.5.0".freeze
end