mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 5.1.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
5923970cf9
commit
f9914628dc
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 5.1.5 -->
|
||||
## [v5.1.5](https://github.com/inspec/inspec/tree/v5.1.5) (2022-03-03)
|
||||
<!-- latest_release 5.1.6 -->
|
||||
## [v5.1.6](https://github.com/inspec/inspec/tree/v5.1.6) (2022-03-03)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-123 Automate version command fix [#5893](https://github.com/inspec/inspec/pull/5893) ([Nik08](https://github.com/Nik08))
|
||||
- Disable resource integration tests [#5898](https://github.com/inspec/inspec/pull/5898) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.52.9 -->
|
||||
|
@ -17,6 +17,7 @@
|
|||
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Disable resource integration tests [#5898](https://github.com/inspec/inspec/pull/5898) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.1.6 -->
|
||||
- CFINSPEC-123 Automate version command fix [#5893](https://github.com/inspec/inspec/pull/5893) ([Nik08](https://github.com/Nik08)) <!-- 5.1.5 -->
|
||||
- CFINSPEC-125 Cassandra unit test fix for windows [#5894](https://github.com/inspec/inspec/pull/5894) ([Nik08](https://github.com/Nik08)) <!-- 5.1.4 -->
|
||||
- Pin openssl to 1.1.1m [#5851](https://github.com/inspec/inspec/pull/5851) ([jayashrig158](https://github.com/jayashrig158)) <!-- 5.1.3 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.1.5
|
||||
5.1.6
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.1.5".freeze
|
||||
VERSION = "5.1.6".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.1.5".freeze
|
||||
VERSION = "5.1.6".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue