mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 6.4.58 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
95c17d4e7f
commit
7c46d14f3b
4 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release 6.4.57 -->
|
||||
## [v6.4.57](https://github.com/inspec/inspec/tree/v6.4.57) (2023-09-11)
|
||||
<!-- latest_release 6.4.58 -->
|
||||
## [v6.4.58](https://github.com/inspec/inspec/tree/v6.4.58) (2023-09-12)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CHEF-5898: Update latest EULA as used in MacOS installers [#6652](https://github.com/inspec/inspec/pull/6652) ([ahasunos](https://github.com/ahasunos))
|
||||
- CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt [#6644](https://github.com/inspec/inspec/pull/6644) ([Vasu1105](https://github.com/Vasu1105))
|
||||
<!-- latest_release -->
|
||||
|
||||
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
|
||||
|
@ -38,6 +38,7 @@
|
|||
### Changes since 5.22.13 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt [#6644](https://github.com/inspec/inspec/pull/6644) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.58 -->
|
||||
- CHEF-5898: Update latest EULA as used in MacOS installers [#6652](https://github.com/inspec/inspec/pull/6652) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.57 -->
|
||||
- Revert CLI docs page changes [#6650](https://github.com/inspec/inspec/pull/6650) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.56 -->
|
||||
- Add license key error to troubleshooting page [#6609](https://github.com/inspec/inspec/pull/6609) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.55 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.57
|
||||
6.4.58
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.4.57".freeze
|
||||
VERSION = "6.4.58".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.57".freeze
|
||||
VERSION = "6.4.58".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue