summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-05 19:15:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-05 19:15:22 +0000
commit8760b3b6af613548119e887e04d072286248fd1f (patch)
tree69b22e6eeaad94d704aabd9cc6e6269fea4d1d69
parent7190711814ddcd78611aeb5b3e3489782b70e14f (diff)
downloadohai-8760b3b6af613548119e887e04d072286248fd1f.tar.gz
Bump version to 17.0.16 by Chef Expeditorv17.0.16
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 382b69e7..b52293f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.15 -->
-## [v17.0.15](https://github.com/chef/ohai/tree/v17.0.15) (2021-02-03)
+<!-- latest_release 17.0.16 -->
+## [v17.0.16](https://github.com/chef/ohai/tree/v17.0.16) (2021-02-05)
#### Merged Pull Requests
-- Remove stubbing mock methods onto the frozen `true` value [#1615](https://github.com/chef/ohai/pull/1615) ([lamont-granquist](https://github.com/lamont-granquist))
+- 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))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
- [linux/platform] fix platform_version on Debian testing and unstable [#1613](https://github.com/chef/ohai/pull/1613) ([michel-slm](https://github.com/michel-slm)) <!-- 17.0.14 -->
- Don&#39;t track sensitive new ec2 metadata [#1605](https://github.com/chef/ohai/pull/1605) ([tas50](https://github.com/tas50)) <!-- 17.0.13 -->
diff --git a/VERSION b/VERSION
index 4f09035a..02c6e558 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.15 \ No newline at end of file
+17.0.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 1a40b9d7..82be99a3 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.15"
+ VERSION = "17.0.16"
end