mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.26.10 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
75d359b9c0
commit
dd5ac93127
4 changed files with 10 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.26.9 -->
|
||||
## [v4.26.9](https://github.com/inspec/inspec/tree/v4.26.9) (2021-02-16)
|
||||
<!-- latest_release 4.26.10 -->
|
||||
## [v4.26.10](https://github.com/inspec/inspec/tree/v4.26.10) (2021-02-21)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update chefstyle requirement from ~> 1.5.7 to ~> 1.7.1 [#5409](https://github.com/inspec/inspec/pull/5409) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
||||
#### Bug Fixes
|
||||
- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.26.4 -->
|
||||
### Changes since 4.26.4 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.26.10 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update chefstyle requirement from ~> 1.5.7 to ~> 1.7.1 [#5409](https://github.com/inspec/inspec/pull/5409) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.26.9 -->
|
||||
- Update install.md [#5403](https://github.com/inspec/inspec/pull/5403) ([tduffield](https://github.com/tduffield)) <!-- 4.26.8 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.26.9
|
||||
4.26.10
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.26.9".freeze
|
||||
VERSION = "4.26.10".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.26.9".freeze
|
||||
VERSION = "4.26.10".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue