summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-16 16:37:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-16 16:37:14 +0000
commit17b492e4192a4ca12001dbc410f0067825412be5 (patch)
tree9a6770004e3fbda1ba86e8234f6a8c36cfdba5d9
parent7d45d76d1f06db5e9e8a8eb1a70192e6ee615c23 (diff)
downloadohai-17b492e4192a4ca12001dbc410f0067825412be5.tar.gz
Bump version to 17.7.11 by Chef Expeditorv17.7.11
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 2c264e25..d0fc9db4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.7.10 -->
-## [v17.7.10](https://github.com/chef/ohai/tree/v17.7.10) (2021-11-05)
+<!-- latest_release 17.7.11 -->
+## [v17.7.11](https://github.com/chef/ohai/tree/v17.7.11) (2021-11-16)
#### Merged Pull Requests
-- Run the github actions test on 16-stable too [#1709](https://github.com/chef/ohai/pull/1709) ([tas50](https://github.com/tas50))
+- 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]))
<!-- latest_release -->
<!-- release_rollup since=17.7.8 -->
### Changes not yet released to rubygems.org
#### 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])) <!-- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index a1deeab7..cc6a3d70 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.7.10 \ No newline at end of file
+17.7.11 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0f6f6228..4ddacf0f 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.10"
+ VERSION = "17.7.11"
end