Commit graph

61 commits

Author SHA1 Message Date
Martin Weinelt de89bddf7e
prometheus: 2.26.0 -> 2.27.1
Fixes an open redirect vulnerability on the /new endpoint.
https://github.com/prometheus/prometheus/security/advisories/GHSA-vx57-7f4q-fpc7

https://github.com/prometheus/prometheus/releases/tag/v2.27.1
https://github.com/prometheus/prometheus/releases/tag/v2.27.0

Fixes: CVE-2021-29622
2021-05-19 13:10:47 +02:00
Robin Gloster 5b3634881b
prometheus: 2.23.0 -> 2.26.0 2021-05-10 22:23:29 -05:00
Maximilian Bosch b33b086506
prometheus: gross hack to fix linker flags for versioning info
Apparently the handling of `buildFlagsArray` in `buildGo*` is blatantly
broken since it doesn't quote flags specified as list elements properly.

Because of that, the `-ldflags` are not interpreted properly and
`prometheus --version` doesn't output anything useful. By specifying
flags in both `buildFlags` and `buildFlagsArray` the issue gets fixed
since both variables are passed to `go install`.
2020-12-23 16:38:29 +01:00
Maximilian Bosch 5a26fb3c98
prometheus: 2.22.2 -> 2.23.0
ChangeLog: https://github.com/prometheus/prometheus/releases/tag/v2.23.0

* Applied a patch to fix a regression in release 2.23[1].

