Skip to content

Commit

Permalink
Merge pull request #313 from KohlsTechnology/release-0.7.0
Browse files Browse the repository at this point in the history
chore(release): update version to 0.7.0
  • Loading branch information
vinny-sabatini authored Jan 19, 2024
2 parents 9a833a7 + 5869f25 commit 10a40af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
team: frontend
containers:
- name: "prometheus-storage-bigquery"
image: "quay.io/kohlstechnology/prometheus_bigquery_remote_storage_adapter:v0.6.1"
image: "quay.io/kohlstechnology/prometheus_bigquery_remote_storage_adapter:v0.7.0"
env:
- name: "PROMBQ_GCP_PROJECT_ID"
value: "${PROJECT_ID}"
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Branch string
BuildDate string
GitSHA1 string
Version = "v0.6.1"
Version = "v0.7.0"
)

// Print writes application version details to standard output.
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// TestGetVersion calls version.Get checking for a valid version string.
func TestGetVersion(t *testing.T) {
want := fmt.Sprintf("prometheus_bigquery_remote_storage_adapter, version v0.6.1 (branch: , revision: ), build date: , go version: %v", runtime.Version())
want := fmt.Sprintf("prometheus_bigquery_remote_storage_adapter, version v0.7.0 (branch: , revision: ), build date: , go version: %v", runtime.Version())
msg := Get()
if want != msg {
t.Fatalf("wanted %q, but got %q", want, msg)
Expand Down

0 comments on commit 10a40af

Please sign in to comment.