Skip to content

Commit

Permalink
Merge pull request #332 from jacobweinstock/update-ipxedust
Browse files Browse the repository at this point in the history
Update ipxedust library:

This latest version of ipxedust has the updated versions of all ipxe binaries. This version includes support for fragmented TLS handshakes, an autoboot improvement for machines with multiple interfaces, as well as some other general fixes.
  • Loading branch information
jacobweinstock authored Jun 8, 2023
2 parents 7c74bd7 + e8c4360 commit 7ce424b
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 @@ -18,7 +18,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/tinkerbell/ipxedust v0.0.0-20230310190817-626c6f9fb069
github.com/tinkerbell/ipxedust v0.0.0-20230603154707-5f246245935a
github.com/tinkerbell/tink v0.7.1-0.20220916173048-e3975fbcf4e1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
go.opentelemetry.io/otel v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tinkerbell/ipxedust v0.0.0-20230310190817-626c6f9fb069 h1:K6YYsxAbAPtssOK664k5aVlGDpsRHbnxRaGC36ZBz7A=
github.com/tinkerbell/ipxedust v0.0.0-20230310190817-626c6f9fb069/go.mod h1:vMRa5eo8FZ4Vqq5xSUhzf8iHzdgjSjNeesYD1ZIfJF8=
github.com/tinkerbell/ipxedust v0.0.0-20230603154707-5f246245935a h1:hHxWdOzBWo2jEKoFfx9i5i00v8tirezoY1AmDHnBfH4=
github.com/tinkerbell/ipxedust v0.0.0-20230603154707-5f246245935a/go.mod h1:vMRa5eo8FZ4Vqq5xSUhzf8iHzdgjSjNeesYD1ZIfJF8=
github.com/tinkerbell/tink v0.7.1-0.20220916173048-e3975fbcf4e1 h1:K0bl3z+Lj7quCv0axvJo6sWc0ZW5u3pyZ+wG8jh3BPo=
github.com/tinkerbell/tink v0.7.1-0.20220916173048-e3975fbcf4e1/go.mod h1:bfAkSH7J/QQYIyqZRR6IQp8w78aac6l8Z2Lws5uXz6A=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
Expand Down

0 comments on commit 7ce424b

Please sign in to comment.