mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.55.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
9fd9d1a892
commit
be54e9e6e8
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 4.55.1 -->
|
||||
## [v4.55.1](https://github.com/inspec/inspec/tree/v4.55.1) (2022-01-20)
|
||||
<!-- latest_release 4.55.2 -->
|
||||
## [v4.55.2](https://github.com/inspec/inspec/tree/v4.55.2) (2022-01-20)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Latest package version fetching regex fix - Package resource [#5797](https://github.com/inspec/inspec/pull/5797) ([Nik08](https://github.com/Nik08))
|
||||
- Bump omnibus-software from `94ef29b` to `c2fb9a4` in /omnibus [#5804](https://github.com/inspec/inspec/pull/5804) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.52.9 -->
|
||||
|
@ -16,6 +16,7 @@
|
|||
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump omnibus-software from `94ef29b` to `c2fb9a4` in /omnibus [#5804](https://github.com/inspec/inspec/pull/5804) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.55.2 -->
|
||||
- Latest package version fetching regex fix - Package resource [#5797](https://github.com/inspec/inspec/pull/5797) ([Nik08](https://github.com/Nik08)) <!-- 4.55.1 -->
|
||||
- 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.55.1
|
||||
4.55.2
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.55.1".freeze
|
||||
VERSION = "4.55.2".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.55.1".freeze
|
||||
VERSION = "4.55.2".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue