bump to 0.7.0
This commit is contained in:
parent
a2457e6d47
commit
63d4163459
3 changed files with 9 additions and 3 deletions
|
|
@ -16,6 +16,13 @@ Template:
|
||||||
|
|
||||||
# Upcoming Release
|
# 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
|
## New Features
|
||||||
|
|
||||||
- Add a Grafana dashboard showing stats on backup jobs
|
- Add a Grafana dashboard showing stats on backup jobs
|
||||||
|
|
@ -27,7 +34,6 @@ Template:
|
||||||
|
|
||||||
- Allow to upload big files in Immich.
|
- Allow to upload big files in Immich.
|
||||||
- Only enable php-fpm Prometheus exporter if Nextcloud is enabled.
|
- Only enable php-fpm Prometheus exporter if Nextcloud is enabled.
|
||||||
- Fix pkgs overrides not being passed to users of SelfHostBlocks.
|
|
||||||
|
|
||||||
## Other Changes
|
## Other Changes
|
||||||
|
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.6.1
|
0.7.0
|
||||||
|
|
@ -30,7 +30,7 @@ Host Blocks:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
::: {.info}
|
::: {.note}
|
||||||
In case somehow this documentation became stale,
|
In case somehow this documentation became stale,
|
||||||
look at the examples in [`./demo/minimal/flake.nix`](@REPO@/demo/minimal/flake.nix)
|
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 -
|
which provides examples tested in CI - so assured to always be up to date -
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue