Skip to content

Releases: quay/clair

v2.0.0

19 May 19:59
Compare
Choose a tag to compare

This major release of Clair contains:

1 Breaking Change:

  • Config Files must be updated to a new format for specifying database connections

Major Features:

  • Alpine Linux support (apk format, Alpine-SecDB source)
  • Oracle Linux support (Oracle Linux Security Database source)
  • Introduced Version Formats for more accurate comparisons (e.g. rpm, dpkg)
  • Migrated to structured logging via JSON

Minor Features:

  • Various readability improvements to errors and documentation

v1.2.6

15 Nov 22:00
Compare
Choose a tag to compare

Changelog:

  • Fixed duplicate key value violates unique constraint when fetching Red Hat data sources

v1.2.5

25 Oct 15:48
Compare
Choose a tag to compare

Changelog:

  • Added support for Ubuntu 16.10 (Yakkety Yak)

v1.2.4

06 Sep 19:19
Compare
Choose a tag to compare

Changelog:

  • Fixed reporting for RHEL (#229)

v1.2.3

18 Jul 19:16
Compare
Choose a tag to compare

Changelog:

  • Fix reporting for CentOS 5 (#217)

v1.2.2

26 May 00:32
Compare
Choose a tag to compare

Changelog:

  • Force HTTPS for Ubuntu's repository fetching (#188)

v1.2.1

20 May 17:32
Compare
Choose a tag to compare

Changelog:

  • Performance fixes for notifications
    • pgsql: use subquery to plan GetNotification query (#182)
    • pgsql: remove unnecessary join used in GetNotification (#179)

v1.2.0

06 May 14:38
Compare
Choose a tag to compare

Changelog:

  • Allow arbitrary headers to be specified in analyze layer requests, e.g. Authorization
  • Clean up temporary folders created by analyze-local-images

v1.1.0

19 Apr 21:17
Compare
Choose a tag to compare

Changelog:

  • Added instructions for running on Kubernetes
  • Fixed multiple panics when using an invalid configs
  • Added default config location: /etc/clair/config.yml
  • Added HTTP Proxy support to webhook notifier
  • Added URL validation to webhook notifier
  • Fixed the health check endpoint's response status code

v1.0.0

18 Mar 17:06
Compare
Choose a tag to compare

The first stable release of Clair!

This release includes:

  • a revamped database interface with a performant PostgreSQL implementation
  • a stable, general-purpose RESTful JSON API
  • ACI support
  • standardized extension points throughout the codebase