summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-03 01:59:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-03 01:59:13 +0000
commitb687c788c069f70897e4f8ef3a5baf460dc5233f (patch)
tree36ff5046df96a006e79e534aba5b104284166314
parent3cfa7335e0bda82b25871c26f572bbe0f4517342 (diff)
downloadohai-b687c788c069f70897e4f8ef3a5baf460dc5233f.tar.gz
Bump version to 17.0.15 by Chef Expeditorv17.0.15
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 6f79a5b3..382b69e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.14 -->
-## [v17.0.14](https://github.com/chef/ohai/tree/v17.0.14) (2021-02-03)
+<!-- latest_release 17.0.15 -->
+## [v17.0.15](https://github.com/chef/ohai/tree/v17.0.15) (2021-02-03)
#### Merged Pull Requests
-- [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))
+- Remove stubbing mock methods onto the frozen `true` value [#1615](https://github.com/chef/ohai/pull/1615) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 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 -->
- Detect Alma Linux with platform_family of rhel [#1604](https://github.com/chef/ohai/pull/1604) ([tas50](https://github.com/tas50)) <!-- 17.0.12 -->
diff --git a/VERSION b/VERSION
index 5007f838..4f09035a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.14 \ No newline at end of file
+17.0.15 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6688db9f..1a40b9d7 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.14"
+ VERSION = "17.0.15"
end