Bump version to 4.29.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-03-19 14:26:16 +00:00
parent f1e118cbaa
commit 9fc1364c07
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.28.4 -->
## [v4.28.4](https://github.com/inspec/inspec/tree/v4.28.4) (2021-03-19)
<!-- latest_release 4.29.0 -->
## [v4.29.0](https://github.com/inspec/inspec/tree/v4.29.0) (2021-03-19)
#### Merged Pull Requests
- Updates profile init for cloud platforms to use inputs [#5435](https://github.com/inspec/inspec/pull/5435) ([collinmcneese](https://github.com/collinmcneese))
- Move Passthrough Config from Automate to JSON Reporter [#5430](https://github.com/inspec/inspec/pull/5430) ([tohch4](https://github.com/tohch4))
<!-- latest_release -->
<!-- release_rollup since=4.28.0 -->
@ -14,6 +14,7 @@
- Fix for -controls option is not working as expected. [#5434](https://github.com/inspec/inspec/pull/5434) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.28.3 -->
#### Merged Pull Requests
- Move Passthrough Config from Automate to JSON Reporter [#5430](https://github.com/inspec/inspec/pull/5430) ([tohch4](https://github.com/tohch4)) <!-- 4.29.0 -->
- Updates profile init for cloud platforms to use inputs [#5435](https://github.com/inspec/inspec/pull/5435) ([collinmcneese](https://github.com/collinmcneese)) <!-- 4.28.4 -->
- Add quotation around -name option for apt resource to work properly with zsh [#5437](https://github.com/inspec/inspec/pull/5437) ([ymotongpoo](https://github.com/ymotongpoo)) <!-- 4.28.2 -->
- Minor Docs edits [#5433](https://github.com/inspec/inspec/pull/5433) ([IanMadd](https://github.com/IanMadd)) <!-- 4.28.1 -->

View file

@ -1 +1 @@
4.28.4
4.29.0

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.28.4".freeze
VERSION = "4.29.0".freeze
end