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
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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments