mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 1.43.1 by Expeditor
This commit is contained in:
parent
a4cd589b93
commit
b2597cecfa
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 1.43.0 -->
|
||||
## [v1.43.0](https://github.com/chef/inspec/tree/v1.43.0) (2017-10-20)
|
||||
<!-- latest_release 1.43.1 -->
|
||||
## [v1.43.1](https://github.com/chef/inspec/tree/v1.43.1) (2017-10-24)
|
||||
|
||||
#### New Resources
|
||||
- new resource: elasticsearch resource, test cluster/node state [#2261](https://github.com/chef/inspec/pull/2261) ([adamleff](https://github.com/adamleff))
|
||||
#### Bug Fixes
|
||||
- Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.42.3 -->
|
||||
### Changes since 1.42.3 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.43.1 -->
|
||||
|
||||
#### New Resources
|
||||
- new resource: elasticsearch resource, test cluster/node state [#2261](https://github.com/chef/inspec/pull/2261) ([adamleff](https://github.com/adamleff)) <!-- 1.43.0 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.43.0
|
||||
1.43.1
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.43.0'.freeze
|
||||
VERSION = '1.43.1'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue