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 #3111

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 @@ -255,7 +255,7 @@ projects:
repos:
- name: troubleshoot
versions:
- tag: v0.87.0
- tag: v0.88.0
go_version: "1.21"
- org: tinkerbell
repos:
Expand Down
8 changes: 4 additions & 4 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.87.0 --
** github.com/replicatedhq/troubleshoot; version v0.88.0 --
https://github.com/replicatedhq/troubleshoot

** github.com/spf13/afero; version v1.11.0 --
Expand Down Expand Up @@ -230,7 +230,7 @@ https://gopkg.in/ini.v1
** gopkg.in/yaml.v2; version v2.4.0 --
https://gopkg.in/yaml.v2

** helm.sh/helm/v3; version v3.14.3 --
** helm.sh/helm/v3; version v3.14.4 --
https://github.com/helm/helm

** k8s.io/api; version v0.29.3 --
Expand Down Expand Up @@ -4021,11 +4021,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice

------

** github.com/hashicorp/go-getter; version v1.7.3 --
** github.com/hashicorp/go-getter; version v1.7.4 --
https://github.com/hashicorp/go-getter

* Package github.com/hashicorp/go-getter's source code may be found at:
https://github.com/hashicorp/go-getter/tree/v1.7.3
https://github.com/hashicorp/go-getter/tree/v1.7.4

Copyright (c) 2015 HashiCorp, Inc.

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 @@
323cc813beb9ae65a6ee016e9b7ab0918679eb99a408ec5cc6f65012added6aa _output/bin/troubleshoot/linux-amd64/support-bundle
dcc04d5f6dd0baf3b875e39e8d244bf7a5e0c998c49889636ce2da234e9a696c _output/bin/troubleshoot/linux-arm64/support-bundle
57f98783c00e8593b7080931471604ddda70f8e378d1f7e9c4575fe6887ddc81 _output/bin/troubleshoot/linux-amd64/support-bundle
3451b3abfd837ec99efc544e324af98c014b06f142c0a5f29294c27d6bb3e84b _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.87.0
v0.88.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.87.0-blue)
![Version](https://img.shields.io/badge/version-v0.88.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