Kube Thanos Versions Save

Kubernetes specific configuration for deploying Thanos.

v0.29.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/thanos-io/kube-thanos/compare/v0.26.0...v0.29.0

v0.26.0

2 years ago

NOTE: We did not release specific versions for v0.24.0, 0.25 Thanos version, sorry for that. We will try to keep releases more strict for next ones.

What's Changed

New Contributors

Full Changelog: https://github.com/thanos-io/kube-thanos/compare/v0.23.0...v0.26.0

v0.23.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/thanos-io/kube-thanos/compare/v0.22.0...v0.23.0

v0.22.0

2 years ago

Added

  • #232 Support compactor hash sharding.

Full Changelog

v0.21.0

2 years ago

Changed

  • #226 Only schedule thanos components on linux nodes.

Added

  • #228 Allow configuring --web.prefix-header of query.

Full Changelog

v0.20.0

3 years ago

v0.19.0

3 years ago

Breaking Changes

  • #196 Single ServiceAccount for all hashrings, causing hashrings position in the object tree to change.

Changed

  • #196 Single ServiceAccount for each component.
  • #200 #202 Run all components as non-root.
  • #208 Documentation: Refer to main branch in docs

Added

  • #192 sidecar: Add pod discovery
  • #194 Allow configuring --label and --receive.tenant-label-name flags.
  • #209 Allow configuring --label and --refresh flags of bucket web.
  • #213 Allow configuring --min-time and --max-time of store.
  • #218 Enable --query.auto-downsampling for query by default.
  • #221 Allow configuring --tsdb.retention and --tsdb.block-duration for rule.

Full Changelog

v0.18.0

3 years ago

Breaking Changes

  • #188 Single ServiceMonitor for store shards

Fixed

  • #185 query-frontend, store: make cache types case insensitive

Full Changelog

v0.17.0

3 years ago

Added

  • #166 Add new flags and memcached support to query frontend
  • #169 Add --tracing.config support to all components
  • #170 Add Store shard and Receive hashring helpers
  • #173 Store, query, frontend: add log.format flag
  • #178 compact, rule, tools: add log format flag

Fixed

  • #176 store: fix error when bucket cache not used

Full Changelog

v0.16.0

3 years ago

Changed

  • #164 Expose components via functions with params merged with defaults

  • #152 #153 #154 #155 #156 #157 #158 #159 Rewrite all components to not use ksonnet anymore (mostly internal change)

Added

  • #148 Support for configuring Alertmanager on Thanos Ruler

Fixed

  • #150 Update query frontend flag name

Full Changelog