summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 20:53:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 20:53:14 +0000
commitae351f561032defcc8409ea01947100ced612230 (patch)
tree29c5fae0e6f1f2afd77e603191a51840278675df
parentf616d5e46d2acf9aa395a3934e9ecc8ad4da1497 (diff)
downloadohai-ae351f561032defcc8409ea01947100ced612230.tar.gz
Bump version to 17.7.12 by Chef Expeditorv17.7.12
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 d0fc9db4..5c185f36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.11 -->
-## [v17.7.11](https://github.com/chef/ohai/tree/v17.7.11) (2021-11-16)
+<!-- latest_release 17.7.12 -->
+## [v17.7.12](https://github.com/chef/ohai/tree/v17.7.12) (2021-11-30)
#### Merged Pull Requests
-- Update chefstyle requirement from 2.1.2 to 2.1.3 [#1717](https://github.com/chef/ohai/pull/1717) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Add new rpm plugin [#1718](https://github.com/chef/ohai/pull/1718) ([davide125](https://github.com/davide125))
<!-- latest_release -->
<!-- release_rollup since=17.7.8 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add new rpm plugin [#1718](https://github.com/chef/ohai/pull/1718) ([davide125](https://github.com/davide125)) <!-- 17.7.12 -->
- Update chefstyle requirement from 2.1.2 to 2.1.3 [#1717](https://github.com/chef/ohai/pull/1717) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.7.11 -->
- Run the github actions test on 16-stable too [#1709](https://github.com/chef/ohai/pull/1709) ([tas50](https://github.com/tas50)) <!-- 17.7.10 -->
- Update rubocop-performance requirement from 1.11.5 to 1.12.0 [#1707](https://github.com/chef/ohai/pull/1707) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.7.9 -->
diff --git a/VERSION b/VERSION
index cc6a3d70..c42d01ad 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.11 \ No newline at end of file
+17.7.12 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4ddacf0f..6bb1b33c 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.7.11"
+ VERSION = "17.7.12"
end