Bump version to 4.52.7 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-12-14 12:54:20 +00:00
parent 192774e0a2
commit 9d0689adca
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.52.6 -->
## [v4.52.6](https://github.com/inspec/inspec/tree/v4.52.6) (2021-12-14)
<!-- latest_release 4.52.7 -->
## [v4.52.7](https://github.com/inspec/inspec/tree/v4.52.7) (2021-12-14)
#### Merged Pull Requests
- Bump omnibus-software from `8560231` to `d2525ab` in /omnibus [#5767](https://github.com/inspec/inspec/pull/5767) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Bump omnibus from `2c309fa` to `2bf77bb` in /omnibus [#5764](https://github.com/inspec/inspec/pull/5764) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.50.3 -->
@ -18,6 +18,7 @@
- Fix ibmdb2_session resource : Added double quotes around the IBM db2 query [#5742](https://github.com/inspec/inspec/pull/5742) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.50.13 -->
#### Merged Pull Requests
- Bump omnibus from `2c309fa` to `2bf77bb` in /omnibus [#5764](https://github.com/inspec/inspec/pull/5764) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.52.7 -->
- Bump omnibus-software from `8560231` to `d2525ab` in /omnibus [#5767](https://github.com/inspec/inspec/pull/5767) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.52.6 -->
- Fix: Alpine packages list command to only list installed packages [#5765](https://github.com/inspec/inspec/pull/5765) ([Nik08](https://github.com/Nik08)) <!-- 4.52.5 -->
- Fix a bunch of docs formatting problems [#5763](https://github.com/inspec/inspec/pull/5763) ([IanMadd](https://github.com/IanMadd)) <!-- 4.52.4 -->

View file

@ -1 +1 @@
4.52.6
4.52.7

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.52.6".freeze
VERSION = "4.52.7".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.52.6".freeze
VERSION = "4.52.7".freeze
end