mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Update CHANGELOG.md to reflect the promotion of 4.7.24
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
bf845da203
commit
33d8eb15e5
1 changed files with 15 additions and 11 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -7,22 +7,27 @@
|
|||
- Initial pass to clean up functional testing wrt exit codes and output. [#4324](https://github.com/inspec/inspec/pull/4324) ([zenspider](https://github.com/zenspider))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.7.18 -->
|
||||
### Changes since 4.7.18 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Suppress gem docs when installing plugins [#4286](https://github.com/inspec/inspec/pull/4286) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.7.20 -->
|
||||
<!-- release_rollup since=4.7.24 -->
|
||||
### Changes since 4.7.24 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Initial pass to clean up functional testing wrt exit codes and output. [#4324](https://github.com/inspec/inspec/pull/4324) ([zenspider](https://github.com/zenspider)) <!-- 4.7.25 -->
|
||||
- bye netlify [#4332](https://github.com/inspec/inspec/pull/4332) ([miah](https://github.com/miah)) <!-- 4.7.24 -->
|
||||
- Fix exceptions when resources are used with incompatible transports [#4316](https://github.com/inspec/inspec/pull/4316) ([zenspider](https://github.com/zenspider)) <!-- 4.7.23 -->
|
||||
- Add windows to verify pipeline [#4325](https://github.com/inspec/inspec/pull/4325) ([miah](https://github.com/miah)) <!-- 4.7.22 -->
|
||||
- add resource sys_info.manufacturer and sys_info.model [#4230](https://github.com/inspec/inspec/pull/4230) ([yeoldegrove](https://github.com/yeoldegrove)) <!-- 4.7.21 -->
|
||||
- Un-deprecate the be_running matcher on service resource [#4295](https://github.com/inspec/inspec/pull/4295) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.7.19 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
## [v4.7.24](https://github.com/inspec/inspec/tree/v4.7.24) (2019-07-26)
|
||||
|
||||
#### Bug Fixes
|
||||
- Suppress gem docs when installing plugins [#4286](https://github.com/inspec/inspec/pull/4286) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Un-deprecate the be_running matcher on service resource [#4295](https://github.com/inspec/inspec/pull/4295) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- add resource sys_info.manufacturer and sys_info.model [#4230](https://github.com/inspec/inspec/pull/4230) ([yeoldegrove](https://github.com/yeoldegrove))
|
||||
- Add windows to verify pipeline [#4325](https://github.com/inspec/inspec/pull/4325) ([miah](https://github.com/miah))
|
||||
- Fix exceptions when resources are used with incompatible transports [#4316](https://github.com/inspec/inspec/pull/4316) ([zenspider](https://github.com/zenspider))
|
||||
- bye netlify [#4332](https://github.com/inspec/inspec/pull/4332) ([miah](https://github.com/miah))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.7.18](https://github.com/inspec/inspec/tree/v4.7.18) (2019-07-18)
|
||||
|
||||
#### Merged Pull Requests
|
||||
|
@ -41,7 +46,6 @@
|
|||
- Enable Windows 2019 packages [#4311](https://github.com/inspec/inspec/pull/4311) ([jaymalasinha](https://github.com/jaymalasinha))
|
||||
- Automatically publish release notes and announce releases [#4312](https://github.com/inspec/inspec/pull/4312) ([schisamo](https://github.com/schisamo))
|
||||
- Create private pipelines for website management. [#4313](https://github.com/inspec/inspec/pull/4313) ([miah](https://github.com/miah))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.7.3](https://github.com/inspec/inspec/tree/v4.7.3) (2019-07-09)
|
||||
|
||||
|
|
Loading…
Reference in a new issue