forked from stolostron/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge release 0.30 into main (thanos-io#6041)
* compact: remove cancel on SyncMetas errors (thanos-io#5923) in a favour of 86b4039 SyncMetas will retry if it's retriable. Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated, the ones not and are not retriable will throw an interrupt to run.Group() by returning err and Group will call cancel() as it's configured for its interrupt func. Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: Seena Fallah <[email protected]> * Cut v0.30.0-rc.0 (thanos-io#5992) * Cut v0.30.0-rc.0 Signed-off-by: bwplotka <[email protected]> * mdox fix. Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Cut 0.30.0 (thanos-io#6011) Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * *: cut 0.30.1 (thanos-io#6017) * fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Tracing: Fix sampler defaults (thanos-io#5887) * Fix sampler defaults Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * Replace checkout with git-shallow-clone (thanos-io#5829) Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * CHANGELOG: fix Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Seena Fallah <[email protected]> Co-authored-by: Kama Huang <[email protected]>
- Loading branch information
1 parent
98e4c33
commit a7e9ea8
Showing
3 changed files
with
88 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters