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

Commit

Permalink
Merge #628
Browse files Browse the repository at this point in the history
628: Prepare for the 0.4.0 release r=cevian a=cevian



Co-authored-by: Matvey Arye <mat@timescale.com>
  • Loading branch information
bors[bot] and cevian committed May 18, 2021
2 parents 44ccba4 + 9ca4998 commit ebdf5ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ archives:
format: binary
builds:
- prom-migrator
name_template: "{{ .Binary }}_0.0.1_beta.2_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
name_template: "{{ .Binary }}_0.0.1_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
darwin: Darwin
linux: Linux
Expand Down Expand Up @@ -109,7 +109,7 @@ dockers:
- pkg
- cmd
image_templates:
- "timescale/prom-migrator:0.0.1-beta.2"
- "timescale/prom-migrator:0.0.1"
- "timescale/prom-migrator:latest"

docker_manifests:
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.3.0
version: 0.4.0
apiVersion: v2
description: Promscale Connector deployment
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ var (
// since an app version must uniquely determine the state of the schema.
// 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.3.1-dev.2"
PromMigrator = "0.0.1-beta.2"
Promscale = "0.4.0"
PromMigrator = "0.0.1"
CommitHash = ""
EarliestUpgradeTestVersion = "0.1.0"
EarliestUpgradeTestVersionMultinode = "0.1.4" //0.1.4 earliest version that supports tsdb 2.0
Expand Down

0 comments on commit ebdf5ad

Please sign in to comment.