Skip to content

Tags: robszumski/clair

Tags

v1.2.3

Toggle v1.2.3's commit message
v1.2.3

Changelog:

- Fix reporting for CentOS 5 (quay#217)

v1.2.2

Toggle v1.2.2's commit message
Switch to https for ubuntu cve tracker

Fixes quay#168

v1.2.1

Toggle v1.2.1's commit message
v1.2.1

Changelog:

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

v1.2.0

Toggle v1.2.0's commit message
api/worker: s/Authorization/Headers (quay#167)

This allows clients to specify any HTTP headers that need to be used in
order to allow Clair to download a layer, rather than just the
Authorization header.

v1.1.0

Toggle v1.1.0's commit message
cut release v1.1.0

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

Toggle v1.0.0's commit message
v1.0.0

The first stable release of Clair.
https://coreos.com/blog/blog/clair-v1.html

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
README: fix godoc badge copypasta

v1.0-rc1

Toggle v1.0-rc1's commit message
Merge pull request quay#71 from Quentin-M/sql

Clair 1.0 Mega PR

v0.0.1

Toggle v0.0.1's commit message
Initial commit