mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 6.6.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
20d0a9dc0d
commit
e3708cfa7d
4 changed files with 7 additions and 6 deletions
|
@ -1,11 +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.5.0 -->
|
<!-- latest_release 6.6.0 -->
|
||||||
## [v6.5.0](https://github.com/inspec/inspec/tree/v6.5.0) (2023-11-09)
|
## [v6.6.0](https://github.com/inspec/inspec/tree/v6.6.0) (2023-11-09)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Bump chef-licensing verison from ">= 0.4.44" to ">=0.7.5" [#6856](https://github.com/inspec/inspec/pull/6856) ([Vasu1105](https://github.com/Vasu1105))
|
- CHEF-6440: Integrates audit logging feature [#6809](https://github.com/inspec/inspec/pull/6809) ([Vasu1105](https://github.com/Vasu1105))
|
||||||
<!-- 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)
|
||||||
|
@ -38,6 +38,7 @@
|
||||||
### Changes since 5.22.13 release
|
### Changes since 5.22.13 release
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
|
- CHEF-6440: Integrates audit logging feature [#6809](https://github.com/inspec/inspec/pull/6809) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.6.0 -->
|
||||||
- Bump chef-licensing verison from ">= 0.4.44" to ">=0.7.5" [#6856](https://github.com/inspec/inspec/pull/6856) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.5.0 -->
|
- Bump chef-licensing verison from ">= 0.4.44" to ">=0.7.5" [#6856](https://github.com/inspec/inspec/pull/6856) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.5.0 -->
|
||||||
- CHEF-6439 Mandatory Profile Signing (Preview) [#6705](https://github.com/inspec/inspec/pull/6705) ([Nik08](https://github.com/Nik08)) <!-- 6.4.82 -->
|
- CHEF-6439 Mandatory Profile Signing (Preview) [#6705](https://github.com/inspec/inspec/pull/6705) ([Nik08](https://github.com/Nik08)) <!-- 6.4.82 -->
|
||||||
- CHEF-7694 (CHEF-8271) : Fix security_policy resource returns array for non comma separated values [#6838](https://github.com/inspec/inspec/pull/6838) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.81 -->
|
- CHEF-7694 (CHEF-8271) : Fix security_policy resource returns array for non comma separated values [#6838](https://github.com/inspec/inspec/pull/6838) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.81 -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
6.5.0
|
6.6.0
|
|
@ -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.5.0".freeze
|
VERSION = "6.6.0".freeze
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = "6.5.0".freeze
|
VERSION = "6.6.0".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue