From e7ab4537234b310f22e08d9bd677d0d0ce994d58 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sun, 7 Feb 2021 19:31:39 +0000 Subject: Bump version to 17.0.17 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52293f5..f91f0c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v17.0.16](https://github.com/chef/ohai/tree/v17.0.16) (2021-02-05) + +## [v17.0.17](https://github.com/chef/ohai/tree/v17.0.17) (2021-02-07) #### 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)) +- Update `packages` for Windows to be complete. [#1616](https://github.com/chef/ohai/pull/1616) ([jaymzh](https://github.com/jaymzh)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update `packages` for Windows to be complete. [#1616](https://github.com/chef/ohai/pull/1616) ([jaymzh](https://github.com/jaymzh)) - 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)) - Remove stubbing mock methods onto the frozen `true` value [#1615](https://github.com/chef/ohai/pull/1615) ([lamont-granquist](https://github.com/lamont-granquist)) - [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)) diff --git a/VERSION b/VERSION index 02c6e558..300a4256 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.16 \ No newline at end of file +17.0.17 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 82be99a3..7c12e666 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.16" + VERSION = "17.0.17" end -- cgit v1.2.1