Skip to content

Commit

Permalink
Merge pull request #167 from metalmatze/cut-release-0.16
Browse files Browse the repository at this point in the history
Cut release-0.16
  • Loading branch information
kakkoyun authored Nov 4, 2020
2 parents c157b38 + 9a444db commit 4aa6ed6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,23 @@ We use *breaking* word for marking changes that are not backward compatible (rel

-

[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/master...v0.15.0)
## [v0.16.0](https://github.com/thanos-io/kube-thanos/tree/v0.16.0) (2020-11-04)

### Changed

- [#164](https://github.com/thanos-io/kube-thanos/pull/164) Expose components via functions with params merged with defaults

- #152 #153 #154 #155 #156 #157 #158 #159 Rewrite all components to not use ksonnet anymore (mostly internal change)

### Added

- [#148](https://github.com/thanos-io/kube-thanos/pull/148) Support for configuring Alertmanager on Thanos Ruler

### Fixed

- [#150](https://github.com/thanos-io/kube-thanos/pull/150) Update query frontend flag name

[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.15.0...v0.16.0)

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

Expand Down
2 changes: 1 addition & 1 deletion examples/thanos-receive.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ t.receive {
local tr = self,
name:: 'thanos-receive',
namespace:: 'observability',
version:: 'v0.15.0',
version:: 'v0.16.0',
image:: 'quay.io/thanos/thanos:v' + tr.version,
replicas:: 3,
replicationFactor:: 3,
Expand Down

0 comments on commit 4aa6ed6

Please sign in to comment.