From d9b2e8c3aaebb086d49912f09cfd972468aa05de Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Fri, 29 Jan 2021 10:31:50 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f747eda..35b0399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## [0.6.6](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.6) (2021-01-26) +## [0.6.6](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.6) (2021-01-29) [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.5...0.6.6) **Merged pull requests:** +- Fix lint [\#45](https://github.com/dev-sec/linux-patch-baseline/pull/45) ([schurzi](https://github.com/schurzi)) - GitHub action [\#44](https://github.com/dev-sec/linux-patch-baseline/pull/44) ([rndmh3ro](https://github.com/rndmh3ro)) ## [0.6.5](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.5) (2020-07-23) @@ -46,6 +47,7 @@ **Merged pull requests:** - version revert in hope to trigger github actions correctly [\#30](https://github.com/dev-sec/linux-patch-baseline/pull/30) ([micheelengronne](https://github.com/micheelengronne)) +- align versions [\#27](https://github.com/dev-sec/linux-patch-baseline/pull/27) ([micheelengronne](https://github.com/micheelengronne)) ## [0.6.2](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.2) (2020-07-22) @@ -59,10 +61,6 @@ [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.0...0.6.1) -**Merged pull requests:** - -- align versions [\#27](https://github.com/dev-sec/linux-patch-baseline/pull/27) ([micheelengronne](https://github.com/micheelengronne)) - ## [0.6.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.0) (2020-05-19) [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.5.0...0.6.0) @@ -89,7 +87,6 @@ - Update issue templates [\#21](https://github.com/dev-sec/linux-patch-baseline/pull/21) ([rndmh3ro](https://github.com/rndmh3ro)) - allow yum to run as non-root user. [\#20](https://github.com/dev-sec/linux-patch-baseline/pull/20) ([iveskins](https://github.com/iveskins)) - small typo in the packages method [\#18](https://github.com/dev-sec/linux-patch-baseline/pull/18) ([aaronlippold](https://github.com/aaronlippold)) -- add suse support [\#15](https://github.com/dev-sec/linux-patch-baseline/pull/15) ([arlimus](https://github.com/arlimus)) ## [0.4.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.4.0) (2018-04-12) @@ -103,6 +100,7 @@ - fix vulnerable rubocop version for testing [\#17](https://github.com/dev-sec/linux-patch-baseline/pull/17) ([arlimus](https://github.com/arlimus)) - print system patches in a nicer way [\#16](https://github.com/dev-sec/linux-patch-baseline/pull/16) ([arlimus](https://github.com/arlimus)) +- add suse support [\#15](https://github.com/dev-sec/linux-patch-baseline/pull/15) ([arlimus](https://github.com/arlimus)) - Remove puts from updates [\#14](https://github.com/dev-sec/linux-patch-baseline/pull/14) ([nandeshguru](https://github.com/nandeshguru)) - fix linting errors [\#12](https://github.com/dev-sec/linux-patch-baseline/pull/12) ([arlimus](https://github.com/arlimus)) - Changed the method LinuxUpdateManager.initialize to add support to Amazon Linux [\#11](https://github.com/dev-sec/linux-patch-baseline/pull/11) ([jonasduarte](https://github.com/jonasduarte))