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

[bot] Bump openshift/thanos to v0.23.1 #75

Merged
merged 77 commits into from Nov 30, 2021

Conversation

openshift-monitoring-bot[bot]
Copy link

Description

This is an automated version bump from CI.
If you wish to perform this manually, execute the following commands from openshift/thanos repo,

git fetch https://github.com/thanos-io/thanos --tags
if ! git merge refs/tags/v0.23.1 --no-edit; then
  git checkout --theirs tutorials CHANGELOG.md VERSION
  git checkout --ours 
  git add tutorials CHANGELOG.md VERSION 
  git merge --continue
fi
go mod vendor

iamrajiv and others added 30 commits July 9, 2021 09:36
Signed-off-by: Rajiv Ranjan Singh <rajivperfect007@gmail.com>
Cut the CHANGELOG for release. This is the first step as per the
instructions. This reduces risk for new PRs to add new entries to a
version that has been already released.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
* proposal added

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>

* small nit

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>

* addressed comments

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>

* make docs

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>

* small nit

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>

* alternative: querier per-certificate realm

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>

* small nit

Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
* rule: fix reload signal not working

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>

* CHANGELOG: added PR

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>

* rule: added test for realoding using sighup signal

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>

* rule: adressed comments for test of realoding using sighup

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>

* ran make format

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>

* addressed comment for test of realoding using sighup

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>

* make linter happy

Signed-off-by: Juraj Michalek <juraj.michalek132@gmail.com>
…PROCS (thanos-io#4451)

Signed-off-by: hanjm <hanjinming@outlook.com>
Merge back the changes made in the `release-0.22` branch to `main`.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
* contributing guide update

Signed-off-by: Hangzhi <1454678938@qq.com>

* commit

Signed-off-by: Hangzhi <1454678938@qq.com>

* small nit

Signed-off-by: Hangzhi <1454678938@qq.com>
…l-config` / `--max-time` / `--min-time` to filter served blocks. (thanos-io#4453)
Advanced relabeling is possible since commit 745f0f3. This change
updates the documentation to reflect the reality.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
…#4476)

Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
Signed-off-by: Daniel Galán y Martins <git@galan.de>
* Fix cos client MaxIdleConnsPerHost too low, too many TIME_WAIT (thanos-io#4479)
The http.Transport is not auto-tuning and one size does not seem to fit all cases.
Add `HTTPConfig` Allow to tune most of the http.Transport parameters and `MaxIdleConnsPerHost` tune to 100.

Signed-off-by: hanjm <hanjinming@outlook.com>

* Add docs about cos object store config `http_config`

Signed-off-by: hanjm <hanjinming@outlook.com>

* Add changelog

Signed-off-by: hanjm <hanjinming@outlook.com>

* Add copyright

Signed-off-by: hanjm <hanjinming@outlook.com>
Signed-off-by: ilangofman <igofman99@gmail.com>
* openapi-protobuf-proposal

Signed-off-by: Hangzhi <1454678938@qq.com>

* revision of proposal

Signed-off-by: Hangzhi <1454678938@qq.com>

* test make check docs

Signed-off-by: Hangzhi <1454678938@qq.com>

* small nit

Signed-off-by: Hangzhi <1454678938@qq.com>

* small nit

Signed-off-by: Hangzhi <hangzhiweiwei@gmail.com>

* small nit for mdox

Signed-off-by: Hangzhi <hangzhiweiwei@gmail.com>
* Adjust rule filename composition

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Update CHANGELOG.md

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

Co-authored-by: Giedrius Statkevičius <giedriuswork@gmail.com>
Co-authored-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Signed-off-by: clyang82 <chuyang@redhat.com>
* add memcached autodiscovery support

Signed-off-by: Roy Chiang <roychi@amazon.com>

* pass logger to provider struct

Signed-off-by: Roy Chiang <roychi@amazon.com>

* fix linter issues

Signed-off-by: Roy Chiang <roychi@amazon.com>

* remove copypasted comment

Signed-off-by: Roy Chiang <roychi@amazon.com>

* address comments

Signed-off-by: Roy Chiang <roychi@amazon.com>

* Update docs/components/store.md

Co-authored-by: Giedrius Statkevičius <giedriuswork@gmail.com>
Signed-off-by: Roy Chiang <roychi@amazon.com>

* add lock/unlock for autodiscovery provider

Signed-off-by: Roy Chiang <roychi@amazon.com>

Co-authored-by: Giedrius Statkevičius <giedriuswork@gmail.com>
This has just been added so it needs to be under the unreleased section.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Changed my workplace recently so update MAINTAINERS.md accordingly.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
* ui: Add block search feature

Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>

* fix: fis props on source view test

Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>

* ui: add build from search ui

Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>

* fix(search block): fix code reviews on pr

Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>

* build(search block): build assets

Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>

* docs(search block): add changelog

Signed-off-by: Shafiya Adzhani <adz.arsym@gmail.com>
* add ianbillett to triage

Signed-off-by: Ian Billett <ibillett@redhat.com>

* retest

Signed-off-by: Ian Billett <ibillett@redhat.com>
Signed-off-by: AnaisUrlichs <urlichsanais@gmail.com>
* Switch to use Miekg by default

Signed-off-by: clyang82 <chuyang@redhat.com>

* Update changelog.md

Signed-off-by: clyang82 <chuyang@redhat.com>

* Address review comments

Signed-off-by: clyang82 <chuyang@redhat.com>
Signed-off-by: Bacto <adrien@bacto.net>
* add infinimesh / infinite devices

Signed-off-by: 2pk03 <alo.alt@me.com>

* infinite devices logo

Signed-off-by: 2pk03 <alo.alt@me.com>

* update logo

Signed-off-by: 2pk03 <alo.alt@me.com>
* Adds duration_ms in int64 to the logs

Signed-off-by: rhassanein <rhassanein@gitlab.com>

* Add CHANGELOG entry for PR#4509

Signed-off-by: rhassanein <rhassanein@gitlab.com>
Signed-off-by: Roy Chiang <roychi@amazon.com>
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
matej-g and others added 2 commits September 30, 2021 18:02
…nos-io#4714)

* Do not use info client to obtain metadata

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Update CHANGELOG.

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Comment out client.info usage

Signed-off-by: Matej Gera <matejgera@gmail.com>

* Fix lint error

Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
@openshift-ci
Copy link

openshift-ci bot commented Nov 26, 2021

Hi @openshift-monitoring-bot[bot]. Thanks for your PR.

I'm waiting for a openshift 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/test-infra repository.

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 26, 2021
@arajkumar
Copy link

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 26, 2021
@arajkumar
Copy link

/cc @simonpasquier @sthaha

@simonpasquier
Copy link

To fix the react tests failure we probably need something like openshift/release#22084

@simonpasquier
Copy link

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 26, 2021
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@arajkumar
Copy link

CI fix: openshift/release#24066

@arajkumar
Copy link

/retest

@arajkumar
Copy link

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 30, 2021
@simonpasquier
Copy link

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 30, 2021
@openshift-ci
Copy link

openshift-ci bot commented Nov 30, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-monitoring-bot[bot], simonpasquier

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2021
@openshift-merge-robot openshift-merge-robot merged commit 10ca1d3 into openshift:master Nov 30, 2021
@simonpasquier simonpasquier deleted the automated-updates-master branch November 30, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet