From bba09dc607cf46c015bcf8ade7d5bdc6a1617b41 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 15 Apr 2026 01:58:10 +0200 Subject: [PATCH] bump to 0.8.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd85a95..7d084fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,31 @@ Template: # Upcoming Release +## Breaking Changes + +- Bump of Nextcloud version to 32 and 33 because of nixpkgs bump. All provided apps are verified compatible with Nextcloud 33 thanks to new tests. + +## New Features + +- Added Immich Public Proxy service +- Add homepage service with dashboard contract implemented by all services +- Add scrutiny service. +- ZFS module now supports setting permissions +- Add landing page for mailserver and dashboard contract integration + +## Bug Fixes + +- Use configurable dataDir in arr stack +- Forgejo ensures ldap is setup when sso is configured +- Add nixpkgs patches on aarch64-linux too +- Self-signed certs are now idempotent +- Prometheus scrapes metrics at 15s interval instead of 1m + +## Other Changes + +- Arr stack declares ldap groups, declare ApiKeys and bypasses auth for readarr when sso is enabled +- Forgejo declares ldap group + # v0.7.3 ## New Features diff --git a/VERSION b/VERSION index b09a54c..8adc70f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3 \ No newline at end of file +0.8.0 \ No newline at end of file