Skip to content

Commit

Permalink
v0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozlik committed Jun 17, 2020
1 parent ff50c7e commit 3207531
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This is the changelog of Grafeas server releases. For more information on
versionining, see [versioning](docs/versioning.md) document.

v0.1.6:
* Added support for in-toto.
* Added JWT support to attestation notes.

v0.1.5:
* Upgraded to golang 1.14.0
* Addeded last_scan_time to discovery occurrences
Expand Down
2 changes: 1 addition & 1 deletion grafeas-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
appVersion: "v0.1.0"
description: A Helm chart for Kubernetes
name: grafeas-charts
version: 0.1.5
version: 0.1.6
icon: https://raw.githubusercontent.com/grafeas/grafeas/master/logo/grafeas-logo-128.png
2 changes: 1 addition & 1 deletion grafeas-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ secret:
image:
repository: us.gcr.io/grafeas
name: grafeas-server
tag: v0.1.5
tag: v0.1.6
pullPolicy: IfNotPresent

nameOverride: "grafeas-server"
Expand Down

0 comments on commit 3207531

Please sign in to comment.