Skip to content

v0.1.0

Compare
Choose a tag to compare
@bwplotka bwplotka released this 18 Sep 16:55

First Thanos minor release.
This is still not major version, so backward compatibility is NOT guarnteed. See: https://semver.org/#spec-item-4.

See changelog for changes.

The major changes in comparison to v0.1.0-rc.2:

  • Updated deps
  • Added customizable bucket retention per resolution
  • Added optional flag to disable downsampling
  • Docs updates
  • Improved err handling
  • [breaking flag compatibility] Changed store gateway tsdb.path flag to data-dir
  • Proposed gossip removal
  • Added IPv6 support
  • Extended bucket ls command
  • Pinned prometheud dependency (including e2e tests)
  • Added support for multiple rule dirs
  • Added support for getting AWS credentials for on-node IAM
  • Improved logging
  • [breaking flag compatibility] Changed time duration parsing to be same as Prometheus one (model.Duration). Example change: 1m0s won't work, while 1m will work.
  • Fixed edge case downsampling bug
  • Added thanosbench
  • Added Thanos Rule UI