Commit Graph

3159 Commits

Author SHA1 Message Date
K900
e205dddc33 grafana: don't try to run a file that doesn't exist
I don't know why it worked before, but that file very much does not exist.
2024-03-19 14:02:57 +03:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
915aae3d1f checkSSLCert: 2.80.0 -> 2.81.0 2024-03-18 03:01:21 +00:00
Nick Cao
1091739a10
Merge pull request #296600 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.10.0 -> 3.10.1
2024-03-17 15:11:59 -07:00
Weijia Wang
2edb018663
Merge pull request #293552 from r-ryantm/auto-update/unpoller
unpoller: 2.9.5 -> 2.10.0
2024-03-17 16:38:17 +01:00
Maximilian Bosch
775bc93f1e
grafana-image-renderer: 3.10.0 -> 3.10.1
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.10.1
2024-03-17 10:30:27 +01:00
Nick Cao
43c14122b3
Merge pull request #296319 from emilylange/laurel
laurel: 0.6.0 -> 0.6.1
2024-03-16 11:43:55 -07:00
Maximilian Bosch
b08f1925bd
Merge pull request #292997 from Ma27/grafana-subpackages
grafana: 10.3.3 -> 10.4.0, explicitly declare subPackages, halve build time, reduce closure size by ~11.5%
2024-03-16 16:40:58 +00:00
Martin Weinelt
5203b55f59
Merge pull request #293121 from r-ryantm/auto-update/prometheus-smartctl-exporter
prometheus-smartctl-exporter: 0.11.0 -> 0.12.0
2024-03-16 13:19:25 +01:00
emilylange
56be60c27b
laurel: 0.6.0 -> 0.6.1
https://github.com/threathunters-io/laurel/releases/tag/v0.6.1

diff: https://github.com/threathunters-io/laurel/compare/v0.6.0...v0.6.1
2024-03-16 03:28:30 +01:00
Maximilian Bosch
bd55d69cc0
grafana: clean up
We're currently not executing any tests by specifying `subPackages`
explicitly. If we go back to doing that, this can be reverted, but for
now it's just dead code.
2024-03-15 17:42:51 +01:00
Maximilian Bosch
66dece7b0e
grafana: 10.3.4 -> 10.4.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.4.0
2024-03-15 17:42:47 +01:00
Maximilian Bosch
1fab653a34
grafana: explicitly declare subPackages
The build itself is pretty quick now:

    buildPhase completed in 2 minutes 46 seconds

in contrast to

    buildPhase completed in 5 minutes 22 seconds

before on the same machine (Hetzner AX41 NVMe with
AMD Ryzen 5 3600 6-Core Processor and 64GiB RAM).

Downside of that is that no tests are now executed, but I'm inclined to
make that sacrifice for now. Especially considering that a fix for that
is on the horizon with #284568.
2024-03-15 17:42:02 +01:00
Maximilian Bosch
fe36ef0d1e
Merge pull request #294020 from r-ryantm/auto-update/grafana
grafana: 10.3.3 -> 10.3.4, fix CVE-2024-1442
2024-03-15 16:41:36 +00:00
Yann Hamdaoui
63746cac08
cudaPackages: generalize and refactor setup hook
This PR refactor CUDA setup hooks, and in particular
autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a
lot of code in common (in fact, I introduced the latter by copy pasting
most of the bash script of the former). This is not satisfying for
maintenance, as a recent patch showed, because we need to duplicate
changes to both hooks.

This commit abstract the common part in a single shell script that
applies a generic patch action to every elf file in the output. For
autoAddOpenGLRunpath the action is just addOpenGLRunpath (now
addDriverRunpath), and is few line function for
autoAddCudaCompatRunpathHook.

Doing so, we also takes the occasion to use the newer addDriverRunpath
instead of the previous addOpenGLRunpath, and rename the CUDA hook to
reflect that as well.

Co-Authored-By: Connor Baker <connor.baker@tweag.io>
2024-03-15 15:54:21 +01:00
emilylange
5c4bfdd5d8
grafana-agent: 0.40.2 -> 0.40.3
Beginning with 0.40.3, grafana-agent now requires at least go 1.22 to build.

https://github.com/grafana/agent/releases/tag/v0.40.3

https://github.com/grafana/agent/blob/v0.40.3/CHANGELOG.md

