mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
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:
parent
24b0f8bf01
commit
54763c61d7
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.37.7 -->
|
||||
## [v4.37.7](https://github.com/inspec/inspec/tree/v4.37.7) (2021-05-10)
|
||||
<!-- latest_release 4.37.8 -->
|
||||
## [v4.37.8](https://github.com/inspec/inspec/tree/v4.37.8) (2021-05-10)
|
||||
|
||||
#### 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 -->
|
||||
|
||||
<!-- release_rollup since=4.37.0 -->
|
||||
### Changes since 4.37.0 release
|
||||
|
||||
#### 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 -->
|
||||
- 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 ~> 1.7.1 to ~> 2.0.3 [#5508](https://github.com/inspec/inspec/pull/5508) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.37.5 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.37.7
|
||||
4.37.8
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.37.7".freeze
|
||||
VERSION = "4.37.8".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.37.7".freeze
|
||||
VERSION = "4.37.8".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue