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

chore(deps): Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5 #2924

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5.

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.5 (Nov 8, 2023)

BUG FIXES

  • client: fixes an issue where the request body is not preserved on temporary redirects or re-established HTTP/2 connections GH-207
Commits
  • 4165cf8 Merge pull request #209 from hashicorp/v0.7.5-changelog
  • 6c37e02 v0.7.5 changelog update
  • 309c58e Merge pull request #207 from hashicorp/sebasslash/handle-go-away
  • f95735f Update workflow to use go v1.18
  • 9bb2062 Sets request's GetBody field on wrapper
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Nov 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fa6a137) 51.13% compared to head (58fb629) 51.11%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2924      +/-   ##
==========================================
- Coverage   51.13%   51.11%   -0.02%     
==========================================
  Files         168      168              
  Lines       11000    11000              
==========================================
- Hits         5625     5623       -2     
- Misses       4873     4874       +1     
- Partials      502      503       +1     

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

@ramin ramin self-requested a review November 13, 2023 21:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.5 branch from 2b681f8 to 8ac1591 Compare November 23, 2023 01:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.5 branch from 8ac1591 to 58fb629 Compare November 30, 2023 16:25
@walldiss
Copy link
Member

@dependabot rebase

@walldiss walldiss enabled auto-merge (squash) December 18, 2023 12:13
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.5 branch 2 times, most recently from 08dad01 to b82fc41 Compare December 18, 2023 12:16
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.4 to 0.7.5.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.4...v0.7.5)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.5 branch from b82fc41 to 887ed79 Compare December 18, 2023 12:17
@walldiss walldiss merged commit a61ae5c into main Dec 18, 2023
15 of 17 checks passed
@walldiss walldiss deleted the dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.5 branch December 18, 2023 12:28
renaynay pushed a commit to renaynay/celestia-node that referenced this pull request Jan 15, 2024
… 0.7.5 (celestiaorg#2924)

Bumps
[github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp)
from 0.7.4 to 0.7.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md">github.com/hashicorp/go-retryablehttp's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.5 (Nov 8, 2023)</h2>
<p>BUG FIXES</p>
<ul>
<li>client: fixes an issue where the request body is not preserved on
temporary redirects or re-established HTTP/2 connections <a
href="https://github.com/hashicorp/go-retryablehttp/issues/207">GH-207</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/go-retryablehttp/commit/4165cf8897205a879a06b20d1ed0a2a76fbb6a17"><code>4165cf8</code></a>
Merge pull request <a
href="https://github.com/hashicorp/go-retryablehttp/issues/209">#209</a>
from hashicorp/v0.7.5-changelog</li>
<li><a
href="https://github.com/hashicorp/go-retryablehttp/commit/6c37e02416644e1c333a496542642cbd2299c820"><code>6c37e02</code></a>
v0.7.5 changelog update</li>
<li><a
href="https://github.com/hashicorp/go-retryablehttp/commit/309c58e33f3c08a387b7fc95a38306c67dd06d67"><code>309c58e</code></a>
Merge pull request <a
href="https://github.com/hashicorp/go-retryablehttp/issues/207">#207</a>
from hashicorp/sebasslash/handle-go-away</li>
<li><a
href="https://github.com/hashicorp/go-retryablehttp/commit/f95735f4e6993de5149791308b471d581ed12f78"><code>f95735f</code></a>
Update workflow to use go v1.18</li>
<li><a
href="https://github.com/hashicorp/go-retryablehttp/commit/9bb2062addb0a39dc43fbbd39ba3856c9df12543"><code>9bb2062</code></a>
Sets request's GetBody field on wrapper</li>
<li>See full diff in <a
href="https://github.com/hashicorp/go-retryablehttp/compare/v0.7.4...v0.7.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/go-retryablehttp&package-manager=go_modules&previous-version=0.7.4&new-version=0.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants