Bump version to 4.23.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-08-27 11:44:49 +00:00
parent 1d71ce141a
commit 7126b7fea1
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.1 -->
## [v4.23.1](https://github.com/inspec/inspec/tree/v4.23.1) (2020-08-27)
<!-- latest_release 4.23.2 -->
## [v4.23.2](https://github.com/inspec/inspec/tree/v4.23.2) (2020-08-27)
#### 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))
- First pass at fixing issue #5183. [#5185](https://github.com/inspec/inspec/pull/5185) ([StylusEaterChef](https://github.com/StylusEaterChef))
<!-- 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
- First pass at fixing issue #5183. [#5185](https://github.com/inspec/inspec/pull/5185) ([StylusEaterChef](https://github.com/StylusEaterChef)) <!-- 4.23.2 -->
- 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&#39;s the recommended property name [#5151](https://github.com/inspec/inspec/pull/5151) ([bcwood](https://github.com/bcwood)) <!-- 4.22.23 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.23.1
4.23.2

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.23.1".freeze
VERSION = "4.23.2".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.1".freeze
VERSION = "4.23.2".freeze
end