mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 4.56.60 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
6c28bfb97c
commit
7b4cef0ba4
4 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.56.59 -->
|
||||
## [v4.56.59](https://github.com/inspec/inspec/tree/v4.56.59) (2023-11-06)
|
||||
<!-- latest_release 4.56.60 -->
|
||||
## [v4.56.60](https://github.com/inspec/inspec/tree/v4.56.60) (2023-11-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- BACKPORT: Fix in HTML2 reporter [#6812](https://github.com/inspec/inspec/pull/6812) ([Nik08](https://github.com/Nik08))
|
||||
- Pull release notes from v4 wiki page [#6839](https://github.com/inspec/inspec/pull/6839) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Fix trailing whitespace on omnibus overrides file [#6841](https://github.com/inspec/inspec/pull/6841) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Backport-6832: Usage changes of profile params in inspec compliance plugin (InSpec 4) [#6853](https://github.com/inspec/inspec/pull/6853) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.56.58 -->
|
||||
### Changes since 4.56.58 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Backport-6832: Usage changes of profile params in inspec compliance plugin (InSpec 4) [#6853](https://github.com/inspec/inspec/pull/6853) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.60 -->
|
||||
- BACKPORT: Fix in HTML2 reporter [#6812](https://github.com/inspec/inspec/pull/6812) ([Nik08](https://github.com/Nik08)) <!-- 4.56.59 -->
|
||||
- Pull release notes from v4 wiki page [#6839](https://github.com/inspec/inspec/pull/6839) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.58 -->
|
||||
- Fix trailing whitespace on omnibus overrides file [#6841](https://github.com/inspec/inspec/pull/6841) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.58 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.59
|
||||
4.56.60
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.56.59".freeze
|
||||
VERSION = "4.56.60".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.59".freeze
|
||||
VERSION = "4.56.60".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue