From 691b0d0bddca72d3ad1ce44d96e0c8ac6d944432 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 20 Jun 2026 13:40:31 +0200 Subject: [PATCH] bump to 0.9.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- VERSION | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8958c2..e875a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ Template: # Upcoming Release +# v0.9.0 + +Commits: https://github.com/ibizaman/selfhostblocks/compare/v0.8.0...v0.9.0 + ## Breaking Changes - Updated simple-nixos-mailserver. Update all options following this pattern: @@ -28,13 +32,28 @@ Template: Note that simple-nixos-mailserver wanted to upgrade the location of the storage path to include the ldap UID instead of the email but I kept the email address. This means there is no migration to do. +- Update nixpkgs [from 6201e2 to abd1ea](https://github.com/ibizaman/selfhostblocks/compare/6201e203d09599479a3b3450ed24fa81537ebc4e...abd1ea17fdbedd48cbca770847b39e3a7a09ab5b). ## New Features - Add `shb.zfs.snapshotBeforeActivation` option to take a ZFS snapshot of given datasets before activation. See [the manual](https://shb.skarabox.com/blocks-zfs.html) for more details. +- Add [sanoid block](https://shb.skarabox.com/blocks-sanoid.html) +- Add option to take snapshot before activation with ZFS block. -# v0.8.0 +## Fixes + +- Fix oidc_login build for Nextcloud +- Fix mailserver build + +## Other Changes + +- Harden lldap configuration +- Convert ZFS block to system and [add documentation](https://shb.skarabox.com/blocks-zfs.html) +- Switch monitoring log fetching from deprecated promtail to fluent-bit +- Add test to catch drift for Let's Encrypt DNS provider + +# [BROKEN] v0.8.0 ## Breaking Changes diff --git a/VERSION b/VERSION index 8adc70f..899f24f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.9.0 \ No newline at end of file