summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-12 22:39:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-12 22:40:03 +0000
commit61b8897698753298e12553225b0120e20fc01e45 (patch)
treec5fbdce8eedea6b8bbf19e449c73658d2c62f04b
parent6f32af324c617f64e5ed7b59422518daec9e4504 (diff)
downloadohai-61b8897698753298e12553225b0120e20fc01e45.tar.gz
Bump version to 17.0.27 by Chef Expeditorv17.0.27
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 ba3a77b9..e86d0edf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.26 -->
-## [v17.0.26](https://github.com/chef/ohai/tree/v17.0.26) (2021-03-09)
+<!-- latest_release 17.0.27 -->
+## [v17.0.27](https://github.com/chef/ohai/tree/v17.0.27) (2021-03-12)
#### Merged Pull Requests
-- Fix support for Sangoma Linux [#1631](https://github.com/chef/ohai/pull/1631) ([hron84](https://github.com/hron84))
+- Remove support for discontinued antergos distro [#1634](https://github.com/chef/ohai/pull/1634) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove support for discontinued antergos distro [#1634](https://github.com/chef/ohai/pull/1634) ([tas50](https://github.com/tas50)) <!-- 17.0.27 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 9663c46b..bbae1f65 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.26 \ No newline at end of file
+17.0.27 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7b73e079..e6b43c94 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.26"
+ VERSION = "17.0.27"
end