diff: https://github.com/grafana/agent/compare/v0.40.2...v0.40.3
2024-03-15 03:18:37 +01:00
Yt
f4429fde23
Merge pull request #295919 from code-supply/openobserve-0-9-1
openobserve: 0.8.1 -> 0.9.1
2024-03-14 20:53:25 +00:00
Andrew Bruce
f1219eb40f
openobserve: 0.8.1 -> 0.9.1 2024-03-14 10:57:46 +00:00
R. Ryantm
fdf475c585 prometheus-smokeping-prober: 0.7.2 -> 0.7.3 2024-03-14 09:41:54 +00:00
R. Ryantm
9a9a755243 telegraf: 1.29.5 -> 1.30.0 2024-03-12 15:40:05 +10:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
Paul Meyer
fe7a06cb77
Merge pull request #287314 from KiaraGrouwstra/patch-3
consul-alerts: add meta.mainProgram
2024-03-10 14:14:49 +01:00
Luke Granger-Brown
fd668bb427
Merge pull request #294626 from r-ryantm/auto-update/prometheus-smokeping-prober
prometheus-smokeping-prober: 0.7.1 -> 0.7.2
2024-03-10 01:54:35 +00:00
Emily
632ebb90f8
Merge pull request #292122 from emilylange/grafana-agent
grafana-agent: add passthru.updateScript, 0.39.2 -> 0.40.2
2024-03-10 02:35:57 +01:00
R. Ryantm
2e35f0c273 prometheus-smokeping-prober: 0.7.1 -> 0.7.2 2024-03-10 01:34:18 +00:00
Sam
feb2406e1e
prometheus-wireguard-exporter: add meta.mainProgram 2024-03-09 11:30:18 -08:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Weijia Wang
f21aff0ed5
Merge pull request #285215 from r-ryantm/auto-update/vmagent
vmagent: 1.96.0 -> 1.99.0
2024-03-07 11:28:16 +01:00
R. Ryantm
bc3f515b51 grafana: 10.3.3 -> 10.3.4 2024-03-07 10:00:07 +00:00
Fabian Affolter
3cf4a54820
Merge pull request #293827 from Stunkymonkey/command-runner-normalize
python312Packages.command-runner: rename from command_runner
2024-03-07 09:13:12 +01:00
Weijia Wang
212593d92d
Merge pull request #289455 from r-ryantm/auto-update/grafana-dash-n-grab
grafana-dash-n-grab: 0.5.1 -> 0.5.2
2024-03-06 23:37:31 +01:00
Weijia Wang
54c2260839
Merge pull request #290179 from r-ryantm/auto-update/prometheus-artifactory-exporter
prometheus-artifactory-exporter: 1.13.2 -> 1.14.0
2024-03-06 23:14:53 +01:00
Felix Buehler
9f13d7399c python312Packages.command-runner: rename from command_runner 2024-03-06 19:28:52 +01:00
Nick Cao
a2c4602ccd
Merge pull request #293693 from vcunat/p/knot-bump
knot-dns: 3.3.4 -> 3.3.5
2024-03-06 09:29:26 -05:00
R. Ryantm
fca1821a78 mackerel-agent: 0.78.3 -> 0.79.0 2024-03-06 12:46:08 +00:00
Martin Weinelt
34d1238e34
prometheus-knot-exporter: 3.3.4 -> 3.3.5 2024-03-06 11:57:52 +01:00
emilylange
3ab086e217
grafana-agent: 0.40.1 -> 0.40.2
https://github.com/grafana/agent/releases/tag/v0.40.2

https://github.com/grafana/agent/blob/v0.40.2/CHANGELOG.md

diff: https://github.com/grafana/agent/compare/v0.40.1...v0.40.2
2024-03-05 23:29:30 +01:00
R. Ryantm
dd8b266521 unpoller: 2.9.5 -> 2.10.0 2024-03-05 17:56:13 +00:00
Emily
0b5dc30dc7
Merge pull request #292627 from emilylange/laurel
laurel: 0.5.6 -> 0.6.0
2024-03-05 18:23:38 +01:00
Jörg Thalheim
05256630cf telegraf: 1.29.4 -> 1.29.5
Diff: https://github.com/influxdata/telegraf/compare/v1.29.4...v1.29.5

