File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,23 @@ We use *breaking* word for marking changes that are not backward compatible (rel
25
25
26
26
-
27
27
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 )
29
45
30
46
## [ v0.15.0] ( https://github.com/thanos-io/kube-thanos/tree/v0.15.0 ) (2020-09-07)
31
47
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ t.receive {
4
4
local tr = self ,
5
5
name:: 'thanos-receive' ,
6
6
namespace:: 'observability' ,
7
- version:: 'v0.15 .0' ,
7
+ version:: 'v0.16 .0' ,
8
8
image:: 'quay.io/thanos/thanos:v' + tr.version,
9
9
replicas:: 3 ,
10
10
replicationFactor:: 3 ,
You can’t perform that action at this time.
0 commit comments