mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 6.4.64 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
99fc6e9c44
commit
42cb71fb1e
4 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
|
|
||||||
<!-- latest_release 6.4.63 -->
|
<!-- latest_release 6.4.64 -->
|
||||||
## [v6.4.63](https://github.com/inspec/inspec/tree/v6.4.63) (2023-09-29)
|
## [v6.4.64](https://github.com/inspec/inspec/tree/v6.4.64) (2023-09-29)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8 [#6697](https://github.com/inspec/inspec/pull/6697) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
- Update hashie requirement from >= 3.4, < 5.0 to >= 3.4, < 6.0 [#6696](https://github.com/inspec/inspec/pull/6696) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
||||||
- Update json_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 [#6693](https://github.com/inspec/inspec/pull/6693) ([dependabot[bot]](https://github.com/dependabot[bot]))
|
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
|
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
|
||||||
|
@ -39,6 +38,7 @@
|
||||||
### Changes since 5.22.13 release
|
### Changes since 5.22.13 release
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
|
- Update hashie requirement from >= 3.4, < 5.0 to >= 3.4, < 6.0 [#6696](https://github.com/inspec/inspec/pull/6696) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.64 -->
|
||||||
- Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8 [#6697](https://github.com/inspec/inspec/pull/6697) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.63 -->
|
- Update html-proofer requirement from ~> 3.19.4 to ~> 5.0.8 [#6697](https://github.com/inspec/inspec/pull/6697) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.63 -->
|
||||||
- Update json_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 [#6693](https://github.com/inspec/inspec/pull/6693) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.62 -->
|
- Update json_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 [#6693](https://github.com/inspec/inspec/pull/6693) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.62 -->
|
||||||
- Fix broken plugin search test [#6674](https://github.com/inspec/inspec/pull/6674) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 6.4.62 -->
|
- Fix broken plugin search test [#6674](https://github.com/inspec/inspec/pull/6674) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 6.4.62 -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
6.4.63
|
6.4.64
|
|
@ -1,5 +1,5 @@
|
||||||
# This file managed by automation - do not edit manually
|
# This file managed by automation - do not edit manually
|
||||||
module InspecBin
|
module InspecBin
|
||||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||||
VERSION = "6.4.63".freeze
|
VERSION = "6.4.64".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = "6.4.63".freeze
|
VERSION = "6.4.64".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue