Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump replicatedhq/troubleshoot to latest release #2914

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ projects:
repos:
- name: troubleshoot
versions:
- tag: v0.82.1
- tag: v0.83.0
go_version: "1.21"
- org: tinkerbell
repos:
Expand Down
14 changes: 7 additions & 7 deletions projects/replicatedhq/troubleshoot/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 --
Expand All @@ -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 --
Expand All @@ -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 --
Expand Down Expand Up @@ -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 --
Expand Down
4 changes: 2 additions & 2 deletions projects/replicatedhq/troubleshoot/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion projects/replicatedhq/troubleshoot/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.82.1
v0.83.0
2 changes: 1 addition & 1 deletion projects/replicatedhq/troubleshoot/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down