Bump version to 6.6.28 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-07-10 14:08:21 +00:00
parent 0782361659
commit dbfe947035
4 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.6.27 -->
## [v6.6.27](https://github.com/inspec/inspec/tree/v6.6.27) (2024-07-10)
<!-- latest_release 6.6.28 -->
## [v6.6.28](https://github.com/inspec/inspec/tree/v6.6.28) (2024-07-10)
#### Merged Pull Requests
- CHEF-12175: Remove use of `Kernel.open` or `IO.read` or similar sinks with a non-constant value [#7079](https://github.com/inspec/inspec/pull/7079) ([ahasunos](https://github.com/ahasunos))
- Fix gitignore file in docs dir [#7082](https://github.com/inspec/inspec/pull/7082) ([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 6.6.0 release
#### Merged Pull Requests
- Fix gitignore file in docs dir [#7082](https://github.com/inspec/inspec/pull/7082) ([IanMadd](https://github.com/IanMadd)) <!-- 6.6.28 -->
- CHEF-12175: Remove use of `Kernel.open` or `IO.read` or similar sinks with a non-constant value [#7079](https://github.com/inspec/inspec/pull/7079) ([ahasunos](https://github.com/ahasunos)) <!-- 6.6.27 -->
- Configurable backend for Chef Infra in Target Mode [#7058](https://github.com/inspec/inspec/pull/7058) ([thheinen](https://github.com/thheinen)) <!-- 6.6.26 -->
- Bump omnibus-software from `a32e7ee` to `28c9c9f` in /omnibus [#7063](https://github.com/inspec/inspec/pull/7063) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.6.25 -->

View file

@ -1 +1 @@
6.6.27
6.6.28

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.6.27".freeze
VERSION = "6.6.28".freeze
end