Commit Graph

2306 Commits

Author SHA1 Message Date
Sandro
9a538bfe4a
Merge pull request #221188 from lucasew/cockpit/bump-287 2023-03-19 22:38:37 +01:00
Jörg Thalheim
f967d005f7 telegraf: 1.25.1 -> 1.26.0 2023-03-19 08:50:12 +10:00
lucasew
c1c722b6b3 cockpit: 284 -> 287
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-03-16 22:04:03 -03:00
lucasew
92628a12d8 cockpit: add update script
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-03-14 13:40:20 -03:00
Franz Pletz
bc0a1dd982
Merge pull request #220461 from SuperSandro2000/prometheus
prometheus: 2.41.0 -> 2.42.0, split outputs, other cleanups
2023-03-14 05:28:59 +01:00
Franz Pletz
ddd7321df0
prometheus: enable OVHCloud plugin 2023-03-14 00:49:49 +01:00
Weijia Wang
9520538c37
Merge pull request #220691 from r-ryantm/auto-update/karma
karma: 0.112 -> 0.113
2023-03-12 21:55:43 +02:00
Fabian Affolter
fab689ae28
Merge pull request #220773 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.60.0 -> 2.61.0
2023-03-12 18:19:27 +01:00
Mario Rodas
04c6726555
Merge pull request #220769 from r-ryantm/auto-update/sensu-go-backend
sensu-go-backend: 6.9.1 -> 6.9.2
2023-03-12 03:58:01 -05:00
R. Ryantm
0f63c5dcaf checkSSLCert: 2.60.0 -> 2.61.0 2023-03-12 03:45:00 +00:00
R. Ryantm
61dbff71ba sensu-go-backend: 6.9.1 -> 6.9.2 2023-03-12 03:20:34 +00:00
Weijia Wang
03b56dc414
Merge pull request #220417 from r-ryantm/auto-update/prometheus-influxdb-exporter
prometheus-influxdb-exporter: 0.11.2 -> 0.11.3
2023-03-11 20:23:38 +02:00
R. Ryantm
610449c9b6 karma: 0.112 -> 0.113 2023-03-11 16:31:02 +00:00
R. Ryantm
476caaac8a prometheus-statsd-exporter: 0.23.0 -> 0.23.1 2023-03-10 23:12:52 +00:00
Sandro Jäckel
24d2e1f8e3
prometheus: format, add stripping options, remove redundant meta.platforms, cleanup maintainers 2023-03-10 11:46:37 +01:00
Sandro Jäckel
da2f281453
prometheus: split doc and cli into extra outputs 2023-03-10 11:45:45 +01:00
Sandro Jäckel
2564ae1eed
prometheus: 2.41.0 -> 2.42.0 2023-03-10 11:29:50 +01:00
R. Ryantm
839130b9f7 prometheus-influxdb-exporter: 0.11.2 -> 0.11.3 2023-03-10 02:00:36 +00:00
Tim Steinbach
a119b197e0 grafana-loki: 2.7.1 -> 2.7.4 2023-03-06 16:26:58 -05:00
R. Ryantm
cada76d6ab prometheus-pihole-exporter: 0.3.0 -> 0.4.0 2023-03-05 22:07:32 +00:00
apfelkuchen06
74a016a390 grafanaPlugins.grafana-worldmap-panel: 0.3.3 -> 1.0.3 2023-03-04 23:29:51 +01:00
apfelkuchen06
e1b95e17f8 grafanaPlugins.grafana-polystat-panel 1.2.6 -> 2.0.4 2023-03-04 23:29:31 +01:00
apfelkuchen06
4d9be6400d grafanaPlugins.grafana-piechart-panel: 1.6.2 -> 1.6.4 2023-03-04 23:29:14 +01:00
apfelkuchen06
00fa8622d5 grafanaPlugins.grafana-clock-panel: 1.1.3 -> 2.1.2 2023-03-04 23:28:45 +01:00
apfelkuchen06
b7660ff3fd grafanaPlugins.grafadruid-druid-datasource: 1.2.0 -> 1.4.1 2023-03-04 23:28:08 +01:00
apfelkuchen06
5870c51c4c grafanaPlugins.doitintl-bigquery-datasource: 2.0.2 -> 2.0.3 2023-03-04 23:27:45 +01:00
Maximilian Bosch
2ed116f7a1
Merge pull request #219471 from Ma27/bump-redis-exporter
prometheus-redis-exporter: 1.47.0 -> 1.48.0
2023-03-04 12:09:01 +01:00
Maximilian Bosch
3330d1de1d
prometheus-redis-exporter: 1.47.0 -> 1.48.0
ChangeLog: https://github.com/oliver006/redis_exporter/releases/tag/v1.48.0
2023-03-04 11:27:51 +01:00
Maximilian Bosch
c016144591
grafana: 9.4.2 -> 9.4.3
ChangeLog: https://github.com/grafana/grafana/releases/tag/v9.4.3
2023-03-04 10:57:56 +01:00
Maximilian Bosch
63576d1c14
Merge pull request #219149 from Ma27/bump-grafana
grafana: 9.3.6 -> 9.4.2
2023-03-02 13:52:40 +01:00
Maximilian Bosch
ae5eab6d59
grafana: 9.3.6 -> 9.4.2
ChangeLog: ae90f73b78/CHANGELOG.md (942-2023-03-02)

Also synced up the `go generate` calls from upstream's Makefile
with our buildscript.

Finally, I removed the `go.{mod,sum}` files from the vendored `xorm` in
`pkg/util`. This was to work around the following build error:

    main module (github.com/grafana/grafana) does not contain package github.com/grafana/grafana/pkg/util/xorm

Not entirely sure why, but I guess that the presence of these files
confused our build-script and it wrongly assumed that
github.com/grafana/.../xorm didn't exist (while a different xorm
according to the values in `go.mod` existed).
2023-03-02 12:08:29 +01:00
R. Ryantm
1c63793ac6 alertmanager-irc-relay: 0.5.0 -> 0.5.1 2023-03-01 23:45:45 +00:00
Dennis Gosnell
e8f052a421
Merge pull request #216905 from wraithm/gdg-init
grafana-dash-n-grab: init at 0.3.1
2023-03-01 16:40:36 +09:00
R. Ryantm
828e8214f4 prometheus-haproxy-exporter: 0.14.0 -> 0.15.0 2023-02-26 08:36:28 +00:00
Nick Cao
77b1367fb4
Merge pull request #218333 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.58.0 -> 2.60.0
2023-02-26 09:36:48 +08:00
Nick Cao
8157cbe87d
Merge pull request #218334 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.46.0 -> 1.47.0
2023-02-26 09:36:39 +08:00
R. Ryantm
01ab64154e prometheus-redis-exporter: 1.46.0 -> 1.47.0 2023-02-25 22:15:26 +00:00
R. Ryantm
4a92f37a14 checkSSLCert: 2.58.0 -> 2.60.0 2023-02-25 21:50:04 +00:00
Weijia Wang
4ef8ffa6c1
Merge pull request #218128 from r-ryantm/auto-update/phlare
phlare: 0.3.0 -> 0.5.1
2023-02-25 20:42:36 +02:00
R. Ryantm
22e72010bd karma: 0.111 -> 0.112 2023-02-25 01:38:31 +00:00
R. Ryantm
26c256b671 phlare: 0.3.0 -> 0.5.1 2023-02-25 01:25:48 +00:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Ryan Lahfa
83e7e83ea7
Merge pull request #205033 from CathalMullan/phlare
phlare: init at 0.3.0
2023-02-23 13:54:31 +09:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Matthew Wraith
92b71b5be9 maintainers: add wraithm 2023-02-21 15:10:02 -08:00
Matthew Wraith
884edcc23a grafana-dash-n-grab: init at 0.3.1 2023-02-21 15:10:02 -08:00
Cathal Mullan
44f8fcf223
phlare: init at 0.3.0 2023-02-21 13:12:37 +00:00
Jonas Heinrich
8de42bba5f
Merge pull request #217169 from r-ryantm/auto-update/icinga2
icinga2: 2.13.6 -> 2.13.7
2023-02-20 12:35:30 +01:00
R. Ryantm
d076d05deb icinga2: 2.13.6 -> 2.13.7 2023-02-19 15:37:42 +00:00