thanos: 0.38.0 → 0.39.2 (#420486)
This commit is contained in:
@@ -1492,7 +1492,7 @@ in
|
|||||||
teleports = runTest ./teleports.nix;
|
teleports = runTest ./teleports.nix;
|
||||||
thelounge = handleTest ./thelounge.nix { };
|
thelounge = handleTest ./thelounge.nix { };
|
||||||
terminal-emulators = handleTest ./terminal-emulators.nix { };
|
terminal-emulators = handleTest ./terminal-emulators.nix { };
|
||||||
thanos = handleTest ./thanos.nix { };
|
thanos = runTest ./thanos.nix;
|
||||||
tiddlywiki = runTest ./tiddlywiki.nix;
|
tiddlywiki = runTest ./tiddlywiki.nix;
|
||||||
tigervnc = handleTest ./tigervnc.nix { };
|
tigervnc = handleTest ./tigervnc.nix { };
|
||||||
tika = runTest ./tika.nix;
|
tika = runTest ./tika.nix;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
grpcPort = 19090;
|
grpcPort = 19090;
|
||||||
queryPort = 9090;
|
queryPort = 9090;
|
||||||
@@ -30,10 +32,9 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
import ./make-test-python.nix {
|
{
|
||||||
name = "prometheus";
|
name = "thanos";
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
prometheus =
|
prometheus =
|
||||||
|
|||||||
@@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "thanos";
|
pname = "thanos";
|
||||||
version = "0.38.0";
|
version = "0.39.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thanos-io";
|
owner = "thanos-io";
|
||||||
repo = "thanos";
|
repo = "thanos";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-3rNtiVTrA+MoCVuTSLIzh65U0kjA86EF+bQCyfVa6rA=";
|
hash = "sha256-yKw+HGlqEgQmydZ+PIk5y/z5H57nZ0dtw/kEh8079Ws=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-Z/S4mVg+VbP8hNVB1xz1uGWR6N/1aTA0DqTHbntGMLg=";
|
vendorHash = "sha256-6qTxCAD1hbS77erG1Z52JU2iOXAU+qtY3yivX+4bjlw=";
|
||||||
|
|
||||||
subPackages = "cmd/thanos";
|
subPackages = "cmd/thanos";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user