Commit graph

2157 commits

Author SHA1 Message Date
R. Ryantm 20fceb750c vmagent: 1.85.0 -> 1.85.3 2023-01-03 14:19:10 +08:00
Moritz 'e1mo' Fromm e85943f32e
prometheus-xmpp-alerts: Fix broken binary
The binary was broken after the update to 0.5.6 (#205559) due to a
regression in upstream (the module name was changed but not updated in
the appropriate entrypoint). A patch is applied until fixed in upstream.
A very simple test should detect future regressions like this and prevent
breaking the package and associated module.
2022-12-31 16:11:11 +01:00
R. Ryantm ac825c5763 prometheus-nut-exporter: 2.5.0 -> 2.5.1 2022-12-31 10:16:57 +08:00
figsoda c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
R. Ryantm 0c3a12c435 prometheus-nut-exporter: 2.4.2 -> 2.5.0 2022-12-26 20:36:07 +01:00
figsoda a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Fabian Affolter dab0251470
prometheus-alertmanager: add changelog to meta 2022-12-26 09:31:15 +01:00
R. Ryantm 881d6b709a prometheus-alertmanager: 0.24.0 -> 0.25.0 2022-12-26 05:52:24 +00:00
Jörg Thalheim 4fc372eaee grafana-agent: 0.29.0 -> 0.30.1
Diff: https://github.com/grafana/agent/compare/v0.29.0...v0.30.1
2022-12-23 17:18:12 +01:00
Maximilian Bosch 8ec25c79d3
dmarc-metrics-exporter: 0.6.1 -> 0.8.0
ChangeLogs:
* https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.7.0
* https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.8.0

Co-authored-by: Artémis <git@artemix.org>
2022-12-20 19:09:54 +01:00
Jörg Thalheim ba6ba2b900 mimir: add update script 2022-12-20 09:58:49 -05:00
Jörg Thalheim 6279593053 mimir: 2.4.0 -> 2.5.0
Diff: https://github.com/grafana/mimir/compare/mimir-2.4.0...mimir-2.5.0

Updated using `nix-update --commit --build --version-regex 'mimir-([0-9.]+)' mimir`
2022-12-20 09:58:49 -05:00
Jörg Thalheim 259e70f3ea mimir: drop left-overs from last revert 2022-12-20 09:58:49 -05:00
Jörg Thalheim 6dc44378f4 Revert "mimir: 2.4.0 -> 2.5.0"
This reverts commit 4e37151703.

This broke the build as the source now returns 404.

The script seems also more bloat over just using `nix-update --commit --build mimir`
2022-12-20 10:53:21 +01:00
Bobby Rong d716d64a8e
Merge pull request #202849 from mdlayher/mdl-modemmanager
prometheus-modemmanager-exporter: 0.1.0 -> 0.2.0
2022-12-18 22:31:59 +08:00
Sandro Jäckel 04a1c0d7ad
treewide: fix quoting of GITHUB_TOKEN in curl 2022-12-17 23:32:43 +01:00
happysalada 88984cfeee vector: add update script to derivation 2022-12-17 16:39:29 -05:00
happysalada 4e37151703 mimir: 2.4.0 -> 2.5.0 2022-12-17 16:39:29 -05:00
Sandro 528a316b31
Merge pull request #205246 from Frostman/unpoller-2.4.0 2022-12-16 22:51:06 +01:00
R. Ryantm 2dfee2cc51 vmagent: 1.84.0 -> 1.85.0 2022-12-16 16:25:40 +08:00
R. Ryantm 22742335f1 telegraf: 1.24.4 -> 1.25.0 2022-12-14 19:42:16 +00:00
Franz Pletz 6727fe0f1b
Merge pull request #205559 from SuperSandro2000/prometheus-xmpp-alerts 2022-12-14 12:34:18 +01:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Sergei Lukianov 096991f29f unpoller: 2.4.0 -> 2.4.1 2022-12-12 13:37:54 -08:00
Sandro 2cf32f976a
Merge pull request #173384 from SuperSandro2000/ddclient-update 2022-12-12 17:06:06 +01:00
R. Ryantm c447a68b7e prometheus-haproxy-exporter: 0.13.0 -> 0.14.0 2022-12-11 21:03:35 +08:00
R. Ryantm 6befda01a2 prometheus-fastly-exporter: 7.3.0 -> 7.4.0 2022-12-11 21:02:09 +08:00
R. RyanTM 96c456834f
prometheus-artifactory-exporter: 1.9.5 -> 1.10.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-12-11 17:03:39 +08:00
Fabian Affolter 2309cc7f80
Merge pull request #205551 from r-ryantm/auto-update/prometheus-influxdb-exporter
prometheus-influxdb-exporter: 0.10.0 -> 0.11.1
2022-12-11 00:38:02 +01:00
Fabian Affolter a0cc9d8d7b
prometheus-influxdb-exporter: add changelog to meta 2022-12-10 23:40:17 +01:00
Fabian Affolter 78a8d5bd0c
prometheus-statsd-exporter: add changelog to meta 2022-12-10 23:34:15 +01:00
Sandro Jäckel d9f5e18533
prometheus-xmpp-alerts: 0.5.3 -> 0.5.6 2022-12-10 22:53:39 +01:00
R. Ryantm c7ad50f486 prometheus-statsd-exporter: 0.22.8 -> 0.23.0 2022-12-10 21:09:31 +00:00
R. Ryantm f8b73b826a prometheus-influxdb-exporter: 0.10.0 -> 0.11.1 2022-12-10 21:06:22 +00:00
Sergei Lukianov 3cf9d22385 unpoller: 2.3.1 -> 2.4.0 2022-12-08 21:05:00 -08:00
Artturi 0aa0c46ef5
Merge pull request #205201 from Artturin/lintfixes1
Lint fixes
2022-12-09 05:13:56 +02:00
Martin Weinelt a4f2ca1ef3
Merge pull request #205123 from Frostman/prometheus-smartctl-exporter-0.9.1 2022-12-09 01:58:06 +01:00
Artturin c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Jörg Thalheim f21f11aa2a
Merge pull request #204899 from r-ryantm/auto-update/telegraf
telegraf: 1.24.3 -> 1.24.4
2022-12-08 18:54:49 +00:00
Sergey Lukjanov 4848003a66 prometheus-smartctl-exporter: add Frostman to maintainers 2022-12-08 08:56:17 -08:00
Sergey Lukjanov ebcff906a0 prometheus-smartctl-exporter: add passthru.tests 2022-12-08 08:56:17 -08:00
Sergey Lukjanov 7a11d055a3 prometheus-smartctl-exporter: add ldflags to set version 2022-12-08 08:56:17 -08:00
Sergey Lukjanov b5bbf9c1ab prometheus-smartctl-exporter: unstable-2020-11-14 -> 0.9.1
All patches were already merged in upstream and part of the release.
2022-12-08 08:56:16 -08:00
figsoda daaa657eda
Merge pull request #205097 from r-ryantm/auto-update/do-agent
do-agent: 3.15.1 -> 3.15.2
2022-12-07 23:58:53 -05:00
R. Ryantm be5ff49e53 do-agent: 3.15.1 -> 3.15.2 2022-12-08 03:49:56 +00:00
R. Ryantm f1311ba90c telegraf: 1.24.3 -> 1.24.4 2022-12-07 01:12:27 +00:00
Fabian Affolter bad09cd10c
Merge pull request #204649 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.56.0 -> 2.57.0
2022-12-06 10:19:32 +01:00
figsoda 00a3de6124
Merge pull request #204574 from r-ryantm/auto-update/sensu-go-agent
sensu-go-agent: 6.9.0 -> 6.9.1
2022-12-05 20:54:21 -05:00
Sergey Lukjanov 2a8977997a unpoller: add passthru.tests 2022-12-05 12:21:33 -08:00
Sergey Lukjanov 87849c9009 unpoller: add Frostman to maintainers 2022-12-05 10:47:13 -08:00