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.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar committed Jul 21, 2022
1 parent 960052f commit e7745aa
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ archives:
format: binary
builds:
- prom-migrator
name_template: "{{ .Binary }}_0.0.4_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
name_template: "{{ .Binary }}_0.0.5_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
replacements:
darwin: Darwin
linux: Linux
Expand Down Expand Up @@ -165,7 +165,7 @@ dockers:
- pkg
- migration-tool
image_templates:
- "timescale/prom-migrator:0.0.4"
- "timescale/prom-migrator:0.0.5"
- "timescale/prom-migrator:latest"

docker_manifests:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We use the following categories for changes:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## Unreleased
## [0.13.0] - 2022-07-20

### Added
- Network latency metric [#1431]
Expand All @@ -25,12 +25,12 @@ We use the following categories for changes:

### Changed
- `db.num-writer-connections` now sets the absolute number of write connections for writing metrics. [#1430]
- Remove flaky PromscaleCacheTooSmall alert [#1498]

### Fixed
- Refine check for existence of `prom_schema_migrations` table [#1452]
- Do not run rules-manager in `-db.read-only` mode [#1451]
- Fix underlying metric(`promscale_sql_database_chunks_count`) which leads to false positive firing of PromscaleCompressionLow alert [#1494]
- Remove flaky PromscaleCacheTooSmall alert [#1498]

## [0.12.1] - 2022-06-29

Expand Down
2 changes: 1 addition & 1 deletion EXTENSION_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master
0.5.4
4 changes: 2 additions & 2 deletions deploy/helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: promscale
description: Promscale Connector deployment

version: 0.12.1
appVersion: 0.12.1
version: 0.13.0
appVersion: 0.13.0

home: https://github.com/timescale/promscale
sources:
Expand Down
26 changes: 13 additions & 13 deletions deploy/static/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ metadata:
namespace: default
labels:
app: promscale
chart: promscale-0.12.1
chart: promscale-0.13.0
release: promscale
heritage: Helm
app.kubernetes.io/name: "promscale"
app.kubernetes.io/version: 0.12.1
app.kubernetes.io/version: 0.13.0
app.kubernetes.io/component: "connector"
---
# Source: promscale/templates/secret-connection.yaml
Expand All @@ -23,11 +23,11 @@ metadata:
namespace: default
labels:
app: promscale
chart: promscale-0.12.1
chart: promscale-0.13.0
release: promscale
heritage: Helm
app.kubernetes.io/name: "promscale"
app.kubernetes.io/version: 0.12.1
app.kubernetes.io/version: 0.13.0
app.kubernetes.io/component: "connector"
stringData:
PROMSCALE_DB_PORT: "5432"
Expand All @@ -43,11 +43,11 @@ metadata:
namespace: default
labels:
app: promscale
chart: promscale-0.12.1
chart: promscale-0.13.0
release: promscale
heritage: Helm
app.kubernetes.io/name: "promscale"
app.kubernetes.io/version: 0.12.1
app.kubernetes.io/version: 0.13.0
app.kubernetes.io/component: "connector"
spec:
selector:
Expand All @@ -74,11 +74,11 @@ metadata:
labels:

app: promscale
chart: promscale-0.12.1
chart: promscale-0.13.0
release: promscale
heritage: Helm
app.kubernetes.io/name: "promscale"
app.kubernetes.io/version: 0.12.1
app.kubernetes.io/version: 0.13.0
app.kubernetes.io/component: "connector"
spec:
replicas: 1
Expand All @@ -92,11 +92,11 @@ spec:
metadata:
labels:
app: promscale
chart: promscale-0.12.1
chart: promscale-0.13.0
release: promscale
heritage: Helm
app.kubernetes.io/name: "promscale"
app.kubernetes.io/version: 0.12.1
app.kubernetes.io/version: 0.13.0
app.kubernetes.io/component: "connector"
annotations:
checksum/connection: ff05ff54cbc0eadd9ce97781ed753f30c19ece1aa39b35d2eb5a70ad656daf69
Expand All @@ -115,7 +115,7 @@ spec:
- name: TOBS_TELEMETRY_INSTALLED_BY
value: "promscale"
- name: "TOBS_TELEMETRY_VERSION"
value: "0.12.1"
value: "0.13.0"
envFrom:
- secretRef:
name: promscale
Expand Down Expand Up @@ -149,11 +149,11 @@ metadata:
namespace: default
labels:
app: promscale
chart: promscale-0.12.1
chart: promscale-0.13.0
release: promscale
heritage: Helm
app.kubernetes.io/name: "promscale"
app.kubernetes.io/version: 0.12.1
app.kubernetes.io/version: 0.13.0
app.kubernetes.io/component: "connector"
annotations:
"helm.sh/hook": pre-install,pre-upgrade,post-delete
Expand Down
2 changes: 1 addition & 1 deletion migration-tool/cmd/prom-migrator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
defaultStartTime = "1970-01-01T00:00:00+00:00" // RFC3339 based time.Unix from 0 seconds.
defaultMaxReadDuration = time.Hour * 2
defaultLaIncrement = time.Minute
version = "0.0.4"
version = "0.0.5"
)

// timeNowUnix returns the current Unix timestamp.
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0-dev.0"
Promscale = "0.13.0"
PrevReleaseVersion = "0.12.1"
CommitHash = "" // Comes from -ldflags settings
Branch = "" // Comes from -ldflags settings
Expand All @@ -52,7 +52,7 @@ var (

// ExtVersionRangeString is a range of required promscale extension versions
// support 0.5.x
ExtVersionRangeString = ">=0.5.0-alpha <0.5.99"
ExtVersionRangeString = ">=0.5.4 <0.5.99"
ExtVersionRange = semver.MustParseRange(ExtVersionRangeString)

// Expose build info through Prometheus metric
Expand Down

0 comments on commit e7745aa

Please sign in to comment.