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

Commit

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



Co-authored-by: Matvey Arye <mat@timescale.com>
  • Loading branch information
bors[bot] and cevian committed Jul 6, 2021
2 parents ecac1de + 189f275 commit 7abf6bd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build/.goreleaser.yml
Expand Up @@ -28,7 +28,7 @@ scoop:
email: support@timescale.com

nfpms:
- builds:
- builds:
- promscale
formats:
- rpm
Expand Down Expand Up @@ -77,7 +77,7 @@ nfpms:
preinstall: "build/scripts/preinstall.sh"
postinstall: "build/scripts/postinstall.sh"
postremove: "build/scripts/postremove.sh"


archives:
- format: binary
Expand All @@ -93,7 +93,7 @@ archives:
format: binary
builds:
- prom-migrator
name_template: "{{ .Binary }}_0.0.1_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
name_template: "{{ .Binary }}_0.0.2_beta_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
darwin: Darwin
linux: Linux
Expand Down Expand Up @@ -154,7 +154,7 @@ dockers:
- pkg
- cmd
image_templates:
- "timescale/prom-migrator:0.0.1"
- "timescale/prom-migrator:0.0.2-beta"
- "timescale/prom-migrator:latest"

docker_manifests:
Expand Down
4 changes: 2 additions & 2 deletions deploy/static/deploy.yaml
Expand Up @@ -6,7 +6,7 @@ metadata:
name: promscale-connector
labels:
app: promscale
chart: promscale-0.4.1
chart: promscale-0.5.0
release: promscale
heritage: Helm
annotations:
Expand All @@ -27,7 +27,7 @@ metadata:
name: promscale
labels:
app: promscale
chart: promscale-0.4.1
chart: promscale-0.5.0
release: promscale
heritage: Helm
spec:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
@@ -1,4 +1,4 @@
name: promscale
version: 0.4.1
version: 0.5.0
apiVersion: v2
description: Promscale Connector deployment
2 changes: 1 addition & 1 deletion pkg/internal/testhelpers/containers.go
Expand Up @@ -37,7 +37,7 @@ const (
Superuser = true
NoSuperuser = false

LatestDBWithPromscaleImageBase = "cevian/promscale-extension"
LatestDBWithPromscaleImageBase = "timescaledev/promscale-extension"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions pkg/version/version.go
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.4.2-dev.4"
PromMigrator = "0.0.2-beta.0"
Promscale = "0.5.0"
PromMigrator = "0.0.2-beta"
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 7abf6bd

Please sign in to comment.