Skip to content

Commit 4aa6ed6

Browse files
authored
Merge pull request #167 from metalmatze/cut-release-0.16
Cut release-0.16
2 parents c157b38 + 9a444db commit 4aa6ed6

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,23 @@ We use *breaking* word for marking changes that are not backward compatible (rel
2525

2626
-
2727

28-
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/master...v0.15.0)
28+
## [v0.16.0](https://github.com/thanos-io/kube-thanos/tree/v0.16.0) (2020-11-04)
29+
30+
### Changed
31+
32+
- [#164](https://github.com/thanos-io/kube-thanos/pull/164) Expose components via functions with params merged with defaults
33+
34+
- #152 #153 #154 #155 #156 #157 #158 #159 Rewrite all components to not use ksonnet anymore (mostly internal change)
35+
36+
### Added
37+
38+
- [#148](https://github.com/thanos-io/kube-thanos/pull/148) Support for configuring Alertmanager on Thanos Ruler
39+
40+
### Fixed
41+
42+
- [#150](https://github.com/thanos-io/kube-thanos/pull/150) Update query frontend flag name
43+
44+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.15.0...v0.16.0)
2945

3046
## [v0.15.0](https://github.com/thanos-io/kube-thanos/tree/v0.15.0) (2020-09-07)
3147

examples/thanos-receive.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ t.receive {
44
local tr = self,
55
name:: 'thanos-receive',
66
namespace:: 'observability',
7-
version:: 'v0.15.0',
7+
version:: 'v0.16.0',
88
image:: 'quay.io/thanos/thanos:v' + tr.version,
99
replicas:: 3,
1010
replicationFactor:: 3,

0 commit comments

Comments
 (0)