Commit Graph

2244 Commits

Author SHA1 Message Date
github-actions[bot]
b30088fc3f
Merge master into staging-next 2023-02-07 00:02:12 +00:00
Anderson Torres
f7e045e149
Merge pull request #209192 from lucasew/cockpit
cockpit: init at 284
2023-02-06 16:02:27 -03:00
github-actions[bot]
cb231fb28d
Merge master into staging-next 2023-02-05 06:01:18 +00:00
Weijia Wang
106d6320b6
Merge pull request #214660 from r-ryantm/auto-update/prometheus-nut-exporter
prometheus-nut-exporter: 2.5.2 -> 2.5.3
2023-02-05 05:40:33 +01:00
Weijia Wang
58b704bf2e
Merge pull request #214653 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.74.1 -> 0.75.0
2023-02-05 05:25:55 +01:00
Weijia Wang
25ecbf1056
Merge pull request #214504 from r-ryantm/auto-update/telegraf
telegraf: 1.25.0 -> 1.25.1
2023-02-05 04:43:36 +01:00
Weijia Wang
73a27a5d83
Merge pull request #214494 from r-ryantm/auto-update/thanos
thanos: 0.30.1 -> 0.30.2
2023-02-05 04:39:01 +01:00
R. Ryantm
2fe38edf39 prometheus-nut-exporter: 2.5.2 -> 2.5.3 2023-02-05 02:27:16 +00:00
R. Ryantm
cbd37fea6e mackerel-agent: 0.74.1 -> 0.75.0 2023-02-05 01:31:32 +00:00
github-actions[bot]
bc833a50cc
Merge master into staging-next 2023-02-05 00:02:31 +00:00
superherointj
33c947b0af
Merge pull request #187558 from NickCao/zabbix-proxy
zabbix.proxy-sqlite: fix cross compilation by setting AR and RANLIB, and
2023-02-04 18:18:06 -03:00
github-actions[bot]
22e94a019f
Merge master into staging-next 2023-02-04 18:01:34 +00:00
R. Ryantm
b2d76c243e mimir: 2.5.0 -> 2.6.0 2023-02-04 09:37:16 -05:00
github-actions[bot]
33919d25f0
Merge master into staging-next 2023-02-04 12:01:24 +00:00
R. Ryantm
4624867084 prometheus-influxdb-exporter: 0.11.1 -> 0.11.2 2023-02-04 11:03:35 +00:00
R. Ryantm
6cbae5066d telegraf: 1.25.0 -> 1.25.1 2023-02-04 07:51:55 +00:00
R. Ryantm
bc62a61b0a thanos: 0.30.1 -> 0.30.2 2023-02-04 06:06:50 +00:00
lucasew
f772d2e69b cockpit: init at 284
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-02-02 14:47:46 -03:00
github-actions[bot]
fffb187b8e
Merge master into staging-next 2023-02-02 12:01:33 +00:00
Weijia Wang
02c31e18ee
Merge pull request #204995 from CathalMullan/master
grafana-agent: add Darwin support
2023-02-02 07:15:04 +01:00
github-actions[bot]
2cc6469b1d
Merge master into staging-next 2023-02-02 00:02:33 +00:00
Thomas Gerbet
34f5d8cd24
Merge pull request #213534 from drupol/add-prometheus-shelly-exporter
prometheus-shelly-exporter: init at 1.0.0
2023-02-02 00:11:56 +01:00
github-actions[bot]
6527aa6d68
Merge staging-next into staging 2023-01-31 12:01:45 +00:00
Mario Rodas
46597193f7
Merge pull request #213741 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.45.0 -> 1.46.0
2023-01-31 05:49:28 -05:00
R. Ryantm
d2aec8b220 prometheus-redis-exporter: 1.45.0 -> 1.46.0 2023-01-31 08:28:18 +00:00
Pol Dellaiera
79ce805761
prometheus-shelly-exporter: init at 1.0.0 2023-01-31 07:50:17 +01:00
R. Ryantm
037f121cad prometheus-zfs-exporter: 2.2.5 -> 2.2.7 2023-01-31 05:11:25 +00:00
github-actions[bot]
ff5d09638c
Merge staging-next into staging 2023-01-29 18:01:44 +00:00
Minijackson
13352dbafc
grafana: 9.3.1 -> 9.3.6
fixes CVE-2022-23552, CVE-2022-41912, and CVE-2022-39324
2023-01-29 13:33:03 +01:00
github-actions[bot]
e11b11e738
Merge staging-next into staging 2023-01-27 12:01:56 +00:00
Nick Cao
26df3c7f72
Merge pull request #210430 from r-ryantm/auto-update/prometheus-artifactory-exporter
prometheus-artifactory-exporter: 1.10.0 -> 1.11.0
2023-01-27 08:55:29 +08:00
github-actions[bot]
5c74f3f8e5
Merge staging-next into staging 2023-01-26 06:02:08 +00:00
R. Ryantm
741d8aced7 unpoller: 2.7.10 -> 2.7.11 2023-01-25 22:08:16 +00:00
John Ericson
8240bc77e8
Merge pull request #212275 from alyssais/libdl
treewide: remove -ldl linker flags
2023-01-23 16:28:21 -05:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
Weijia Wang
77c2c2d48c
Merge pull request #202992 from r-ryantm/auto-update/grafana-image-renderer
grafana-image-renderer: 3.6.1 -> 3.6.3
2023-01-23 07:26:19 +01:00
Weijia Wang
360cfcb66a
Merge pull request #199514 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.73.1 -> 0.74.1
2023-01-23 06:15:28 +01:00
Nick Cao
979f85689b
Merge pull request #211569 from emhamm/update-prometheus-from-2-40-3-to-2-41-0
prometheus: 2.40.3 -> 2.41.0
2023-01-23 09:27:41 +08:00
Sandro
224127f6e0
Merge pull request #211994 from JulienMalka/uptime-kuma-update 2023-01-22 23:07:13 +01:00
Mario Rodas
84e0411e07
Merge pull request #211455 from r-ryantm/auto-update/kthxbye
kthxbye: 0.15 -> 0.16
2023-01-22 09:48:25 -05:00
Nick Cao
3f8e0ca324
Merge pull request #211634 from drupol/bump/grafana-loki-2.7.1
grafana-loki: 2.6.1 -> 2.7.1
2023-01-22 16:32:13 +08:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Julien Malka
f3d85e3505
uptime-kuma: 1.19.2 -> 1.19.6 2023-01-21 22:24:12 +01:00
R. Ryantm
dc9e0d8135 mackerel-agent: 0.73.1 -> 0.74.1 2023-01-21 16:51:29 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Fabian Affolter
cfb43ad7b9
Merge pull request #211621 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.57.0 -> 2.58.0
2023-01-20 18:44:10 +01:00
Marian Hammer
bfac961c8c prometheus: 2.40.3 -> 2.41.0
prometheus 2.40.x is out of support since 12/2022 therefore the update to 2.41.0

between those two releases security critical patches have been added both to
prometheus codebase and upstream dependecies, see:
  * 2.40.6 / 2022-12-09
    https://github.com/prometheus/prometheus/pull/11690
      [SECURITY] Security upgrade from go and upstream dependencies that include
      security fixes to the net/http and os packages. #11691

  *  2.40.4 / 2022-11-29
    https://github.com/advisories/GHSA-7rg2-cxvp-9p7p
    https://github.com/advisories/GHSA-4v48-4q5m-8vx4
      [SECURITY] Fix basic authentication bypass vulnerability
      (CVE-2022-46146) GHSA-4v48-4q5m-8vx4
2023-01-20 15:27:37 +01:00
ajs124
7955ff05f1
Merge pull request #211031 from r-ryantm/auto-update/unpoller
unpoller: 2.4.1 -> 2.7.10
2023-01-20 14:59:30 +01:00
Pol Dellaiera
8ed5d72d60
grafana-loki: 2.6.1 -> 2.7.1 2023-01-19 20:18:52 +01:00