mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 5.4.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
924c0a24c8
commit
5874c19900
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 5.4.3 -->
|
||||
## [v5.4.3](https://github.com/inspec/inspec/tree/v5.4.3) (2022-03-04)
|
||||
<!-- latest_release 5.4.4 -->
|
||||
## [v5.4.4](https://github.com/inspec/inspec/tree/v5.4.4) (2022-03-06)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Disable habitat build and artifact pipeline defs, too [#5906](https://github.com/inspec/inspec/pull/5906) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- CFINSPEC-70 resource_id support take 3 [#5903](https://github.com/inspec/inspec/pull/5903) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.52.9 -->
|
||||
|
@ -17,6 +17,7 @@
|
|||
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- CFINSPEC-70 resource_id support take 3 [#5903](https://github.com/inspec/inspec/pull/5903) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.4.4 -->
|
||||
- Disable habitat build and artifact pipeline defs, too [#5906](https://github.com/inspec/inspec/pull/5906) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.4.3 -->
|
||||
- Temporarily disable habitat builds to unbreak the pipeline [#5904](https://github.com/inspec/inspec/pull/5904) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.4.2 -->
|
||||
- CFINSPEC-70 Revert - Added resource_id attribute for the custom resources in the base class [#5901](https://github.com/inspec/inspec/pull/5901) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.4.1 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.4.3
|
||||
5.4.4
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "5.4.3".freeze
|
||||
VERSION = "5.4.4".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "5.4.3".freeze
|
||||
VERSION = "5.4.4".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue