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

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.85.0
- tag: v0.86.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.85.0 --
** github.com/replicatedhq/troubleshoot; version v0.86.0 --
https://github.com/replicatedhq/troubleshoot

** github.com/spf13/afero; version v1.11.0 --
Expand Down Expand Up @@ -1687,7 +1687,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------

** github.com/shirou/gopsutil/v3; version v3.24.2 --
** github.com/shirou/gopsutil/v3; version v3.24.3 --
https://github.com/shirou/gopsutil/v3

gopsutil is distributed under BSD license reproduced below.
Expand Down Expand Up @@ -2889,11 +2889,11 @@ limitations under the License.

------

** github.com/go-sql-driver/mysql; version v1.8.0 --
** github.com/go-sql-driver/mysql; version v1.8.1 --
https://github.com/go-sql-driver/mysql

* Package github.com/go-sql-driver/mysql's source code may be found at:
https://github.com/go-sql-driver/mysql/tree/v1.8.0
https://github.com/go-sql-driver/mysql/tree/v1.8.1

Mozilla Public License Version 2.0
==================================
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 @@
3732ecf0b570f76757c3783722d7e18d6af88c96f3c98ddf1d715fcd14d5b0da _output/bin/troubleshoot/linux-amd64/support-bundle
5905991947bd390501aa4ec97100de490c9e5c6acaa231d4b2238e088efe780c _output/bin/troubleshoot/linux-arm64/support-bundle
8d15a869d71606985ff38d06ef44dd945f301b85a5e6849369ca7bb9c873ad9e _output/bin/troubleshoot/linux-amd64/support-bundle
c189e9b48d525259f19f79c05427ea0c97b8e1d4d78b0a995d490d4f1038b87f _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.85.0
v0.86.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.85.0-blue)
![Version](https://img.shields.io/badge/version-v0.86.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