Skip to content

Commit

Permalink
build(deps): Bump github.com/containers/image/v5 from 5.24.0 to 5.24.2 (
Browse files Browse the repository at this point in the history
#477)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/containers/image/v5](https://github.com/containers/image)
from 5.24.0 to 5.24.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/containers/image/releases">github.com/containers/image/v5's
releases</a>.</em></p>
<blockquote>
<h2>v5.24.2</h2>
<p>Relax retry heuristics</p>
<h2>v5.24.1</h2>
<ul>
<li>Try to reconnect on <em>some</em> aborted layer downloads</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/containers/image/commit/64bca69b5bbe1266a5a8a8c5f94f7f70c6989cd8"><code>64bca69</code></a>
Release 5.24.2</li>
<li><a
href="https://github.com/containers/image/commit/a65dda8d23190fd792822497501b21ce9b2c96cb"><code>a65dda8</code></a>
Simplify bodyReader.errorIfNotReconnecting</li>
<li><a
href="https://github.com/containers/image/commit/92d7d70defeced12be15c3b17b12b4f88fe1eefc"><code>92d7d70</code></a>
Add unit tests for the retry heuristics</li>
<li><a
href="https://github.com/containers/image/commit/68e74856c27f289b19b5a9a90996281f783a0f3b"><code>68e7485</code></a>
Differentiate between no retry and immediate retry also in the printed
offset</li>
<li><a
href="https://github.com/containers/image/commit/4c1d856b677687d71d027394ae986b0d209ae2ae"><code>4c1d856</code></a>
Relax retry heuristics</li>
<li><a
href="https://github.com/containers/image/commit/3f12dc97bc3613f6faaf1b2b33e10e38cf98f584"><code>3f12dc9</code></a>
Also record, and output, the time of last retry, if any</li>
<li><a
href="https://github.com/containers/image/commit/f14b391b8bbf23dd43474f217c22bad9835b5944"><code>f14b391</code></a>
Rename some variables</li>
<li><a
href="https://github.com/containers/image/commit/ad29e5dba272253ac0047953a647311b3448d1ab"><code>ad29e5d</code></a>
Only get current time once in errorIfNotReconnecting</li>
<li><a
href="https://github.com/containers/image/commit/0581201deaa930b2640f5d5550b05a14206c456e"><code>0581201</code></a>
Turn millisecondsSince into millisecondsSinceOptional</li>
<li><a
href="https://github.com/containers/image/commit/7addf094f62bc662ee7fbeaf6911776e24d1b775"><code>7addf09</code></a>
Reorder bodyReader fields to separate constants and state</li>
<li>Additional commits viewable in <a
href="https://github.com/containers/image/compare/v5.24.0...v5.24.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/containers/image/v5&package-manager=go_modules&previous-version=5.24.0&new-version=5.24.2)](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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent a163111 commit 613b515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/alitto/pond v1.8.3
github.com/aws/aws-sdk-go v1.44.219
github.com/containers/image/v5 v5.24.0
github.com/containers/image/v5 v5.24.2
github.com/dgraph-io/ristretto v0.1.1
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/go-co-op/gocron v1.18.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ github.com/containernetworking/cni v0.8.0/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ
github.com/containernetworking/cni v0.8.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
github.com/containernetworking/plugins v0.8.6/go.mod h1:qnw5mN19D8fIwkqW7oHHYDHVlzhJpcY6TQxn/fUyDDM=
github.com/containernetworking/plugins v0.9.1/go.mod h1:xP/idU2ldlzN6m4p5LmGiwRDjeJr6FLK6vuiUwoH7P8=
github.com/containers/image/v5 v5.24.0 h1:2Pu8ztTntqNxteVN15bORCQnM8rfnbYuyKwUiiKUBuc=
github.com/containers/image/v5 v5.24.0/go.mod h1:oss5F6ssGQz8ZtC79oY+fuzYA3m3zBek9tq9gmhuvHc=
github.com/containers/image/v5 v5.24.2 h1:QcMsHBAXBPPnVYo6iEFarvaIpym7sBlwsGHPJlucxN0=
github.com/containers/image/v5 v5.24.2/go.mod h1:oss5F6ssGQz8ZtC79oY+fuzYA3m3zBek9tq9gmhuvHc=
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
github.com/containers/ocicrypt v1.0.1/go.mod h1:MeJDzk1RJHv89LjsH0Sp5KTY3ZYkjXO/C+bKAeWFIrc=
Expand Down

0 comments on commit 613b515

Please sign in to comment.