Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.02 KB

This is the changelog of Grafeas server releases. For more information on versioning, see versioning document.

v0.1.6:

  • Added support for in-toto.
  • Added JWT support to attestation notes.

v0.1.5:

  • Upgraded to golang 1.14.0
  • Added last_scan_time to discovery occurrences
  • Added support for Windows updates

v0.1.4:

  • Support for use of existing secret and certs in Helm chart, in addition to generating them.
  • Fix for handling http requests.
  • Support for multi-platform protobuf compiler download.
  • Checked in v1beta1 go generated protos, to simplify integration downstream.

v0.1.3:

  • same as v0.1.2, but with generated protos uploaded with the release.

v0.1.2:

  • Support for multiple storage implementations.

v0.1.1:

  • Grafeas helm chart is compliant with stable requirements.
  • Code cleanup.
  • Added back max_affected_version to Vulnerability.

v0.1.0:

  • Grafeas server implements v1beta1 Grafeas API.
  • Grafeas server can run:
    • as standalone server,
    • as k8s pod.