Skip to content

Commit f00a15e

Browse files
authored
Released patch version v0.2.1. (#696)
Xmas patch release to release 2 critical fixes (Azure, DNS SD) and awesome, new store UI page. Thanks all for helping out! (: Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
1 parent 8da1915 commit f00a15e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1111

1212
## Unreleased
1313

14+
## [v0.2.1](https://github.com/improbable-eng/thanos/releases/tag/v0.2.1) - 2018.12.27
15+
1416
### Added
1517

1618
- Relabel drop for Thanos Ruler to enable replica label drop and alert deduplication on AM side.
17-
- Query: Stores UI page available at `/stores`
19+
- Query: Stores UI page available at `/stores`.
1820

1921
![](./docs/img/query_ui_stores.png)
2022

2123
### Fixed
2224

23-
- Thanos Rule Alertmanager DNS SD bug
25+
- Thanos Rule Alertmanager DNS SD bug.
2426
- DNS SD bug when having SRV results with different ports.
2527
- Move handling of HA alertmanagers to be the same as Prometheus.
26-
- Azure iteration implementation flaw (#695)
28+
- Azure iteration implementation flaw.
2729

2830
## [v0.2.0](https://github.com/improbable-eng/thanos/releases/tag/v0.2.0) - 2018.12.10
2931

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

docs/release_process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Process of cutting a new *minor* Thanos release:
3939
Go to the releases page of the project, click on the `Draft a new release` button and select the tag you just pushed. Describe release and post relevant entry from changelog. Click `Save draft` rather than `Publish release` at this time. (This will prevent the release being visible before it has got the binaries attached to it.)
4040
Once tarballs are published on release page, you can click `Publish` and release is complete. Announce `#thanos` slack channel.
4141

42+
1. After release on second PR just after, add `-master` [VERSION file](./VERSION) suffix to the end of version. This will ensure master built images will have different version then released one.
43+
4244
## Branch management and versioning strategy
4345

4446
We use [Semantic Versioning](http://semver.org/).

0 commit comments

Comments
 (0)