Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Prepare for the 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Oct 8, 2021
1 parent a80bd5b commit c1dca01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/static/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: promscale
version: 0.6.0
version: 0.6.1
apiVersion: v2
description: Promscale Connector deployment
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit c1dca01

Please sign in to comment.