mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 4.41.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
026788e294
commit
50698e85a1
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.41.8 -->
|
||||
## [v4.41.8](https://github.com/inspec/inspec/tree/v4.41.8) (2021-08-23)
|
||||
<!-- latest_release 4.41.9 -->
|
||||
## [v4.41.9](https://github.com/inspec/inspec/tree/v4.41.9) (2021-08-24)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix postgres_session error Unable to connect to database [#5619](https://github.com/inspec/inspec/pull/5619) ([Vasu1105](https://github.com/Vasu1105))
|
||||
- Fix merging of included conf and main conf params in apache conf [#5623](https://github.com/inspec/inspec/pull/5623) ([Nik08](https://github.com/Nik08))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.41.2 -->
|
||||
### Changes since 4.41.2 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix merging of included conf and main conf params in apache conf [#5623](https://github.com/inspec/inspec/pull/5623) ([Nik08](https://github.com/Nik08)) <!-- 4.41.9 -->
|
||||
- Fix postgres_session error Unable to connect to database [#5619](https://github.com/inspec/inspec/pull/5619) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.41.8 -->
|
||||
- Fix `--chef-license=accept` option to only show license accepted message [#5609](https://github.com/inspec/inspec/pull/5609) ([Nik08](https://github.com/Nik08)) <!-- 4.41.7 -->
|
||||
- Fix `--insecure` not working with profile [#5600](https://github.com/inspec/inspec/pull/5600) ([Nik08](https://github.com/Nik08)) <!-- 4.41.6 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.41.8
|
||||
4.41.9
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.41.8".freeze
|
||||
VERSION = "4.41.9".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.41.8".freeze
|
||||
VERSION = "4.41.9".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue