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

[ACM Obs bot] Bump stolostron/thanos to v0.35.1 #128

Merged

Conversation

acm-observability-bot[bot]
Copy link

Description

This is an automated version bump from CI.
The logs for this run can be found in the syncbot repo actions.
If you wish to perform this manually, execute the following commands from stolostron/thanos repo:

git fetch https://github.com/thanos-io/thanos --tags
if ! git merge refs/tags/v0.35.1 --no-edit; then
  git checkout --theirs CHANGELOG.md VERSION docs go.mod go.sum pkg tutorials .busybox-versions .devcontainer
  git checkout --ours OWNERS
  git add CHANGELOG.md VERSION docs go.mod go.sum pkg tutorials .busybox-versions .devcontainer OWNERS
  git merge --continue
fi
go mod tidy
go mod vendor

if [ -f scripts/rh-manifest.sh ]; then
  bash scripts/rh-manifest.sh
  git add rh-manifest.txt
  git diff --cached --exit-code || git commit -s -m "[bot] update rh-manifest.txt"
fi

MichaHoffmann and others added 30 commits November 18, 2023 17:50
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
We have a NoDownsampleMarkFilter that we were not using before in the
compactor for some reason. Hook it into the filters chain if
downsampling is enabled and then trim matching ULIDs from the
downsampling process. Add a test to cover this scenario.

Fixes thanos-io#6179.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
I think the original values were simply too small there - if the runner
is slow then it can see smaller metrics values. If the runner works well
then the values can go to these bigger values and then the test fails.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
expose struct



fix lint

Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: MeenuyD <meenu.coninja@gmail.com>
I have noticed that downloading tool deps takes ~5 min in CI each time.
We should be able to also cache those tool deps.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
* blog: Introducing ThanosCon in Paris KubeCon EU 2024

Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>

* Add image

Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>

* make docs

Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>

* Apply suggestions

Co-authored-by: Matej Gera <38492574+matej-g@users.noreply.github.com>
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>

* Apply suggestions

Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>

* Add link to slack channel

Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>

---------

Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
Co-authored-by: Matej Gera <38492574+matej-g@users.noreply.github.com>
Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
* Added info about ThanosCon to website and Readme.

Signed-off-by: bwplotka <bwplotka@gmail.com>

* Update website/layouts/index.html

Co-authored-by: Saswata Mukherjee <saswataminsta@yahoo.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>

---------

Signed-off-by: bwplotka <bwplotka@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
Co-authored-by: Saswata Mukherjee <saswataminsta@yahoo.com>
…o#6891)

* Bump objstore for Azure Workload Identity support

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

* make check-docs

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

* Add changelog entry

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

* Update Azure client docs

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

* make check-docs

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

* Move changelog entry to 0.33.0 release

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

* Move changelog entry

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>

---------

Signed-off-by: Rikhil Shah <rikhil.shah@metaswitch.com>
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
Signed-off-by: Martin Hauskrecht <hauskrechtmartin@gmail.com>
…-33-cherry-pick-objstore-bump

Objstore: Bump Objstore for Azure Workload Identity support (thanos-io#6891)
* Support reload using signal

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Add --reloader.method option to sidecar

This option allows to tell the sidecar to send a SIGHUP signal to the
monitored process to reload its configuration instead of the default
HTTP-based method.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Update docs and CHANGELOG.md

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

---------

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* support float histogram in store gateway

Signed-off-by: Ben Ye <benye@amazon.com>

* fix lint

Signed-off-by: Ben Ye <benye@amazon.com>

* fix e2e test

Signed-off-by: Ben Ye <benye@amazon.com>

* update prompb

Signed-off-by: Ben Ye <benye@amazon.com>

* add changelog

Signed-off-by: Ben Ye <benye@amazon.com>

---------

Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Matteo Martellini <matteo.martellini@truelayer.com>
* add BlockIDsFetcher to BaseFetcher

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* fix lint

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* use chan in the interface method to accept active block ids

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* fix comments

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* fix lint

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* add description of active and parital blocks and modify changelog

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* fix interface description

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

* remove entry in changelog

Signed-off-by: Wen Xu <wenxuamz@amazon.com>

---------

Signed-off-by: Wen Xu <wenxuamz@amazon.com>
* Update hugo file thanos-io#6889

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>

* Version 0.33 removed

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>

---------

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: fpetkovski <fpetkovski@users.noreply.github.com>
* Fix hotstar logo

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>

* Delete website/.hugo_build.lock

Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>

---------

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
Fix deadlock in the Add() function - it accidentally was calling itself
recursively. This struct wraps a `MultiError` so we need to call `Add()`
on that `MultiError` inside.

This deadlock can manifest in Receive - million+ leaking goroutines, all
stuck on the MultiTSDB lock.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
* update runtime/CloseWithErrCapture comment

Signed-off-by: Sagnik Das <116512372+sagnik3788@users.noreply.github.com>

* fix lint

Signed-off-by: Sagnik Das <116512372+sagnik3788@users.noreply.github.com>

---------

Signed-off-by: Sagnik Das <116512372+sagnik3788@users.noreply.github.com>
* changes

Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>

* Changed Int64 to BytesVar

Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>

* Updated Changelog for new flag in receive

Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>

---------

Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
Signed-off-by: Ben Ye <benye@amazon.com>
* upgrade prometheus to latest main

Signed-off-by: Ben Ye <benye@amazon.com>

* upgrade again

Signed-off-by: Ben Ye <benye@amazon.com>

* fix test

Signed-off-by: Ben Ye <benye@amazon.com>

---------

Signed-off-by: Ben Ye <benye@amazon.com>
* improve filtered index cache filtering

Signed-off-by: Ben Ye <benye@amazon.com>

* make inline

Signed-off-by: Ben Ye <benye@amazon.com>

---------

Signed-off-by: Ben Ye <benye@amazon.com>
Copy link

openshift-ci bot commented Jul 23, 2024

Hi @acm-observability-bot[bot]. Thanks for your PR.

I'm waiting for a stolostron member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@coleenquadros
Copy link

/ok-to-test

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
@coleenquadros
Copy link

/retest-required

@coleenquadros
Copy link

/test test-unit

Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link

openshift-ci bot commented Jul 24, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: acm-observability-bot[bot], saswatamcode

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
@openshift-ci openshift-ci bot removed the lgtm label Jul 24, 2024
Copy link

openshift-ci bot commented Jul 24, 2024

New changes are detected. LGTM label has been removed.

@coleenquadros
Copy link

/test test-unit

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
@coleenquadros
Copy link

/retest-required

Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
@coleenquadros coleenquadros merged commit e0165a7 into stolostron:release-2.12 Jul 24, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.