github timescale/tobs 0.6.1

latest releases: 20.8.0, 20.7.0, 20.6.0...
2 years ago

At a high level, this release contains

  • Bump Kube-Prometheus dependent helm chart from 15.2.4 to 18.0.0.
  • Configured default Prometheus instance retention to 1d.
  • Refactor tobs timescaledb cmds & flags. Previously tobs timescaledb connect, get-password and change-password use timescaledb super-secret to perform these operations the superuser/default creds are now read from helm release values by tobs CLI. From this release tobs timescaledb superuser subcommand is introduced to perform these operations using superuser. You can also connect to the database with a different user and desired database using tobs timescaledb connect <user> --dbname <>
  • Refactor tobs metrics flags i.e. --user and --dbname are dropped. As previously tobs didn't have the ability to read default user and dbname from helm release. Now tobs CLI fetches the default creds to perform these actions.

Note:

  • As tobs timescaledb cmd is refactoring please use tobs timescaledb superuser to perform regular operations and tobs metrics doesn't need any explicit DB details to perform operations as it fetches from release values.

Changelog

ba2f22a Bump helm.sh/helm/v3 from 3.5.1 to 3.6.1 in /cli
6c627ee Bump kube-prometheus-stack for multi-cluster support (#162)
7905472 Fix goreleaser CICD
7246ad5 Release 0.6.1
656e781 Use 3-argument version of (re)set_metric_retention_period
04201cf fix minor bugs
4cf6991 refactor flags for tobs timescaledb & tobs metrics cmds

Don't miss a new tobs release

NewReleases is sending notifications on new releases.