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 github.com/tsenart/vegeta/v12 from 12.8.3 to 12.11.1 #125

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps github.com/tsenart/vegeta/v12 from 12.8.3 to 12.11.1.

Release notes

Sourced from github.com/tsenart/vegeta/v12's releases.

v12.11.1

Changelog

6fbe391 attack: support IPv6 only in DNSCaching e0155bd build(deps): bump github.com/prometheus/prometheus from 0.46.0 to 0.47.0 dfd484a build(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56 78dfd3d targets: include inner error in message 712ff2e all: remove leftover use of deprecated ioutil (#643) 4063254 build(deps): bump github.com/prometheus/prometheus from 0.45.0 to 0.46.0 b4b20af build(deps): bump pgregory.net/rapid from 1.0.0 to 1.1.0 018e8a8 build(deps): bump golang.org/x/net from 0.12.0 to 0.14.0

v12.11.0

Changelog

e49c367 attack: early cancel ctx only when there's no err 3fd94ee lib/prom: follow-up fixes to #534 81403a6 Prometheus Exporter in attack (#534) 73d929f attack: document tricky critical section 418ab07 README: Move features below image 51bb5ee all: remove ioutil package ca2362d README: Link to Over 9000 wiki page 53fd7ba README: add top level features list 131c83f remove unused .chglog dir 8d7d754 remove unused .deepsource.toml 225b7d7 ci: fix format check goimports install 54fb04f ci: add formatting check to qa job a1eaf0f goimports -w . and fix lttb tests 130dfd3 Update Go dependencies 9fba769 attack: make DefaultTLSConfig.InsecureSkipVerify false b2c13f8 attack: better wording of session-tickets description a1f293f Add support for session tickets 5c9d86f Update README

v12.10.0

Changelog

074c530 attack: ensure go-routines finish in DNSCaching 174d804 DNS caching 556bf61 disable the http2 attempt when http2 set to false 4f214b7 report: Add example UNIX pipeline to filter errors out 828ca3a Revert "Add text report text-errors flag" 8bd8a18 Add text report text-errors flag dd4d39f build(deps): bump pgregory.net/rapid from 0.3.3 to 1.0.0 8ccf2ae build(deps): bump github.com/miekg/dns from 1.1.25 to 1.1.55 9151f61 Create dependabot.yml c820272 Wait for results before exiting from signal 3e67d01 README: Add Arch Linux install instructions 678c207 ci: include pub key in release files

... (truncated)

Commits
  • 6fbe391 attack: support IPv6 only in DNSCaching
  • e0155bd build(deps): bump github.com/prometheus/prometheus from 0.46.0 to 0.47.0
  • dfd484a build(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56
  • 78dfd3d targets: include inner error in message
  • 712ff2e all: remove leftover use of deprecated ioutil (#643)
  • 4063254 build(deps): bump github.com/prometheus/prometheus from 0.45.0 to 0.46.0
  • b4b20af build(deps): bump pgregory.net/rapid from 1.0.0 to 1.1.0
  • 018e8a8 build(deps): bump golang.org/x/net from 0.12.0 to 0.14.0
  • e49c367 attack: early cancel ctx only when there's no err
  • 3fd94ee lib/prom: follow-up fixes to #534
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested review from a team as code owners November 17, 2023 18:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a5fd964) 53.20% compared to head (cfb0cfc) 53.20%.
Report is 1 commits behind head on master.

❗ Current head cfb0cfc differs from pull request most recent head 4dac304. Consider uploading reports for the commit 4dac304 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   53.20%   53.20%           
=======================================
  Files          12       12           
  Lines        1669     1669           
=======================================
  Hits          888      888           
  Misses        674      674           
  Partials      107      107           
Flag Coverage Δ
unittests 53.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tekenstam tekenstam enabled auto-merge (squash) November 17, 2023 19:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/tsenart/vegeta/v12-12.11.1 branch from a9f71fc to cfb0cfc Compare November 17, 2023 21:02
Bumps [github.com/tsenart/vegeta/v12](https://github.com/tsenart/vegeta) from 12.8.3 to 12.11.1.
- [Release notes](https://github.com/tsenart/vegeta/releases)
- [Changelog](https://github.com/tsenart/vegeta/blob/master/CHANGELOG)
- [Commits](tsenart/vegeta@v12.8.3...v12.11.1)

---
updated-dependencies:
- dependency-name: github.com/tsenart/vegeta/v12
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/tsenart/vegeta/v12-12.11.1 branch from cfb0cfc to 4dac304 Compare November 17, 2023 21:05
@tekenstam tekenstam merged commit 48e362c into master Nov 17, 2023
3 checks passed
@tekenstam tekenstam deleted the dependabot/go_modules/github.com/tsenart/vegeta/v12-12.11.1 branch November 17, 2023 21:08
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant