summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-03 00:43:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-03 00:43:08 +0000
commitddb753f1472832c86d75e8d5d909ad3fa3c4c599 (patch)
tree3d2e6ab8cbe6e1284f1aff0135becfe3432118aa
parent0c9afd79109ef43872c4c5f08464ac861d0ee695 (diff)
downloadohai-16.10.6.tar.gz
Bump version to 16.10.6 by Chef Expeditorv16.10.6
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 e4a3eb8e..02e46d6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.10.5 -->
-## [v16.10.5](https://github.com/chef/ohai/tree/v16.10.5) (2021-02-03)
+<!-- latest_release 16.10.6 -->
+## [v16.10.6](https://github.com/chef/ohai/tree/v16.10.6) (2021-02-03)
#### Merged Pull Requests
-- Pin chefstyle for Ohai 16 to a known version [#1611](https://github.com/chef/ohai/pull/1611) ([tas50](https://github.com/tas50))
+- [linux/platform] fix platform_version on Debian testing and unstable [#1614](https://github.com/chef/ohai/pull/1614) ([michel-slm](https://github.com/michel-slm))
<!-- latest_release -->
<!-- release_rollup since=16.10.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- [linux/platform] fix platform_version on Debian testing and unstable [#1614](https://github.com/chef/ohai/pull/1614) ([michel-slm](https://github.com/michel-slm)) <!-- 16.10.6 -->
- Pin chefstyle for Ohai 16 to a known version [#1611](https://github.com/chef/ohai/pull/1611) ([tas50](https://github.com/tas50)) <!-- 16.10.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 305e75ad..e8334565 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.10.5 \ No newline at end of file
+16.10.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0a09a8ab..0bb94a29 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.10.5"
+ VERSION = "16.10.6"
end