diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index 551efb6df0..5a65e88528 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -249,7 +249,7 @@ projects: repos: - name: troubleshoot versions: - - tag: v0.82.1 + - tag: v0.83.0 go_version: "1.21" - org: tinkerbell repos: diff --git a/projects/replicatedhq/troubleshoot/ATTRIBUTION.txt b/projects/replicatedhq/troubleshoot/ATTRIBUTION.txt index dc42a5e7ba..ccd222b53a 100644 --- a/projects/replicatedhq/troubleshoot/ATTRIBUTION.txt +++ b/projects/replicatedhq/troubleshoot/ATTRIBUTION.txt @@ -170,7 +170,7 @@ https://github.com/prometheus/common ** github.com/prometheus/procfs; version v0.12.0 -- https://github.com/prometheus/procfs -** github.com/replicatedhq/troubleshoot; version v0.82.1 -- +** github.com/replicatedhq/troubleshoot; version v0.83.0 -- https://github.com/replicatedhq/troubleshoot ** github.com/spf13/afero; version v1.11.0 -- @@ -182,7 +182,7 @@ https://github.com/spf13/cobra ** github.com/tklauser/numcpus; version v0.6.1 -- https://github.com/tklauser/numcpus -** github.com/vmware-tanzu/velero/pkg/apis/velero; version v1.12.0 -- +** github.com/vmware-tanzu/velero/pkg/apis/velero/v1; version v1.10.3 -- https://github.com/vmware-tanzu/velero ** github.com/xeipuuv/gojsonpointer; version v0.0.0-20190905194746-02993c407bfb -- @@ -200,16 +200,16 @@ https://github.com/census-instrumentation/opencensus-go ** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.45.0 -- https://github.com/open-telemetry/opentelemetry-go-contrib -** go.opentelemetry.io/otel; version v1.19.0 -- +** go.opentelemetry.io/otel; version v1.23.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/metric; version v1.19.0 -- +** go.opentelemetry.io/otel/metric; version v1.23.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/sdk; version v1.19.0 -- +** go.opentelemetry.io/otel/sdk; version v1.23.0 -- https://github.com/open-telemetry/opentelemetry-go -** go.opentelemetry.io/otel/trace; version v1.19.0 -- +** go.opentelemetry.io/otel/trace; version v1.23.0 -- https://github.com/open-telemetry/opentelemetry-go ** google.golang.org/genproto/googleapis/api; version v0.0.0-20231106174013-bbf56f31fb17 -- @@ -254,7 +254,7 @@ https://github.com/kubernetes/client-go ** k8s.io/component-base/version; version v0.29.0 -- https://github.com/kubernetes/component-base -** k8s.io/klog/v2; version v2.110.1 -- +** k8s.io/klog/v2; version v2.120.1 -- https://github.com/kubernetes/klog ** k8s.io/kube-openapi/pkg; version v0.0.0-20231010175941-2dd684a91f00 -- diff --git a/projects/replicatedhq/troubleshoot/CHECKSUMS b/projects/replicatedhq/troubleshoot/CHECKSUMS index efd6985723..7899128af9 100644 --- a/projects/replicatedhq/troubleshoot/CHECKSUMS +++ b/projects/replicatedhq/troubleshoot/CHECKSUMS @@ -1,2 +1,2 @@ -398a2670f4b8c03efb0d6eb89f655bf2b1cd503f1508256d71c78db111d9c516 _output/bin/troubleshoot/linux-amd64/support-bundle -574705fa778445da99b20fc9079cd2c4958cf279802193ac6b623ead757f0b7d _output/bin/troubleshoot/linux-arm64/support-bundle +450501731a632e1c0b17401a9632b08361bb3cdac2163629d08276d1f687047a _output/bin/troubleshoot/linux-amd64/support-bundle +84e836d4a030f63cee869d217176f290d48827f1904a428e639f67b98862ae99 _output/bin/troubleshoot/linux-arm64/support-bundle diff --git a/projects/replicatedhq/troubleshoot/GIT_TAG b/projects/replicatedhq/troubleshoot/GIT_TAG index 5100761c8e..e57734228c 100644 --- a/projects/replicatedhq/troubleshoot/GIT_TAG +++ b/projects/replicatedhq/troubleshoot/GIT_TAG @@ -1 +1 @@ -v0.82.1 +v0.83.0 diff --git a/projects/replicatedhq/troubleshoot/README.md b/projects/replicatedhq/troubleshoot/README.md index dc09e46d66..99b0480ca2 100644 --- a/projects/replicatedhq/troubleshoot/README.md +++ b/projects/replicatedhq/troubleshoot/README.md @@ -1,5 +1,5 @@ ## **replicatedhq/troubleshoot** -![Version](https://img.shields.io/badge/version-v0.82.1-blue) +![Version](https://img.shields.io/badge/version-v0.83.0-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiWlJsdnRmNnRYUjhUV20xaHJYTng2WXVlVXFBbHZPQnpnblh2bzFLYk1VUHAra2VpWFRFNWpMY0ovTC9PWnBBN2JEcDBXcjRSeVoxd3pyWWxQVzQzZFY4PSIsIml2UGFyYW1ldGVyU3BlYyI6IjZxRUdIK2N6TVZNNUdqL0oiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) [troubleshoot](https://troubleshoot.sh/) is a kubectl plugin providing diagnostic tools for Kubernetes applications. It provides tools for collecting and analyzing cluster information including deployment statuses, cluster resources, and host logs.