summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-15 19:33:21 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-15 19:33:21 +0000
commit74bde1d4b0fafb6192d1e1b135c13a37a80b2fb6 (patch)
tree636cf8b7cbd47f75f6fffc91b48850016447f584
parent76707490c3ee5fd3e57b8e338905bb668f68213d (diff)
downloadohai-74bde1d4b0fafb6192d1e1b135c13a37a80b2fb6.tar.gz
Bump version to 17.0.30 by Chef Expeditorv17.0.30
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 da67eb34..3a86a452 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.29 -->
-## [v17.0.29](https://github.com/chef/ohai/tree/v17.0.29) (2021-03-13)
+<!-- latest_release 17.0.30 -->
+## [v17.0.30](https://github.com/chef/ohai/tree/v17.0.30) (2021-03-15)
#### Merged Pull Requests
-- Update the XCP-ng Linux Detection [#1632](https://github.com/chef/ohai/pull/1632) ([tas50](https://github.com/tas50))
+- Stick the common matched platforms first [#1635](https://github.com/chef/ohai/pull/1635) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Stick the common matched platforms first [#1635](https://github.com/chef/ohai/pull/1635) ([tas50](https://github.com/tas50)) <!-- 17.0.30 -->
- Update the XCP-ng Linux Detection [#1632](https://github.com/chef/ohai/pull/1632) ([tas50](https://github.com/tas50)) <!-- 17.0.29 -->
- Remove support for Pidora which is discontinued [#1633](https://github.com/chef/ohai/pull/1633) ([tas50](https://github.com/tas50)) <!-- 17.0.28 -->
- Remove support for discontinued antergos distro [#1634](https://github.com/chef/ohai/pull/1634) ([tas50](https://github.com/tas50)) <!-- 17.0.27 -->
diff --git a/VERSION b/VERSION
index 6c645475..bc08fbd7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.29 \ No newline at end of file
+17.0.30 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 159c08ce..546a9112 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.29"
+ VERSION = "17.0.30"
end