summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-01 21:51:19 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-01 21:51:19 +0000
commit876839a6324a635f15db4118366c938bdd3d675b (patch)
tree4c7634b26e89b4bcd4a48427f569960eaa71a47a
parenteaf0ec92ca4472aa98caef7692d7de74687d2b18 (diff)
downloadohai-876839a6324a635f15db4118366c938bdd3d675b.tar.gz
Bump version to 16.8.0 by Chef Expeditorv16.8.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 8cc97aa9..64c9c8e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.38 -->
-## [v16.7.38](https://github.com/chef/ohai/tree/v16.7.38) (2020-11-28)
+<!-- latest_release 16.8.0 -->
+## [v16.8.0](https://github.com/chef/ohai/tree/v16.8.0) (2020-12-01)
#### Merged Pull Requests
-- Remove platform dependencies that aren&#39;t needed [#1586](https://github.com/chef/ohai/pull/1586) ([tas50](https://github.com/tas50))
+- Update Linode plugin to use domain / apt data to detect Linode [#1587](https://github.com/chef/ohai/pull/1587) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.7.37 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update Linode plugin to use domain / apt data to detect Linode [#1587](https://github.com/chef/ohai/pull/1587) ([tas50](https://github.com/tas50)) <!-- 16.8.0 -->
- Remove platform dependencies that aren&#39;t needed [#1586](https://github.com/chef/ohai/pull/1586) ([tas50](https://github.com/tas50)) <!-- 16.7.38 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index c0819f1c..954c4d04 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.38 \ No newline at end of file
+16.8.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 07ce2a50..8a5561ae 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.38"
+ VERSION = "16.8.0"
end