Bump version to 4.21.7 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-07-14 10:49:44 +00:00
parent 934aa8d49a
commit 861331b487
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.21.6 -->
## [v4.21.6](https://github.com/inspec/inspec/tree/v4.21.6) (2020-07-09)
<!-- latest_release 4.21.7 -->
## [v4.21.7](https://github.com/inspec/inspec/tree/v4.21.7) (2020-07-14)
#### Merged Pull Requests
- Allow = character in CLI inputs [#5135](https://github.com/inspec/inspec/pull/5135) ([Schwad](https://github.com/Schwad))
- skip apt-cdrom repos in apt resource when parsing lists [#5138](https://github.com/inspec/inspec/pull/5138) ([jrbeilke](https://github.com/jrbeilke))
<!-- latest_release -->
<!-- release_rollup since=4.21.3 -->
### Changes since 4.21.3 release
#### Merged Pull Requests
- skip apt-cdrom repos in apt resource when parsing lists [#5138](https://github.com/inspec/inspec/pull/5138) ([jrbeilke](https://github.com/jrbeilke)) <!-- 4.21.7 -->
- Allow = character in CLI inputs [#5135](https://github.com/inspec/inspec/pull/5135) ([Schwad](https://github.com/Schwad)) <!-- 4.21.6 -->
- WIP: Make progress on `skip_windows!` [#5063](https://github.com/inspec/inspec/pull/5063) ([Schwad](https://github.com/Schwad)) <!-- 4.21.4 -->
- Add the generic &#39;darwin&#39; to the service resource [#5130](https://github.com/inspec/inspec/pull/5130) ([btm](https://github.com/btm)) <!-- 4.21.5 -->

View file

@ -1 +1 @@
4.21.6
4.21.7

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.21.6".freeze
VERSION = "4.21.7".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.21.6".freeze
VERSION = "4.21.7".freeze
end