Commit Graph

3196 Commits

Author SHA1 Message Date
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
R. Ryantm
999c354102 mackerel-agent: 0.78.2 -> 0.78.3 2023-12-27 03:17:04 +00:00
R. Ryantm
a61b910f3b prometheus-consul-exporter: 0.9.0 -> 0.11.0 2023-12-25 23:21:59 +00:00
Nick Cao
5974a0a9d3
Merge pull request #276690 from r-ryantm/auto-update/buildkite-agent-metrics
buildkite-agent-metrics: 5.9.2 -> 5.9.3
2023-12-25 10:38:09 -05:00
R. Ryantm
6ae269357f buildkite-agent-metrics: 5.9.2 -> 5.9.3 2023-12-25 11:37:23 +00:00
Midnight Veil
ed1a16e886 munin: fix missing Date::Parse module error & make test fail w/o a fix
Upstream change: https://github.com/munin-monitoring/munin/pull/1502
2023-12-25 09:13:32 +01:00
R. Ryantm
45379b7fd5 vmagent: 1.93.6 -> 1.96.0 2023-12-25 02:21:46 +00:00
R. Ryantm
4190e4322b uptime-kuma: 1.23.7 -> 1.23.10 2023-12-24 21:25:23 +00:00
R. Ryantm
cf88e0bef2 unpoller: 2.9.2 -> 2.9.5 2023-12-24 20:44:56 +00:00
Nudelsalat
e37552b8fa prometheus-ping-exporter: init at 1.1.0 2023-12-24 18:11:20 +01:00
Guillaume Girol
769b8d7efc monitoring-plugins: 2.3.0 -> 2.3.5
fixes the ping plugin with recent versions of ping
2023-12-23 12:00:00 +00:00
Maximilian Bosch
91a1988d8e
Merge pull request #275694 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.8.4 -> 3.9.0
2023-12-22 12:46:02 +01:00
Maximilian Bosch
ba21db1ef2
Merge pull request #275688 from Ma27/bump-grafana
grafana: 10.2.2 -> 10.2.3
2023-12-22 12:45:47 +01:00
WilliButz
ac58b65cf5
Merge pull request #275112 from r-ryantm/auto-update/prometheus-nginx-exporter
prometheus-nginx-exporter: 0.11.0 -> 1.0.0
2023-12-20 20:27:28 +01:00
Maximilian Bosch
3c2cd1b1c0
grafana-image-renderer: pacify editorconfig
🙄
2023-12-20 18:32:39 +01:00
Maximilian Bosch
49a624307e
grafana-image-renderer: 3.8.4 -> 3.9.0
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.9.0
2023-12-20 18:20:30 +01:00
Maximilian Bosch
3eb45a22ca
grafana: 10.2.2 -> 10.2.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.2.3

Changed `preBuild` to `postConfigure` since the latter is a hook that's
only executed in the actual build, not in the gomod FoD. This is a dirty
hack because apparently the removal of `pkg/util/xorm/go.{mod,sum}`
breaks the module download now, but not removing it breaks the build
later (as documented in the comment above).

