Commit 480cc7e
authored
build(deps): bump github.com/tinkerbell/rufio from 0.6.3 to 0.6.5 (#456)
Bumps [github.com/tinkerbell/rufio](https://github.com/tinkerbell/rufio) from 0.6.3 to 0.6.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tinkerbell/rufio/releases">github.com/tinkerbell/rufio's releases</a>.</em></p>
<blockquote>
<h2>v0.6.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Prevent nil pointer exception while reconciling w/ RPC provider by <a href="https://github.com/MrFlynn"><code>@MrFlynn</code></a> in <a href="https://redirect.github.com/tinkerbell/rufio/pull/304">tinkerbell/rufio#304</a></li>
<li>Use PreferDriver instead of PreferProtocol: by <a href="https://github.com/jacobweinstock"><code>@jacobweinstock</code></a> in <a href="https://redirect.github.com/tinkerbell/rufio/pull/308">tinkerbell/rufio#308</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/MrFlynn"><code>@MrFlynn</code></a> made their first contribution in <a href="https://redirect.github.com/tinkerbell/rufio/pull/304">tinkerbell/rufio#304</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tinkerbell/rufio/compare/v0.6.4...v0.6.5">https://github.com/tinkerbell/rufio/compare/v0.6.4...v0.6.5</a></p>
<h2>v0.6.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Update bmclib: by <a href="https://github.com/jacobweinstock"><code>@jacobweinstock</code></a> in <a href="https://redirect.github.com/tinkerbell/rufio/pull/290">tinkerbell/rufio#290</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tinkerbell/rufio/compare/v0.6.3...v0.6.4">https://github.com/tinkerbell/rufio/compare/v0.6.3...v0.6.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tinkerbell/rufio/commit/61d885340597d5fd1913bc4cdb977d3d39fc29df"><code>61d8853</code></a> Merge pull request <a href="https://redirect.github.com/tinkerbell/rufio/issues/308">#308</a> from jacobweinstock/fix-rufio-preferred-order</li>
<li><a href="https://github.com/tinkerbell/rufio/commit/9d0406e3140535082d00212239c1cdf1e5788759"><code>9d0406e</code></a> Use PreferDriver instead of PreferProtocol:</li>
<li><a href="https://github.com/tinkerbell/rufio/commit/75fb842c6cc02aa07fb47793c1276f46e3439e5d"><code>75fb842</code></a> Prevent nil pointer exception while reconciling w/ RPC provider (<a href="https://redirect.github.com/tinkerbell/rufio/issues/304">#304</a>)</li>
<li><a href="https://github.com/tinkerbell/rufio/commit/a0365e74b2c5554c32aa1ee49b346e5a1dd9d95f"><code>a0365e7</code></a> Fixed staticcheck errors in unit test.</li>
<li><a href="https://github.com/tinkerbell/rufio/commit/c269713ccf110ec97b552bf8b78a62cef9985470"><code>c269713</code></a> Handle nil pointer for HMAC options.</li>
<li><a href="https://github.com/tinkerbell/rufio/commit/7969e5f160c3138b92cb035e1a9951eb82b39a7a"><code>7969e5f</code></a> Merge pull request <a href="https://redirect.github.com/tinkerbell/rufio/issues/290">#290</a> from jacobweinstock/bmclib-update</li>
<li><a href="https://github.com/tinkerbell/rufio/commit/302ddee554d31aab267b086e336965007b0d063c"><code>302ddee</code></a> Update bmclib:</li>
<li>See full diff in <a href="https://github.com/tinkerbell/rufio/compare/v0.6.3...v0.6.5">compare view</a></li>
</ul>
</details>
<br />
[](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 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>2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
| 217 | + | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments