Bump version to 4.37.14 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-05-18 19:30:57 +00:00
parent cab833b88f
commit a75bf41a04
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.37.13 --> <!-- latest_release 4.37.14 -->
## [v4.37.13](https://github.com/inspec/inspec/tree/v4.37.13) (2021-05-18) ## [v4.37.14](https://github.com/inspec/inspec/tree/v4.37.14) (2021-05-18)
#### Merged Pull Requests #### Merged Pull Requests
- Add explicit RHEL8 builders to omnibus build [#5527](https://github.com/inspec/inspec/pull/5527) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Changes returns nil on file non-existence through matcher `more_permissive_than` [#5519](https://github.com/inspec/inspec/pull/5519) ([Nik08](https://github.com/Nik08))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.37.8 --> <!-- release_rollup since=4.37.8 -->
### Changes since 4.37.8 release ### Changes since 4.37.8 release
#### Merged Pull Requests #### Merged Pull Requests
- Changes returns nil on file non-existence through matcher `more_permissive_than` [#5519](https://github.com/inspec/inspec/pull/5519) ([Nik08](https://github.com/Nik08)) <!-- 4.37.14 -->
- Add explicit RHEL8 builders to omnibus build [#5527](https://github.com/inspec/inspec/pull/5527) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.13 --> - Add explicit RHEL8 builders to omnibus build [#5527](https://github.com/inspec/inspec/pull/5527) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.13 -->
- Add CI-CD docs [#5489](https://github.com/inspec/inspec/pull/5489) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.12 --> - Add CI-CD docs [#5489](https://github.com/inspec/inspec/pull/5489) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.12 -->
- Add basic docs for toml resource [#5514](https://github.com/inspec/inspec/pull/5514) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.11 --> - Add basic docs for toml resource [#5514](https://github.com/inspec/inspec/pull/5514) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.37.11 -->

View file

@ -1 +1 @@
4.37.13 4.37.14

View file

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

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.37.13".freeze VERSION = "4.37.14".freeze
end end