bump to 0.7.0

This commit is contained in:
ibizaman 2025-12-03 22:46:49 +01:00 committed by Pierre Penninckx
parent a2457e6d47
commit 63d4163459
3 changed files with 9 additions and 3 deletions

View file

@ -16,6 +16,13 @@ Template:
# Upcoming Release
# v0.7.0
## Breaking Changes
- Fix pkgs overrides not being passed to users of SelfHostBlocks.
This will require to update your flake to follow the example in the [Usage](https://shb.skarabox.com/usage.html) section.
## New Features
- Add a Grafana dashboard showing stats on backup jobs
@ -27,7 +34,6 @@ Template:
- Allow to upload big files in Immich.
- Only enable php-fpm Prometheus exporter if Nextcloud is enabled.
- Fix pkgs overrides not being passed to users of SelfHostBlocks.
## Other Changes

View file

@ -1 +1 @@
0.6.1
0.7.0

View file

@ -30,7 +30,7 @@ Host Blocks:
}
```
::: {.info}
::: {.note}
In case somehow this documentation became stale,
look at the examples in [`./demo/minimal/flake.nix`](@REPO@/demo/minimal/flake.nix)
which provides examples tested in CI - so assured to always be up to date -