mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.48.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
45d638e224
commit
97b816100e
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.48.0 -->
|
||||
## [v4.48.0](https://github.com/inspec/inspec/tree/v4.48.0) (2021-10-25)
|
||||
<!-- latest_release 4.48.1 -->
|
||||
## [v4.48.1](https://github.com/inspec/inspec/tree/v4.48.1) (2021-10-25)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- InSpec Waivers: --filter-waived-controls [#5327](https://github.com/inspec/inspec/pull/5327) ([Schwad](https://github.com/Schwad))
|
||||
- Fix windows_firewall resource fails to validate more than 1 rule depending on how it's executed [#5704](https://github.com/inspec/inspec/pull/5704) ([Vasu1105](https://github.com/Vasu1105))
|
||||
<!-- 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
|
||||
- Fix windows_firewall resource fails to validate more than 1 rule depending on how it's executed [#5704](https://github.com/inspec/inspec/pull/5704) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.48.1 -->
|
||||
- InSpec Waivers: --filter-waived-controls [#5327](https://github.com/inspec/inspec/pull/5327) ([Schwad](https://github.com/Schwad)) <!-- 4.48.0 -->
|
||||
- Fix Oracle db session resource issues [#5706](https://github.com/inspec/inspec/pull/5706) ([Nik08](https://github.com/Nik08)) <!-- 4.47.9 -->
|
||||
- Oracle db session resource fix - when invoking query using os user and db role [#5702](https://github.com/inspec/inspec/pull/5702) ([Nik08](https://github.com/Nik08)) <!-- 4.47.8 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.48.0
|
||||
4.48.1
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.48.0".freeze
|
||||
VERSION = "4.48.1".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.48.0".freeze
|
||||
VERSION = "4.48.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue