-`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.
-`lxde` scope has been removed, and its packages have been moved the top-level.
Free-form configuration for script_exporter, expressed as a Nix attrset and rendered to YAML.
**Migration note:**
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" ]; }`.
Check the official documentation for the corresponding YAML
settings that can all be used here: <https://github.com/adhocteam/script_exporter#sample-configuration>
See the official documentation for all available options: <https://github.com/ricoberger/script_exporter#configuration-file>