mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 4.35.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
79aa03ae14
commit
2308bad51b
4 changed files with 7 additions and 6 deletions
|
@ -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.34.0 -->
|
<!-- latest_release 4.35.0 -->
|
||||||
## [v4.34.0](https://github.com/inspec/inspec/tree/v4.34.0) (2021-04-21)
|
## [v4.35.0](https://github.com/inspec/inspec/tree/v4.35.0) (2021-04-21)
|
||||||
|
|
||||||
#### New Features
|
#### New Features
|
||||||
- Add selinux resource with basic feature support [#5458](https://github.com/inspec/inspec/pull/5458) ([Vasu1105](https://github.com/Vasu1105))
|
- New input option `pattern` added for DSL and metadata inputs [#5466](https://github.com/inspec/inspec/pull/5466) ([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
|
||||||
|
|
||||||
#### New Features
|
#### New Features
|
||||||
|
- New input option `pattern` added for DSL and metadata inputs [#5466](https://github.com/inspec/inspec/pull/5466) ([Nik08](https://github.com/Nik08)) <!-- 4.35.0 -->
|
||||||
- Add selinux resource with basic feature support [#5458](https://github.com/inspec/inspec/pull/5458) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.34.0 -->
|
- Add selinux resource with basic feature support [#5458](https://github.com/inspec/inspec/pull/5458) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.34.0 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.34.0
|
4.35.0
|
|
@ -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.34.0".freeze
|
VERSION = "4.35.0".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = "4.34.0".freeze
|
VERSION = "4.35.0".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue