Skip to content

Commit

Permalink
Bump tinkerbell/actions to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahreehong committed May 7, 2024
1 parent eeaabe9 commit 38ce80f
Show file tree
Hide file tree
Showing 32 changed files with 780 additions and 2,367 deletions.
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ projects:
go_version: "1.17"
- name: hub
versions:
- commit: 404dab73a8a7f33e973c6e71782f07e82b125da9
go_version: "1.17"
- commit: d524b77c7a44525c4318da3d2b5857c03711f3f8
go_version: "1.21"
- name: rufio
versions:
- tag: v0.3.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@
** github.com/containerd/containerd; version v1.4.4 --
https://github.com/containerd/containerd

** github.com/klauspost/compress; version v1.17.7 --
https://github.com/klauspost/compress

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

** github.com/opencontainers/image-spec/specs-go; version v1.0.1 --
https://github.com/opencontainers/image-spec

** github.com/tinkerbell/hub/actions/oci2disk/v1; version 404dab73a8a7f33e973c6e71782f07e82b125da9 --
https://github.com/tinkerbell/hub/actions/oci2disk/v1
** github.com/spf13/cobra; version v1.1.3 --
https://github.com/spf13/cobra

** github.com/tinkerbell/actions; version d524b77c7a44525c4318da3d2b5857c03711f3f8 --
https://github.com/tinkerbell/actions

** github.com/vishvananda/netns; version v0.0.4 --
https://github.com/vishvananda/netns

** google.golang.org/genproto/googleapis/rpc/status; version v0.0.0-20191108220845-16a3f7862a1a --
https://github.com/googleapis/go-genproto
Expand Down Expand Up @@ -304,11 +313,45 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/klauspost/compress; version v1.11.12 --
** github.com/insomniacslk/dhcp; version v0.0.0-20240419123447-f1cffa2c0c49 --
https://github.com/insomniacslk/dhcp

BSD 3-Clause License

Copyright (c) 2018, Andrea Barberio
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/klauspost/compress/internal/snapref; version v1.17.7 --
https://github.com/klauspost/compress

Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2019 Klaus Post. All rights reserved.
Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down Expand Up @@ -338,10 +381,45 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/klauspost/compress/snappy; version v1.11.12 --
https://github.com/klauspost/compress
** github.com/pierrec/lz4/v4; version v4.1.14 --
https://github.com/pierrec/lz4/v4

Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
Copyright (c) 2015, Pierre Curto
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of xxHash nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


------

** github.com/spf13/pflag; version v1.0.5 --
https://github.com/spf13/pflag

Copyright (c) 2012 Alex Ogier. All rights reserved.
Copyright (c) 2012 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down Expand Up @@ -371,10 +449,45 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/ulikunitz/xz; version v0.5.10 --
** github.com/u-root/uio; version v0.0.0-20230220225925-ffce2a382923 --
https://github.com/u-root/uio

BSD 3-Clause License

Copyright (c) 2012-2021, u-root Authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/ulikunitz/xz; version v0.5.11 --
https://github.com/ulikunitz/xz

Copyright (c) 2014-2021 Ulrich Kunitz
Copyright (c) 2014-2022 Ulrich Kunitz
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -403,16 +516,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** golang.org/go; version go1.17.13 --
** golang.org/go; version go1.21.8 --
https://github.com/golang/go

** golang.org/x/net/context/ctxhttp; version v0.0.0-20191004110552-13f9640d40b9 --
** golang.org/x/net; version v0.23.0 --
https://golang.org/x/net

** golang.org/x/sync; version v0.0.0-20201207232520-09787c993a3a --
** golang.org/x/sync; version v0.3.0 --
https://golang.org/x/sync

** golang.org/x/sys; version v0.0.0-20210124154548-22da62e12c0c --
** golang.org/x/sys/unix; version v0.18.0 --
https://golang.org/x/sys

Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -472,11 +585,48 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
------

** github.com/klauspost/compress/zstd/internal/xxhash; version v1.11.12 --
** github.com/dustin/go-humanize; version v1.0.0 --
https://github.com/dustin/go-humanize
Copyright (c) 2005-2008 Dustin Sallings <dustin@spy.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

<http://www.opensource.org/licenses/mit-license.php>
------

** github.com/josharian/native; version v1.1.0 --
https://github.com/josharian/native

Copyright 2020 Josh Bleecher Snyder

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------

** github.com/klauspost/compress/zstd/internal/xxhash; version v1.17.7 --
https://github.com/klauspost/compress
Copyright (c) 2016 Caleb Spare

** github.com/sirupsen/logrus; version v1.8.1 --
** github.com/sirupsen/logrus; version v1.9.0 --
https://github.com/sirupsen/logrus
Copyright (c) 2014 Simon Eskildsen

Expand All @@ -499,3 +649,22 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------

** github.com/mdlayher/packet; version v1.1.2 --
https://github.com/mdlayher/packet
Copyright (C) 2022 Matt Layher

** github.com/mdlayher/socket; version v0.4.1 --
https://github.com/mdlayher/socket
Copyright (C) 2021 Matt Layher

# MIT License



Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
Loading

0 comments on commit 38ce80f

Please sign in to comment.