Maximilian Bosch
4bc8c5a1c8
grafana: 11.2.0 -> 11.2.1 ( #344974 )
2024-09-28 21:44:34 +02:00
Maximilian Bosch
a98af07ab4
grafana: update darwin hash for 11.2.1
...
Wasn't done in the original update change.
2024-09-28 18:43:07 +02:00
Tom Herbers
3ec21328e4
grafana: 11.2.0 -> 11.2.1
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v11.2.1
2024-09-28 01:30:58 +02:00
emilylange
ea2b16bfe3
grafana-agent: 0.43.0 -> 0.43.3
...
They skipped 0.43.1 for whatever reason.
https://github.com/grafana/agent/releases/tag/v0.43.3
https://github.com/grafana/agent/releases/tag/v0.43.2
diff: https://github.com/grafana/agent/compare/v0.43.0...v0.43.3
2024-09-27 21:19:35 +02:00
Fabian Affolter
097f4f2822
checkSSLCert: 2.83.1 -> 2.84.1 ( #344791 )
2024-09-27 15:49:17 +02:00
R. Ryantm
6fbb188311
checkSSLCert: 2.83.1 -> 2.84.1
2024-09-27 03:38:16 +00:00
Weijia Wang
c3985e474b
prometheus-mongodb-exporter: 0.40.0 -> 0.41.0 ( #342547 )
2024-09-26 23:54:12 +02:00
Weijia Wang
2107dfba5f
prometheus-pve-exporter: 3.4.4 -> 3.4.5 ( #342509 )
2024-09-26 23:42:53 +02:00
R. Ryantm
e326339d0d
prometheus-sql-exporter: 0.5.5 -> 0.5.6
2024-09-26 14:39:59 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. RyanTM
0cbe501a06
grafana-loki: 3.1.1 -> 3.2.0 ( #343173 )
...
https://github.com/grafana/loki/releases/tag/v3.2.0
2024-09-23 15:36:34 +02:00
Nick Cao
2bb8979d59
buildkite-agent-metrics: 5.9.8 -> 5.9.9 ( #343114 )
2024-09-20 18:25:14 -04:00
R. RyanTM
2083a7fe38
prom2json: 1.4.0 -> 1.4.1 ( #343171 )
2024-09-20 11:48:07 -04:00
Emily
8d4e202d62
grafana-agent: 0.42.0 -> 0.43.0 ( #341565 )
2024-09-20 16:00:54 +02:00
R. Ryantm
1a679a5af3
buildkite-agent-metrics: 5.9.8 -> 5.9.9
2024-09-19 20:16:38 +00:00
Maximilian Bosch
f5e35cf2d2
Merge: grafana-image-renderer: 3.11.4 -> 3.11.5 ( #342494 )
2024-09-19 16:16:51 +02:00
Anthony ROUSSEL
2b2c6eb3fc
thanos: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-17 22:02:45 +02:00
R. Ryantm
8d8bbda5f6
prometheus-mongodb-exporter: 0.40.0 -> 0.41.0
2024-09-17 13:37:41 +00:00
R. Ryantm
c7834224bb
prometheus-pve-exporter: 3.4.4 -> 3.4.5
2024-09-17 10:40:23 +00:00
Maximilian Bosch
bbb0c1a57b
grafana-image-renderer: 3.11.4 -> 3.11.5
...
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.11.5
2024-09-17 09:31:16 +02:00
Fabian Affolter
14b9afe062
checkSSLCert: 2.83.0 -> 2.83.1 ( #341566 )
2024-09-14 11:27:56 +02:00
emilylange
3e49c02689
grafana-agent: 0.42.0 -> 0.43.0
...
https://github.com/grafana/agent/releases/tag/v0.43.0
https://github.com/grafana/agent/blob/v0.43.0/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.42.0...v0.43.0
2024-09-13 13:31:39 +02:00
R. Ryantm
ab68c05b96
checkSSLCert: 2.83.0 -> 2.83.1
2024-09-13 11:29:33 +00:00
zowoq
45bbdb9f51
telegraf: move to pkgs/by-name
2024-09-13 17:12:10 +10:00
Maximilian Bosch
86af11a626
Merge: prometheus-pgbouncer-exporter: 0.8.0 -> 0.9.0, fix secrets handling ( #340852 )
2024-09-10 07:23:10 +02:00
Weijia Wang
cce3e4d1b4
buildkite-agent-metrics: 5.9.7 -> 5.9.8 ( #329312 )
2024-09-09 23:10:39 +02:00
Maximilian Bosch
4d262e749f
prometheus-pgbouncer-exporter: 0.8.0 -> 0.9.0
...
ChangeLog: https://github.com/prometheus-community/pgbouncer_exporter/blob/v0.9.0/CHANGELOG.md#090--2024-08-01
2024-09-09 21:08:14 +02:00
André Silva
e2d34d7b27
prometheus-dnsmasq-exporter: unstable-2024-05-06 -> 0.3.0 ( #340146 )
2024-09-09 18:18:05 +01:00
Maximilian Bosch
247b62c762
prometheus-redis-exporter: 1.62.0 -> 1.63.0 ( #340736 )
2024-09-09 19:14:29 +02:00
Aleksana
8a4836def3
net-snmp: fix building for musl ( #340312 )
2024-09-09 19:56:15 +08:00
Maximilian Bosch
d145900398
prometheus-redis-exporter: 1.62.0 -> 1.63.0
...
ChangeLog: https://github.com/oliver006/redis_exporter/releases/tag/v1.63.0
2024-09-09 11:42:52 +02:00
Someone
f03439c94e
dcgm: 3.2.5 -> 3.3.5, etc. ( #292459 )
2024-09-08 11:17:40 +00:00
Alyssa Ross
b151851760
net-snmp: fix building for musl
...
Since autoreconfHook was added, fix-fd_mask.patch doesn't do anything,
because it patches the configure script, which is now overwritten.
Replace the Alpine patch with the upstream equivalent, which patches
the m4 source of configure as well.
Fixes: 5e6e3520df
("net-snmp: darwin support")
2024-09-07 16:23:42 +02:00
Gaétan Lepage
43e9221a7a
dmarc-metrics-exporter: disable flaky tests ( #340031 )
2024-09-07 08:53:56 +02:00
Gaetan Lepage
f13dd1c43a
dmarc-metrics-exporter: disable flaky tests on darwin
2024-09-06 22:02:58 +02:00
André Silva
e7c26eecfd
prometheus-dnsmasq-exporter: unstable-2024-05-06 -> 0.3.0
2024-09-06 18:29:00 +01:00
Andrew Bruce
f396598f86
openobserve: 0.10.1 -> 0.11.0
...
Co-authored-by: Julien Urraca <julien.urraca@maersk.com>
2024-09-06 13:31:16 +01:00
Gaetan Lepage
6884353364
dmarc-metrics-exporter: clean
2024-09-06 10:56:04 +02:00
Gaetan Lepage
9c0e4b3b60
dmarc-metrics-exporter: format with nixfmt
2024-09-06 10:55:04 +02:00
Maximilian Bosch
ffdfb53e6c
grafana-image-renderer: 3.11.3 -> 3.11.4 ( #339233 )
2024-09-05 08:55:54 +02:00
Franz Pletz
98d5d99cf6
prometheus: 2.53.1 → 2.54.1 ( #339345 )
2024-09-04 23:57:40 +02:00
Aleksana
1bbd4b0017
net-snmp: darwin support ( #339244 )
2024-09-04 22:12:17 +08:00
Jonathan Davies
59c66745bd
prometheus: 2.53.1 → 2.54.1
2024-09-03 21:38:25 +01:00
Maximilian Bosch
6cc3e274c9
prometheus-openldap-exporter: remove ( #338824 )
2024-09-03 19:57:31 +02:00
fridtjof
5e6e3520df
net-snmp: darwin support
...
The autotools files shipped in the source tarball did not want to link, so I added autoreconfHook to just remake them.
2024-09-03 13:31:47 +02:00
Maximilian Bosch
674ec3e45e
grafana-image-renderer: 3.11.3 -> 3.11.4
...
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.11.4
2024-09-03 12:42:13 +02:00
Vladimír Čunát
9b586a40a0
prometheus-knot-exporter: 3.3.9 -> 3.4.0
2024-09-02 14:36:19 +02:00
Maximilian Bosch
735662bf16
prometheus-openldap-exporter: remove
...
2.3.0 is the final release, the repo is now archived.
Also I don't use it anymore for quite a while, so it didn't have a real
nixpkgs maintainer either.
Closes #338712
2024-09-01 16:47:45 +02:00
Johannes Jöns
f0fa90010e
nagios: 4.5.3 -> 4.5.4 ( #336469 )
2024-09-01 13:30:10 +00:00
Johannes Jöns
6d53aa808a
thanos: 0.35.1 -> 0.36.1 ( #335887 )
2024-09-01 12:30:33 +00:00