Commit Graph

2972 Commits

Author SHA1 Message Date
R. Ryantm
d150b7aaae telegraf: 1.29.3 -> 1.29.4 2024-02-02 17:23:56 +10:00
Florian Klink
69633e5dd8
Merge pull request #285437 from r-ryantm/auto-update/grafana-agent
grafana-agent: 0.39.1 -> 0.39.2
2024-02-01 13:56:46 +02:00
R. Ryantm
bb6e397a6a grafana-agent: 0.39.1 -> 0.39.2 2024-02-01 04:55:36 +00:00
Martin Weinelt
3ab52f06cf
Merge pull request #285212 from r-ryantm/auto-update/prometheus-unbound-exporter
prometheus-unbound-exporter: 0.4.4 -> 0.4.5
2024-01-31 18:37:33 +01:00
Nick Cao
845f753510
Merge pull request #285207 from r-ryantm/auto-update/prometheus-sql-exporter
prometheus-sql-exporter: 0.5.2 -> 0.5.3
2024-01-31 11:29:01 -05:00
R. Ryantm
8e92c16cac prometheus-unbound-exporter: 0.4.4 -> 0.4.5 2024-01-31 06:29:59 +00:00
R. Ryantm
b586e8c853 prometheus-sql-exporter: 0.5.2 -> 0.5.3 2024-01-31 06:18:59 +00:00
Mario Rodas
4006079f95
Merge pull request #276177 from aaronjheng/prometheus-openvpn-exporter
prometheus-openvpn-exporter: remove
2024-01-30 19:32:50 -05:00
R. Ryantm
af52a6f370 prometheus-domain-exporter: 1.22.0 -> 1.23.0 2024-01-30 13:47:16 +01:00
R. Ryantm
f76668b786 telegraf: 1.29.2 -> 1.29.3 2024-01-30 19:41:32 +10:00
Franz Pletz
540cdedf5d
Merge pull request #284676 from r-ryantm/auto-update/exportarr 2024-01-30 03:08:25 +01:00
R. Ryantm
cf433e2398 exportarr: 1.6.0 -> 1.6.1 2024-01-29 04:00:57 +00:00
R. Ryantm
6e1cbcd3c2 prometheus-knot-exporter: 3.3.3 -> 3.3.4 2024-01-29 02:08:35 +00:00
K900
4ed50a508c grafana: download more ram 2024-01-28 16:56:01 +03:00
K900
905bcfabe1 grafana: fix frontend build on aarch64
I think it works on x86_64 because it fallback to the prebuilt version and they only added prebuilt ARM binaries in 2.2.0 062bca4887
- @tgerbet
2024-01-28 15:36:21 +03:00
Weijia Wang
215f52ed03
Merge pull request #275965 from r-ryantm/auto-update/icinga2
icinga2: 2.14.0 -> 2.14.2
2024-01-28 11:45:16 +01:00
Franz Pletz
9dae63bf0d
Merge pull request #283330 from Ma27/grafana-source-build
grafana: 10.2.3 -> 10.3.1, build frontend from source
2024-01-27 16:11:59 +01:00
Aaron Jheng
096f6d6c00
prometheus-openvpn-exporter: remove 2024-01-26 14:37:05 +08:00
maxine
066ccb996b
Merge pull request #282963 from NukaDuka/prometheus-pve-exporter-update
prometheus-pve-exporter: 2.3.0 -> 3.2.1
2024-01-25 21:17:19 +01:00
maxine
59fe145f40
Merge pull request #283484 from r-ryantm/auto-update/prometheus-ipmi-exporter
prometheus-ipmi-exporter: 1.7.0 -> 1.8.0
2024-01-25 21:16:21 +01:00
R. Ryantm
0a03863a49 prometheus-redis-exporter: 1.56.0 -> 1.57.0 2024-01-25 12:06:16 +00:00
emilylange
16bcff9241
grafana-loki,promtail: 2.9.3 -> 2.9.4
https://github.com/grafana/loki/releases/tag/v2.9.4

