Skip to content

Commit

Permalink
Merge pull request #169 from banzaicloud/release/0.3.7
Browse files Browse the repository at this point in the history
Release 0.3.7
  • Loading branch information
ahma authored Feb 11, 2022
2 parents 7b87b4f + 0d3d598 commit 0b717e0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag banzaicloud/thanos-operator:latest
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@main
uses: anchore/scan-action@v3
with:
image: "banzaicloud/thanos-operator:latest"
acs-report-enable: true
Expand Down
13 changes: 13 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ignore:
- vulnerability: CVE-2021-22570
fix-state: unknown
package:
name: google.golang.org/protobuf
version: v1.26.0
type: go-module
- vulnerability: CVE-2015-5237
fix-state: unknown
package:
name: google.golang.org/protobuf
version: v1.26.0
type: go-module
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17 as builder
FROM golang:1.17.6 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 2 additions & 2 deletions charts/thanos-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

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

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.3
appVersion: 0.3.7
2 changes: 1 addition & 1 deletion pkg/sdk/resourcebuilder/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
Image = "ghcr.io/banzaicloud/thanos-operator:0.3.4"
Image = "ghcr.io/banzaicloud/thanos-operator:0.3.7"
defaultNamespace = "thanos-system"
)

Expand Down

0 comments on commit 0b717e0

Please sign in to comment.