Skip to content

Commit 73c7d35

Browse files
Bump replicatedhq/troubleshoot to latest release
1 parent 8e4b281 commit 73c7d35

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ projects:
255255
repos:
256256
- name: troubleshoot
257257
versions:
258-
- tag: v0.88.0
259-
go_version: "1.21"
258+
- tag: v0.89.0
259+
go_version: "1.22"
260260
- org: tinkerbell
261261
repos:
262262
- name: boots

projects/replicatedhq/troubleshoot/ATTRIBUTION.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ https://github.com/prometheus/common
170170
** github.com/prometheus/procfs; version v0.12.0 --
171171
https://github.com/prometheus/procfs
172172

173-
** github.com/replicatedhq/troubleshoot; version v0.88.0 --
173+
** github.com/replicatedhq/troubleshoot; version v0.89.0 --
174174
https://github.com/replicatedhq/troubleshoot
175175

176176
** github.com/spf13/afero; version v1.11.0 --
@@ -233,43 +233,43 @@ https://gopkg.in/yaml.v2
233233
** helm.sh/helm/v3; version v3.14.4 --
234234
https://github.com/helm/helm
235235

236-
** k8s.io/api; version v0.29.3 --
236+
** k8s.io/api; version v0.30.0 --
237237
https://github.com/kubernetes/api
238238

239-
** k8s.io/apiextensions-apiserver/pkg; version v0.29.3 --
239+
** k8s.io/apiextensions-apiserver/pkg; version v0.30.0 --
240240
https://github.com/kubernetes/apiextensions-apiserver
241241

242-
** k8s.io/apimachinery/pkg; version v0.29.3 --
242+
** k8s.io/apimachinery/pkg; version v0.30.0 --
243243
https://github.com/kubernetes/apimachinery
244244

245-
** k8s.io/apiserver/pkg; version v0.29.3 --
245+
** k8s.io/apiserver/pkg; version v0.30.0 --
246246
https://github.com/kubernetes/apiserver
247247

248-
** k8s.io/cli-runtime/pkg; version v0.29.3 --
248+
** k8s.io/cli-runtime/pkg; version v0.30.0 --
249249
https://github.com/kubernetes/cli-runtime
250250

251-
** k8s.io/client-go; version v0.29.3 --
251+
** k8s.io/client-go; version v0.30.0 --
252252
https://github.com/kubernetes/client-go
253253

254-
** k8s.io/component-base/version; version v0.29.3 --
254+
** k8s.io/component-base/version; version v0.30.0 --
255255
https://github.com/kubernetes/component-base
256256

257257
** k8s.io/klog/v2; version v2.120.1 --
258258
https://github.com/kubernetes/klog
259259

260-
** k8s.io/kube-openapi/pkg; version v0.0.0-20231010175941-2dd684a91f00 --
260+
** k8s.io/kube-openapi/pkg; version v0.0.0-20240228011516-70dd3763d340 --
261261
https://github.com/kubernetes/kube-openapi
262262

263-
** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20231010175941-2dd684a91f00 --
263+
** k8s.io/kube-openapi/pkg/validation/spec; version v0.0.0-20240228011516-70dd3763d340 --
264264
https://github.com/kubernetes/kube-openapi
265265

266266
** k8s.io/kubectl/pkg; version v0.29.0 --
267267
https://github.com/kubernetes/kubectl
268268

269-
** k8s.io/kubelet/pkg/apis/stats/v1alpha1; version v0.29.3 --
269+
** k8s.io/kubelet/pkg/apis/stats/v1alpha1; version v0.30.0 --
270270
https://github.com/kubernetes/kubelet
271271

272-
** k8s.io/metrics/pkg/apis/custom_metrics; version v0.29.3 --
272+
** k8s.io/metrics/pkg/apis/custom_metrics; version v0.30.0 --
273273
https://github.com/kubernetes/metrics
274274

275275
** k8s.io/utils; version v0.0.0-20230726121419-3b25d923346b --
@@ -999,7 +999,7 @@ https://github.com/liggitt/tabwriter
999999
** github.com/sagikazarmark/slog-shim; version v0.1.0 --
10001000
https://github.com/sagikazarmark/slog-shim
10011001

1002-
** golang.org/go; version go1.21.8 --
1002+
** golang.org/go; version go1.22.1 --
10031003
https://github.com/golang/go
10041004

10051005
** golang.org/x/crypto; version v0.22.0 --
@@ -1032,10 +1032,10 @@ https://golang.org/x/text
10321032
** golang.org/x/time/rate; version v0.5.0 --
10331033
https://golang.org/x/time
10341034

1035-
** k8s.io/apimachinery/third_party/forked/golang; version v0.29.3 --
1035+
** k8s.io/apimachinery/third_party/forked/golang; version v0.30.0 --
10361036
https://github.com/kubernetes/apimachinery
10371037

1038-
** k8s.io/client-go/third_party/forked/golang/template; version v0.29.3 --
1038+
** k8s.io/client-go/third_party/forked/golang/template; version v0.30.0 --
10391039
https://github.com/kubernetes/client-go
10401040

10411041
Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -2127,7 +2127,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21272127

21282128
------
21292129

2130-
** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20231010175941-2dd684a91f00 --
2130+
** k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json; version v0.0.0-20240228011516-70dd3763d340 --
21312131
https://github.com/kubernetes/kube-openapi
21322132

21332133
Copyright (c) 2020 The Go Authors. All rights reserved.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
57f98783c00e8593b7080931471604ddda70f8e378d1f7e9c4575fe6887ddc81 _output/bin/troubleshoot/linux-amd64/support-bundle
2-
3451b3abfd837ec99efc544e324af98c014b06f142c0a5f29294c27d6bb3e84b _output/bin/troubleshoot/linux-arm64/support-bundle
1+
e975a871555c2d4abd3861d9cde4ccd537f33a02ef5e8b2fb8e3c5e50c34f9c1 _output/bin/troubleshoot/linux-amd64/support-bundle
2+
33e31a14693ad412b7e245705dd2fc1678253c9ae1fdfee58eac68afaaa83412 _output/bin/troubleshoot/linux-arm64/support-bundle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.88.0
1+
v0.89.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21
1+
1.22

projects/replicatedhq/troubleshoot/README.md

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

55
[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.

0 commit comments

Comments
 (0)