Skip to content

Commit 480cc7e

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/tinkerbell/rufio&package-manager=go_modules&previous-version=0.6.3&new-version=0.6.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 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 parents c685c08 + 9c3f26b commit 480cc7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/onsi/gomega v1.37.0
1414
github.com/rs/zerolog v1.33.0
1515
github.com/spf13/pflag v1.0.6
16-
github.com/tinkerbell/rufio v0.6.3
16+
github.com/tinkerbell/rufio v0.6.5
1717
github.com/tinkerbell/tink v0.12.2
1818
k8s.io/api v0.31.3
1919
k8s.io/apimachinery v0.31.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
214214
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
215215
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
216216
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
217-
github.com/tinkerbell/rufio v0.6.3 h1:NTV9XG7lKbWbtSJwbagjNJUjcdGU6g1K/SZCunrZZxA=
218-
github.com/tinkerbell/rufio v0.6.3/go.mod h1:UF/chZ7Q2DxilwicuBU/2kq7LojY64qxL0KR4kREjvo=
217+
github.com/tinkerbell/rufio v0.6.5 h1:9s8QHKLggH0su8PrdWz7MSP6OMhzsKHIShIH4z3hFqU=
218+
github.com/tinkerbell/rufio v0.6.5/go.mod h1:IavMOkADdR1CeC0gzZM39ycccPIoeVMZ1qdtGtwv5ow=
219219
github.com/tinkerbell/tink v0.12.2 h1:ROe5SAx5X8hHEROm9OJzc6XLhEzOhUcdGpY2bLVAOnk=
220220
github.com/tinkerbell/tink v0.12.2/go.mod h1:Cpv7pSazMhq6HYVAByHJu2tkLIsR9K/mBY1S87RQbC4=
221221
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

0 commit comments

Comments
 (0)