Skip to content

Commit 0b717e0

Browse files
authored
Merge pull request #169 from banzaicloud/release/0.3.7
Release 0.3.7
2 parents 7b87b4f + 0d3d598 commit 0b717e0

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.github/workflows/anchore-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build the Docker image
1616
run: docker build . --file Dockerfile --tag banzaicloud/thanos-operator:latest
1717
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
18-
uses: anchore/scan-action@main
18+
uses: anchore/scan-action@v3
1919
with:
2020
image: "banzaicloud/thanos-operator:latest"
2121
acs-report-enable: true

.grype.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ignore:
2+
- vulnerability: CVE-2021-22570
3+
fix-state: unknown
4+
package:
5+
name: google.golang.org/protobuf
6+
version: v1.26.0
7+
type: go-module
8+
- vulnerability: CVE-2015-5237
9+
fix-state: unknown
10+
package:
11+
name: google.golang.org/protobuf
12+
version: v1.26.0
13+
type: go-module

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.17 as builder
2+
FROM golang:1.17.6 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

charts/thanos-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.3.3
17+
version: 0.3.7
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.3.3
21+
appVersion: 0.3.7

pkg/sdk/resourcebuilder/component.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
)
3838

3939
const (
40-
Image = "ghcr.io/banzaicloud/thanos-operator:0.3.4"
40+
Image = "ghcr.io/banzaicloud/thanos-operator:0.3.7"
4141
defaultNamespace = "thanos-system"
4242
)
4343

0 commit comments

Comments
 (0)