[1] https://github.com/prometheus/prometheus/issues/8144
2020-12-23 14:40:05 +01:00
zowoq 20f3e3a02b prometheus: 2.22.1 -> 2.22.2
https://github.com/prometheus/prometheus/releases/tag/v2.22.2
2020-11-19 08:10:42 +10:00
Sergey Lukjanov 7a8b30fb60 prometheus: 2.20.1 -> 2.22.1 2020-11-05 10:09:44 -08:00
WilliButz 876396cac0
prometheus: 2.19.3 -> 2.20.1, fix thanos test 2020-08-20 11:14:43 +02:00
Mario Rodas 79246a95c4
prometheus: 2.19.2 -> 2.19.3 2020-07-30 04:20:00 -05:00
Sergey Lukjanov 9967b8036a prometheus: 2.19.1 -> 2.19.2 2020-06-26 15:06:05 -07:00
Philipp Riegger 674b914181 prometheus: 2.18.1 -> 2.19.1 2020-06-19 15:22:02 +00:00
Sergey Lukjanov 742e5bff36 prometheus: 2.17.2 -> 2.18.1 2020-05-08 07:40:38 -07:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Sergey Lukjanov 0cd48c19f6 prometheus: 2.17.1 -> 2.17.2 2020-04-23 09:15:35 -07:00
Sergey Lukjanov f5f98920f7 prometheus: 2.16.0 -> 2.17.1 2020-04-01 10:28:56 -07:00
Sergey Lukjanov c2dc35e6fe
prometheus: 2.15.2 -> 2.16.0 (#80105) 2020-02-14 14:45:21 -05:00
Sergey Lukjanov 4965950365
prometheus: 2.14.0 -> 2.15.2 (#79400) 2020-02-06 21:36:39 -05:00
Pierre Bourdon a5fc982ea5
prometheus: bundle the webui assets and build the new React UI
v2.14 introduced a new experimental React UI and changed how web assets
are bundled with Prometheus. A separate pre-build command is required to
generate an asset bundle that gets statically linked into the Prometheus
binary.
2019-12-04 15:44:22 +01:00
Mario Rodas c42f58233c
prometheus: 2.13.1 -> 2.14.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.14.0
2019-11-13 04:20:00 -05:00
Mario Rodas 096558a0f6
prometheus: 2.13.0 -> 2.13.1
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.13.1
2019-10-17 18:00:00 -05:00
Robin Gloster 2137b0c8f0
prometheus: fix hash 2019-10-16 00:46:40 +02:00
Mario Rodas aa69f548b7
prometheus: 2.12.0 -> 2.13.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.13.0
2019-10-05 04:20:00 -05:00
WilliButz 283d9a0942
prometheus: remove prometheus_1, rename prometheus_2
As prometheus is no longer developed, nixpkgs now only includes
prometheus 2. Having only one version of prometheus, there is no need
for having the version in the attribute name.
2019-09-06 21:55:19 +02:00
Mario Rodas b0ea62045b
prometheus_2: 2.11.1 -> 2.12.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.12.0
2019-08-22 19:26:55 -05:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Mario Rodas 338b4c5a9e
prometheus_2: 2.11.0 -> 2.11.1 2019-07-13 04:20:00 -05:00
Mario Rodas b730ae12af
prometheus_2: 2.10.0 -> 2.11.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.11.0
2019-07-09 16:20:00 -05:00
Mario Rodas 4883b078f6
prometheus_2: 2.9.2 -> 2.10.0 2019-06-18 18:00:00 -05:00
Ivan Kozik f13c5ccc41 prometheus_2: 2.8.1 -> 2.9.2 2019-05-05 20:13:02 +00:00
Bas van Dijk 2a722175cd prometheus_2: 2.6.0 -> 2.8.1
See: https://github.com/prometheus/prometheus/releases/tag/v2.8.1
2019-04-08 18:06:00 +02:00
Bas van Dijk b6fdd1a0fc prometheus: rename the generic function to buildPrometheus
Since the `generic` function is now exported it should have a less
generic name, pun intended.
2019-04-08 16:40:42 +02:00
Jean-Baptiste Giraudeau 670359e8da
Expose prometheus generic builder.
So that people can easily try newer prometheus version
 in overlays:

 self: super: {
   prometheus_2 = (super.callPackage <nixpkgs/pkgs/servers/monitoring/prometheus> {}).generic {
     version = "2.8.1";
     sha256 = "0x8w0qdh4lcf19nmdlhvgzpy08c2a932d3k49cjwhi5npcsf858n";
     doCheck = false;
   };
 }
2019-04-08 14:02:31 +02:00
Franz Pletz 5fc271257e
prometheus_2: 2.4.3 -> 2.6.0 2018-12-17 23:30:12 +01:00
Thilo Uttendorfer adc6e9c2c4 prometheus_2: 2.3.2 -> 2.4.3 (#48118) 2018-10-10 22:22:04 +02:00
Maximilian Bode 7c98b3d0d1 prometheus_2: 2.2.1 -> 2.3.2 (#46333) 2018-09-17 11:23:12 +02:00
Uli Baum d44e68c856 prometheus_1: 1.8.1 -> 1.8.2 2018-05-18 23:01:05 +02:00
Pascal Bach 13ceaf66aa prometheus: correctly set version information (#40617)
The way prometheus expects the version to be set is not what was currently set.
2018-05-17 00:05:53 +02:00
Maximilian Bode b34d6f90b1 prometheus: actually run tests
as remarked in #36782
2018-04-02 21:04:49 +02:00
Maximilian Bode cd9b6a5615 prometheus: 2.1.0 -> 2.2.1 2018-04-02 21:04:44 +02:00
Maximilian Bode 78f50651f9 prometheus: add 2.1.0 2018-03-11 01:08:34 +01:00
Franz Pletz 422fd6a2aa
prometheus: 1.7.2 -> 1.8.1 2017-10-24 14:21:05 +02:00
Franz Pletz 15cca009c1
prometheus: 1.7.1 -> 1.7.2 2017-10-02 20:25:02 +02:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Franz Pletz e60c958811
prometheus: 1.5.2 -> 1.7.1 2017-06-20 03:45:45 +02:00
Franz Pletz a73afa89b4
prometheus: 1.4.2 -> 1.5.2 2017-02-15 09:35:27 +01:00
Franz Pletz ca46d05f18
prometheus: 1.3.1 -> 1.4.1 2016-12-01 02:02:03 +01:00
Robin Gloster c5d9bcb1db
prometheus: 1.1.2 -> 1.3.1 2016-11-07 09:47:35 +01:00
Robin Gloster 64bd8c037d
prometheus: 1.0.0 -> 1.1.2 2016-09-08 15:26:50 +02:00
Franz Pletz 328a77f60b prometheus: 0.20.0 -> 1.0.0 2016-07-18 20:28:31 +02:00
Svein Ove Aas 31a8eee841 prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
2016-07-18 20:27:53 +02:00
Kamil Chmielewski 8cd1d4cda5 buildGoPackage: use Go 1.6 by default 2016-06-09 13:08:10 +02:00