summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-03 21:15:57 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-03 21:15:57 +0000
commitc19ec6e4977601111827301138c8d1f707abfb2c (patch)
tree3e3c5e5dcfe90efb9d9baa619dabf690ba396adc
parent99313252ccf11d45f6c1b8da3ca1731a1e794404 (diff)
downloadohai-c19ec6e4977601111827301138c8d1f707abfb2c.tar.gz
Bump version to 16.0.9 by Chef Expeditorv16.0.9
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 0db070b3..d666b21d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.0.8 -->
-## [v16.0.8](https://github.com/chef/ohai/tree/v16.0.8) (2020-03-03)
+<!-- latest_release 16.0.9 -->
+## [v16.0.9](https://github.com/chef/ohai/tree/v16.0.9) (2020-03-03)
#### Merged Pull Requests
-- Combine Linux / Windows fips plugins into a single plugin [#1437](https://github.com/chef/ohai/pull/1437) ([tas50](https://github.com/tas50))
+- Add logic to fetch the latest azure metadata version [#1427](https://github.com/chef/ohai/pull/1427) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.7.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add logic to fetch the latest azure metadata version [#1427](https://github.com/chef/ohai/pull/1427) ([tas50](https://github.com/tas50)) <!-- 16.0.9 -->
- Combine Linux / Windows fips plugins into a single plugin [#1437](https://github.com/chef/ohai/pull/1437) ([tas50](https://github.com/tas50)) <!-- 16.0.8 -->
- use bool instead of raise/rescue to detect linux user is exists [#1434](https://github.com/chef/ohai/pull/1434) ([sawanoboly](https://github.com/sawanoboly)) <!-- 16.0.7 -->
- Minor testing updates [#1432](https://github.com/chef/ohai/pull/1432) ([tas50](https://github.com/tas50)) <!-- 16.0.6 -->
diff --git a/VERSION b/VERSION
index bc83d830..f5dcc8e0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.0.8 \ No newline at end of file
+16.0.9 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e2718d1a..7f87fef8 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 = "16.0.8".freeze
+ VERSION = "16.0.9".freeze
end