Changelog: https://github.com/influxdata/telegraf/blob/v1.29.5/CHANGELOG.md
2024-03-05 08:20:35 +10:00
Azat Bahawi
ba7f53d7ab
Merge pull request #293167 from r-ryantm/auto-update/exportarr
exportarr: 1.6.2 -> 2.0.0
2024-03-04 08:15:15 +00:00
R. Ryantm
b72cb750ab exportarr: 1.6.2 -> 2.0.0 2024-03-04 03:56:16 +00:00
Nick Cao
79623b5fb7
Merge pull request #292208 from r-ryantm/auto-update/nagios
nagios: 4.5.0 -> 4.5.1
2024-03-03 20:40:55 -05:00
Nick Cao
143932b4c1
Merge pull request #292222 from r-ryantm/auto-update/grafana-loki
grafana-loki: 2.9.4 -> 2.9.5
2024-03-03 20:37:49 -05:00
R. Ryantm
2d2836f060 prometheus-smartctl-exporter: 0.11.0 -> 0.12.0 2024-03-04 00:22:29 +00:00
emilylange
1f4d82f1ac
laurel: 0.5.6 -> 0.6.0
https://github.com/threathunters-io/laurel/releases/tag/v0.6.0

diff: https://github.com/threathunters-io/laurel/compare/refs/tags/v0.5.6...v0.6.0
2024-03-01 19:13:51 +01:00
R. Ryantm
44ac563981 vmagent: 1.96.0 -> 1.99.0 2024-03-01 18:00:40 +00:00
emilylange
7807e3a953
grafana-agent: 0.40.0 -> 0.40.1
https://github.com/grafana/agent/releases/tag/v0.40.1

https://github.com/grafana/agent/blob/v0.40.1/CHANGELOG.md

