mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 6.4.52 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
73b6a2b1d7
commit
f07012fa1f
4 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release 6.4.51 -->
|
||||
## [v6.4.51](https://github.com/inspec/inspec/tree/v6.4.51) (2023-08-31)
|
||||
<!-- latest_release 6.4.52 -->
|
||||
## [v6.4.52](https://github.com/inspec/inspec/tree/v6.4.52) (2023-09-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Adds missing expeditor configuration for inspec 6 release [#6624](https://github.com/inspec/inspec/pull/6624) ([Vasu1105](https://github.com/Vasu1105))
|
||||
- Update podman.md [#6502](https://github.com/inspec/inspec/pull/6502) ([IanMadd](https://github.com/IanMadd))
|
||||
<!-- latest_release -->
|
||||
|
||||
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
|
||||
|
@ -38,6 +38,7 @@
|
|||
### Changes since 5.22.13 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update podman.md [#6502](https://github.com/inspec/inspec/pull/6502) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.52 -->
|
||||
- Adds missing expeditor configuration for inspec 6 release [#6624](https://github.com/inspec/inspec/pull/6624) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.51 -->
|
||||
- Adds missing release-rollup tag in CHANGELOG file [#6639](https://github.com/inspec/inspec/pull/6639) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.50 -->
|
||||
- Bump omnibus-software from `4b08f0b` to `3268356` in /omnibus [#6587](https://github.com/inspec/inspec/pull/6587) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.45 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.51
|
||||
6.4.52
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.4.51".freeze
|
||||
VERSION = "6.4.52".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.51".freeze
|
||||
VERSION = "6.4.52".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue