mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Bump version to 4.21.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
82389b61cc
commit
9bdf02ac28
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.21.1 -->
|
<!-- latest_release 4.21.2 -->
|
||||||
## [v4.21.1](https://github.com/inspec/inspec/tree/v4.21.1) (2020-06-25)
|
## [v4.21.2](https://github.com/inspec/inspec/tree/v4.21.2) (2020-06-26)
|
||||||
|
|
||||||
#### Enhancements
|
#### Merged Pull Requests
|
||||||
- Additions to the interface resource [#5036](https://github.com/inspec/inspec/pull/5036) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
- Address test:isolated failure [#5117](https://github.com/inspec/inspec/pull/5117) ([james-stocks](https://github.com/james-stocks))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=4.20.10 -->
|
<!-- release_rollup since=4.20.10 -->
|
||||||
### Changes since 4.20.10 release
|
### Changes since 4.20.10 release
|
||||||
|
|
||||||
|
#### Merged Pull Requests
|
||||||
|
- Address test:isolated failure [#5117](https://github.com/inspec/inspec/pull/5117) ([james-stocks](https://github.com/james-stocks)) <!-- 4.21.2 -->
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
- Additions to the interface resource [#5036](https://github.com/inspec/inspec/pull/5036) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.21.1 -->
|
- Additions to the interface resource [#5036](https://github.com/inspec/inspec/pull/5036) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.21.1 -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.21.1
|
4.21.2
|
|
@ -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("../..", __FILE__)
|
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||||
VERSION = "4.21.1".freeze
|
VERSION = "4.21.2".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = "4.21.1".freeze
|
VERSION = "4.21.2".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue