@@ -4,16 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ NOTE: As semantic versioning states all 0.y.z releases can contain breaking changes in API (flags, grpc API, any backward compatibility)
8
+
7
9
## Unreleased
8
10
9
- - Add Thanos Rule UI
10
- - Add Thanos Rule reload via HTTP POST to /-/reload
11
- - Add Thanos compact --retention.default flag, for configuring storage bucket retention period.
12
- - Removes support for multiple units in duration. For example: 1m0s won't work, while 1m will work.
13
- - Adds support for y,w,d time units
14
- - Add Thanos bucket ls -o wide, which provides more detailed information about blocks stored in the bucket.
11
+ ## [ v0.1.0] ( https://github.com/improbable-eng/thanos/releases/tag/v0.1.0 ) - 2018.09.14
15
12
16
- Newest release candidate: [ v0.1.0-rc.2 ] ( https://github.com/improbable-eng/thanos/releases/tag/v0.1.0-rc.2 )
13
+ Initial version to have a stable reference before [ gossip protocol removal ] ( https://github.com/improbable-eng/thanos/blob/master/docs/proposals/gossip-removal.md ) .
17
14
18
15
### Added
19
16
- Gossip layer for all components.
@@ -23,15 +20,16 @@ Newest release candidate: [v0.1.0-rc.2](https://github.com/improbable-eng/thanos
23
20
- Config and rule reloader logic for Sidecar.
24
21
- On-the fly result merge and deduplication logic for Querier.
25
22
- Custom Thanos UI (based mainly on Prometheus UI) for Querier.
26
- - StoreAPI logic for Store.
27
23
- Optimized object storage fetch logic for Store.
28
24
- Index cache and chunk pool for Store for better memory usage.
29
25
- Stable support for Google Cloud Storage object storage.
30
26
- StoreAPI logic for Querier to support Thanos federation (experimental).
31
27
- Support for S3 minio-based AWS object storage (experimental).
32
28
- Compaction logic of blocks from multiple sources for Compactor.
33
- - Downsampling logic for Compactor (experimental).
34
- - Rule (including alerts) evaluation logic for Ruler (experimental).
29
+ - Optional Compaction fixed retention.
30
+ - Optional downsampling logic for Compactor (experimental).
31
+ - Rule (including alerts) evaluation logic for Ruler.
32
+ - Rule UI with hot rules reload.
35
33
- StoreAPI logic for Ruler.
36
34
- Basic metric orchestration for all components.
37
35
- Verify commands with potential fixes (experimental).
0 commit comments