github timescale/promscale 0.1.0-beta.3

latest releases: 0.17.0, 0.16.0, 0.15.0...
pre-release3 years ago

This is a bug fix release.

In-place upgrades from 0.1.0-beta.1 onwards should be supported automatically. (Please note that we have not yet officially committed to in-place upgrades until the software leaves beta status, but will strive to support in-place upgrades going forward.)

Notes on updating from previous versions

  • If you set up a custom cron job for your installation, please change the name of the procedure cron calls to execute_maintenance() (previously it was called drop_chunks() but this name collided with a TimescaleDB function, causing confusion). This should only be necessary for people who used an installation procedure other than Helm. See 547064f for details.
  • The default ssl connection mode for connecting from the Timescale-Prometheus connector to TimescaleDB (PostgreSQL) was changed from disable to require. You will have to change this default using command-line flags if your TimescaleDB instance does not accept SSL connections.

Changelog

4cd2e6c Add concurrent endpoint tests (#188)
5cc9bb7 Add public schema to upgrade tests
e77ede9 Add series endpoint to router
04d00cc Add upgrade tests
4a3f35b Cap max number of connections used by default
547064f Change name of drop_chunks procedure to execute_maintenance
4fa4249 Change packaging to publish binary instead of archive
76d9876 Fix app version number
62e04aa Improve error handling for metric initialization
482f20c Prepare for the 0.1.0-beta.3 release
f7d7b41 Prepare for the 0.1.0-beta.3.dev.0 Development cycle
b28b20c Remove overly-verbose log line
6a1fde6 Set cascade_to_materialization=>false when dropping data
1836174 Skip back to the previous released version when choosing a docker
e62d9f1 Switch to requiring SSL by default when connecting to the DB
e28233d Test idempotent scripts as well
326066a Update timescale-observability->tobs in README

🙏 Thanks to the following community members for submitting issues

@wenerme for reporting an issue with high connection counts

Docker images

  • docker pull timescale/timescale-prometheus:0.1.0-beta.3
  • docker pull timescale/timescale-prometheus:0.1
  • docker pull timescale/timescale-prometheus:latest

Don't miss a new promscale release

NewReleases is sending notifications on new releases.