mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 4.56.38 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
c103a929af
commit
5dacefb5ce
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.56.37 -->
|
||||
## [v4.56.37](https://github.com/inspec/inspec/tree/v4.56.37) (2023-07-07)
|
||||
<!-- latest_release 4.56.38 -->
|
||||
## [v4.56.38](https://github.com/inspec/inspec/tree/v4.56.38) (2023-07-25)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump omnibus from `83d8428` to `9c0643a` in /omnibus [#6544](https://github.com/inspec/inspec/pull/6544) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||
- [Backport] - CHEF-4080: Point to latest EULA in GUI installers [#6581](https://github.com/inspec/inspec/pull/6581) ([ahasunos](https://github.com/ahasunos))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.56.20 -->
|
||||
### Changes since 4.56.20 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- [Backport] - CHEF-4080: Point to latest EULA in GUI installers [#6581](https://github.com/inspec/inspec/pull/6581) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.38 -->
|
||||
- Bump omnibus from `83d8428` to `9c0643a` in /omnibus [#6544](https://github.com/inspec/inspec/pull/6544) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.37 -->
|
||||
- Backport-6381 [#6450](https://github.com/inspec/inspec/pull/6450) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.36 -->
|
||||
- Bump omnibus-software from `a9b13a0` to `4b08f0b` in /omnibus [#6547](https://github.com/inspec/inspec/pull/6547) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.35 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.56.37
|
||||
4.56.38
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.56.37".freeze
|
||||
VERSION = "4.56.38".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.56.37".freeze
|
||||
VERSION = "4.56.38".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue