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
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 <[email protected]>
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 <[email protected]>
expose struct



fix lint

Signed-off-by: Ben Ye <[email protected]>
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 <[email protected]>
* blog: Introducing ThanosCon in Paris KubeCon EU 2024

Signed-off-by: Saswata Mukherjee <[email protected]>

* Add image

Signed-off-by: Saswata Mukherjee <[email protected]>

* make docs

Signed-off-by: Saswata Mukherjee <[email protected]>

* Apply suggestions

Co-authored-by: Matej Gera <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>

* Apply suggestions

Co-authored-by: Bartlomiej Plotka <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>

* Add link to slack channel

Signed-off-by: Saswata Mukherjee <[email protected]>

---------

Signed-off-by: Saswata Mukherjee <[email protected]>
Co-authored-by: Matej Gera <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]>
* Added info about ThanosCon to website and Readme.

Signed-off-by: bwplotka <[email protected]>

* Update website/layouts/index.html

Co-authored-by: Saswata Mukherjee <[email protected]>
Signed-off-by: Bartlomiej Plotka <[email protected]>

---------

Signed-off-by: bwplotka <[email protected]>
Signed-off-by: Bartlomiej Plotka <[email protected]>
Co-authored-by: Saswata Mukherjee <[email protected]>
…o#6891)

* Bump objstore for Azure Workload Identity support

Signed-off-by: Rikhil Shah <[email protected]>

* make check-docs

Signed-off-by: Rikhil Shah <[email protected]>

* Add changelog entry

Signed-off-by: Rikhil Shah <[email protected]>

* Update Azure client docs

Signed-off-by: Rikhil Shah <[email protected]>

* make check-docs

Signed-off-by: Rikhil Shah <[email protected]>

* Move changelog entry to 0.33.0 release

Signed-off-by: Rikhil Shah <[email protected]>

* Move changelog entry

Signed-off-by: Rikhil Shah <[email protected]>

---------

Signed-off-by: Rikhil Shah <[email protected]>
Signed-off-by: Michael Hoffmann <[email protected]>
Signed-off-by: Martin Hauskrecht <[email protected]>
…-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 <[email protected]>

* 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 <[email protected]>

* Update docs and CHANGELOG.md

Signed-off-by: Simon Pasquier <[email protected]>

---------

Signed-off-by: Simon Pasquier <[email protected]>
* support float histogram in store gateway

Signed-off-by: Ben Ye <[email protected]>

* fix lint

Signed-off-by: Ben Ye <[email protected]>

* fix e2e test

Signed-off-by: Ben Ye <[email protected]>

* update prompb

Signed-off-by: Ben Ye <[email protected]>

* add changelog

Signed-off-by: Ben Ye <[email protected]>

---------

Signed-off-by: Ben Ye <[email protected]>
* add BlockIDsFetcher to BaseFetcher

Signed-off-by: Wen Xu <[email protected]>

* fix lint

Signed-off-by: Wen Xu <[email protected]>

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

Signed-off-by: Wen Xu <[email protected]>

* fix comments

Signed-off-by: Wen Xu <[email protected]>

* fix lint

Signed-off-by: Wen Xu <[email protected]>

* add description of active and parital blocks and modify changelog

Signed-off-by: Wen Xu <[email protected]>

* fix interface description

Signed-off-by: Wen Xu <[email protected]>

* remove entry in changelog

Signed-off-by: Wen Xu <[email protected]>

---------

Signed-off-by: Wen Xu <[email protected]>
* Update hugo file thanos-io#6889

Signed-off-by: Kartikay <[email protected]>

* Version 0.33 removed

Signed-off-by: Kartikay <[email protected]>

---------

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

Signed-off-by: Kartikay <[email protected]>

* Delete website/.hugo_build.lock

Signed-off-by: Kartikay <[email protected]>

---------

Signed-off-by: Kartikay <[email protected]>
Signed-off-by: Kartikay <[email protected]>
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 <[email protected]>
* update runtime/CloseWithErrCapture comment

Signed-off-by: Sagnik Das <[email protected]>

* fix lint

Signed-off-by: Sagnik Das <[email protected]>

---------

Signed-off-by: Sagnik Das <[email protected]>
* changes

Signed-off-by: Kartikay <[email protected]>

* Changed Int64 to BytesVar

Signed-off-by: Kartikay <[email protected]>

* Updated Changelog for new flag in receive

Signed-off-by: Kartikay <[email protected]>

---------

Signed-off-by: Kartikay <[email protected]>
Signed-off-by: Kartikay <[email protected]>
* upgrade prometheus to latest main

Signed-off-by: Ben Ye <[email protected]>

* upgrade again

Signed-off-by: Ben Ye <[email protected]>

* fix test

Signed-off-by: Ben Ye <[email protected]>

---------

Signed-off-by: Ben Ye <[email protected]>
* improve filtered index cache filtering

Signed-off-by: Ben Ye <[email protected]>

* make inline

Signed-off-by: Ben Ye <[email protected]>

---------

Signed-off-by: Ben Ye <[email protected]>
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

github-actions bot added 2 commits July 24, 2024 09:30
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@acm-observability-commit-bot acm-observability-commit-bot bot force-pushed the automated-updates-acm-release-2.12 branch from 51c9c94 to 18dff2f Compare July 24, 2024 09:30
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
Signed-off-by: Coleen Iona Quadros <[email protected]>
@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 <[email protected]>
@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 <[email protected]>
@coleenquadros
Copy link

/retest-required

Signed-off-by: Coleen Iona Quadros <[email protected]>
@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.