From c1dca01f4191091dae546e515aeb964b52efa94b Mon Sep 17 00:00:00 2001 From: Matvey Arye Date: Wed, 6 Oct 2021 21:10:15 -0400 Subject: [PATCH] Prepare for the 0.6.1 release --- deploy/static/deploy.yaml | 4 ++-- helm-chart/Chart.yaml | 2 +- pkg/version/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/static/deploy.yaml b/deploy/static/deploy.yaml index 8e6e988555..3a56ded60b 100644 --- a/deploy/static/deploy.yaml +++ b/deploy/static/deploy.yaml @@ -7,7 +7,7 @@ metadata: namespace: default labels: app: promscale - chart: promscale-0.6.0 + chart: promscale-0.6.1 release: promscale heritage: Helm annotations: @@ -29,7 +29,7 @@ metadata: namespace: default labels: app: promscale - chart: promscale-0.6.0 + chart: promscale-0.6.1 release: promscale heritage: Helm spec: diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 9839353578..0bacaeedb4 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -1,4 +1,4 @@ name: promscale -version: 0.6.0 +version: 0.6.1 apiVersion: v2 description: Promscale Connector deployment diff --git a/pkg/version/version.go b/pkg/version/version.go index e97a4c6164..e8d15aa792 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -38,7 +38,7 @@ var ( // It is customary to bump the version by incrementing the numeral after // the `dev` tag. The SQL migration script name must correspond to the /new/ version. - Promscale = "0.6.1-dev.0" + Promscale = "0.6.1" PrevReleaseVersion = "0.5.1" PromMigrator = "0.0.2" CommitHash = ""