mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.26.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
b425f1d6b9
commit
c212bb0902
4 changed files with 8 additions and 7 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.26.12 -->
|
||||
## [v4.26.12](https://github.com/inspec/inspec/tree/v4.26.12) (2021-02-22)
|
||||
<!-- latest_release 4.26.13 -->
|
||||
## [v4.26.13](https://github.com/inspec/inspec/tree/v4.26.13) (2021-02-23)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Switch to MacOS 10.14 builder [#5415](https://github.com/inspec/inspec/pull/5415) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Bug Fixes
|
||||
- Use first value of repeated settings in ssh_config and sshd_config [#5414](https://github.com/inspec/inspec/pull/5414) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.26.4 -->
|
||||
### Changes since 4.26.4 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Use first value of repeated settings in ssh_config and sshd_config [#5414](https://github.com/inspec/inspec/pull/5414) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.26.13 -->
|
||||
- Skip controls deeply [#5411](https://github.com/inspec/inspec/pull/5411) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.26.10 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.26.12
|
||||
4.26.13
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.26.12".freeze
|
||||
VERSION = "4.26.13".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.26.12".freeze
|
||||
VERSION = "4.26.13".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue