mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 6.4.70 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
33d2012713
commit
4f1b83e461
4 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 6.4.70 -->
|
||||
## [v6.4.70](https://github.com/inspec/inspec/tree/v6.4.70) (2023-10-11)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump omnibus-software from `7723be6` to `b3d89a4` in /omnibus [#6787](https://github.com/inspec/inspec/pull/6787) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
- Bump omnibus-software from `c44dea9` to `7723be6` in /omnibus [#6770](https://github.com/inspec/inspec/pull/6770) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
<!-- latest_release -->
|
||||
|
||||
|
@ -38,6 +39,7 @@
|
|||
### Changes since 5.22.13 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump omnibus-software from `7723be6` to `b3d89a4` in /omnibus [#6787](https://github.com/inspec/inspec/pull/6787) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.70 -->
|
||||
- Bump omnibus-software from `c44dea9` to `7723be6` in /omnibus [#6770](https://github.com/inspec/inspec/pull/6770) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.69 -->
|
||||
- Changed params usage in `inspec archive` to skip evaluation [#6741](https://github.com/inspec/inspec/pull/6741) ([Nik08](https://github.com/Nik08)) <!-- 6.4.69 -->
|
||||
- CHEF-5899: Update latest EULA as used in Windows installers [#6655](https://github.com/inspec/inspec/pull/6655) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.68 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.69
|
||||
6.4.70
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.4.69".freeze
|
||||
VERSION = "6.4.70".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.69".freeze
|
||||
VERSION = "6.4.70".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue