mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 4.56.54 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
8e6395e037
commit
06e647283d
4 changed files with 7 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 4.56.54 -->
|
||||
## [v4.56.54](https://github.com/inspec/inspec/tree/v4.56.54) (2023-10-09)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- BACKPORT 6262: Prevent negative status from crashing launchd service resource [#6751](https://github.com/inspec/inspec/pull/6751) ([Nik08](https://github.com/Nik08))
|
||||
- Bump omnibus-software from `c44dea9` to `7723be6` in /omnibus [#6769](https://github.com/inspec/inspec/pull/6769) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
<!-- latest_release -->
|
||||
|
||||
|
@ -11,6 +12,7 @@
|
|||
### Changes since 4.56.20 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- BACKPORT 6262: Prevent negative status from crashing launchd service resource [#6751](https://github.com/inspec/inspec/pull/6751) ([Nik08](https://github.com/Nik08)) <!-- 4.56.54 -->
|
||||
- Bump omnibus-software from `c44dea9` to `7723be6` in /omnibus [#6769](https://github.com/inspec/inspec/pull/6769) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.53 -->
|
||||
- Backport 6351: Upgraded mock Ubuntu fixture to latest LTS version [#6457](https://github.com/inspec/inspec/pull/6457) ([Nik08](https://github.com/Nik08)) <!-- 4.56.53 -->
|
||||
- BACKPORT 6626: Fix for inspec exec fails with git fetcher if current directory does not have .git directory [#6750](https://github.com/inspec/inspec/pull/6750) ([Nik08](https://github.com/Nik08)) <!-- 4.56.52 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.53
|
||||
4.56.54
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.56.53".freeze
|
||||
VERSION = "4.56.54".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.53".freeze
|
||||
VERSION = "4.56.54".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue