Skip to content

Commit e7cb3b3

Browse files
rahulbabu95EC2 Default UserRahul Ganesh
authored
Bump Smee and Rufio to latest versions (#4244)
* Bump Smee and Rufio to latest versions Signed-off-by: EC2 Default User <[email protected]> * Fix checksums and Readme Signed-off-by: Rahul Ganesh <[email protected]> --------- Signed-off-by: EC2 Default User <[email protected]> Signed-off-by: Rahul Ganesh <[email protected]> Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Rahul Ganesh <[email protected]>
1 parent 9967be4 commit e7cb3b3

File tree

9 files changed

+83
-53
lines changed

9 files changed

+83
-53
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ projects:
273273
repos:
274274
- name: boots
275275
versions:
276-
- tag: v0.15.1
276+
- tag: v0.15.2
277277
go_version: "1.23"
278278
- name: charts
279279
versions:
@@ -301,7 +301,7 @@ projects:
301301
go_version: N/A
302302
- name: rufio
303303
versions:
304-
- tag: v0.6.2
304+
- tag: v0.6.3
305305
go_version: "1.22"
306306
- name: tink
307307
versions:

projects/tinkerbell/boots/ATTRIBUTION.txt

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ https://github.com/prometheus/common
5050
** github.com/prometheus/procfs; version v0.15.1 --
5151
https://github.com/prometheus/procfs
5252

53-
** github.com/tinkerbell/ipxedust; version v0.0.0-20241108174245-aa0c0298057d --
53+
** github.com/tinkerbell/ipxedust; version v0.0.0-20241209190914-3b26a5502f13 --
5454
https://github.com/tinkerbell/ipxedust
5555

56-
** github.com/tinkerbell/smee; version v0.15.1 --
56+
** github.com/tinkerbell/smee; version v0.15.2 --
5757
https://github.com/tinkerbell/smee
5858

59-
** github.com/tinkerbell/tink/api/v1alpha1; version v0.12.1 --
59+
** github.com/tinkerbell/tink/api/v1alpha1; version v0.12.2 --
6060
https://github.com/tinkerbell/tink
6161

6262
** github.com/vishvananda/netlink; version v1.3.0 --
@@ -65,37 +65,40 @@ https://github.com/vishvananda/netlink
6565
** github.com/vishvananda/netns; version v0.0.4 --
6666
https://github.com/vishvananda/netns
6767

68-
** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.57.0 --
68+
** go.opentelemetry.io/auto/sdk; version v1.1.0 --
69+
https://github.com/open-telemetry/opentelemetry-go-instrumentation
70+
71+
** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.58.0 --
6972
https://github.com/open-telemetry/opentelemetry-go-contrib
7073

71-
** go.opentelemetry.io/otel; version v1.32.0 --
74+
** go.opentelemetry.io/otel; version v1.33.0 --
7275
https://github.com/open-telemetry/opentelemetry-go
7376

74-
** go.opentelemetry.io/otel/exporters/otlp/otlptrace; version v1.32.0 --
77+
** go.opentelemetry.io/otel/exporters/otlp/otlptrace; version v1.33.0 --
7578
https://github.com/open-telemetry/opentelemetry-go
7679

77-
** go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc; version v1.32.0 --
80+
** go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc; version v1.33.0 --
7881
https://github.com/open-telemetry/opentelemetry-go
7982

80-
** go.opentelemetry.io/otel/metric; version v1.32.0 --
83+
** go.opentelemetry.io/otel/metric; version v1.33.0 --
8184
https://github.com/open-telemetry/opentelemetry-go
8285

83-
** go.opentelemetry.io/otel/sdk; version v1.32.0 --
86+
** go.opentelemetry.io/otel/sdk; version v1.33.0 --
8487
https://github.com/open-telemetry/opentelemetry-go
8588

86-
** go.opentelemetry.io/otel/trace; version v1.32.0 --
89+
** go.opentelemetry.io/otel/trace; version v1.33.0 --
8790
https://github.com/open-telemetry/opentelemetry-go
8891

89-
** go.opentelemetry.io/proto/otlp; version v1.3.1 --
92+
** go.opentelemetry.io/proto/otlp; version v1.4.0 --
9093
https://github.com/open-telemetry/opentelemetry-proto-go
9194

92-
** google.golang.org/genproto/googleapis/api/httpbody; version v0.0.0-20241104194629-dd2ea8efbc28 --
95+
** google.golang.org/genproto/googleapis/api/httpbody; version v0.0.0-20241209162323-e6fa225c2576 --
9396
https://github.com/googleapis/go-genproto
9497

95-
** google.golang.org/genproto/googleapis/rpc; version v0.0.0-20241104194629-dd2ea8efbc28 --
98+
** google.golang.org/genproto/googleapis/rpc; version v0.0.0-20241209162323-e6fa225c2576 --
9699
https://github.com/googleapis/go-genproto
97100

98-
** google.golang.org/grpc; version v1.68.0 --
101+
** google.golang.org/grpc; version v1.69.2 --
99102
https://github.com/grpc/grpc-go
100103

101104
** gopkg.in/yaml.v2; version v2.4.0 --
@@ -122,7 +125,7 @@ https://github.com/kubernetes/kube-openapi
122125
** k8s.io/utils; version v0.0.0-20240711033017-18e509b52bc8 --
123126
https://github.com/kubernetes/utils
124127

125-
** sigs.k8s.io/controller-runtime/pkg; version v0.19.2 --
128+
** sigs.k8s.io/controller-runtime/pkg; version v0.19.4 --
126129
https://github.com/kubernetes-sigs/controller-runtime
127130

128131
** sigs.k8s.io/json; version v0.0.0-20221116044647-bc3834ca7abd --
@@ -690,7 +693,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
690693

691694
------
692695

693-
** github.com/grpc-ecosystem/grpc-gateway/v2; version v2.23.0 --
696+
** github.com/grpc-ecosystem/grpc-gateway/v2; version v2.24.0 --
694697
https://github.com/grpc-ecosystem/grpc-gateway/v2
695698

696699
Copyright (c) 2015, Gengo, Inc.
@@ -723,7 +726,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
723726

724727
------
725728

726-
** github.com/insomniacslk/dhcp; version v0.0.0-20240829085014-a3a4c1f04475 --
729+
** github.com/insomniacslk/dhcp; version v0.0.0-20250109001534-8abf58130905 --
727730
https://github.com/insomniacslk/dhcp
728731

729732
BSD 3-Clause License
@@ -929,31 +932,31 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
929932

930933
------
931934

932-
** github.com/tinkerbell/smee/internal/iso/internal; version v0.15.1 --
935+
** github.com/tinkerbell/smee/internal/iso/internal; version v0.15.2 --
933936
https://github.com/tinkerbell/smee
934937

935-
** golang.org/x/crypto/sha3; version v0.29.0 --
938+
** golang.org/x/crypto/sha3; version v0.32.0 --
936939
https://golang.org/x/crypto
937940

938941
** golang.org/x/exp/maps; version v0.0.0-20240808152545-0cdaa3abc0fa --
939942
https://golang.org/x/exp
940943

941-
** golang.org/x/net; version v0.31.0 --
944+
** golang.org/x/net; version v0.34.0 --
942945
https://golang.org/x/net
943946

944-
** golang.org/x/oauth2; version v0.23.0 --
947+
** golang.org/x/oauth2; version v0.24.0 --
945948
https://golang.org/x/oauth2
946949

947-
** golang.org/x/sync/errgroup; version v0.9.0 --
950+
** golang.org/x/sync/errgroup; version v0.10.0 --
948951
https://golang.org/x/sync
949952

950-
** golang.org/x/sys; version v0.27.0 --
953+
** golang.org/x/sys; version v0.29.0 --
951954
https://golang.org/x/sys
952955

953-
** golang.org/x/term; version v0.26.0 --
956+
** golang.org/x/term; version v0.28.0 --
954957
https://golang.org/x/term
955958

956-
** golang.org/x/text; version v0.20.0 --
959+
** golang.org/x/text; version v0.21.0 --
957960
https://golang.org/x/text
958961

959962
** golang.org/x/time/rate; version v0.6.0 --
@@ -1060,7 +1063,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10601063

10611064
------
10621065

1063-
** google.golang.org/protobuf; version v1.35.1 --
1066+
** google.golang.org/protobuf; version v1.35.2 --
10641067
https://go.googlesource.com/protobuf
10651068

10661069
Copyright (c) 2018 The Go Authors. All rights reserved.
@@ -1218,7 +1221,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
12181221
https://github.com/beorn7/perks
12191222
Copyright (C) 2013 Blake Mizerany
12201223

1221-
** github.com/ccoveille/go-safecast; version v1.2.0 --
1224+
** github.com/ccoveille/go-safecast; version v1.5.0 --
12221225
https://github.com/ccoVeille/go-safecast
12231226
Copyright (c) 2024 ccoVeille
12241227

@@ -1286,10 +1289,6 @@ Copyright (c) 2016 Yasuhiro Matsumoto
12861289
https://github.com/mattn/go-isatty
12871290
Copyright (c) Yasuhiro MATSUMOTO <[email protected]>
12881291

1289-
** github.com/packethost/xff; version v0.0.0-20190305172552-d3e9190c41b3 --
1290-
https://github.com/packethost/xff
1291-
Copyright (c) 2015 Sebastien Estienne ([email protected])
1292-
12931292
** github.com/pin/tftp/v3; version v3.1.0 --
12941293
https://github.com/pin/tftp/v3
12951294
Copyright (c) 2016 Dmitri Popov

projects/tinkerbell/boots/CHECKSUMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
9c24db785457334869df185d9bb17d682d4355e0d2ada16b11c5154db4408b25 _output/bin/boots/linux-amd64/smee
2-
97b7a4759439ee25b47072c02f81180ed6d1edad2ca30bf89db356568a69cc13 _output/bin/boots/linux-arm64/smee
1+
e7fd8c3abe2f4e761d71c77963fc7856cf6dc9c76b0041cc57da33d25af4a0b7 _output/bin/boots/linux-amd64/smee
2+
4bcde83eee614e0cc0f5e3742d0d38176f7d7c031ba62ccef0d5448c94fd938a _output/bin/boots/linux-arm64/smee

projects/tinkerbell/boots/GIT_TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.15.1
1+
v0.15.2

projects/tinkerbell/boots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **Boots**
2-
![Version](https://img.shields.io/badge/version-v0.15.1-blue)
2+
![Version](https://img.shields.io/badge/version-v0.15.2-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTGRiNmxQbk5RTnZNbU41WW53bEdSTXRpVDRLaGxDRXJ1UEFnWkdlMVRGekhwdSttbXhmUWpNVFdOM200UkZZbTR3b3dTWkNXb2R1dnZDUHowQU1tU0VRPSIsIml2UGFyYW1ldGVyU3BlYyI6IjlnMlRWSTlpeXNLYmY3cmIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
[Boots](https://github.com/tinkerbell/boots) service handles DHCP, PXE, tftp, and iPXE for provisions in the Tinkerbell stack.

projects/tinkerbell/rufio/ATTRIBUTION.txt

Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
** github.com/bmc-toolbox/bmclib/v2; version v2.3.5-0.20241214123342-adcf7f1ea7fc --
2+
** github.com/bmc-toolbox/bmclib/v2; version v2.3.5-0.20250111140204-fffd096c5c8e --
33
https://github.com/bmc-toolbox/bmclib/v2
44

5-
** github.com/bmc-toolbox/common; version v0.0.0-20240806132831-ba8adc6a35e3 --
5+
** github.com/bmc-toolbox/common; version v0.0.0-20241031162543-6b96e5981a0d --
66
https://github.com/bmc-toolbox/common
77

88
** github.com/go-logr/logr; version v1.4.2 --
@@ -56,7 +56,7 @@ https://github.com/prometheus/common
5656
** github.com/prometheus/procfs; version v0.15.1 --
5757
https://github.com/prometheus/procfs
5858

59-
** github.com/tinkerbell/rufio; version v0.6.2 --
59+
** github.com/tinkerbell/rufio; version v0.6.3 --
6060
https://github.com/tinkerbell/rufio
6161

6262
** github.com/VictorLowther/simplexml; version v0.0.0-20180716164440-0bff93621230 --
@@ -65,10 +65,10 @@ https://github.com/VictorLowther/simplexml
6565
** github.com/VictorLowther/soap; version v0.0.0-20150314151524-8e36fca84b22 --
6666
https://github.com/VictorLowther/soap
6767

68-
** go.opentelemetry.io/otel; version v1.28.0 --
68+
** go.opentelemetry.io/otel; version v1.29.0 --
6969
https://github.com/open-telemetry/opentelemetry-go
7070

71-
** go.opentelemetry.io/otel/trace; version v1.28.0 --
71+
** go.opentelemetry.io/otel/trace; version v1.29.0 --
7272
https://github.com/open-telemetry/opentelemetry-go
7373

7474
** gomodules.xyz/jsonpatch/v2; version v2.4.0 --
@@ -101,7 +101,7 @@ https://github.com/kubernetes/kube-openapi
101101
** k8s.io/utils; version v0.0.0-20240711033017-18e509b52bc8 --
102102
https://github.com/kubernetes/utils
103103

104-
** sigs.k8s.io/controller-runtime; version v0.19.3 --
104+
** sigs.k8s.io/controller-runtime; version v0.19.4 --
105105
https://github.com/kubernetes-sigs/controller-runtime
106106

107107
** sigs.k8s.io/json; version v0.0.0-20221116044647-bc3834ca7abd --
@@ -502,6 +502,37 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
502502

503503
------
504504

505+
** github.com/fsnotify/fsnotify; version v1.7.0 --
506+
https://github.com/fsnotify/fsnotify
507+
508+
Copyright © 2012 The Go Authors. All rights reserved.
509+
Copyright © fsnotify Authors. All rights reserved.
510+
511+
Redistribution and use in source and binary forms, with or without modification,
512+
are permitted provided that the following conditions are met:
513+
514+
* Redistributions of source code must retain the above copyright notice, this
515+
list of conditions and the following disclaimer.
516+
* Redistributions in binary form must reproduce the above copyright notice, this
517+
list of conditions and the following disclaimer in the documentation and/or
518+
other materials provided with the distribution.
519+
* Neither the name of Google Inc. nor the names of its contributors may be used
520+
to endorse or promote products derived from this software without specific
521+
prior written permission.
522+
523+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
524+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
525+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
526+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
527+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
528+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
529+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
530+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
531+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
532+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
533+
534+
------
535+
505536
** github.com/gogo/protobuf; version v1.3.2 --
506537
https://github.com/gogo/protobuf
507538

@@ -714,7 +745,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
714745

715746
------
716747

717-
** github.com/stmcginnis/gofish; version v0.19.0 --
748+
** github.com/stmcginnis/gofish; version v0.20.0 --
718749
https://github.com/stmcginnis/gofish
719750

720751
BSD 3-Clause License
@@ -751,7 +782,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
751782
** golang.org/go; version go1.22.10 --
752783
https://github.com/golang/go
753784

754-
** golang.org/x/exp; version v0.0.0-20240409090435-93d18d7e34b8 --
785+
** golang.org/x/exp/maps; version v0.0.0-20240409090435-93d18d7e34b8 --
755786
https://golang.org/x/exp
756787

757788
** golang.org/x/oauth2; version v0.21.0 --
@@ -793,13 +824,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
793824

794825
------
795826

796-
** golang.org/x/net; version v0.32.0 --
827+
** golang.org/x/net; version v0.34.0 --
797828
https://golang.org/x/net
798829

799-
** golang.org/x/sys/unix; version v0.28.0 --
830+
** golang.org/x/sys/unix; version v0.29.0 --
800831
https://golang.org/x/sys
801832

802-
** golang.org/x/term; version v0.27.0 --
833+
** golang.org/x/term; version v0.28.0 --
803834
https://golang.org/x/term
804835

805836
** golang.org/x/text; version v0.21.0 --
@@ -993,7 +1024,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9931024
https://github.com/beorn7/perks
9941025
Copyright (C) 2013 Blake Mizerany
9951026

996-
** github.com/ccoveille/go-safecast; version v1.2.0 --
1027+
** github.com/ccoveille/go-safecast; version v1.5.0 --
9971028
https://github.com/ccoVeille/go-safecast
9981029
Copyright (c) 2024 ccoVeille
9991030

projects/tinkerbell/rufio/CHECKSUMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
127e2d6500aaa536a957a393b67a0c949b39bf5e12dee9cd68b34a4b32c5338e _output/bin/rufio/linux-amd64/manager
2-
1702d2cd926ab5cfcbc9f5291500cac929366242447ebde64770dff9b417f150 _output/bin/rufio/linux-arm64/manager
1+
869343b5ffe049111ef951b620dfbf2cbe0acb686acd9a93517e2a5e309e990c _output/bin/rufio/linux-amd64/manager
2+
1f2bd78618891afc985407d9f2e6fcadc374973471e099069ede226db9c27b50 _output/bin/rufio/linux-arm64/manager

projects/tinkerbell/rufio/GIT_TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.2
1+
v0.6.3

projects/tinkerbell/rufio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **Rufio**
2-
![Version](https://img.shields.io/badge/version-v0.6.2-blue)
2+
![Version](https://img.shields.io/badge/version-v0.6.3-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoibmZUSnF0RVBLRGhmNENKWVdNa1kzZ2V0UlFOWWJVZmM0N3UzSm12ekZkRm5KL240YmZTWXdTL2p6NXlUdnF4SUdibzFubW41dW4wTWs1c3Y1TmdSNmw0PSIsIml2UGFyYW1ldGVyU3BlYyI6IkVHRnl2M2JGVTZZSWIyZ1UiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
[Rufio](https://github.com/tinkerbell/rufio) is a Kubernetes controller for managing baseboard management state and actions.

0 commit comments

Comments
 (0)