Skip to content

Releases: vulsio/gost

v0.4.5

06 Sep 06:36
ff0117f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump requests from 2.25.1 to 2.31.0 in /integration by @dependabot in #188
  • fix(fetcher/redhatapi): mitigation type switch by @MaineK00n in #195
  • fix(fetcher/debian): add old release debian by @MaineK00n in #196
  • chore(deps): bump gorm.io/gorm from 1.25.0 to 1.25.2 by @dependabot in #198
  • chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #190
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 by @dependabot in #201
  • chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #200
  • chore(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 by @dependabot in #193
  • chore(deps): bump oras.land/oras-go/v2 from 2.2.0 to 2.2.1 by @dependabot in #199
  • feat(ci): add darwin by @MaineK00n in #203
  • chore(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 by @dependabot in #202
  • fix(fetcher/redhat): use vuln-list-redhat insted of vuln-list by @MaineK00n in #204
  • fix(fetcher/ubuntu): temporarily use vuln-list-reserve by @MaineK00n in #205
  • chore(deps): bump oras.land/oras-go/v2 from 2.2.1 to 2.3.0 by @dependabot in #208
  • feat(fetcher/ubuntu): use vuln-list instead of vuln-list-reserve by @MaineK00n in #209

Full Changelog: v0.4.4...v0.4.5

v0.4.4

31 May 00:15
9a83870
Compare
Choose a tag to compare

Changelog

v0.4.3

10 May 14:42
8dc024f
Compare
Choose a tag to compare

What's Changed

  • feat(ubuntu): add ubuntu 23.04 by @MaineK00n in #169
  • fix(fetch/redhatapi): fix RedhatEntry by @MaineK00n in #144
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.16 by @dependabot in #148
  • chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #163
  • chore(deps): bump golang.org/x/net from 0.0.0-20220520000938-2e3eb7b945c2 to 0.7.0 by @dependabot in #167
  • chore(deps): bump github.com/spf13/cobra from 1.4.0 to 1.7.0 by @dependabot in #171
  • chore(deps): bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 by @dependabot in #172
  • chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.1 by @dependabot in #173
  • chore(deps): bump github.com/briandowns/spinner from 1.18.1 to 1.23.0 by @dependabot in #177
  • chore(deps): bump gorm.io/gorm from 1.23.5 to 1.25.0 by @dependabot in #174
  • chore(deps): bump github.com/spf13/viper from 1.12.0 to 1.15.0 by @dependabot in #178
  • chore(deps): bump github.com/inconshreveable/log15 from 0.0.0-20201112154412-8562bdadbbac to 3.0.0-testing.5+incompatible by @dependabot in #180
  • chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.8 to 3.1.2 by @dependabot in #179
  • chore(deps): bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 by @dependabot in #181
  • chore(deps): use github.com/labstack/echo/v4 by @MaineK00n in #182
  • refactor: use pure go sqlite driver by @MaineK00n in #183

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

23 Feb 19:27
19488b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Apr 03:49
bb3b7c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Sep 06:21
6d1e70b
Compare
Choose a tag to compare

NOTE
In this PR, we are changing the architecture of Redis.

// delete all old key
$ redis-cli keys "CVE#*" | xargs redis-cli del

Changelog

6d1e70b feat(redis): change Redis Architecture (#73)

v0.3.1

16 Sep 01:51
d525f73
Compare
Choose a tag to compare

Changelog

d525f73 chore: fix goreleaser (#78)