changelog: https://github.com/grafana/loki/blob/v2.9.4/CHANGELOG.md

diff: https://github.com/grafana/loki/compare/v2.9.3...v2.9.4
2024-01-24 17:38:27 +01:00
Fabian Affolter
22cedaffd3
Merge pull request #281927 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.78.0 -> 2.79.0
2024-01-24 12:31:17 +01:00
R. Ryantm
e1969d8f37 prometheus-ipmi-exporter: 1.7.0 -> 1.8.0 2024-01-24 11:22:19 +00:00
R. Ryantm
5ef91c205f prometheus-knot-exporter: 3.3.2 -> 3.3.3 2024-01-24 00:12:52 +00:00
Maximilian Bosch
4787b13af9
grafana: ensure that final derivation doesn't depend on yarn cache
This saves 350M of runtime closure size.
Also move the patching part of the offline cache into the patch phase.
2024-01-23 23:10:52 +01:00
Maximilian Bosch
b1c52266c2
grafana: 10.2.3 -> 10.3.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.3.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.3.1
2024-01-23 18:16:45 +01:00
Maximilian Bosch
608db26178
grafana: build frontend from source
Up until now, the frontend was taken from `srcStatic`, i.e. prebuilt
from upstream. I recall at least three cases[1][2][3] where we got a hash
mismatch eventually.

Rather than spending time finding out whether or not it's a supply-chain
attack or just a build issue, I decided to implement a source-build now
with the following benefits:

* It's now actually possible to apply patches for Grafana's frontend.
* We rely a little less on third-party build systems.

Of course, patching potential vulnerabilities in transitive frontend
dependencies is still hard (let alone discovering that this package is
affected!), but that's a fundamental issue we have in nixpkgs and I
won't invent a half-baked solution just for this package, I still
consider this a step into the right direction.

The build itself mainly orients on the `yarn` commands used in the
upstream Makefile[4]. However, we can't use `fetchYarnDeps` here because
yarn v2 (a.k.a. `berry`) is in use which is why the same was done as in
`hedgedoc`, writing a custom FoD that downloads all dependencies and
writes the offline cache into `$out`[5].

Additionally there are two more notable differences to upstream:

* We patch out every dependency to `@grafana/e2e` and `cypress`. The
  first is a dependency on the latter in another version and the latter
  downloads random blobs from the Internet in postInstall. Since it's a
  testing framework (and the `e2e` package apparently a testing
  library), I decided it's not worth the effort and patched it out
  everywhere.

* There was a `zoneinfo.zip` in `$out/share/grafana/tools` that was
  installed from `srcStatic`. This only seems to be used on Windows[6]
  and that's not supported by this package, so I decided to drop it.

