-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump replicatedhq/troubleshoot to latest release (#3129)
* Bump replicatedhq/troubleshoot to latest release * Update patches, checksums and attribution for replicatedhq/troubleshoot --------- Co-authored-by: Abhay Krishna Arunachalam <[email protected]>
- Loading branch information
1 parent
6f0b991
commit 91b0498
Showing
6 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
e975a871555c2d4abd3861d9cde4ccd537f33a02ef5e8b2fb8e3c5e50c34f9c1 _output/bin/troubleshoot/linux-amd64/support-bundle | ||
33e31a14693ad412b7e245705dd2fc1678253c9ae1fdfee58eac68afaaa83412 _output/bin/troubleshoot/linux-arm64/support-bundle | ||
c886800db977710d7b48eaf0727f1f78ef50949fda8849da909e24b382a0fb45 _output/bin/troubleshoot/linux-amd64/support-bundle | ||
9353bf4febe147bd6faa251589ab4d80584921942b4de069e8c8f79c2e856b89 _output/bin/troubleshoot/linux-arm64/support-bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.89.0 | ||
v0.90.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 3421d32b915c8929bddd0fe3720dfcb11539d985 Mon Sep 17 00:00:00 2001 | ||
From 87e2c8aea3311986c71467db762881ebbb897fb1 Mon Sep 17 00:00:00 2001 | ||
From: danbudris <[email protected]> | ||
Date: Fri, 3 Mar 2023 15:07:50 -0800 | ||
Subject: [PATCH] Replace dependency to mitigate license issues and fix module | ||
|
@@ -18,18 +18,18 @@ Signed-off-by: Dan Budris <[email protected]> | |
2 files changed, 7 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/go.mod b/go.mod | ||
index 2109e4a..e73f833 100644 | ||
index 3b26304..ebf6901 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -116,6 +116,7 @@ require ( | ||
@@ -114,6 +114,7 @@ require ( | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
+ github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect | ||
go.opentelemetry.io/otel/metric v1.25.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.25.0 // indirect | ||
@@ -136,7 +137,7 @@ require ( | ||
go.opentelemetry.io/otel/metric v1.26.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.26.0 // indirect | ||
@@ -134,7 +135,7 @@ require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/Microsoft/hcsshim v0.12.0-rc.3 // indirect | ||
|
@@ -38,22 +38,22 @@ index 2109e4a..e73f833 100644 | |
github.com/aws/aws-sdk-go v1.48.10 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
@@ -229,7 +230,6 @@ require ( | ||
@@ -227,7 +228,6 @@ require ( | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/vbatts/tar-split v0.11.5 // indirect | ||
- github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
github.com/xlab/treeprint v1.2.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
@@ -266,4 +266,5 @@ require ( | ||
@@ -264,4 +264,5 @@ require ( | ||
replace ( | ||
github.com/StackExchange/wmi => github.com/yusufpapurcu/wmi v1.2.2 | ||
github.com/go-ole/go-ole => github.com/go-ole/go-ole v1.2.6 // needed for arm builds | ||
+ github.com/xi2/xz => github.com/therootcompany/xz v1.0.1 | ||
) | ||
diff --git a/go.sum b/go.sum | ||
index 925e6d2..06787c4 100644 | ||
index 6f08794..09daf43 100644 | ||
--- a/go.sum | ||
+++ b/go.sum | ||
@@ -234,8 +234,9 @@ github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412 h1:vOVO0y | ||
|