Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Giedrius Statkevičius <[email protected]>
Signed-off-by: Olivier Biesmans <[email protected]>
  • Loading branch information
2 people authored and Olivier Biesmans committed May 22, 2020
1 parent 3c4e364 commit 8aee515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel

### Changed

- [#1735](https://github.com/thanos-io/thanos/pull/1735) Retention policies are now applied at the start of the compactor loop. Retentions policies that break downsampling are now logged as warnings.
- [#1735](https://github.com/thanos-io/thanos/pull/1735) Retention policies are now applied at the start of the compactor loop. Retention policies that break downsampling are now logged as warnings.

## [v0.12.0](https://github.com/thanos-io/thanos/releases/tag/v0.12.0) - 2020.04.15

Expand Down
2 changes: 1 addition & 1 deletion pkg/compact/retention.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/thanos-io/thanos/pkg/objstore"
)

// RetentionPolicy is a map of retention durations by resolution level
// RetentionPolicy is a map of retention durations by resolution level.
type RetentionPolicy map[ResolutionLevel]time.Duration

// ApplyRetentionPolicyByResolution removes blocks depending on the specified retentionByResolution based on blocks MaxTime.
Expand Down

0 comments on commit 8aee515

Please sign in to comment.