summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-07 23:33:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-07 23:33:27 +0000
commitba09f9b476b37c9c07e8d572c8fdba73450fbd06 (patch)
tree6bc135d1f359056da0062bfd753e149677e5ca7a
parentebdaf71dc951cc359963d4f5dcbd46fddb7d4bdf (diff)
downloadohai-ba09f9b476b37c9c07e8d572c8fdba73450fbd06.tar.gz
Bump version to 17.0.18 by Chef Expeditorv17.0.18
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 f91f0c04..4b865898 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.17 -->
-## [v17.0.17](https://github.com/chef/ohai/tree/v17.0.17) (2021-02-07)
+<!-- latest_release 17.0.18 -->
+## [v17.0.18](https://github.com/chef/ohai/tree/v17.0.18) (2021-02-07)
#### Merged Pull Requests
-- Update `packages` for Windows to be complete. [#1616](https://github.com/chef/ohai/pull/1616) ([jaymzh](https://github.com/jaymzh))
+- Add platform / platform_family detection for Alibaba Cloud Linux [#1618](https://github.com/chef/ohai/pull/1618) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add platform / platform_family detection for Alibaba Cloud Linux [#1618](https://github.com/chef/ohai/pull/1618) ([tas50](https://github.com/tas50)) <!-- 17.0.18 -->
- Update `packages` for Windows to be complete. [#1616](https://github.com/chef/ohai/pull/1616) ([jaymzh](https://github.com/jaymzh)) <!-- 17.0.17 -->
- Add support for Podman and fix docker guest detection on Github Actions [#1617](https://github.com/chef/ohai/pull/1617) ([ramereth](https://github.com/ramereth)) <!-- 17.0.16 -->
- Remove stubbing mock methods onto the frozen `true` value [#1615](https://github.com/chef/ohai/pull/1615) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.0.15 -->
diff --git a/VERSION b/VERSION
index 300a4256..9707827a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.17 \ No newline at end of file
+17.0.18 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7c12e666..91685066 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.17"
+ VERSION = "17.0.18"
end