Skip to content

Releases: thanos-io/kube-thanos

v0.29.0

03 Nov 15:24
c5c9cd2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.29.0

v0.26.0

17 Jun 10:25
86a9d83
Compare
Choose a tag to compare

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: v0.23.0...v0.26.0

v0.23.0

06 Oct 09:06
fdba356
Compare
Choose a tag to compare

What's Changed

  • jsonnet/manifests/example: Update/generate nodeSelector to kubernetes.io/os instead of beta.kubernetes.io/os by @slashpai in #241
  • Add bucket replicate component by @yeya24 in #237
  • Add functions to implement Thanos Receive split functionality by @ianbillett in #244
  • Example: Fix missing common resources for (compact|store)-shards/receive-hashrings by @maxbrunet in #234
  • Support scraping config-reloader sidecar for Thanos Ruler by @philipgough in #245
  • Compact: make service headless by @stevehipwell in #247
  • Update dns discovery links (#242) by @aletessier in #250
  • Add extra env vars to all components deployed with kube-thanos by @mwasilew2 in #251

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

17 Aug 14:21
fe000a5
Compare
Choose a tag to compare

Added

  • #232 Support compactor hash sharding.

Full Changelog

v0.21.0

17 Aug 14:20
e51d196
Compare
Choose a tag to compare

Changed

  • #226 Only schedule thanos components on linux nodes.

Added

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

Full Changelog

v0.20.0

28 Apr 14:09
v0.20.0
f53ad98
Compare
Choose a tag to compare
v0.20.0

v0.19.0

20 Apr 09:26
f53ad98
Compare
Choose a tag to compare

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

20 Apr 09:26
ed14d85
Compare
Choose a tag to compare

Breaking Changes

  • #188 Single ServiceMonitor for store shards

Fixed

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

Full Changelog

v0.17.0

08 Dec 18:00
e6c97a0
Compare
Choose a tag to compare

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

04 Nov 15:16
4aa6ed6
Compare
Choose a tag to compare

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