-
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 (#3949)
* 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
bc1c851
commit b846fb1
Showing
6 changed files
with
16 additions
and
16 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 @@ | ||
5fea08106a028a034669aedc1033a77e9e61a0ecc1a371562adb9ef9d521693b _output/bin/troubleshoot/linux-amd64/support-bundle | ||
da0be2ad8c13c849a4995486ebac24efbd86d8c96ecd70f94c57f6c5029a04e2 _output/bin/troubleshoot/linux-arm64/support-bundle | ||
2aa94e549f63166158742406d0103be43ff02be4e1eb6ec26419dc9228e18613 _output/bin/troubleshoot/linux-amd64/support-bundle | ||
858eb86f8dc0f093ab4c244c6d31fbdc33986b96daa235e839b788189817b8f0 _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.107.0 | ||
v0.107.1 |
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 d00d6c3e393e830f3ff49993d47a2c9147ad2af7 Mon Sep 17 00:00:00 2001 | ||
From d140961e3bec140ec544f5898d82c29690f90e77 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,7 +18,7 @@ Signed-off-by: Dan Budris <[email protected]> | |
2 files changed, 7 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/go.mod b/go.mod | ||
index 2b3a704..beee549 100644 | ||
index 409f7ff..6085bb8 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -120,6 +120,7 @@ require ( | ||
|
@@ -28,7 +28,7 @@ index 2b3a704..beee549 100644 | |
+ github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.30.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
@@ -141,7 +142,7 @@ require ( | ||
github.com/BurntSushi/toml v1.4.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
|
@@ -53,7 +53,7 @@ index 2b3a704..beee549 100644 | |
+ github.com/xi2/xz => github.com/therootcompany/xz v1.0.1 | ||
) | ||
diff --git a/go.sum b/go.sum | ||
index 1b29327..e97f2f8 100644 | ||
index 588d3c2..5821361 100644 | ||
--- a/go.sum | ||
+++ b/go.sum | ||
@@ -230,8 +230,9 @@ github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412 h1:vOVO0y | ||
|