From e126273a0c796e8f6f401e953c5529c2115f3da4 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Mon, 25 Oct 2021 10:39:41 +0200 Subject: [PATCH] release: Prepare v0.24.0 (#207) Signed-off-by: Daniel Pacak --- CONTRIBUTING.md | 2 +- helm/harbor-scanner-trivy/Chart.yaml | 4 ++-- helm/harbor-scanner-trivy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fff6cdb5..379f51ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ 1. Install Go. - The project requires [Go 1.16][go-download] or later. We also assume that you're familiar with + The project requires [Go 1.17][go-download] or later. We also assume that you're familiar with Go's [GOPATH workspace][go-code] convention, and have the appropriate environment variables set. 2. Install Docker, Docker Compose, and Make. 3. Get the source code. diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index efa0c1ed..2b54f19b 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.23.0 -appVersion: 0.23.0 +version: 0.24.0 +appVersion: 0.24.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 ebba5e40..65783f2d 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.23.0 + tag: 0.24.0 pullPolicy: IfNotPresent replicaCount: 1