From e0160bc153644fa65eef9c5c0dd91417d1eb18d0 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Thu, 21 Apr 2022 11:51:45 +0200 Subject: [PATCH] release: prepare v0.28.0 (#233) Signed-off-by: Daniel Pacak --- README.md | 1 + helm/harbor-scanner-trivy/Chart.yaml | 4 ++-- helm/harbor-scanner-trivy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8f7430c..fd7c6d79 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed [harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6 [harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0 +[trivy v0.26.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.26.0 [trivy v0.25.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.25.0 [trivy v0.24.2]: https://github.com/aquasecurity/trivy/releases/tag/v0.24.2 [trivy v0.22.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.22.0 diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index 67dbd376..f660c5c1 100644 --- a/helm/harbor-scanner-trivy/Chart.yaml +++ b/helm/harbor-scanner-trivy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor-scanner-trivy -version: 0.27.0 -appVersion: 0.27.0 +version: 0.28.0 +appVersion: 0.28.0 description: Harbor scanner adapter for Trivy keywords: - scanner diff --git a/helm/harbor-scanner-trivy/values.yaml b/helm/harbor-scanner-trivy/values.yaml index 842ba73f..ad7f6263 100644 --- a/helm/harbor-scanner-trivy/values.yaml +++ b/helm/harbor-scanner-trivy/values.yaml @@ -4,7 +4,7 @@ fullnameOverride: "" image: registry: docker.io repository: aquasec/harbor-scanner-trivy - tag: 0.27.0 + tag: 0.28.0 pullPolicy: IfNotPresent replicaCount: 1