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

Bump idna from 3.4 to 3.6 in /tools/load-generator #2

Closed
wants to merge 574 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2024

Bumps idna from 3.4 to 3.6.

Changelog

Sourced from idna's changelog.

3.6 (2023-11-25) ++++++++++++++++

  • Fix regression to include tests in source distribution.

3.5 (2023-11-24) ++++++++++++++++

  • Update to Unicode 15.1.0
  • String codec name is now "idna2008" as overriding the system codec "idna" was not working.
  • Fix typing error for codec encoding
  • "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly.
  • Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives.
  • Added security reporting protocol for project

Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release.

Commits

Dependabot compatibility score

Dependabot 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)

geekodour and others added 30 commits September 9, 2019 10:16
* 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]>
* 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]>
* Added _noparse suffix to configmaps containing grafana dashboards and merged dashboards into one configmap.

Signed-off-by: Hrishikesh Barman <[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]>
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]>
* 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]>
…(#326)

* Updated all references from prombench to test infra

Signed-off-by: Hrishikesh Barman <[email protected]>
dependabot bot and others added 24 commits October 26, 2023 10:02
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: Jesus Vazquez <[email protected]>
Synchronize common files from prometheus/prometheus
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
Update prometheus builder to Go 1.21
Update prometheus builder to Go 1.22
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.6.
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.6)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 26, 2024
@bwplotka bwplotka closed this Mar 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github 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 @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/tools/load-generator/idna-3.6 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.