Skip to content

Releases: quay/clair

v4.0.5 Release

16 Apr 20:38
Compare
Choose a tag to compare

Unreleased

v4.0.5 - 2021-04-16

Chore

v4.1.0-alpha.2 Release

09 Apr 19:29
v4.1.0-alpha.2
Compare
Choose a tag to compare
Pre-release

Unreleased

v4.1.0-alpha.2 - 2021-04-09

Chore

  • e0eea38: v4.1.0-alpha.2 changelog bump

Codec

v4.1.0-alpha.1 Release

05 Apr 15:53
Compare
Choose a tag to compare
Pre-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

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

  • 8a2df09: remove New function
  • 2d27ae5: add standalone initialization functions

Instrospection

  • b78f954: bump to opentelemetry 0.16.0

Introspection

  • 1ece08f: database metrics for notifier
  • 84ba35f: implement prometheus http

Local-Dev

  • 1c85589: remove unintented change in config.yaml

Logging

Matcher

Notifier

  • e7bf3b1: construct notification objects directly
  • 9962202: do AffectedManifests calls in chunks

Severity_mapping

Updaters

  • 8105b03: plumb update retention in

v4.0.4 Release

25 Mar 17:49
Compare
Choose a tag to compare

Unreleased

v4.0.4 - 2021-03-25

Chore

Cicd

  • 0800ba4: sort changelog by semver

Initialize

  • 7c4787b: wire up DisableUpdaters option

v4.0.3 Release

12 Mar 15:02
Compare
Choose a tag to compare

Unreleased

v4.0.3 - 2021-03-12

Chore

v4.0.2 Release

18 Feb 17:25
v4.0.2
Compare
Choose a tag to compare

[Unreleased]

[v4.0.2] - 2021-02-18

Chore

Client

v4.0.1 Release

15 Feb 20:24
Compare
Choose a tag to compare

Unreleased

v4.0.1 - 2021-02-15

Chore

v4.0.0 Release

15 Dec 16:14
v4.0.0
Compare
Choose a tag to compare

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

Reverts

  • Dockerfile: Get build image from Quay instead of DockerHub
  • cicd: use golang image from quay.io

v4.0.0-rc.24 Release

11 Dec 15:16
Compare
Choose a tag to compare
v4.0.0-rc.24 Release Pre-release
Pre-release

Unreleased

v4.0.0-rc.24 - 2020-12-11

Chore

v4.0.0-rc.23 Release

07 Dec 16:39
Compare
Choose a tag to compare
v4.0.0-rc.23 Release Pre-release
Pre-release

Unreleased

v4.0.0-rc.23 - 2020-12-07

Chore

Cicd

  • 30444f3: use golang image from quay.io