diff: https://github.com/grafana/agent/compare/v0.40.0...v0.40.1
2024-03-01 01:58:07 +01:00
Fabian Affolter
036266bc42
Merge pull request #292211 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.79.0 -> 2.80.0
2024-02-29 10:41:55 +01:00
Azat Bahawi
fdfe8b3a0c
Merge pull request #292216 from r-ryantm/auto-update/exportarr
exportarr: 1.6.1 -> 1.6.2
2024-02-29 08:29:55 +00:00
R. RyanTM
57789e5691
prometheus-alertmanager: 0.26.0 -> 0.27.0 (#292230) 2024-02-28 23:13:42 -05:00
R. Ryantm
be45840ad8 grafana-loki: 2.9.4 -> 2.9.5 2024-02-29 02:46:59 +00:00
R. Ryantm
e114f3d3ce exportarr: 1.6.1 -> 1.6.2 2024-02-29 02:38:42 +00:00
R. Ryantm
46573fb931 checkSSLCert: 2.79.0 -> 2.80.0 2024-02-29 02:11:21 +00:00
R. Ryantm
695b332e90 nagios: 4.5.0 -> 4.5.1 2024-02-29 02:05:37 +00:00
emilylange
2a515ecdc0
grafana-agent: 0.39.2 -> 0.40.0
https://github.com/grafana/agent/releases/tag/v0.40.0
https://github.com/grafana/agent/blob/v0.40.0/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.39.2...v0.40.0
2024-02-28 18:37:15 +01:00
emilylange
6dd5c9ee3f
grafana-agent: add passthru.updateScript
`nix-update` has support for `fetchYarnDeps` via the attribute name
`offlineCache`.

Our yarn FOD is called `frontendYarnOfflineCache`, which I find more
descriptive and would like to keep this way.

To work around this requirement, this adds an alias in `passthru`.

The addition of `passthru.updateScript` also allows `nixpkgs-update` to
update this package when the yarn FOD hash needs to be updated.

See the following error from the last `nixpkgs-update` run:
https://r.ryantm.com/log/grafana-agent/2024-02-27.log
2024-02-28 18:22:34 +01:00
Robert Scott
8f800fe1fc
Merge pull request #291148 from LeSuisse/zabbix-upgrades
zabbix50: 5.0.37 -> 5.0.41, zabbix60: 6.0.21 -> 6.0.26
2024-02-25 19:20:24 +00:00
Maximilian Bosch
26ecd1d48e
prometheus-statsd-exporter: add build info
Same as in 48a0dd84e8.
2024-02-25 15:35:04 +01:00
Thomas Gerbet
01134358a0 zabbix60: 6.0.21 -> 6.0.26
Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070

Changes:
https://www.zabbix.com/rn/rn6.0.26
https://www.zabbix.com/rn/rn6.0.25
https://www.zabbix.com/rn/rn6.0.24
https://www.zabbix.com/rn/rn6.0.23
https://www.zabbix.com/rn/rn6.0.22
2024-02-24 14:52:07 +01:00
Thomas Gerbet
e2f81c0f30 zabbix50: 5.0.37 -> 5.0.41
Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070

Changes:
https://www.zabbix.com/rn/rn5.0.41
https://www.zabbix.com/rn/rn5.0.40
https://www.zabbix.com/rn/rn5.0.39
https://www.zabbix.com/rn/rn5.0.38
2024-02-24 14:39:28 +01:00
Thomas Gerbet
d01044ecfa zabbix40: drop, no more supported upstream
Security/limited support ended in October 2023.

https://www.zabbix.com/life_cycle_and_release_policy
2024-02-24 21:31:20 +11:00
Maximilian Bosch
d93e81fff3
Merge pull request #288268 from Ma27/bump-dmarc-metrics-exporter
dmarc-metrics-exporter: 0.10.1 -> 1.0.0
2024-02-22 18:09:31 +01:00
Maximilian Bosch
96172c6239
Merge pull request #290461 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.9.0 -> 3.10.0
2024-02-22 18:09:07 +01:00
Martin Weinelt
878609256b
Merge pull request #287348 from mweinelt/fastly-exporter-module
nixos/prometheus-fastly-exporter: fix runtime environment, refactor, make things prettier
2024-02-22 16:37:51 +01:00
Maximilian Bosch
4fa9dd1d18
grafana-image-renderer: 3.9.0 -> 3.10.0
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.10.0
2024-02-21 17:58:50 +01:00
Maximilian Bosch
3170bd7d1a
dmarc-metrics-exporter: 0.10.1 -> 1.0.0
ChangeLog: https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.11.0
ChangeLog: https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v1.0.0
2024-02-21 14:21:26 +01:00
R. Ryantm
4626dc1737 thanos: 0.34.0 -> 0.34.1 2024-02-21 00:17:50 +00:00
R. Ryantm
a048b5ca63 prometheus-artifactory-exporter: 1.13.2 -> 1.14.0 2024-02-20 11:27:18 +00:00
Silvan Mosberger
224c493194
Merge pull request #289751 from tweag/reapply-openobserve-update
Reapply "openobserve: 0.7.2 -> 0.8.1"
2024-02-19 17:00:24 +01:00
Franz Pletz
51e48d3e99
Merge pull request #288817 from hacklschorsch/get-prometheus-hotfix
prometheus: 2.49.0 -> 2.49.1
2024-02-19 02:39:10 +01:00
Silvan Mosberger
f90974b657 Reapply "openobserve: 0.7.2 -> 0.8.1"
This reverts commit ac637ef21e.

The original PR (https://github.com/NixOS/nixpkgs/pull/289522) broke the
`pkgs/by-name` check on master,
so it was reverted in https://github.com/NixOS/nixpkgs/pull/289655.

This reapplies the original commits and makes sure that the
`pkgs/by-name` check works by moving it out of `pkgs/by-name`.
2024-02-19 01:22:42 +01:00
R. Ryantm
f95591df2c grafana-dash-n-grab: 0.5.1 -> 0.5.2 2024-02-17 05:50:54 +00:00
Maximilian Bosch
54d0c2b12a
Merge pull request #288755 from r-ryantm/auto-update/grafana
grafana: 10.3.1 -> 10.3.3
2024-02-15 20:48:30 +01:00
Nick Cao
74cee3ebc1
Merge pull request #288383 from NickCao/mtail
mtail: 3.0.0-rc53 -> 3.0.0-rc54
2024-02-15 10:23:24 -05:00
Florian Sesser
1fa2fa89cf prometheus: 2.49.0 -> 2.49.1
Diff: https://github.com/prometheus/prometheus/compare/v2.49.0...v2.49.1
Changelog: https://github.com/prometheus/prometheus/blob/v2.49.1/CHANGELOG.md
2024-02-14 16:02:03 +00:00
R. Ryantm
1303e3e066 grafana: 10.3.1 -> 10.3.3 2024-02-14 09:14:20 +00:00
Peder Bergebakken Sundt
9858b3962a
Merge pull request #287892 from pbsds/fix-unsupported-system
treewide: add attempted system to "Unsupported system" throws
2024-02-13 19:38:58 +01:00
Nick Cao
375e57e6ee
mtail: 3.0.0-rc53 -> 3.0.0-rc54
Diff: https://github.com/google/mtail/compare/v3.0.0-rc53...v3.0.0-rc54
2024-02-12 15:39:33 -05:00
Peder Bergebakken Sundt
68dd75315c treewide: add system to "Unsupported system" throws 2024-02-11 00:03:49 +01:00
R. Ryantm
ae3055dcb4 prometheus-pve-exporter: 3.2.1 -> 3.2.2 2024-02-09 12:03:34 +00:00
Martin Weinelt
d679c69737
prometheus-fastly-exporter: refactor
- Update source repo, it was migrated to fastly
- Hook up the NixOS test
- Add meta.mainProgram
2024-02-09 02:25:47 +01:00
Kiara Grouwstra
0bc1ec86a7
consul-alerts: add meta.mainProgram
see #219567
2024-02-08 22:22:32 +01:00
Weijia Wang
13e607f769
Merge pull request #284356 from r-ryantm/auto-update/thanos
thanos: 0.33.0 -> 0.34.0
2024-02-04 19:56:06 +01:00
Nick Cao
a63f933348
Merge pull request #285732 from r-ryantm/auto-update/do-agent
do-agent: 3.16.7 -> 3.16.8
2024-02-02 10:25:03 -05:00
R. Ryantm
18b2cd3cba do-agent: 3.16.7 -> 3.16.8 2024-02-02 08:05:34 +00:00
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
R. Ryantm
930062c2c9 thanos: 0.33.0 -> 0.34.0 2024-01-27 22:54:20 +00: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
Martin Weinelt
4611371303
treewide: scale back maintainership for various packages 2024-01-05 14:43:39 +01:00
R. Ryantm
1d2f1699b7 uptime-kuma: 1.23.10 -> 1.23.11 2024-01-05 04:28:40 +00:00
Weijia Wang
c1e77340a3
Merge pull request #277262 from r-ryantm/auto-update/riemann
riemann: 0.3.10 -> 0.3.11
2024-01-03 19:43:28 +01:00
Weijia Wang
1eb654f55a
Merge pull request #276540 from r-ryantm/auto-update/unpoller
unpoller: 2.9.2 -> 2.9.5
2024-01-03 19:33:50 +01:00
Weijia Wang
323a3b1431
Merge pull request #276598 from r-ryantm/auto-update/vmagent
vmagent: 1.93.6 -> 1.96.0
2024-01-03 19:15:49 +01:00
Weijia Wang
dd689088e8
Merge pull request #276546 from r-ryantm/auto-update/uptime-kuma
uptime-kuma: 1.23.7 -> 1.23.10
2024-01-03 19:11:58 +01:00
Weijia Wang
dd0b2d8323
Merge pull request #274485 from r-ryantm/auto-update/grafana-dash-n-grab
grafana-dash-n-grab: 0.5.0 -> 0.5.1
2024-01-03 17:13:26 +01:00
R. Ryantm
c6d5e289ec mimir: 2.10.5 -> 2.11.0 2024-01-01 21:30:09 +00:00
Janik
6be9d4fc21
Merge pull request #266283 from Noodlesalat/ping-exporter-1.1.0
ping_exporter: init at 1.1.0
2023-12-31 20:50:30 +01:00
R. Ryantm
9e65510cc4 thanos: 0.32.5 -> 0.33.0 2023-12-30 17:14:30 +00:00
Nick Cao
036d7e31f9
mtail: build all binaries, enable tests 2023-12-30 10:10:33 -05:00
R. Ryantm
5ac573e647 prometheus-redis-exporter: 1.55.0 -> 1.56.0 2023-12-28 08:22:59 +00:00
R. Ryantm
23d5ea7b02 riemann: 0.3.10 -> 0.3.11 2023-12-28 07:32:44 +00:00