Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thanos-io/thanos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: thanos-io/thanos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.1
Choose a head ref
  • 1 commit
  • 12 files changed
  • 4 contributors

Commits on May 28, 2024

  1. Cut patch release v0.35.1 (#7394)

    * compact: recover from panics (#7318)
    
    For #6775, it would be useful
    to know the exact block IDs to aid debugging.
    
    Signed-off-by: Giedrius Statkevičius <[email protected]>
    
    * Sidecar: wait for prometheus on startup (#7323)
    
    Signed-off-by: Michael Hoffmann <[email protected]>
    
    * Receive: fix serverAsClient.Series goroutines leak (#6948)
    
    * fix serverAsClient goroutines leak
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    * fix lint
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    * update changelog
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    * delete invalid comment
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    * remove temp dev test
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    * remove timer channel drain
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    ---------
    
    Signed-off-by: Thibault Mange <[email protected]>
    
    * Receive: fix stats (#7373)
    
    If we account stats for remote write and local writes we will count them
    twice since the remote write will be counted locally again by the remote
    receiver instance.
    
    Signed-off-by: Michael Hoffmann <[email protected]>
    
    * *: Ensure objstore flag values are masked & disable debug/pprof/cmdline (#7382)
    
    * *: Ensure objstore flag values are masked & disable debug/pprof/cmdline
    
    Signed-off-by: Saswata Mukherjee <[email protected]>
    
    * small fix
    
    Signed-off-by: Saswata Mukherjee <[email protected]>
    
    ---------
    
    Signed-off-by: Saswata Mukherjee <[email protected]>
    
    * Query: dont pass query hints to avoid triggering pushdown (#7392)
    
    If we have a new querier it will create query hints even without the
    pushdown feature being present anymore. Old sidecars will then trigger
    query pushdown which leads to broken max,min,max_over_time and
    min_over_time.
    
    Signed-off-by: Michael Hoffmann <[email protected]>
    
    * Cut patch release v0.35.1
    
    Signed-off-by: Saswata Mukherjee <[email protected]>
    
    ---------
    
    Signed-off-by: Giedrius Statkevičius <[email protected]>
    Signed-off-by: Michael Hoffmann <[email protected]>
    Signed-off-by: Thibault Mange <[email protected]>
    Signed-off-by: Saswata Mukherjee <[email protected]>
    Co-authored-by: Giedrius Statkevičius <[email protected]>
    Co-authored-by: Michael Hoffmann <[email protected]>
    Co-authored-by: Thibault Mange <[email protected]>
    4 people authored May 28, 2024
    Configuration menu
    Copy the full SHA
    086a698 View commit details
    Browse the repository at this point in the history
Loading