v0.7.0
What's new in v0.7.0
- Fedora support: #196
- Amazon Linux 2022 support: #169, #195
- Fix the URL of Ubuntu OVAL to fetch to a fresher one: #201
What's Changed
- chore: fix .goreleaser.yml by @kotakanbe in #156
- refactor(db): unify RDB package with DB package by @MaineK00n in #153
- fix(db): change fetchmeta insert order by @MaineK00n in #158
- refactor: remove redundant logging by @kotakanbe in #161
- breaking-change(redis): deprecated expire option by @MaineK00n in #160
- feat: do not skip OVAL insert by @MaineK00n in #162
- chore: fix error handling by @kotakanbe in #163
- fix(redis): Failed to detect CVE with OVAL: Failed to get ubuntu OVAL info by package by @kotakanbe in #164
- chore: add a continue statement by @kotakanbe in #165
- add redis timeout option by @sadayuki-matsuno in #166
- fetch amazon linux 2022 CVEs by @wagde-orca in #169
- fix(fetch/debian): fix unmarshal xml by @MaineK00n in #172
- chore(linter): change linter from golint to revive by @MaineK00n in #157
- feat(amazon): add integration test for Amazon Linux2022 by @MaineK00n in #170
- chore(redis): change logging level error to warn by @kotakanbe in #174
- feat(fetch): use CVE information in references by @MaineK00n in #176
- fix(rdb): change query to Package Arch for each OS by @MaineK00n in #178
- chore(GHActions): replace with dependabot by @MaineK00n in #180
- feat(redis): delete missing defID field in Sets by @MaineK00n in #175
- fix(redis): update Redis key relationship successfully by @MaineK00n in #177
- fix(amazon): change mirror.list URL of AL2022 by @kotakanbe in #191
- feat(db): add LastFetchedAt in fetchmeta by @MaineK00n in #181
- feat(al2022): fetch the latest updateInfo for al2022 by @kotakanbe in #195
- fix(ubuntu): change OVAL URL by @MaineK00n in #201
- fix(rdb): change where query by @MaineK00n in #200
- feat(fetch): show timestamps of fetched OVAL files and warn if it hasn't been updated in 3 days by @kotakanbe in #202
- feat(fedora): support fedora by @maito1201 in #196
- feat(alpine): support alpine3.15 by @maito1201 in #203
New Contributors
- @wagde-orca made their first contribution in #169
- @maito1201 made their first contribution in #196
Full Changelog: v0.6.1...v0.7.0