Releases: quay/clair
Releases · quay/clair
v4.0.5 Release
v4.1.0-alpha.2 Release
v4.1.0-alpha.1 Release
Unreleased
v4.1.0-alpha.1 - 2021-04-05
All
- a5bfaeb: switch to using codec package
Chore
- 493beb1: v4.1.0-alpha.1 changelog bump
- 4734435: v4.1.0-alpha.1 changelog bump
- 6e8a838: bump cc to v0.4.0
- 5a6f1c3: update claircore version for database fix
- ea0378d: bump cc v0.3.0
- 6e195c9: fix yaml file indentation issue
Cicd
- b1145e3: sort changelog by semver
- 7dc55fa: bump in go.16, bump out go1.14
- d5e57af: enable CI on stable branches
- f7737e5: fix openshift ci/cd script
- 30c0311: update golang container for go-mod in app-sre
- cb656df: add notifier to app interface
- 9254ab6: use quay.io image in CI and Dockerfile
Clair
- ecd8999: fix initialization error logging
- dc2f893: reorganize initialization
- 391c2f7: add Shutdown struct
Claircore
- f183421: bump to v0.2.0
Clairctl
- 5740a1b: Add subpath to clairctl
Client
- bd50a95: remove request body buffering
- ce11fd7: fix panic on request failure
- #1186### Codec
- 1fb6dcf: add package for codec pooling
Config
- e9390fa: add matchers settings
- eb519e0: allow gc to be disabled
- f2d7313: rework into specific validators
Docs
- 0f230f9: add support matrix
- 102ae88: update cli reference
- 9d0a2b2: fix psk related config references
- 44303dc: install clairctl correctly
- a3bb1b6: use correct clairctl subcommands
- Closes #1122### Documentation
- 2e65925: modified testing.md for clarity
- #1180### Httptransport
- 21dc720: add mime type to indexer and matcher handler
- 8616cc6: return Accepted when not ready
- 1ac26da: fix panic in metrics registration
- 7305b3d: use correct handler for state endpoint
- df5e7f9: check for err before deferring resp.Body.Close()
Initialize
Instrospection
- b78f954: bump to opentelemetry 0.16.0
Introspection
Local-Dev
- 1c85589: remove unintented change in config.yaml
Logging
- 9f3d167: move to zlog throughout
Matcher
- 858c540: add Initialized method
Notifier
Severity_mapping
- 8e39fa4: remove defcon1 severity
Updaters
- 8105b03: plumb update retention in
v4.0.4 Release
v4.0.3 Release
v4.0.2 Release
[Unreleased]
[v4.0.2] - 2021-02-18
Chore
- 5c236e6: 4.0.2 changelog bump
Client
- 8b63953: fix panic on request failure
- #1186 - #1188
[Unreleased]: v4.0.2...HEAD
[v4.0.2]: v4.0.1...v4.0.2
v4.0.1 Release
v4.0.0 Release
v4.0.0 - 2020-12-15
The clair team is excited for our first stable release of v4! Thanks to everyone that's helped.
Containers can be found at quay.io/projectquay/clair.
Chore
- 73cdf7d: v4.0.0 changelog bump
Reverts
- Dockerfile: Get build image from Quay instead of DockerHub
- cicd: use golang image from quay.io