summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-02 19:53:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-02 19:53:10 +0000
commite4f52072309e66149dd97e02608d1a6dc6239f80 (patch)
tree00f4f07ee27dac60f203d8c3776532d85b7ff1c4
parent885eef4bbe3ad22dd3681490c295d448b8768447 (diff)
downloadohai-e4f52072309e66149dd97e02608d1a6dc6239f80.tar.gz
Bump version to 18.0.17 by Chef Expeditorv18.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 3e647fc5..907a15bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.0.16 -->
-## [v18.0.16](https://github.com/chef/ohai/tree/v18.0.16) (2022-06-14)
+<!-- latest_release 18.0.17 -->
+## [v18.0.17](https://github.com/chef/ohai/tree/v18.0.17) (2022-08-02)
#### Merged Pull Requests
-- Update rubocop-performance requirement from 1.13.3 to 1.14.2 [#1751](https://github.com/chef/ohai/pull/1751) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Do not attempt to reinitialize constants [#1758](https://github.com/chef/ohai/pull/1758) ([balasankarc](https://github.com/balasankarc))
<!-- latest_release -->
<!-- release_rollup since=18.0.14 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Do not attempt to reinitialize constants [#1758](https://github.com/chef/ohai/pull/1758) ([balasankarc](https://github.com/balasankarc)) <!-- 18.0.17 -->
- Update rubocop-performance requirement from 1.13.3 to 1.14.2 [#1751](https://github.com/chef/ohai/pull/1751) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 18.0.16 -->
- chore: Included githubactions in the dependabot config [#1748](https://github.com/chef/ohai/pull/1748) ([naveensrinivasan](https://github.com/naveensrinivasan)) <!-- 18.0.15 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 64cbf7d4..fae12adf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.0.16 \ No newline at end of file
+18.0.17 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e404d483..2685e86b 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "18.0.16"
+ VERSION = "18.0.17"
end