Bump version to 4.52.8 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-12-16 14:28:32 +00:00
parent 2e35cb7a84
commit 81a4516890
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.7 -->
## [v4.52.7](https://github.com/inspec/inspec/tree/v4.52.7) (2021-12-14)
<!-- latest_release 4.52.8 -->
## [v4.52.8](https://github.com/inspec/inspec/tree/v4.52.8) (2021-12-16)
#### 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]))
- Active support version fix for ruby versions less then 2.7 [#5770](https://github.com/inspec/inspec/pull/5770) ([Nik08](https://github.com/Nik08))
<!-- 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
- Active support version fix for ruby versions less then 2.7 [#5770](https://github.com/inspec/inspec/pull/5770) ([Nik08](https://github.com/Nik08)) <!-- 4.52.8 -->
- 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 -->

View file

@ -1 +1 @@
4.52.7
4.52.8

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.7".freeze
VERSION = "4.52.8".freeze
end

View file

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