mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Bump version to 4.52.17 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
97c4002e82
commit
830f57785a
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.52.16 -->
|
||||
## [v4.52.16](https://github.com/inspec/inspec/tree/v4.52.16) (2022-01-10)
|
||||
<!-- latest_release 4.52.17 -->
|
||||
## [v4.52.17](https://github.com/inspec/inspec/tree/v4.52.17) (2022-01-10)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Mssql session fix : Parsing multiline results [#5776](https://github.com/inspec/inspec/pull/5776) ([Nik08](https://github.com/Nik08))
|
||||
- Check for latest - package resource [#5771](https://github.com/inspec/inspec/pull/5771) ([Nik08](https://github.com/Nik08))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.52.9 -->
|
||||
### Changes since 4.52.9 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Check for latest - package resource [#5771](https://github.com/inspec/inspec/pull/5771) ([Nik08](https://github.com/Nik08)) <!-- 4.52.17 -->
|
||||
- Mssql session fix : Parsing multiline results [#5776](https://github.com/inspec/inspec/pull/5776) ([Nik08](https://github.com/Nik08)) <!-- 4.52.16 -->
|
||||
- Fix broken link in README. Obvious fix. [#5772](https://github.com/inspec/inspec/pull/5772) ([guyzyl](https://github.com/guyzyl)) <!-- 4.52.15 -->
|
||||
- Fix downloads links [#5773](https://github.com/inspec/inspec/pull/5773) ([IanMadd](https://github.com/IanMadd)) <!-- 4.52.14 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.52.16
|
||||
4.52.17
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.52.16".freeze
|
||||
VERSION = "4.52.17".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.52.16".freeze
|
||||
VERSION = "4.52.17".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue