File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1717- [ #2648 ] ( https://github.com/thanos-io/thanos/pull/2648 ) Store: allow index cache and caching bucket to be configured at the same time.
1818- [ #2705 ] ( https://github.com/thanos-io/thanos/pull/2705 ) minio-go: Added support for ` af-south-1 ` and ` eu-south-1 ` regions.
1919- [ #2728 ] ( https://github.com/thanos-io/thanos/pull/2728 ) Query: Fixed panics when using larger number of replica labels with short series label sets.
20+ - [ #2787 ] ( https://github.com/thanos-io/thanos/pull/2787 ) Update Prometheus mod to pull in prometheus/prometheus #7414 .
2021
2122### Changed
2223
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
4747 github.com/prometheus/client_golang v1.6.0
4848 github.com/prometheus/client_model v0.2.0
4949 github.com/prometheus/common v0.10.0
50- github.com/prometheus/prometheus v1.8.2-0.20200609165731-66dfb951c4ca
50+ github.com/prometheus/prometheus v1.8.2-0.20200619100132-74207c04655e
5151 github.com/sercand/kuberesolver v2.4.0+incompatible // indirect
5252 github.com/uber/jaeger-client-go v2.23.1+incompatible
5353 github.com/uber/jaeger-lib v2.2.0+incompatible
You can’t perform that action at this time.
0 commit comments