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

Commit

Permalink
Bump minimum TimescaleDB version to 2.6.1
Browse files Browse the repository at this point in the history
2.6.1 delivered fixes which allow the promscale extension to be
uninstalled.
  • Loading branch information
JamesGuthrie committed Apr 13, 2022
1 parent ba7d8f1 commit 3f5c573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We use the following categories for changes:

### Changed
- Enable tracing by default [#1213]
- The Promscale extension is now required, while the Timescaledb extension remains optional. The minimum Timescaledb version supported is now 2.6.0 [#1132]
- The Promscale extension is now required, while the Timescaledb extension remains optional. The minimum Timescaledb version supported is now 2.6.1 [#1132], [#1297]
- Disable running Promscale in HA and read-only simultaneously [#1254]
- Metric tables and views are now owned by prom_admin [#1283]

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
PgVersionNumRange = ">=12.x <15.x" // Corresponds to range within pg 12.0 to pg 14.99
pgAcceptedVersionsRange = semver.MustParseRange(PgVersionNumRange)

TimescaleVersionRangeString = ">=2.6.0 <2.99.0"
TimescaleVersionRangeString = ">=2.6.1 <2.99.0"
TimescaleVersionRange = semver.MustParseRange(TimescaleVersionRangeString)

// ExtVersionRangeString is a range of required promscale extension versions
Expand Down

0 comments on commit 3f5c573

Please sign in to comment.