prometheus: 2.15.2 -> 2.16.0 (#80105)
This commit is contained in:
parent
4cc354fe08
commit
c2dc35e6fe
|
@ -1,13 +1,13 @@
|
||||||
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
|
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.15.2";
|
version = "2.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "prometheus";
|
repo = "prometheus";
|
||||||
sha256 = "0gl11qqbq57vkx226n8z4x07fwvly5f21y6dn20kjh2fxigmrb2n";
|
sha256 = "1bfcl3bvjb991ic8jw6y6i9pn7y03v8gwzzc78j1k5lhpqzbxkzd";
|
||||||
};
|
};
|
||||||
|
|
||||||
webui = mkYarnPackage {
|
webui = mkYarnPackage {
|
||||||
|
@ -65,7 +65,7 @@ in buildGoPackage rec {
|
||||||
description = "Service monitoring system and time series database";
|
description = "Service monitoring system and time series database";
|
||||||
homepage = "https://prometheus.io";
|
homepage = "https://prometheus.io";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ benley fpletz globin willibutz ];
|
maintainers = with maintainers; [ benley fpletz globin willibutz Frostman ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
"bootstrap": "^4.2.1",
|
"bootstrap": "^4.2.1",
|
||||||
"downshift": "^3.2.2",
|
"downshift": "^3.2.2",
|
||||||
"enzyme-to-json": "^3.4.3",
|
"enzyme-to-json": "^3.4.3",
|
||||||
"flot": "^3.2.13",
|
|
||||||
"fuzzy": "^0.1.3",
|
"fuzzy": "^0.1.3",
|
||||||
"i": "^0.3.6",
|
"i": "^0.3.6",
|
||||||
"jest-fetch-mock": "^2.1.2",
|
"jest-fetch-mock": "^2.1.2",
|
||||||
|
@ -45,7 +44,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test --runInBand",
|
||||||
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint:ci": "eslint --quiet \"src/**/*.{ts,tsx}\"",
|
"lint:ci": "eslint --quiet \"src/**/*.{ts,tsx}\"",
|
||||||
|
|
Loading…
Reference in New Issue