Bump version to 5.21.16 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-01-03 14:58:11 +00:00
parent 7fa49e5132
commit 9c1abfebd2
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 5.21.15 -->
## [v5.21.15](https://github.com/inspec/inspec/tree/v5.21.15) (2022-12-01)
<!-- latest_release 5.21.16 -->
## [v5.21.16](https://github.com/inspec/inspec/tree/v5.21.16) (2023-01-03)
#### Merged Pull Requests
- CFINSPEC-393 - Fix train-kubernetes plugin load issue [#6334](https://github.com/inspec/inspec/pull/6334) ([Vasu1105](https://github.com/Vasu1105))
- CFINSPEC-517: Fix for habitat buld failure [#6340](https://github.com/inspec/inspec/pull/6340) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=5.18.14 -->
### Changes since 5.18.14 release
#### Merged Pull Requests
- CFINSPEC-517: Fix for habitat buld failure [#6340](https://github.com/inspec/inspec/pull/6340) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.21.16 -->
- CFINSPEC-393 - Fix train-kubernetes plugin load issue [#6334](https://github.com/inspec/inspec/pull/6334) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.21.15 -->
- Update readme for usage via Docker (CFINSPEC-516) [#6329](https://github.com/inspec/inspec/pull/6329) ([ahasunos](https://github.com/ahasunos)) <!-- 5.21.14 -->
- Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 [#6240](https://github.com/inspec/inspec/pull/6240) ([tnir](https://github.com/tnir)) <!-- 5.21.13 -->

View file

@ -1 +1 @@
5.21.15
5.21.16

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.21.15".freeze
VERSION = "5.21.16".freeze
end