Releases: quay/clair
Releases · quay/clair
v2.0.0
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
Changelog:
- Fixed
duplicate key value violates unique constraint
when fetching Red Hat data sources
v1.2.5
Changelog:
- Added support for Ubuntu 16.10 (Yakkety Yak)
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
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
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