Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release-0.17 branch back #3553

Merged
merged 7 commits into from
Dec 9, 2020

Commits on Dec 9, 2020

  1. Fix query frontend regression on release v0.17.0 (thanos-io#3480)

    * query-frontend: make POST-request to downstream url for labels and series api endpoints (thanos-io#3444)
    
    Signed-off-by: Alexander Tunik <2braven@gmail.com>
    
    * remove default response cache config
    
    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    
    * ensure order when merging multiple responses
    
    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    
    Co-authored-by: Alexander Tunik <2braven@gmail.com>
    2 people authored and metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ac24266 View commit details
    Browse the repository at this point in the history
  2. *: Set debug.SetPanicOnFault(true) so we can recover seg faults. (tha…

    …nos-io#3498)
    
    Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
    bwplotka authored and metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    483e966 View commit details
    Browse the repository at this point in the history
  3. Prepare v0.17.1 release (thanos-io#3505)

    Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
    metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    5cbf23e View commit details
    Browse the repository at this point in the history
  4. fix index out of bound bug when comparing ZLabelSets (thanos-io#3520)

    * fix index out of bound bug when comparing ZLabelSets
    
    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    
    * fix param parsing error message
    
    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    
    * address comment feedbacks
    
    Signed-off-by: Ben Ye <yb532204897@gmail.com>
    yeya24 authored and metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    12e5c26 View commit details
    Browse the repository at this point in the history
  5. compact: do not cleanup blocks on boot (thanos-io#3532)

    Do not cleanup blocks on boot because in some very bad cases there could
    be thousands of blocks ready-to-be deleted and doing that makes Thanos
    Compact exceed `initialDelaySeconds` on k8s.
    
    Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>
    GiedriusS authored and metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    785de24 View commit details
    Browse the repository at this point in the history
  6. Prepare v0.17.2 (thanos-io#3543)

    Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
    metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    616363b View commit details
    Browse the repository at this point in the history
  7. Properly rebase CHANGELOG.md after merging release-0.17

    Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
    metalmatze committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    0a3ea99 View commit details
    Browse the repository at this point in the history