-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump prometheus-client from 0.17.1 to 0.20.0 in /tools/load-generator #3
Closed
dependabot
wants to merge
574
commits into
main
from
dependabot/pip/tools/load-generator/prometheus-client-0.20.0
Closed
Bump prometheus-client from 0.17.1 to 0.20.0 in /tools/load-generator #3
dependabot
wants to merge
574
commits into
main
from
dependabot/pip/tools/load-generator/prometheus-client-0.20.0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* populate ResourceVersion and ClusterIP when updating services if empty Signed-off-by: Hrishikesh Barman <[email protected]>
* removed statefulset implementation of prombench tests Signed-off-by: Hrishikesh Barman <[email protected]>
* *: bump Go version to 1.13 Signed-off-by: Simon Pasquier <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
* update readme about ghaction comments Signed-off-by: Hrishikesh Barman <[email protected]>
* Added DOMAIN_NAME env var to load-generator (querier) Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
* Added _noparse suffix to configmaps containing grafana dashboards and merged dashboards into one configmap. Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@3.13...5.1) Signed-off-by: dependabot[bot] <[email protected]>
* the comment monitor is refactored to run as a 24/7 service that listens for github events. It posts comments when the regex matches and triggers a new GH action workflow. Signed-off-by: Hrishikesh Barman <[email protected]>
* link to current grafana dashboard Signed-off-by: Hrishikesh Barman <[email protected]> * Add logging of payload to comment-monitor Signed-off-by: Hrishikesh Barman <[email protected]>
* Updated commentMonitor to use webhook secret.
Signed-off-by: Julien Pivotto <[email protected]>
Signed-off-by: yeya24 <[email protected]>
DOCKER_CONTEXT was only being used in a few images, modified the Dockerfiles to make the Dockerfile to use the project root context like the other images. Signed-off-by: Hrishikesh Barman <[email protected]>
* refactor dockerfile Signed-off-by: yeya24 <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
* won't fatal exit comment-monitor if expected event is not found. * Updated loki explorer link in Github comment. * Add helpful message about adding the version if someone simply uses /prombench * Remove printing webhook secret. Signed-off-by: Hrishikesh Barman <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
* Use Circle CI to build and publish docker image Signed-off-by: Nevill <[email protected]>
Signed-off-by: Hrishikesh Barman <[email protected]>
…(#326) * Updated all references from prombench to test infra Signed-off-by: Hrishikesh Barman <[email protected]>
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.213 to 1.46.4. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.213...v1.46.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…com/aws/aws-sdk-go-1.46.4 Bump github.com/aws/aws-sdk-go from 1.44.213 to 1.46.4
…org/x/oauth2-0.13.0 Bump golang.org/x/oauth2 from 0.8.0 to 0.13.0
…erator/prometheus-client-0.17.1 Bump prometheus-client from 0.17.0 to 0.17.1 in /tools/load-generator
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…erator/requests-2.31.0 Bump requests from 2.28.2 to 2.31.0 in /tools/load-generator
Signed-off-by: prombot <[email protected]>
Signed-off-by: Jesus Vazquez <[email protected]>
Synchronize common files from prometheus/prometheus
Update test-infra go modules
Signed-off-by: bwplotka <[email protected]>
Due to the removal of provider-specific authentication code from kubectl in Kubernetes v1.26, Prombench experiences connectivity issues. This commit temporarily reinstates the legacy GCP plugin to maintain functionality. A transition to the new `gke-gcloud-auth-plugin` will be planned for future releases to align with the updated GKE authentication process. Signed-off-by: Julien Pivotto <[email protected]>
Implement temporary legacy auth fix for GKE in prombench
* Prombench: scrape cAdvisor metrics So that queries for container_memory_rss return some data. Signed-off-by: Bryan Boreham <[email protected]> * Prombench: adjust load-gen queries In some cases reduce the amount of data returned; in others reduce the frequency so there is a gap between one batch and the next. node_cpu has been renamed to node_cpu_seconds_total. Signed-off-by: Bryan Boreham <[email protected]> --------- Signed-off-by: Bryan Boreham <[email protected]>
Bumps [cloud.google.com/go/container](https://github.com/googleapis/google-cloud-go) from 1.26.2 to 1.29.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@container/v1.26.2...pubsub/v1.29.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/container dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Bryan Boreham <[email protected]>
…oogle.com/go/container-1.29.0 Bump cloud.google.com/go/container from 1.26.2 to 1.29.0
Parca: update to 0.20.0
Signed-off-by: Bryan Boreham <[email protected]>
Update prometheus builder to Go 1.21
Signed-off-by: Bryan Boreham <[email protected]>
Update prometheus builder to Go 1.22
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.17.1 to 0.20.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.17.1...v0.20.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Mar 26, 2024
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
bot
deleted the
dependabot/pip/tools/load-generator/prometheus-client-0.20.0
branch
March 26, 2024 15:05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps prometheus-client from 0.17.1 to 0.20.0.
Release notes
Sourced from prometheus-client's releases.
Commits
7a80f00
Release 0.20.06ae7737
wsgi server: address family discovery is not quite right (#1006)1f8ceb7
Reset counter (#1005)b9edc43
Enable graceful shutdown for start_{http,wsgi}_server (#999)9dd6b0d
Update OpenMetrics Content Type to 1.0.0 (#997)998d8af
Update documentation and code warning for remove and clear in multi-process m...147c9d1
Update documentation for disabling _created metrics (#992)2dcd17e
Release 0.19.0d8306b7
Merge pull request #980 from prometheus/fix-doc-site-build2fcdfa6
Remove public/api check copied from client_javaDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)