summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-14 17:47:27 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-14 17:47:27 +0000
commit3ec3c328c5c8c93601761bf6444964b4f24c6bb9 (patch)
tree48310d7c07af14598ce006019fddc78deb520449
parent1816d79cd1627d246df1151d368de9050e2c3065 (diff)
downloadohai-3ec3c328c5c8c93601761bf6444964b4f24c6bb9.tar.gz
Bump version to 14.4.5 by Chef Expeditorv14.4.5
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 29acdaf0..29a70253 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.4.4 -->
-## [v14.4.4](https://github.com/chef/ohai/tree/v14.4.4) (2018-09-10)
+<!-- latest_release 14.4.5 -->
+## [v14.4.5](https://github.com/chef/ohai/tree/v14.4.5) (2018-09-14)
#### Merged Pull Requests
-- override timout by Ohai::Config.ohai[:openstack_metadata_timeout] [#1244](https://github.com/chef/ohai/pull/1244) ([sawanoboly](https://github.com/sawanoboly))
+- Fix providing relative paths to the config file [#1241](https://github.com/chef/ohai/pull/1241) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.4.2 -->
### Changes since 14.4.2 release
#### Merged Pull Requests
+- 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 -->
- Add &quot;EncryptionStatus&quot; to each volume on Windows [#1238](https://github.com/chef/ohai/pull/1238) ([Nimesh-Msys](https://github.com/Nimesh-Msys)) <!-- 14.4.3 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 38d3ef5d..4d7d30b2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.4 \ No newline at end of file
+14.4.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0ee3bf1f..c49ebe9a 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.4".freeze
+ VERSION = "14.4.5".freeze
end