Commit Graph

1771 Commits

Author SHA1 Message Date
Lassulus
92734ac395
Merge pull request #166865 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-04-15 09:28:00 +01:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
Lassulus
e037161750
Merge pull request #150267 from r-ryantm/auto-update/cadvisor
cadvisor: 0.38.7 -> 0.40.0
2022-04-14 17:34:43 +01:00
Maximilian Bosch
e633d42747
grafana: 8.4.5 -> 8.4.6
No-op release: https://github.com/grafana/grafana/releases/tag/v8.4.6

Yes, this is actually not really needed since we only provide the OSS
version of Grafana and the CVE in question is only exploitable on
Grafana enterprise, but I decided to perform this update to test the
update script I previously implemented in 7708fccf01.
2022-04-14 11:29:19 +02:00
Maximilian Bosch
7708fccf01
grafana: implement update script 2022-04-14 10:58:50 +02:00
happysalada
e45e7cab9a loki: 2.4.2 -> 2.5.0 2022-04-12 07:18:43 -04:00
Artturi
38651eefb1
Merge pull request #163488 from r-ryantm/auto-update/process-exporter 2022-04-11 14:33:49 +03:00
Fabian Affolter
9a27dfe40e
Merge pull request #168127 from r-ryantm/auto-update/check_ssl_cert
checkSSLCert: 2.23.0 -> 2.24.0
2022-04-10 20:56:35 +02:00
Mario Rodas
ab2ac76ac3
Merge pull request #167943 from r-ryantm/auto-update/nginxlog_exporter
prometheus-nginxlog-exporter: 1.9.0 -> 1.9.2
2022-04-10 08:05:42 -05:00
R. Ryantm
6da2a24cc3 checkSSLCert: 2.23.0 -> 2.24.0 2022-04-10 11:42:08 +00:00
Aaron Jheng
f38b473946
prometheus-consul-exporter: 0.7.1 -> 0.8.0 2022-04-10 00:42:53 +00:00
R. Ryantm
8c2236f63f telegraf: 1.22.0 -> 1.22.1 2022-04-09 23:19:29 +00:00
R. Ryantm
bd2a384c40 thanos: 0.25.1 -> 0.25.2 2022-04-09 22:11:46 +00:00
R. Ryantm
31764768f3 prometheus-nginxlog-exporter: 1.9.0 -> 1.9.2 2022-04-09 00:04:10 +00:00
Vladimír Čunát
b4729bad3d
Merge #165406: staging-next 2022-03-23 2022-04-05 20:34:08 +02:00
Aaron Jheng
dc2750c88c
heapster: remove 2022-04-05 12:36:23 +00:00
Aaron Jheng
d528fabf88
mesos-exporter: remove 2022-04-05 12:35:18 +00:00
github-actions[bot]
27a4e52731
Merge master into staging-next 2022-04-05 12:05:41 +00:00
Rick van Schijndel
9f98b2bd7c
makeWrapper to nativeBuildInputs (#167225) 2022-04-05 10:34:48 +03:00
github-actions[bot]
120925b5cb
Merge master into staging-next 2022-04-05 00:02:06 +00:00
Lassulus
8866ccbe1f
Merge pull request #164929 from r-ryantm/auto-update/thanos
thanos: 0.24.0 -> 0.25.1
2022-04-04 21:05:01 +01:00
Martin Weinelt
c6476294e1 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 18:40:34 +02:00
Maximilian Bosch
74d3d12130
Merge pull request #167010 from Ma27/blackbox-exporter-version
prometheus-backbox-exporter: correctly expose version info
2022-04-04 18:00:32 +02:00
Maximilian Bosch
f81b05ab46
prometheus-backbox-exporter: correctly expose version info 2022-04-03 10:03:43 +02:00
github-actions[bot]
fc17fe6417
Merge master into staging-next 2022-04-02 18:01:07 +00:00
R. Ryantm
376d67e1cd prometheus-wireguard-exporter: 3.6.2 -> 3.6.3 2022-04-02 13:10:31 -04:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
github-actions[bot]
8b4f11bb87
Merge master into staging-next 2022-04-02 00:02:09 +00:00
Pascal Bach
b88a99ae9c
Merge pull request #166607 from Ma27/bump-grafana
grafana: 8.4.4 -> 8.4.5
2022-04-01 21:51:25 +02:00
github-actions[bot]
27e49cc5a4
Merge master into staging-next 2022-04-01 18:01:22 +00:00
adisbladis
9511feef72 prometheus-dmarc-exporter: Add missing build-system dependencies with overrides
I will add these upstream in poetry2nix and remove them from here once released.
2022-04-01 23:38:46 +12:00
Maximilian Bosch
bab7f65636
grafana: 8.4.4 -> 8.4.5
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.5
2022-03-31 20:45:55 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
github-actions[bot]
80ddf916da
Merge master into staging-next 2022-03-29 00:02:04 +00:00
Fabian Affolter
221dfa0857
Merge pull request #165831 from r-ryantm/auto-update/check_ssl_cert
checkSSLCert: 2.22.0 -> 2.23.0
2022-03-28 21:08:57 +02:00
Jan Tojnar
997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Maximilian Bosch
1411b20576
Merge pull request #165779 from r-ryantm/auto-update/redis_exporter
prometheus-redis-exporter: 1.36.0 -> 1.37.0
2022-03-28 10:11:28 +02:00
Martin Weinelt
d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
Sandro
305985df3e
Merge pull request #165577 from Mic92/telegraf 2022-03-27 12:49:20 +02:00
github-actions[bot]
3b6f03e497
Merge master into staging-next 2022-03-26 18:01:22 +00:00
R. RyanTM
972dbe303a
prometheus-alertmanager: 0.23.0 -> 0.24.0 (#165813) 2022-03-26 13:40:30 -04:00
R. Ryantm
a89197a11d checkSSLCert: 2.22.0 -> 2.23.0 2022-03-26 10:48:54 +00:00
R. Ryantm
cccc419102 prometheus-redis-exporter: 1.36.0 -> 1.37.0 2022-03-25 19:18:33 +00:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
peter woodman
6af081ad33
prometheus-node-exporter: fix build on darwin (#165546) 2022-03-24 12:24:40 -04:00
Jörg Thalheim
9741586d6a
telegraf: 1.21.4 -> 1.22.0 2022-03-24 09:08:17 +01:00
Fabian Affolter
cc777a7684
Merge pull request #165135 from r-ryantm/auto-update/blackbox_exporter
prometheus-blackbox-exporter: 0.19.0 -> 0.20.0
2022-03-23 20:48:34 +01:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Armeen Mahdian
3901b14926 munin: switch to python3 2022-03-21 21:57:00 -05:00
R. Ryantm
e40e7f5bab prometheus-blackbox-exporter: 0.19.0 -> 0.20.0 2022-03-21 16:53:52 +00:00
R. Ryantm
ae5d022389 thanos: 0.24.0 -> 0.25.1 2022-03-20 03:35:50 +00:00
github-actions[bot]
3df8e35539
Merge staging-next into staging 2022-03-20 00:02:45 +00:00
Martin Weinelt
f4f3622cb1 Merge remote-tracking branch 'origin/staging-next' into staging 2022-03-20 00:00:32 +01:00
Martin Weinelt
b9acbc4b40
Merge pull request #164896 from mdlayher/mdl-apcupsd 2022-03-19 23:52:12 +01:00
Matt Layher
0f89cfb395
prometheus-apcupsd-exporter: 0.2.0 -> 0.3.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-03-19 17:00:38 -04:00
R. Ryantm
b250ca540e prometheus-wireguard-exporter: 3.5.0 -> 3.6.2 2022-03-19 16:56:12 -04:00
R. Ryantm
d1009de698 mackerel-agent: 0.72.8 -> 0.72.9 2022-03-18 22:38:23 +00:00
Maximilian Bosch
bee12c4c5e
grafana: 8.4.3 -> 8.4.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.4
2022-03-17 20:09:17 +01:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
R. Ryantm
c42d6df03a prometheus-redis-exporter: 1.35.1 -> 1.36.0 2022-03-15 06:36:47 +00:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
Maximilian Bosch
0c5586c2f2
Merge pull request #162254 from Ma27/init-dmarc-exporter
prometheus-dmarc-exporter: init at 0.5.1
2022-03-14 09:02:08 +01:00
R. Ryantm
e3f6735bca prometheus-xmpp-alerts: 0.5.1 -> 0.5.3 2022-03-12 10:37:42 +00:00
R. Ryantm
313b5b581e checkSSLCert: 2.21.0 -> 2.22.0 2022-03-12 03:53:18 +00:00
github-actions[bot]
eaea048b2a
Merge staging-next into staging 2022-03-11 00:02:48 +00:00
Martin Weinelt
76721f5e5e
Merge pull request #159986 from NukaDuka/pve_exporter 2022-03-10 22:41:45 +01:00
R. Ryantm
c4e6f834d4 prometheus-process-exporter: 0.7.5 -> 0.7.10 2022-03-09 18:47:40 +00:00
R. Ryantm
cbf970e499 prometheus-mysqld-exporter: 0.13.0 -> 0.14.0 2022-03-09 07:17:47 +00:00
github-actions[bot]
600d32b5bf
Merge staging-next into staging 2022-03-08 06:02:00 +00:00
Maxime VISONNEAU
73ac9b5262
prometheus-gitlab-ci-pipelines-exporter: 0.4.9 -> 0.5.3 2022-03-08 11:59:38 +08:00
github-actions[bot]
c15f51235d
Merge staging-next into staging 2022-03-07 12:02:15 +00:00
Maxime VISONNEAU
3a5dfd3a55
maintainers/maintainers-list.nix: add mvisonneau
Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com>
2022-03-07 11:03:03 +01:00
github-actions[bot]
fade30f7b2
Merge staging-next into staging 2022-03-05 12:01:44 +00:00
Maximilian Bosch
e72e35d655
Merge pull request #162637 from Ma27/bump-grafana
grafana: 8.4.2 -> 8.4.3
2022-03-05 12:46:09 +01:00
github-actions[bot]
d3cf053b7f
Merge staging-next into staging 2022-03-04 18:01:54 +00:00
Manuel Mendez
10d3e3a0f4 go: convert alternating regex string to list of packages to exclude
This is just easier to read.
2022-03-04 13:32:44 +10:00
ajs124
ab8ff08fd9 prometheus-varnish-exporter: 1.6 -> 1.6.1 2022-03-03 18:26:43 +01:00
Maximilian Bosch
a7b6e8bc6e
grafana: 8.4.2 -> 8.4.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.3
2022-03-03 15:27:32 +01:00
Kartik Gokte
3fa7cc7ac6 prometheus-pve-exporter: init at 2.2.2 2022-03-02 23:59:27 +05:30
Maximilian Bosch
cafa5b400c
prometheus-dmarc-exporter: add meta 2022-02-28 19:39:55 +01:00
Maximilian Bosch
5cee9c9ef2
prometheus-dmarc-exporter: init at 0.5.1 2022-02-28 16:50:01 +01:00
R. Ryantm
4257b3c056 prometheus-bird-exporter: 1.4.0 -> 1.4.1 2022-02-26 04:38:31 +00:00
Maximilian Bosch
8b9fc0e6ab
grafana: 8.4.1 -> 8.4.2
ChangeLog: https://github.com/grafana/grafana/releases/v8.4.2
2022-02-24 22:15:00 +01:00
R. Ryantm
61820898b2 checkSSLCert: 2.20.0 -> 2.21.0 2022-02-23 12:38:38 +00:00
R. Ryantm
0334f6a825 prometheus-redis-exporter: 1.35.0 -> 1.35.1 2022-02-20 12:03:55 +00:00
Mario Rodas
125db46e8c
Merge pull request #160779 from r-ryantm/auto-update/promscale
promscale: 0.9.0 -> 0.10.0
2022-02-19 15:06:07 -05:00
Mario Rodas
9a309687c1
Merge pull request #160722 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.72.7 -> 0.72.8
2022-02-19 14:38:28 -05:00
Mario Rodas
df7f4a4266
Merge pull request #160804 from r-ryantm/auto-update/sensu-go-agent
sensu-go-agent: 6.6.5 -> 6.6.6
2022-02-19 14:25:06 -05:00
Jörg Thalheim
725c6dd0a4
Merge pull request #160837 from r-ryantm/auto-update/telegraf
telegraf: 1.20.4 -> 1.21.4
2022-02-19 19:22:43 +00:00
Maximilian Bosch
59a135d218
Merge pull request #160729 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.3.0 -> 3.4.0
2022-02-19 11:47:43 +01:00
R. Ryantm
291c12e608 telegraf: 1.20.4 -> 1.21.4 2022-02-19 05:05:24 +00:00
R. Ryantm
de6c8c3e64 sensu-go-agent: 6.6.5 -> 6.6.6 2022-02-19 00:29:55 +00:00
R. Ryantm
1f66b8d783 promscale: 0.9.0 -> 0.10.0 2022-02-18 22:02:44 +00:00
Maximilian Bosch
99a0019000
grafana-image-renderer: 3.3.0 -> 3.4.0
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.4.0
2022-02-18 17:41:59 +01:00
R. Ryantm
665d566679 mackerel-agent: 0.72.7 -> 0.72.8 2022-02-18 16:04:26 +00:00
Maximilian Bosch
3ebd1d226f
grafana: 8.3.6 -> 8.4.1
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.0
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.4.1
2022-02-18 16:45:15 +01:00
Franz Pletz
32bdee9489
Merge pull request #157209 from MostAwesomeDude/prometheus-closure 2022-02-15 14:46:27 +01:00
Martin Weinelt
4387ecec59
Merge pull request #159696 from r-ryantm/auto-update/prometheus-nextcloud-exporter 2022-02-14 23:22:55 +01:00
R. Ryantm
9d798e5103 prometheus-nextcloud-exporter: 0.4.0 -> 0.5.0 2022-02-14 21:49:16 +01:00
Bobby Rong
53e29859c3
Merge pull request #159778 from r-ryantm/auto-update/sql_exporter
prometheus-sql-exporter: 0.4.0 -> 0.4.2
2022-02-14 19:46:49 +08:00