summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-07 19:31:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-07 19:31:39 +0000
commite7ab4537234b310f22e08d9bd677d0d0ce994d58 (patch)
treedc26045f11cb6b3301b3a4110b64521b6caac2d1
parentcab6b8bfd1f0a010682365c2623e0d28dea0a93a (diff)
downloadohai-e7ab4537234b310f22e08d9bd677d0d0ce994d58.tar.gz
Bump version to 17.0.17 by Chef Expeditorv17.0.17
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 b52293f5..f91f0c04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.16 -->
-## [v17.0.16](https://github.com/chef/ohai/tree/v17.0.16) (2021-02-05)
+<!-- latest_release 17.0.17 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### 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)) <!-- 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 -->
- [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 -->
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