mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.23.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
1333fcd821
commit
427499a1e4
4 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.23.0 -->
|
||||
## [v4.23.0](https://github.com/inspec/inspec/tree/v4.23.0) (2020-08-27)
|
||||
<!-- latest_release 4.23.1 -->
|
||||
## [v4.23.1](https://github.com/inspec/inspec/tree/v4.23.1) (2020-08-27)
|
||||
|
||||
#### New Features
|
||||
- RunData Filters; sensitive inputs; suppress diff; sorted output [#5054](https://github.com/inspec/inspec/pull/5054) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Merged Pull Requests
|
||||
- Add ability to disable input caching for kitchen-inspec use [#5211](https://github.com/inspec/inspec/pull/5211) ([tecracer-theinen](https://github.com/tecracer-theinen))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.22.22 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- RunData Filters; sensitive inputs; suppress diff; sorted output [#5054](https://github.com/inspec/inspec/pull/5054) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.23.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add ability to disable input caching for kitchen-inspec use [#5211](https://github.com/inspec/inspec/pull/5211) ([tecracer-theinen](https://github.com/tecracer-theinen)) <!-- 4.23.1 -->
|
||||
- changed inspec.yml example to use platform-family instead of os-family, since that's the recommended property name [#5151](https://github.com/inspec/inspec/pull/5151) ([bcwood](https://github.com/bcwood)) <!-- 4.22.23 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.23.0
|
||||
4.23.1
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.23.0".freeze
|
||||
VERSION = "4.23.1".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.23.0".freeze
|
||||
VERSION = "4.23.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue