summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-04 20:37:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-04 20:37:53 +0000
commit1d4cc9f9329ed9b0df3791d71f303dafb34423e2 (patch)
tree822503e4bc4e0e4640796a2c32731d8f22aafd02
parenta86073d14f6f584cf25b99325c5ee2f9e4ce4df6 (diff)
downloadohai-1d4cc9f9329ed9b0df3791d71f303dafb34423e2.tar.gz
Bump version to 16.7.11 by Chef Expeditorv16.7.11
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 e17f7c2b..a5dde20e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.10 -->
-## [v16.7.10](https://github.com/chef/ohai/tree/v16.7.10) (2020-11-02)
+<!-- latest_release 16.7.11 -->
+## [v16.7.11](https://github.com/chef/ohai/tree/v16.7.11) (2020-11-04)
#### Merged Pull Requests
-- Minor memory optimizations [#1553](https://github.com/chef/ohai/pull/1553) ([tas50](https://github.com/tas50))
+- pop_os is a derivative of ubuntu [#1555](https://github.com/chef/ohai/pull/1555) ([chasebolt](https://github.com/chasebolt))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- pop_os is a derivative of ubuntu [#1555](https://github.com/chef/ohai/pull/1555) ([chasebolt](https://github.com/chasebolt)) <!-- 16.7.11 -->
- Minor memory optimizations [#1553](https://github.com/chef/ohai/pull/1553) ([tas50](https://github.com/tas50)) <!-- 16.7.10 -->
- Freeze the strings we&#39;re not later modifying [#1551](https://github.com/chef/ohai/pull/1551) ([tas50](https://github.com/tas50)) <!-- 16.7.9 -->
- Properly detect NVME/XVD devices in ZFS zpools [#1549](https://github.com/chef/ohai/pull/1549) ([tas50](https://github.com/tas50)) <!-- 16.7.8 -->
diff --git a/VERSION b/VERSION
index 2e838c7d..75f59fa6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.10 \ No newline at end of file
+16.7.11 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 60ac6c25..07b2541e 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.10"
+ VERSION = "16.7.11"
end