summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-09 17:28:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-09 17:28:31 +0000
commitfd8c1b65dbb087ddb4df3c8e10b88eae239219d0 (patch)
tree3fbd21064d9bf44b3494868a83d41247e4c0f698
parent10281c1a70733a6002ccd7f575f965afecea75db (diff)
downloadohai-fd8c1b65dbb087ddb4df3c8e10b88eae239219d0.tar.gz
Bump version to 17.0.26 by Chef Expeditorv17.0.26
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 77563e64..ba3a77b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.25 -->
-## [v17.0.25](https://github.com/chef/ohai/tree/v17.0.25) (2021-03-07)
+<!-- latest_release 17.0.26 -->
+## [v17.0.26](https://github.com/chef/ohai/tree/v17.0.26) (2021-03-09)
#### Merged Pull Requests
-- Update rubocop-performance to 1.10.1 and revert optimization [#1630](https://github.com/chef/ohai/pull/1630) ([tas50](https://github.com/tas50))
+- Fix support for Sangoma Linux [#1631](https://github.com/chef/ohai/pull/1631) ([hron84](https://github.com/hron84))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix support for Sangoma Linux [#1631](https://github.com/chef/ohai/pull/1631) ([hron84](https://github.com/hron84)) <!-- 17.0.26 -->
- Update rubocop-performance to 1.10.1 and revert optimization [#1630](https://github.com/chef/ohai/pull/1630) ([tas50](https://github.com/tas50)) <!-- 17.0.25 -->
- Resolve new rubocop-performance warning [#1629](https://github.com/chef/ohai/pull/1629) ([tas50](https://github.com/tas50)) <!-- 17.0.24 -->
- Detect docker properly even if it&#39;s within virtualization [#1627](https://github.com/chef/ohai/pull/1627) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.23 -->
diff --git a/VERSION b/VERSION
index 12d2fb91..9663c46b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.25 \ No newline at end of file
+17.0.26 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index abcadaa8..7b73e079 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.25"
+ VERSION = "17.0.26"
end