Skip to content

Commit 293e00c

Browse files
Merge pull request #1018 from jacobweinstock/update-rufio
Update Rufio version: ## Description <!--- Please describe what this PR is going to change --> This version makes some a lot of machine struct fields have `omitempty` in the json struct tag. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 93ea6cb + 7efa874 commit 293e00c

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
@@ -27,7 +27,7 @@ require (
2727
github.com/spf13/pflag v1.0.5
2828
github.com/spf13/viper v1.19.0
2929
github.com/stretchr/testify v1.9.0
30-
github.com/tinkerbell/rufio v0.5.0
30+
github.com/tinkerbell/rufio v0.5.2
3131
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
3232
go.uber.org/multierr v1.11.0
3333
go.uber.org/zap v1.27.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
207207
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
208208
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
209209
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
210-
github.com/tinkerbell/rufio v0.5.0 h1:hZAxli4dOBnm2eDLSf8OdqVYiLb3A7EB6Q4QAri+IGU=
211-
github.com/tinkerbell/rufio v0.5.0/go.mod h1:PD+igiRc/THNTbgEz0wbyHQDDmdf+JvzIF7BL5zQrOM=
210+
github.com/tinkerbell/rufio v0.5.2 h1:E2ET9tSdZyfvH8pBknfjnkQERq9se0LLhjQUD3SEfXs=
211+
github.com/tinkerbell/rufio v0.5.2/go.mod h1:PD+igiRc/THNTbgEz0wbyHQDDmdf+JvzIF7BL5zQrOM=
212212
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
213213
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
214214
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)