[1] https://github.com/NixOS/nixpkgs/pull/251479
[2] https://github.com/NixOS/nixpkgs/pull/130201
[3] https://github.com/NixOS/nixpkgs/pull/104794
[4] https://github.com/grafana/grafana/blob/v10.3.1/Makefile
[5] https://github.com/NixOS/nixpkgs/pull/245170
[6] https://github.com/grafana/grafana/blob/v10.3.1/pkg/setting/setting.go#L1012-L1014
2024-01-23 18:16:44 +01:00
R. RyanTM
c11918156d
prometheus-pushgateway: 1.6.2 -> 1.7.0 (#282708) 2024-01-22 14:43:15 -05:00
Kartik Gokte
47c647030b prometheus-pve-exporter: 2.3.0 -> 3.2.1 2024-01-22 23:06:53 +05:30
R. Ryantm
a3ef982fc5 icinga2: 2.14.0 -> 2.14.2 2024-01-21 14:51:32 +00:00
Nick Cao
1f03906e16
Merge pull request #282248 from r-ryantm/auto-update/grafana-agent
grafana-agent: 0.39.0 -> 0.39.1
2024-01-20 10:10:33 -05:00
Weijia Wang
89cf83b477
Merge pull request #277758 from r-ryantm/auto-update/thanos
thanos: 0.32.5 -> 0.33.0
2024-01-20 08:12:22 +01:00
R. Ryantm
3556386b5a grafana-agent: 0.39.0 -> 0.39.1 2024-01-20 07:00:30 +00:00
R. Ryantm
6dff94ba04 checkSSLCert: 2.78.0 -> 2.79.0 2024-01-19 01:34:22 +00:00
WilliButz
4bd2f9c737
prometheus-snmp-exporter: remove myself as maintainer 2024-01-17 20:34:33 +01:00
R. Ryantm
d4492abe66
prometheus-snmp-exporter: 0.22.0 -> 0.25.0 2024-01-17 20:32:43 +01:00
R. RyanTM
5026f74653
laurel: 0.5.5 -> 0.5.6
https://github.com/threathunters-io/laurel/releases/tag/v0.5.6

diff: https://github.com/threathunters-io/laurel/compare/v0.5.5...v0.5.6
2024-01-17 14:56:18 +01:00
R. Ryantm
319aff8d5b prometheus-nats-exporter: 0.13.0 -> 0.14.0 2024-01-16 16:03:05 +00:00
Muhammad Falak R Wani
6b4b341303 prometheus: 2.48.1 -> 2.49.0
Diff: https://github.com/prometheus/prometheus/compare/v2.48.1...v2.49.0
Changelog: https://github.com/prometheus/prometheus/blob/v2.49.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-15 18:09:48 +05:30
Maximilian Bosch
a5e8d84cb9
Merge pull request #280298 from dotlambda/xsdata-24.1
python311Packages.xsdata: 23.8 -> 24.1
2024-01-11 22:31:40 +01:00
Robert Schütz
4d125bac27 dmarc-metrics-exporter: 0.9.4 -> 0.10.1
Diff: https://github.com/jgosmann/dmarc-metrics-exporter/compare/refs/tags/v0.9.4...v0.10.1

Changelog: https://github.com/jgosmann/dmarc-metrics-exporter/blob/v0.10.1/CHANGELOG.rst
2024-01-11 07:12:30 -08:00
R. Ryantm
0ef09ca9af prometheus-nginx-exporter: 1.0.0 -> 1.1.0 2024-01-10 22:20:10 +00:00
Florian Klink
94b649180e
Merge pull request #279882 from r-ryantm/auto-update/grafana-agent
grafana-agent: 0.38.1 -> 0.39.0
2024-01-10 12:14:13 +02:00
R. Ryantm
a33f981931 grafana-agent: 0.38.1 -> 0.39.0 2024-01-09 19:03:32 +00:00
R. Ryantm
b6ef6a5016 telegraf: 1.29.1 -> 1.29.2 2024-01-09 12:44:37 +00:00
Muhammad Falak R Wani
4602de1e9e mtail: 3.0.0-rc52 -> 3.0.0-rc53
Diff: https://github.com/google/mtail/compare/v3.0.0-rc52...v3.0.0-rc53
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-08 15:54:40 +05:30
Guillaume Girol
bb7d124cb5
Merge pull request #276091 from symphorien/monitoring-plugins-2.3.5
monitoring-plugins: 2.3.0 -> 2.3.5
2024-01-07 17:46:21 +01:00
maxine
40e28f74a1
Merge pull request #275108 from r-ryantm/auto-update/prometheus-mongodb-exporter
prometheus-mongodb-exporter: 0.39.0 -> 0.40.0
2024-01-07 14:58:17 +01:00
Martin Weinelt
095dec0437
Merge pull request #278808 from mweinelt/maintenance
Scale back maintainership on various packages
2024-01-06 04:51:44 +01:00