hubble: 0.13.6 -> 1.17.1 (#382313)
This commit is contained in:
@@ -7772,6 +7772,12 @@
|
||||
github = "fkautz";
|
||||
githubId = 135706;
|
||||
};
|
||||
FKouhai = {
|
||||
name = "Fran Cirka";
|
||||
email = "frandres00@gmail.com";
|
||||
github = "FKouhai";
|
||||
githubId = 24593008;
|
||||
};
|
||||
flacks = {
|
||||
name = "Jean Lucas";
|
||||
email = "jean@4ray.co";
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
buildGo124Module,
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo124Module rec {
|
||||
pname = "hubble";
|
||||
version = "0.13.6";
|
||||
version = "1.17.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cilium";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-evtXuVcaKKuAW+04S+IADKf+wJ1MrnGpHLNUbxWd9ZM=";
|
||||
sha256 = "sha256-ZrLb2dITQPd9g4azlidpTHFWNwop0AMKEIzwMX1Y7Jw=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
@@ -21,9 +21,9 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X github.com/cilium/hubble/pkg.GitBranch=none"
|
||||
"-X github.com/cilium/hubble/pkg.GitHash=none"
|
||||
"-X github.com/cilium/hubble/pkg.Version=${version}"
|
||||
"-X github.com/cilium/cilium/hubble/pkg.GitBranch=none"
|
||||
"-X github.com/cilium/cilium/hubble/pkg.GitHash=none"
|
||||
"-X github.com/cilium/cilium/hubble/pkg.Version=${version}"
|
||||
];
|
||||
|
||||
# Test fails at Test_getFlowsRequestWithInvalidRawFilters in github.com/cilium/hubble/cmd/observe
|
||||
@@ -52,6 +52,7 @@ buildGoModule rec {
|
||||
maintainers = with maintainers; [
|
||||
humancalico
|
||||
bryanasdev000
|
||||
FKouhai
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user