summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-10 17:40:43 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-10 17:40:43 +0000
commit0b93c059806fd1e8c6643281a70e5598d5b43351 (patch)
treef488bc0df76ae132aee070e9152fcc0e4c87bdc4
parenta0551ab20468a49546b763a98e868102079ddd83 (diff)
downloadohai-0b93c059806fd1e8c6643281a70e5598d5b43351.tar.gz
Bump version to 14.4.4 by Chef Expeditorv14.4.4
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 59389be2..29acdaf0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.4.3 -->
-## [v14.4.3](https://github.com/chef/ohai/tree/v14.4.3) (2018-09-09)
+<!-- latest_release 14.4.4 -->
+## [v14.4.4](https://github.com/chef/ohai/tree/v14.4.4) (2018-09-10)
#### Merged Pull Requests
-- Add &quot;EncryptionStatus&quot; to each volume on Windows [#1238](https://github.com/chef/ohai/pull/1238) ([Nimesh-Msys](https://github.com/Nimesh-Msys))
+- override timout by Ohai::Config.ohai[:openstack_metadata_timeout] [#1244](https://github.com/chef/ohai/pull/1244) ([sawanoboly](https://github.com/sawanoboly))
<!-- latest_release -->
<!-- release_rollup since=14.4.2 -->
### Changes since 14.4.2 release
#### 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)) <!-- 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 27e07651..38d3ef5d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.3 \ No newline at end of file
+14.4.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fc47a816..0ee3bf1f 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.3".freeze
+ VERSION = "14.4.4".freeze
end