You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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