mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.47.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
c86031c237
commit
9a78b1dbe0
4 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.47.2 -->
|
||||
## [v4.47.2](https://github.com/inspec/inspec/tree/v4.47.2) (2021-10-06)
|
||||
<!-- latest_release 4.47.3 -->
|
||||
## [v4.47.3](https://github.com/inspec/inspec/tree/v4.47.3) (2021-10-06)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Improvements to the inspec.yml docs [#5679](https://github.com/inspec/inspec/pull/5679) ([tas50](https://github.com/tas50))
|
||||
- Update GCS Storage class list [#5676](https://github.com/inspec/inspec/pull/5676) ([pradeepbhadani](https://github.com/pradeepbhadani))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.46.13 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- Add support for Cassandra DB [#5683](https://github.com/inspec/inspec/pull/5683) ([Nik08](https://github.com/Nik08)) <!-- 4.47.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update GCS Storage class list [#5676](https://github.com/inspec/inspec/pull/5676) ([pradeepbhadani](https://github.com/pradeepbhadani)) <!-- 4.47.3 -->
|
||||
- Improvements to the inspec.yml docs [#5679](https://github.com/inspec/inspec/pull/5679) ([tas50](https://github.com/tas50)) <!-- 4.47.2 -->
|
||||
- Update the unit test files to use latest versions of OS rather than the older. [#5681](https://github.com/inspec/inspec/pull/5681) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.47.1 -->
|
||||
- Update OpenSSL on macOS to 1.1.1l [#5687](https://github.com/inspec/inspec/pull/5687) ([tas50](https://github.com/tas50)) <!-- 4.47.0 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.47.2
|
||||
4.47.3
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.47.2".freeze
|
||||
VERSION = "4.47.3".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.47.2".freeze
|
||||
VERSION = "4.47.3".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue