+2
doc/release-notes/rl-2511.section.md
+2
doc/release-notes/rl-2511.section.md
···- `go-mockery` has been updated to v3. For migration instructions see the [upstream documentation](https://vektra.github.io/mockery/latest/v3/). If v2 is still required `go-mockery_v2` has been added but will be removed on or before 2029-12-31 in-line with its [upstream support lifecycle](https://vektra.github.io/mockery/)+- `prometheus-script-exporter` has been updated to use a new maintained alternative. This release updates from `1.2.0 -> 3.0.1` and largely changes configuration options formats from json to yaml, among other changes.- [private-gpt](https://github.com/zylon-ai/private-gpt) service has been removed by lack of maintenance upstream.
+12
-29
nixos/modules/services/monitoring/prometheus/exporters/script.nix
+12
-29
nixos/modules/services/monitoring/prometheus/exporters/script.nix
···-settings that can all be used here: <https://github.com/adhocteam/script_exporter#sample-configuration>+The previous format using `script = "sleep 5"` is no longer supported. You must use `command` (list) and `args` (list), e.g. `{ command = [ "sleep" ]; args = [ "5" ]; }`.+See the official documentation for all available options: <https://github.com/ricoberger/script_exporter#configuration-file>···
+3
-2
nixos/tests/prometheus-exporters.nix
+3
-2
nixos/tests/prometheus-exporters.nix
······
+16
-6
pkgs/servers/monitoring/prometheus/script-exporter.nix
+16
-6
pkgs/servers/monitoring/prometheus/script-exporter.nix
···