mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 4.36.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
97e8a5a144
commit
4cd7a4012a
4 changed files with 10 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
||||||
# 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.36.3 -->
|
<!-- latest_release 4.36.4 -->
|
||||||
## [v4.36.3](https://github.com/inspec/inspec/tree/v4.36.3) (2021-04-28)
|
## [v4.36.4](https://github.com/inspec/inspec/tree/v4.36.4) (2021-04-28)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Bug Fixes
|
||||||
- Added new property `members_array` for group & groups resources. [#5479](https://github.com/inspec/inspec/pull/5479) ([Nik08](https://github.com/Nik08))
|
- Fix for group resource when member does not exist [#5470](https://github.com/inspec/inspec/pull/5470) ([Nik08](https://github.com/Nik08))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=4.33.1 -->
|
<!-- release_rollup since=4.33.1 -->
|
||||||
### Changes since 4.33.1 release
|
### Changes since 4.33.1 release
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
- Fix for group resource when member does not exist [#5470](https://github.com/inspec/inspec/pull/5470) ([Nik08](https://github.com/Nik08)) <!-- 4.36.4 -->
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
- Add selinux resource support for modules and booleans [#5463](https://github.com/inspec/inspec/pull/5463) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.36.0 -->
|
- Add selinux resource support for modules and booleans [#5463](https://github.com/inspec/inspec/pull/5463) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.36.0 -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.36.3
|
4.36.4
|
|
@ -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.36.3".freeze
|
VERSION = "4.36.4".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = "4.36.3".freeze
|
VERSION = "4.36.4".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue