mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.37.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
b5af744d24
commit
1e96f31a0c
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.37.11 -->
|
||||
## [v4.37.11](https://github.com/inspec/inspec/tree/v4.37.11) (2021-05-16)
|
||||
<!-- latest_release 4.37.12 -->
|
||||
## [v4.37.12](https://github.com/inspec/inspec/tree/v4.37.12) (2021-05-16)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add basic docs for toml resource [#5514](https://github.com/inspec/inspec/pull/5514) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Add CI-CD docs [#5489](https://github.com/inspec/inspec/pull/5489) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.37.8 -->
|
||||
### Changes since 4.37.8 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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 -->
|
||||
- Support zfs_pool and zfs_dataset resources on Linux. Handled #5075 [#5523](https://github.com/inspec/inspec/pull/5523) ([kannanr](https://github.com/kannanr)) <!-- 4.37.10 -->
|
||||
- Fix the lint and failing test for windows_feature resource [#5524](https://github.com/inspec/inspec/pull/5524) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.37.9 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.37.11
|
||||
4.37.12
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.37.11".freeze
|
||||
VERSION = "4.37.12".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.37.11".freeze
|
||||
VERSION = "4.37.12".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue