github timescale/tobs 0.6.0

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

At a high level, this release contains

  • Fix uninstall flow to delete kube-prometheus-admission secret which isn't deleted on default helm uninstall.
  • Fix TimescaleDB data source auth issue. Now you can perform SQL queries with default auth creds in Grafana.
  • Drop tobs helm subcommands install, uninstall as the same can be achieved by tobs install and tobs uninstall.
  • Move tobs helm delete-data subcommand to tobs uninstall delete-data.

Details

  • Use kubeClient connection in the context rather than creating it multiple times for a single action.

Note:

  • tobs doesn't support tobs helm install and tobs helm uninstall here after, instead you can use tobs install and tobs uninstall for the same.

Changelog

a331d50 Prepare for the next development cycle
5a554a8 Release 0.5.0
f3739cb add goreleaser to CICD
fcfac35 add namespace configuration option from values.yaml & also add .Relase.Namespace to all template resources, as this is better practice in assigning namespace value to resources.
614a429 fix grafana datasource auth issue with TimescaleDB
647fc5d fix uninstall flow
0d63fb2 fix version in helm tests
ca19150 refactor tobs helm cmd & drop tobs helm subcommands except show-values
3a91e51 update docs for secret creation in tobs helm chart
7059d84 use kubeClient context for connecting to kube api-server rather creating new clients everytime, Also, rename the filenames

Don't miss a new tobs release

NewReleases is sending notifications on new releases.