Skip to content

Commit 7133f01

Browse files
ilangofmanpracucci
andauthored
Upgrade thanos version (#4394)
* Upgrade thanos version Signed-off-by: ilangofman <igofman99@gmail.com> * Add Changelog Signed-off-by: ilangofman <igofman99@gmail.com> * retrigger tests Signed-off-by: ilangofman <igofman99@gmail.com> * Update CHANGELOG.md Signed-off-by: Marco Pracucci <marco@pracucci.com> Co-authored-by: Marco Pracucci <marco@pracucci.com>
1 parent 4405f9c commit 7133f01

File tree

139 files changed

+17095
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+17095
-225
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [CHANGE] Memberlist: the `memberlist_kv_store_value_bytes` has been removed due to values no longer being stored in-memory as encoded bytes. #4345
99
* [CHANGE] Prevent path traversal attack from users able to control the HTTP header `X-Scope-OrgID`. #4375 (CVE-2021-36157)
1010
* Users only have control of the HTTP header when Cortex is not frontend by an auth proxy validating the tenant IDs
11+
* [CHANGE] Some files and directories created by Mimir components on local disk now have stricter permissions, and are only readable by owner, but not group or others. #4394
1112
* [ENHANCEMENT] Add timeout for waiting on compactor to become ACTIVE in the ring. #4262
1213
* [ENHANCEMENT] Reduce memory used by streaming queries, particularly in ruler. #4341
1314
* [ENHANCEMENT] Ring: allow experimental configuration of disabling of heartbeat timeouts by setting the relevant configuration value to zero. Applies to the following: #4342

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/sony/gobreaker v0.4.1
5555
github.com/spf13/afero v1.2.2
5656
github.com/stretchr/testify v1.7.0
57-
github.com/thanos-io/thanos v0.19.1-0.20210427154226-d5bd651319d2
57+
github.com/thanos-io/thanos v0.19.1-0.20210729154440-aa148f8fdb28
5858
github.com/uber/jaeger-client-go v2.29.1+incompatible
5959
github.com/weaveworks/common v0.0.0-20210419092856-009d1eebd624
6060
go.etcd.io/bbolt v1.3.5

go.sum

Lines changed: 37 additions & 4 deletions
Large diffs are not rendered by default.

vendor/github.com/Azure/go-autorest/.gitignore

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)