mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Bump version to 2.1.41 by Expeditor
This commit is contained in:
parent
a278ae921b
commit
9940dec0d7
3 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 2.1.40 -->
|
||||
## [v2.1.40](https://github.com/chef/inspec/tree/v2.1.40) (2018-04-12)
|
||||
<!-- latest_release 2.1.41 -->
|
||||
## [v2.1.41](https://github.com/chef/inspec/tree/v2.1.41) (2018-04-12)
|
||||
|
||||
#### New Features
|
||||
- Basic fields for aws_vpcs [#2930](https://github.com/chef/inspec/pull/2930) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Enhancements
|
||||
- Require a key attribute for the key_rsa resource [#2891](https://github.com/chef/inspec/pull/2891) ([omar-irizarry](https://github.com/omar-irizarry))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.30 -->
|
||||
### Changes since 2.1.30 release
|
||||
|
||||
#### Enhancements
|
||||
- Require a key attribute for the key_rsa resource [#2891](https://github.com/chef/inspec/pull/2891) ([omar-irizarry](https://github.com/omar-irizarry)) <!-- 2.1.41 -->
|
||||
- Ensure @params in shadow resource always has a valid value. [#2939](https://github.com/chef/inspec/pull/2939) ([miah](https://github.com/miah)) <!-- 2.1.39 -->
|
||||
- Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble)) <!-- 2.1.35 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.40
|
||||
2.1.41
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.40'
|
||||
VERSION = '2.1.41'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue