Skip to content

Commit 7ed5af0

Browse files
committed
Bump tinkerbell/hook to v0.8.1
1 parent eeaabe9 commit 7ed5af0

File tree

6 files changed

+17
-119
lines changed

6 files changed

+17
-119
lines changed

projects/tinkerbell/hook/CHECKSUMS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1a0b5288118c9fc24e7e725356feabfbd16ea6d42711bda36b790afb76040a2f _output/bin/hook/linux-amd64/hook-bootkit
2-
edf47abbf9e9927fbe08ef6756cbae7749c17271860abb65f06b7a44274e06d8 _output/bin/hook/linux-amd64/hook-docker
3-
fd6a1e499d6d614453befa7bcbd2e55c877bd401cfb4138d2de7141638d7fb4c _output/bin/hook/linux-arm64/hook-bootkit
4-
5378921b8600da22c33de603891102727cea7f20ac80e443fd26cf775f54d9c2 _output/bin/hook/linux-arm64/hook-docker
1+
e3c1b8fef2ca85180d9b3dc58037925d0708ec52d9e0553342d75f8bbe8713e7 _output/bin/hook/linux-amd64/hook-bootkit
2+
e1d9e144686d542654568336b790d9249fd3087f801b4c5f6e4a457e21cc46e6 _output/bin/hook/linux-amd64/hook-docker
3+
c8ee13c4ef537c866cd5b4b0cf8acbb92845aaeda7580c0fdaf3e8c82966b062 _output/bin/hook/linux-arm64/hook-bootkit
4+
31b5698bd73a1441b287b4b2e3970bd0be80486a04d2cbeb8521b674b7343248 _output/bin/hook/linux-arm64/hook-docker

projects/tinkerbell/hook/GIT_TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9d54933a03f2f4c06322969b06caa18702d17f66
1+
v0.8.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17
1+
1.20

projects/tinkerbell/hook/HOOK_BOOTKIT_ATTRIBUTION.txt

Lines changed: 8 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,25 @@
11

2-
** github.com/containerd/containerd; version v1.4.3 --
3-
https://github.com/containerd/containerd
4-
5-
** github.com/docker/distribution; version v2.7.1+incompatible --
2+
** github.com/docker/distribution; version v2.8.2+incompatible --
63
https://github.com/distribution/distribution
74

8-
** github.com/docker/docker; version v20.10.2+incompatible --
5+
** github.com/docker/docker; version v24.0.4+incompatible --
96
https://github.com/moby/moby
107

118
** github.com/docker/go-connections; version v0.4.0 --
129
https://github.com/docker/go-connections
1310

14-
** github.com/docker/go-units; version v0.4.0 --
11+
** github.com/docker/go-units; version v0.5.0 --
1512
https://github.com/docker/go-units
1613

1714
** github.com/opencontainers/go-digest; version v1.0.0 --
1815
https://github.com/opencontainers/go-digest
1916

20-
** github.com/opencontainers/image-spec/specs-go; version v1.0.1 --
17+
** github.com/opencontainers/image-spec/specs-go; version v1.0.2 --
2118
https://github.com/opencontainers/image-spec
2219

23-
** github.com/tinkerbell/hook/hook-bootkit; version 9d54933a03f2f4c06322969b06caa18702d17f66 --
20+
** github.com/tinkerbell/hook/hook-bootkit; version v0.8.1 --
2421
https://github.com/tinkerbell/hook/hook-bootkit
2522

26-
** google.golang.org/genproto/googleapis/rpc/status; version v0.0.0-20200526211855-cb27e3aa2013 --
27-
https://github.com/googleapis/go-genproto
28-
29-
** google.golang.org/grpc; version v1.34.0 --
30-
https://github.com/grpc/grpc-go
31-
3223

3324
Apache License
3425
Version 2.0, January 2004
@@ -233,25 +224,6 @@ https://github.com/grpc/grpc-go
233224
limitations under the License.
234225

235226

236-
* For github.com/containerd/containerd see also this required NOTICE:
237-
Docker
238-
Copyright 2012-2015 Docker, Inc.
239-
240-
This product includes software developed at Docker, Inc. (https://www.docker.com).
241-
242-
The following is courtesy of our legal counsel:
243-
244-
245-
Use and transfer of Docker may be subject to certain restrictions by the
246-
United States and other governments.
247-
It is your responsibility to ensure that your use and/or transfer does not
248-
violate applicable laws.
249-
250-
For more information, please see https://www.bis.doc.gov
251-
252-
See also https://www.apache.org/dev/crypto.html and/or seek legal counsel.
253-
254-
255227
* For github.com/docker/docker see also this required NOTICE:
256228
Docker
257229
Copyright 2012-2017 Docker, Inc.
@@ -345,49 +317,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
345317

346318
------
347319

348-
** github.com/golang/protobuf; version v1.4.2 --
349-
https://github.com/golang/protobuf
350-
351-
Copyright 2010 The Go Authors. All rights reserved.
352-
353-
Redistribution and use in source and binary forms, with or without
354-
modification, are permitted provided that the following conditions are
355-
met:
356-
357-
* Redistributions of source code must retain the above copyright
358-
notice, this list of conditions and the following disclaimer.
359-
* Redistributions in binary form must reproduce the above
360-
copyright notice, this list of conditions and the following disclaimer
361-
in the documentation and/or other materials provided with the
362-
distribution.
363-
* Neither the name of Google Inc. nor the names of its
364-
contributors may be used to endorse or promote products derived from
365-
this software without specific prior written permission.
366-
367-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
368-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
369-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
370-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
371-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
372-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
373-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
374-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
375-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
376-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
377-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
378-
379-
380-
------
381-
382-
** golang.org/go; version go1.17.13 --
320+
** golang.org/go; version go1.20.14 --
383321
https://github.com/golang/go
384322

385-
** golang.org/x/net; version v0.0.0-20201021035429-f5854403a974 --
323+
** golang.org/x/net; version v0.12.0 --
386324
https://golang.org/x/net
387325

388-
** golang.org/x/sys; version v0.0.0-20210616094352-59db8d763f22 --
389-
https://golang.org/x/sys
390-
391326
Copyright (c) 2009 The Go Authors. All rights reserved.
392327

393328
Redistribution and use in source and binary forms, with or without
@@ -418,47 +353,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
418353

419354
------
420355

421-
** google.golang.org/protobuf; version v1.25.0 --
422-
https://go.googlesource.com/protobuf
423-
424-
Copyright (c) 2018 The Go Authors. All rights reserved.
425-
426-
Redistribution and use in source and binary forms, with or without
427-
modification, are permitted provided that the following conditions are
428-
met:
429-
430-
* Redistributions of source code must retain the above copyright
431-
notice, this list of conditions and the following disclaimer.
432-
* Redistributions in binary form must reproduce the above
433-
copyright notice, this list of conditions and the following disclaimer
434-
in the documentation and/or other materials provided with the
435-
distribution.
436-
* Neither the name of Google Inc. nor the names of its
437-
contributors may be used to endorse or promote products derived from
438-
this software without specific prior written permission.
439-
440-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
441-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
442-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
443-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
444-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
445-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
446-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
447-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
448-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
449-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
450-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
451-
452-
------
453-
454-
** github.com/cenkalti/backoff/v4; version v4.1.3 --
356+
** github.com/cenkalti/backoff/v4; version v4.2.1 --
455357
https://github.com/cenkalti/backoff/v4
456358
Copyright (c) 2014 Cenk Altı
457359

458-
** github.com/sirupsen/logrus; version v1.7.0 --
459-
https://github.com/sirupsen/logrus
460-
Copyright (c) 2014 Simon Eskildsen
461-
462360
Permission is hereby granted, free of charge, to any person obtaining a copy of
463361
this software and associated documentation files (the "Software"), to deal in
464362
the Software without restriction, including without limitation the rights to

projects/tinkerbell/hook/HOOK_DOCKER_ATTRIBUTION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
** github.com/tinkerbell/hook/hook-docker; version 9d54933a03f2f4c06322969b06caa18702d17f66 --
2+
** github.com/tinkerbell/hook/hook-docker; version v0.8.1 --
33
https://github.com/tinkerbell/hook/hook-docker
44

55

@@ -207,7 +207,7 @@ https://github.com/tinkerbell/hook/hook-docker
207207

208208
------
209209

210-
** golang.org/go; version go1.17.13 --
210+
** golang.org/go; version go1.20.14 --
211211
https://github.com/golang/go
212212

213213
Copyright (c) 2009 The Go Authors. All rights reserved.

projects/tinkerbell/hook/README.md

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

55
[Hook](https://github.com/tinkerbell/hook) is the Tinkerbell Installation Environment for bare-metal. It runs in-memory, installs operating system, and handles deprovisioning.

0 commit comments

Comments
 (0)