summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-17 14:20:57 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-17 14:20:57 +0000
commit0ec8319cf8e0fb6a7f089e86b6241e068507e2fc (patch)
tree0d0a40611461f05adfd962e08d0af347b05fdcce
parentcae6157ba6d49bcc767feeb70c388582a5b0d6c7 (diff)
downloadohai-0ec8319cf8e0fb6a7f089e86b6241e068507e2fc.tar.gz
Bump version to 14.5.3 by Chef Expeditorv14.5.3
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 e59aebd0..e47caede 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.2 -->
-## [v14.5.2](https://github.com/chef/ohai/tree/v14.5.2) (2018-09-17)
+<!-- latest_release 14.5.3 -->
+## [v14.5.3](https://github.com/chef/ohai/tree/v14.5.3) (2018-09-17)
#### Merged Pull Requests
-- Add additional yard comments [#1249](https://github.com/chef/ohai/pull/1249) ([tas50](https://github.com/tas50))
+- Connect to GCE metadata by IP not name [#1252](https://github.com/chef/ohai/pull/1252) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.0 -->
### Changes since 14.5.0 release
#### Merged Pull Requests
+- Connect to GCE metadata by IP not name [#1252](https://github.com/chef/ohai/pull/1252) ([tas50](https://github.com/tas50)) <!-- 14.5.3 -->
- Add additional yard comments [#1249](https://github.com/chef/ohai/pull/1249) ([tas50](https://github.com/tas50)) <!-- 14.5.2 -->
- Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50)) <!-- 14.5.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e9d8f88e..7f0423b3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.2 \ No newline at end of file
+14.5.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 44c5d3d9..725fe825 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.5.2".freeze
+ VERSION = "14.5.3".freeze
end