From 44c4356c62a4dd94002c80d641f7ee46abe41d28 Mon Sep 17 00:00:00 2001 From: Saurabh Parekh Date: Sat, 19 Oct 2024 11:54:13 -0700 Subject: [PATCH] Revert "Bump tinkerbell/hegel to latest release (#3939)" (#3953) This reverts commit 8c6cb61c206f03c401b2799fc1291054eac7fb9d. --- UPSTREAM_PROJECTS.yaml | 4 +- projects/tinkerbell/hegel/ATTRIBUTION.txt | 251 +++++++----------- projects/tinkerbell/hegel/CHECKSUMS | 4 +- projects/tinkerbell/hegel/GIT_TAG | 2 +- projects/tinkerbell/hegel/GOLANG_VERSION | 2 +- projects/tinkerbell/hegel/README.md | 2 +- .../pkg/constants/constants.go | 4 +- 7 files changed, 103 insertions(+), 166 deletions(-) diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 1b412b91b4..07e278fb7d 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -279,8 +279,8 @@ projects: go_version: "1.21" - name: hegel versions: - - tag: v0.13.0 - go_version: "1.22" + - tag: v0.12.0 + go_version: "1.21" - name: hook versions: - tag: v0.9.1 diff --git a/projects/tinkerbell/hegel/ATTRIBUTION.txt b/projects/tinkerbell/hegel/ATTRIBUTION.txt index 19ff02cf28..820a140d31 100644 --- a/projects/tinkerbell/hegel/ATTRIBUTION.txt +++ b/projects/tinkerbell/hegel/ATTRIBUTION.txt @@ -2,7 +2,7 @@ ** github.com/equinix-labs/otel-init-go/otelinit; version v0.0.9 -- https://github.com/equinix-labs/otel-init-go -** github.com/go-logr/logr; version v1.4.2 -- +** github.com/go-logr/logr; version v1.4.1 -- https://github.com/go-logr/logr ** github.com/go-logr/stdr; version v1.2.2 -- @@ -17,7 +17,7 @@ https://github.com/go-openapi/jsonpointer ** github.com/go-openapi/jsonreference; version v0.20.2 -- https://github.com/go-openapi/jsonreference -** github.com/go-openapi/swag; version v0.22.4 -- +** github.com/go-openapi/swag; version v0.22.3 -- https://github.com/go-openapi/swag ** github.com/golang/groupcache/lru; version v0.0.0-20210331224755-41bb18bfe9da -- @@ -29,8 +29,8 @@ https://github.com/google/gnostic-models ** github.com/google/gofuzz; version v1.2.0 -- https://github.com/google/gofuzz -** github.com/klauspost/compress; version v1.17.9 -- -https://github.com/klauspost/compress +** github.com/matttproud/golang_protobuf_extensions/v2/pbutil; version v2.0.0 -- +https://github.com/matttproud/golang_protobuf_extensions/v2 ** github.com/modern-go/concurrent; version v0.0.0-20180306012644-bacd9c7ef1dd -- https://github.com/modern-go/concurrent @@ -38,58 +38,58 @@ https://github.com/modern-go/concurrent ** github.com/modern-go/reflect2; version v1.0.2 -- https://github.com/modern-go/reflect2 -** github.com/prometheus/client_golang/prometheus; version v1.20.4 -- +** github.com/prometheus/client_golang/prometheus; version v1.18.0 -- https://github.com/prometheus/client_golang -** github.com/prometheus/client_model/go; version v0.6.1 -- +** github.com/prometheus/client_model/go; version v0.5.0 -- https://github.com/prometheus/client_model -** github.com/prometheus/common; version v0.55.0 -- +** github.com/prometheus/common; version v0.45.0 -- https://github.com/prometheus/common -** github.com/prometheus/procfs; version v0.15.1 -- +** github.com/prometheus/procfs; version v0.12.0 -- https://github.com/prometheus/procfs ** github.com/spf13/afero; version v1.11.0 -- https://github.com/spf13/afero -** github.com/spf13/cobra; version v1.8.1 -- +** github.com/spf13/cobra; version v1.8.0 -- https://github.com/spf13/cobra -** github.com/tinkerbell/hegel; version v0.13.0 -- +** github.com/tinkerbell/hegel; version v0.12.0 -- https://github.com/tinkerbell/hegel -** github.com/tinkerbell/tink/api/v1alpha1; version v0.10.1 -- +** github.com/tinkerbell/tink/api/v1alpha1; version v0.9.0 -- https://github.com/tinkerbell/tink -** go.opentelemetry.io/otel; version v1.28.0 -- +** go.opentelemetry.io/otel; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/exporters/otlp/otlptrace; version v1.28.0 -- +** go.opentelemetry.io/otel/exporters/otlp/otlptrace; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc; version v1.27.0 -- +** go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/metric; version v1.28.0 -- +** go.opentelemetry.io/otel/metric; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/sdk; version v1.28.0 -- +** go.opentelemetry.io/otel/sdk; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/trace; version v1.28.0 -- +** go.opentelemetry.io/otel/trace; version v1.19.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/proto/otlp; version v1.3.1 -- +** go.opentelemetry.io/proto/otlp; version v1.0.0 -- https://github.com/open-telemetry/opentelemetry-proto-go -** google.golang.org/genproto/googleapis/api/httpbody; version v0.0.0-20240528184218-531527333157 -- +** google.golang.org/genproto/googleapis/api/httpbody; version v0.0.0-20231106174013-bbf56f31fb17 -- https://github.com/googleapis/go-genproto -** google.golang.org/genproto/googleapis/rpc; version v0.0.0-20240701130421-f6361c86f094 -- +** google.golang.org/genproto/googleapis/rpc; version v0.0.0-20231120223509-83a465c0220f -- https://github.com/googleapis/go-genproto -** google.golang.org/grpc; version v1.65.0 -- +** google.golang.org/grpc; version v1.59.0 -- https://github.com/grpc/grpc-go ** gopkg.in/ini.v1; version v1.67.0 -- @@ -98,28 +98,28 @@ https://gopkg.in/ini.v1 ** gopkg.in/yaml.v2; version v2.4.0 -- https://gopkg.in/yaml.v2 -** k8s.io/api; version v0.31.1 -- +** k8s.io/api; version v0.29.0 -- https://github.com/kubernetes/api -** k8s.io/apimachinery/pkg; version v0.31.1 -- +** k8s.io/apimachinery/pkg; version v0.29.1 -- https://github.com/kubernetes/apimachinery -** k8s.io/client-go; version v0.31.1 -- +** k8s.io/client-go; version v0.29.0 -- https://github.com/kubernetes/client-go -** k8s.io/klog/v2; version v2.130.1 -- +** k8s.io/klog/v2; version v2.110.1 -- https://github.com/kubernetes/klog -** k8s.io/kube-openapi/pkg; version v0.0.0-20240228011516-70dd3763d340 -- +** k8s.io/kube-openapi/pkg; version v0.0.0-20231010175941-2dd684a91f00 -- https://github.com/kubernetes/kube-openapi -** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20240228011516-70dd3763d340 -- +** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20231010175941-2dd684a91f00 -- https://github.com/kubernetes/kube-openapi -** k8s.io/utils; version v0.0.0-20240711033017-18e509b52bc8 -- +** k8s.io/utils; version v0.0.0-20230726121419-3b25d923346b -- https://github.com/kubernetes/utils -** sigs.k8s.io/controller-runtime/pkg; version v0.19.0 -- +** sigs.k8s.io/controller-runtime/pkg; version v0.17.0 -- https://github.com/kubernetes-sigs/controller-runtime ** sigs.k8s.io/json; version v0.0.0-20221116044647-bc3834ca7abd -- @@ -338,6 +338,10 @@ https://github.com/kubernetes-sigs/yaml limitations under the License. +* For github.com/matttproud/golang_protobuf_extensions/v2/pbutil see also this required NOTICE: +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) + + * For github.com/prometheus/client_golang/prometheus see also this required NOTICE: Prometheus instrumentation library for Go applications Copyright 2012-2015 The Prometheus Authors @@ -358,6 +362,11 @@ http://github.com/golang/protobuf/ Copyright 2010 The Go Authors See source code for license details. +Support for streaming Protocol Buffer messages for the Go language (golang). +https://github.com/matttproud/golang_protobuf_extensions +Copyright 2013 Matt T. Proud +Licensed under the Apache License, Version 2.0 + * For github.com/prometheus/client_model/go see also this required NOTICE: Data model artifacts for Prometheus. @@ -477,7 +486,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/evanphx/json-patch/v5; version v5.9.0 -- +** github.com/evanphx/json-patch/v5; version v5.8.0 -- https://github.com/evanphx/json-patch/v5 Copyright (c) 2014, Evan Phoenix @@ -580,7 +589,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/golang/protobuf/proto; version v1.5.4 -- +** github.com/golang/protobuf; version v1.5.3 -- https://github.com/golang/protobuf Copyright 2010 The Go Authors. All rights reserved. @@ -647,7 +656,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/google/uuid; version v1.6.0 -- +** github.com/google/uuid; version v1.4.0 -- https://github.com/google/uuid Copyright (c) 2009,2014 Google Inc. All rights reserved. @@ -680,7 +689,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/grpc-ecosystem/grpc-gateway/v2; version v2.20.0 -- +** github.com/grpc-ecosystem/grpc-gateway/v2; version v2.18.0 -- https://github.com/grpc-ecosystem/grpc-gateway/v2 Copyright (c) 2015, Gengo, Inc. @@ -747,39 +756,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/klauspost/compress/internal/snapref; version v1.17.9 -- -https://github.com/klauspost/compress - -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 -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 Google Inc. 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 -OWNER 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/munnerz/goautoneg; version v0.0.0-20191010083416-a7dc8b61c822 -- https://github.com/munnerz/goautoneg @@ -817,52 +793,73 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil; version v1.20.4 -- -https://github.com/prometheus/client_golang +** github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg; version v0.45.0 -- +https://github.com/prometheus/common -Copyright (c) 2013 The Go Authors. All rights reserved. +Copyright (c) 2011, Open Knowledge Foundation Ltd. +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 Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + 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 Open Knowledge Foundation Ltd. 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 -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +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/sagikazarmark/slog-shim; version v0.1.0 -- https://github.com/sagikazarmark/slog-shim -** golang.org/go; version go1.22.8 -- +** golang.org/go; version go1.21.13 -- https://github.com/golang/go -** golang.org/x/oauth2; version v0.21.0 -- +** golang.org/x/crypto/sha3; version v0.17.0 -- +https://golang.org/x/crypto + +** golang.org/x/exp/maps; version v0.0.0-20230905200255-921286631fa9 -- +https://golang.org/x/exp + +** golang.org/x/net; version v0.19.0 -- +https://golang.org/x/net + +** golang.org/x/oauth2; version v0.15.0 -- https://golang.org/x/oauth2 +** golang.org/x/sys/unix; version v0.16.0 -- +https://golang.org/x/sys + +** golang.org/x/term; version v0.15.0 -- +https://golang.org/x/term + +** golang.org/x/text; version v0.14.0 -- +https://golang.org/x/text + ** golang.org/x/time/rate; version v0.5.0 -- https://golang.org/x/time -** k8s.io/apimachinery/third_party/forked/golang; version v0.31.1 -- +** k8s.io/apimachinery/third_party/forked/golang; version v0.29.1 -- https://github.com/kubernetes/apimachinery Copyright (c) 2009 The Go Authors. All rights reserved. @@ -929,55 +926,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** golang.org/x/crypto/sha3; version v0.26.0 -- -https://golang.org/x/crypto - -** golang.org/x/exp/maps; version v0.0.0-20240719175910-8a7402abbf56 -- -https://golang.org/x/exp - -** golang.org/x/net; version v0.28.0 -- -https://golang.org/x/net - -** golang.org/x/sys; version v0.23.0 -- -https://golang.org/x/sys - -** golang.org/x/term; version v0.23.0 -- -https://golang.org/x/term - -** golang.org/x/text; version v0.17.0 -- -https://golang.org/x/text - -Copyright 2009 The Go Authors. - -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 Google LLC 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 -OWNER 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. - ------- - -** google.golang.org/protobuf; version v1.34.2 -- +** google.golang.org/protobuf; version v1.31.0 -- https://go.googlesource.com/protobuf Copyright (c) 2018 The Go Authors. All rights reserved. @@ -1044,7 +993,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20240228011516-70dd3763d340 -- +** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20231010175941-2dd684a91f00 -- https://github.com/kubernetes/kube-openapi Copyright (c) 2020 The Go Authors. All rights reserved. @@ -1077,7 +1026,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** k8s.io/utils/internal/third_party/forked/golang/net; version v0.0.0-20240711033017-18e509b52bc8 -- +** k8s.io/utils/internal/third_party/forked/golang/net; version v0.0.0-20230726121419-3b25d923346b -- https://github.com/kubernetes/utils Copyright (c) 2012 The Go Authors. All rights reserved. @@ -1135,11 +1084,11 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. https://github.com/beorn7/perks Copyright (C) 2013 Blake Mizerany -** github.com/cenkalti/backoff/v4; version v4.3.0 -- +** github.com/cenkalti/backoff/v4; version v4.2.1 -- https://github.com/cenkalti/backoff/v4 Copyright (c) 2014 Cenk Altı -** github.com/cespare/xxhash/v2; version v2.3.0 -- +** github.com/cespare/xxhash/v2; version v2.2.0 -- https://github.com/cespare/xxhash/v2 Copyright (c) 2016 Caleb Spare @@ -1147,11 +1096,7 @@ Copyright (c) 2016 Caleb Spare https://github.com/emicklei/go-restful/v3 Copyright (c) 2012,2013 Ernest Micklei -** github.com/fxamacker/cbor/v2; version v2.7.0 -- -https://github.com/fxamacker/cbor/v2 -Copyright (c) 2019-present Faye Amacker - -** github.com/gabriel-vasile/mimetype; version v1.4.3 -- +** github.com/gabriel-vasile/mimetype; version v1.4.2 -- https://github.com/gabriel-vasile/mimetype Copyright (c) 2018-2020 Gabriel Vasile @@ -1159,7 +1104,7 @@ Copyright (c) 2018-2020 Gabriel Vasile https://github.com/gin-contrib/sse Copyright (c) 2014 Manuel Martínez-Almeida -** github.com/gin-gonic/gin; version v1.10.0 -- +** github.com/gin-gonic/gin; version v1.9.1 -- https://github.com/gin-gonic/gin Copyright (c) 2014 Manuel Martínez-Almeida @@ -1171,7 +1116,7 @@ Copyright (c) 2016 Go Playground https://github.com/go-playground/universal-translator Copyright (c) 2016 Go Playground -** github.com/go-playground/validator/v10; version v10.20.0 -- +** github.com/go-playground/validator/v10; version v10.14.1 -- https://github.com/go-playground/validator/v10 Copyright (c) 2015 Dean Karn @@ -1183,11 +1128,7 @@ Copyright (c) 2019 Josh Bleecher Snyder https://github.com/json-iterator/go Copyright (c) 2016 json-iterator -** github.com/klauspost/compress/zstd/internal/xxhash; version v1.17.9 -- -https://github.com/klauspost/compress -Copyright (c) 2016 Caleb Spare - -** github.com/leodido/go-urn; version v1.4.0 -- +** github.com/leodido/go-urn; version v1.2.4 -- https://github.com/leodido/go-urn Copyright (c) 2018 Leonardo Di Donato @@ -1199,7 +1140,7 @@ Copyright (c) 2016 Mail.Ru Group https://github.com/mattn/go-colorable Copyright (c) 2016 Yasuhiro Matsumoto -** github.com/mattn/go-isatty; version v0.0.20 -- +** github.com/mattn/go-isatty; version v0.0.19 -- https://github.com/mattn/go-isatty Copyright (c) Yasuhiro MATSUMOTO @@ -1211,7 +1152,7 @@ Copyright (c) 2013 Mitchell Hashimoto https://github.com/packethost/xff Copyright (c) 2015 Sebastien Estienne (sebastien.estienne@gmail.com) -** github.com/rs/zerolog; version v1.33.0 -- +** github.com/rs/zerolog; version v1.31.0 -- https://github.com/rs/zerolog Copyright (c) 2017 Olivier Poitrey @@ -1219,7 +1160,7 @@ Copyright (c) 2017 Olivier Poitrey https://github.com/spf13/cast Copyright (c) 2014 Steve Francia -** github.com/spf13/viper; version v1.19.0 -- +** github.com/spf13/viper; version v1.18.2 -- https://github.com/spf13/viper Copyright (c) 2014 Steve Francia @@ -1227,10 +1168,6 @@ Copyright (c) 2014 Steve Francia https://github.com/subosito/gotenv Copyright (c) 2013 Alif Rachmawadi -** github.com/x448/float16; version v0.8.4 -- -https://github.com/x448/float16 -Copyright (c) 2019 Montgomery Edwards⁴⁴⁸ and Faye Amacker - 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 @@ -1251,7 +1188,7 @@ 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/pelletier/go-toml/v2; version v2.2.2 -- +** github.com/pelletier/go-toml/v2; version v2.1.0 -- https://github.com/pelletier/go-toml/v2 Copyright (c) 2021 - 2023 Thomas Pelletier @@ -1277,7 +1214,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------ -** github.com/ugorji/go/codec; version v1.2.12 -- +** github.com/ugorji/go/codec; version v1.2.11 -- https://github.com/ugorji/go/codec Copyright (c) 2012-2020 Ugorji Nwoke. diff --git a/projects/tinkerbell/hegel/CHECKSUMS b/projects/tinkerbell/hegel/CHECKSUMS index 42cd68df72..753b1e9613 100644 --- a/projects/tinkerbell/hegel/CHECKSUMS +++ b/projects/tinkerbell/hegel/CHECKSUMS @@ -1,2 +1,2 @@ -c737173bcd805e3886648b05ec2e17a4fba18247db28d6afec8d6a2557d67718 _output/bin/hegel/linux-amd64/hegel -952660c21d79e04cc1ae95d4a398ab40e5370396b16d316859e24a712d0d2232 _output/bin/hegel/linux-arm64/hegel +fdf5f95c20c4263ac924b12d12ebc215f2514eb6c0ceaca26f9ae8ccaa57d29a _output/bin/hegel/linux-amd64/hegel +ad36bf9b4c88d921a3f4401eb3007aca4c8c6fa56cb30ee95705c9b4522e41ec _output/bin/hegel/linux-arm64/hegel diff --git a/projects/tinkerbell/hegel/GIT_TAG b/projects/tinkerbell/hegel/GIT_TAG index 6345c2168f..3061e9e5a2 100644 --- a/projects/tinkerbell/hegel/GIT_TAG +++ b/projects/tinkerbell/hegel/GIT_TAG @@ -1 +1 @@ -v0.13.0 +v0.12.0 \ No newline at end of file diff --git a/projects/tinkerbell/hegel/GOLANG_VERSION b/projects/tinkerbell/hegel/GOLANG_VERSION index 71f7f51df9..d2ab029d32 100644 --- a/projects/tinkerbell/hegel/GOLANG_VERSION +++ b/projects/tinkerbell/hegel/GOLANG_VERSION @@ -1 +1 @@ -1.22 +1.21 diff --git a/projects/tinkerbell/hegel/README.md b/projects/tinkerbell/hegel/README.md index d339eb8a91..3fcc176d63 100644 --- a/projects/tinkerbell/hegel/README.md +++ b/projects/tinkerbell/hegel/README.md @@ -1,5 +1,5 @@ ## **Hegel** -![Version](https://img.shields.io/badge/version-v0.13.0-blue) +![Version](https://img.shields.io/badge/version-v0.12.0-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiUFJ0a1NyeGo1SXlHVzFMWFp3YytQTk0zeXMrSE9oYUw2VFM2MUlpa0tkbmh5S3RGYUQwTzI5VC9KVUJ6ZUJYK3NZb05ZaU15SGVMMzFNSTdmL3lzUlBjPSIsIml2UGFyYW1ldGVyU3BlYyI6IllOR29JZFNSRUFoL2ROUkIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) [Hegel](https://github.com/tinkerbell/hegel) is a gRPC and HTTP metadata service for Tinkerbell. Subscribes to changes in metadata, get notified when data is added/removed, etc. diff --git a/tools/version-tracker/pkg/constants/constants.go b/tools/version-tracker/pkg/constants/constants.go index 14458d44cf..471db7c0e2 100644 --- a/tools/version-tracker/pkg/constants/constants.go +++ b/tools/version-tracker/pkg/constants/constants.go @@ -354,8 +354,8 @@ var ( GoVersionSearchString: `GOLANG_VERSION := (1\.\d\d)`, }, "tinkerbell/hegel": { - SourceOfTruthFile: "go.mod", - GoVersionSearchString: `go (1\.\d\d)`, + SourceOfTruthFile: ".github/workflows/ci.yaml", + GoVersionSearchString: `GO_VERSION: "(1\.\d\d)"`, }, "tinkerbell/tink": { SourceOfTruthFile: ".github/workflows/ci.yaml",