Skip to content

Releases: quay/clair

v2.1.0

05 Nov 22:28
cec346a
Compare
Choose a tag to compare
  • Replace NVD xml source with NVD JSON source

v2.0.9

06 Aug 20:06
642312a
Compare
Choose a tag to compare
  • Added Debian Bullseye and bumped Debian version mappings (thanks @imlonghao)

v2.0.8

08 Mar 21:14
e69ee21
Compare
Choose a tag to compare
  • Switched to a static TLS Cipher Suite that does not use 3DES, protecting clients from suffering from Sweet32
  • Fixed debugging log lines that were being printed always
  • Added exponential backoff for updater failures (thanks @reasonerjt)

v2.0.7

19 Nov 20:38
9a45205
Compare
Choose a tag to compare

This release includes a fix for mapping Ubuntu Cosmic to the proper namespace.

v2.0.6

20 Sep 15:54
d773ea1
Compare
Choose a tag to compare

This release includes two fixes:

  • NVD has moved onto AWS. We've updated to use that more scalable
    database.
  • HTTP requests now have a useragent to allow internal and external
    networks to segment traffic. Thanks to Jean Michel MacKay (@MackJM)

v2.0.5

31 Aug 18:55
096a44f
Compare
Choose a tag to compare

This release points Clair to Alpine Security DB to a GitHub repository because their servers were unable to handle the traffic from Clair users.

Thanks to Daniel Jiang (@reasonerjt)

v2.0.4

10 Jul 20:54
aa5729d
Compare
Choose a tag to compare
  • Huge thanks to Jean Michel MacKay (@MackJM) who updated Clair to pull from Ubuntu's new git repository -- this removes the dependency on bzr, which has previously caused networking and performance problems.
  • Thanks to Nick Johns (@ninjaMog) who updated Clair to use HTTPS for NVD metadata source and patched Clair to temporarily point to the new location for the archived Ubuntu bzr repository.

v2.0.3

14 May 15:41
Compare
Choose a tag to compare

This release contains two bug fixes:

  • Upgrade to Go 1.10 to fix binding to "0.0.0.0" on IPv4-only systems
  • Add Ubuntu Bionic namespace detection

v2.0.2

19 Mar 17:31
2171579
Compare
Choose a tag to compare

This release contains two bug fixes:

  • Updater: Sleep before continuing the lock loop.
  • Correctly identify RHEL images.

v2.0.1

20 Jun 19:32
Compare
Choose a tag to compare

This release contains two bug fixes:

  • Upgrade Debian release mapping to newly released Debian versions
    • Thanks Renzo Toma
  • Fix Ubuntu release mapping to properly strip extraneous data extracted from a layer
    • Thanks Alina Radu