A nice side-effect is that we don't do all the `go generate`/`wire`
invocations twice per build.
2023-12-20 17:47:29 +01:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
R. RyanTM
54aac082a4
prometheus-collectd-exporter: 0.5.0 -> 0.6.0 (#275097) 2023-12-19 14:15:32 -05:00
R. RyanTM
fc219f85fa
prometheus-mysqld-exporter: 0.15.0 -> 0.15.1 (#275110) 2023-12-19 14:13:10 -05:00
OTABI Tomoya
f641885eb5
Merge pull request #275103 from r-ryantm/auto-update/prometheus-gitlab-ci-pipelines-exporter
prometheus-gitlab-ci-pipelines-exporter: 0.5.5 -> 0.5.6
2023-12-20 00:02:18 +09:00
Nick Cao
27c645e716
Merge pull request #275117 from r-ryantm/auto-update/prometheus-statsd-exporter
prometheus-statsd-exporter: 0.25.0 -> 0.26.0
2023-12-18 10:24:19 -05:00
Nick Cao
7265ea3161
Merge pull request #275114 from r-ryantm/auto-update/prometheus-nut-exporter
prometheus-nut-exporter: 3.0.0 -> 3.1.1
2023-12-18 10:22:27 -05:00
Nick Cao
c7438ac3a2
Merge pull request #275104 from r-ryantm/auto-update/prometheus-graphite-exporter
prometheus-graphite-exporter: 0.14.0 -> 0.15.0
2023-12-18 10:06:16 -05:00
Nick Cao
0c44337b8a
Merge pull request #275106 from r-ryantm/auto-update/prometheus-influxdb-exporter
prometheus-influxdb-exporter: 0.11.4 -> 0.11.5
2023-12-18 10:04:15 -05:00
R. Ryantm
620c89f58e prometheus-statsd-exporter: 0.25.0 -> 0.26.0 2023-12-18 03:24:55 +00:00
R. Ryantm
9578e89eef prometheus-nut-exporter: 3.0.0 -> 3.1.1 2023-12-18 02:39:36 +00:00
R. Ryantm
958adeedd3 prometheus-nginx-exporter: 0.11.0 -> 1.0.0 2023-12-18 02:33:51 +00:00
R. Ryantm
c94cf423ae prometheus-mongodb-exporter: 0.39.0 -> 0.40.0 2023-12-18 01:41:53 +00:00
R. Ryantm
1f4a878c19 prometheus-influxdb-exporter: 0.11.4 -> 0.11.5 2023-12-18 01:29:56 +00:00
R. Ryantm
8cb044684f prometheus-graphite-exporter: 0.14.0 -> 0.15.0 2023-12-18 01:14:09 +00:00
R. Ryantm
44b9031298 prometheus-gitlab-ci-pipelines-exporter: 0.5.5 -> 0.5.6 2023-12-18 01:01:29 +00:00
R. Ryantm
6618ac8b54 prometheus-domain-exporter: 1.21.1 -> 1.22.0 2023-12-18 00:30:55 +00:00
zowoq
ff95174013 telegraf: 1.29.0 -> 1.29.1
Diff: https://github.com/influxdata/telegraf/compare/v1.29.0...v1.29.1

Changelog: https://github.com/influxdata/telegraf/blob/v1.29.1/CHANGELOG.md
2023-12-17 12:22:46 +01:00
R. Ryantm
f88c003dce mimir: 2.10.4 -> 2.10.5 2023-12-17 03:47:32 +00:00
Nick Cao
4098e3e783
Merge pull request #274735 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.78.0 -> 0.78.2
2023-12-16 15:57:34 -05:00
Maximilian Bosch
56d4255ce9
Merge pull request #273316 from jpds/zfs-exporter-build-info-version
prometheus-zfs-exporter: Add version label to _build_info
2023-12-16 16:26:20 +01:00
R. Ryantm
568f7f728d mackerel-agent: 0.78.0 -> 0.78.2 2023-12-16 14:25:55 +00:00
R. Ryantm
3dee990222 grafana-dash-n-grab: 0.5.0 -> 0.5.1 2023-12-15 15:26:05 +00:00
Franz Pletz
29653f452e
Merge pull request #265054 from jpds/prometheus-xmpp-alerts-0.5.8
prometheus-xmpp-alerts: 0.5.6 → 0.5.8
2023-12-13 22:17:38 +01:00
R. Ryantm
9d97cf879c buildkite-agent-metrics: 5.8.0 -> 5.9.2 2023-12-13 10:48:36 -08:00
zowoq
da353681bd telegraf: 1.28.5 -> 1.29.0
Diff: https://github.com/influxdata/telegraf/compare/v1.28.5...v1.29.0

Changelog: https://github.com/influxdata/telegraf/blob/v1.29.0/CHANGELOG.md
2023-12-13 08:49:02 +01:00
ajs124
3d2227a072
Merge pull request #273651 from emilylange/loki
grafana-loki,promtail: 2.9.2 -> 2.9.3
2023-12-12 12:35:16 +01:00
Maximilian Bosch
9fbf0cfba5
Merge pull request #273069 from mfrw/mfrw/prometheus-2.48.1
prometheus: 2.48.0 -> 2.48.1
2023-12-11 23:21:14 +01:00
emilylange
9cde600195
grafana-loki,promtail: 2.9.2 -> 2.9.3
https://github.com/grafana/loki/releases/tag/v2.9.3
https://github.com/grafana/loki/blob/v2.9.3/CHANGELOG.md
diff: https://github.com/grafana/loki/compare/v2.9.2...v2.9.3
2023-12-11 23:18:57 +01:00
Jonathan Davies
659c008494 prometheus-zfs-exporter: Added ldflags to add version label to
_build_info metric.
2023-12-10 10:44:49 +00:00
github-actions[bot]
870c9dd139
Merge master into staging-next 2023-12-09 12:01:13 +00:00
Muhammad Falak R Wani
8118b7cc36 prometheus: 2.48.0 -> 2.48.1
Diff: https://github.com/prometheus/prometheus/compare/v2.48.0...v2.48.1
Changelog: https://github.com/prometheus/prometheus/blob/v2.48.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-12-09 12:56:09 +05:30
Fabian Affolter
5edccff748 checkSSLCert: 2.77.0 -> 2.78.0
Diff: https://github.com/matteocorti/check_ssl_cert/compare/refs/tags/v2.77.0...v2.78.0

Changelog: https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.78.0
2023-12-08 13:10:15 +01:00
github-actions[bot]
32d842483f
Merge master into staging-next 2023-12-07 06:01:00 +00:00
Janik
f996d87185
Merge pull request #272311 from clerie/prometheus-atlas-exporter-1.0.4 2023-12-07 02:25:37 +01:00
clerie
acf19ab36f prometheus-atlas-exporter: init at 1.0.4 2023-12-06 21:24:17 +01:00
github-actions[bot]
035a649a67
Merge master into staging-next 2023-12-06 06:01:30 +00:00
Rick van Schijndel
ba75066821
Merge pull request #271362 from pbsds/rm-dead-patches
treewide: remove unreferenced patch files
2023-12-06 03:28:15 +01:00
Fabián Heredia Montiel
5b8deaceca Merge remote-tracking branch 'origin/master' into staging-next
Fixed conflict in pkgs/applications/graphics/krita/

krita: 5.1.5 -> 5.2.0
7a40fdc288
, and
treewide: use kde mirror everywhere, don't use pname in download urls
aa15f5066d
2023-12-04 17:44:17 -06:00
Maximilian Bosch
cfe12c16b7
Merge pull request #271950 from SuperSandro2000/grafana
grafana: 10.2.0 -> 10.2.2
2023-12-04 16:35:18 +01:00
Sandro Jäckel
5286ff070a
grafana: 10.2.0 -> 10.2.2 2023-12-04 00:43:38 +01:00
Thomas Gerbet
eac9180f29
Merge pull request #264685 from Ma27/grafana-tests
grafana: skip two more flaky tests
2023-12-03 12:34:54 +01:00
emilylange
b8617c69c0
grafana-agent: 0.38.0 -> 0.38.1
https://github.com/grafana/agent/releases/tag/v0.38.1
https://github.com/grafana/agent/blob/v0.38.1/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.38.0...v0.38.1

Fixes CVE-2023-47108.
2023-12-02 23:42:04 +01:00
github-actions[bot]
5f8f8a1514
Merge master into staging-next 2023-12-02 18:00:52 +00:00
Peder Bergebakken Sundt
6a5ba089a1
Merge pull request #269777 from thefloweringash/monitoring-plugins-ping
monitoring-plugins: fix path to ping in check_ping
2023-12-02 14:20:23 +01:00
Vladimír Čunát
305cd929fd
Merge branch 'staging' into staging-next 2023-12-01 07:33:49 +01:00
Peder Bergebakken Sundt
f41aba3739 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
Franz Pletz
690ff59d95
Merge pull request #267877 from mfrw/mfrw/prometheus-2.48.0 2023-11-30 20:51:16 +01:00