Bump version to 4.37.8 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-05-10 20:56:05 +00:00
parent 24b0f8bf01
commit 54763c61d7
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.37.7 --> <!-- latest_release 4.37.8 -->
## [v4.37.7](https://github.com/inspec/inspec/tree/v4.37.7) (2021-05-10) ## [v4.37.8](https://github.com/inspec/inspec/tree/v4.37.8) (2021-05-10)
#### Merged Pull Requests #### Merged Pull Requests
- Modified windows_feature to indicate enabled rather than just available [#5506](https://github.com/inspec/inspec/pull/5506) ([jwdean](https://github.com/jwdean)) - Remove outdated instructions about testing AWS and Azure resources [#5499](https://github.com/inspec/inspec/pull/5499) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.37.0 --> <!-- release_rollup since=4.37.0 -->
### Changes since 4.37.0 release ### Changes since 4.37.0 release
#### Merged Pull Requests #### Merged Pull Requests
- Remove outdated instructions about testing AWS and Azure resources [#5499](https://github.com/inspec/inspec/pull/5499) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.8 -->
- Modified windows_feature to indicate enabled rather than just available [#5506](https://github.com/inspec/inspec/pull/5506) ([jwdean](https://github.com/jwdean)) <!-- 4.37.7 --> - Modified windows_feature to indicate enabled rather than just available [#5506](https://github.com/inspec/inspec/pull/5506) ([jwdean](https://github.com/jwdean)) <!-- 4.37.7 -->
- Update Hugo and correct how build previews are generated [#5507](https://github.com/inspec/inspec/pull/5507) ([IanMadd](https://github.com/IanMadd)) <!-- 4.37.6 --> - Update Hugo and correct how build previews are generated [#5507](https://github.com/inspec/inspec/pull/5507) ([IanMadd](https://github.com/IanMadd)) <!-- 4.37.6 -->
- Update chefstyle requirement from ~&gt; 1.7.1 to ~&gt; 2.0.3 [#5508](https://github.com/inspec/inspec/pull/5508) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.37.5 --> - Update chefstyle requirement from ~&gt; 1.7.1 to ~&gt; 2.0.3 [#5508](https://github.com/inspec/inspec/pull/5508) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.37.5 -->

View file

@ -1 +1 @@
4.37.7 4.37.8

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually # This file managed by automation - do not edit manually
module InspecBin module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__) INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.37.7".freeze VERSION = "4.37.8".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.37.7".freeze VERSION = "4.37.8".freeze
end end