Skip to content

Releases: ibizaman/selfhostblocks

v0.4.0

12 Jul 21:17
Compare
Choose a tag to compare

This release makes the Jellyfin service setup declarative, including the initial admin user. It was made possible thanks to a new CLI tool written in C# upstreamed in the Jellyfin repo.

The only breaking change here is renaming all options from shb.ldap to shb.lldap.

Changelog: https://github.com/ibizaman/selfhostblocks/blob/v0.4.0/CHANGELOG.md
Commits: v0.3.1...v0.4.0

v0.3.1

25 Jun 05:43
Compare
Choose a tag to compare

This release celebrates all the tests to bump nixpkgs being fixed. SelfHostBlocks is now up-to-date again with nixpkgs.

New Contributors

Changelog: https://github.com/ibizaman/selfhostblocks/blob/v0.3.1/CHANGELOG.md
Commits: v0.3.0...v0.3.1

v0.3.0

08 Jun 22:32
Compare
Choose a tag to compare

This release changes a lot on the infrastructure of SelfHostBlocks and on the testing side.

The bump of Nextcloud to 29 is the only breaking change requiring a version bump.

New Features

  • Add option to add extra args to hledger command.

Breaking Changes

  • Default version of Nextcloud is now 29.

Fixes

  • Home Assistant config gets correctly generated with secrets
    even if LDAP integration is not enabled.
  • Fix Jellyfin SSO plugin which was left badly configured
    after a code refactoring.

Other Changes

  • Add a lot of playwright tests for services.
  • Add service implementation manual page to document
    how to integrate a service in SHB.
  • Add update-redirects command to manage the redirect.json page.
  • Add home-assistant manual.

New Contributors

Full Changelog: v0.2.10...v0.3.0

v0.2.10

26 Jan 21:59
Compare
Choose a tag to compare

New Features

  • Add shb.forgejo.users option to create users declaratively.

Fixes

  • Make Nextcloud create the external storage if it's a local storage and the directory does not exist yet.
  • Disable flow to change password on first login for admin Forgejo user. This is not necessary since the password comes from some secret store.

Breaking Changes

  • Fix internal link for Home Assistant which now points to the fqdn. This fixes Voice Assistant onboarding. This is a breaking change if one relies on reaching Home Assistant through the IP address but I don't recommend that. It's much better to have a DNS server running locally which redirects the fqdn to the server running Home Assistant.

Other Changes

  • Refactor tests and add playwright tests for services.

v0.2.9

26 Jan 20:07
Compare
Choose a tag to compare

New Features

  • Add Memories Nextcloud app declaratively configured.
  • Add Recognize Nextcloud app declaratively configured.

v0.2.8

26 Jan 20:06
Compare
Choose a tag to compare

New Features

  • Add dashboard for SSL certificates validity and alert they did not renew on time.

Fixes

  • Only enable php-fpm exporter when php-fpm is enabled.

Breaking Changes

  • Remove upgrade script from postgres 13 to 14 and 14 to 15.

v0.2.7

29 Dec 21:51
Compare
Choose a tag to compare
  • Added voice option for home-assistant
  • Added Nextcloud dashboard including a PHP-FPM Prometheus exporter

v0.2.6

02 Dec 22:16
ab86c6e
Compare
Choose a tag to compare

Add dashboard for deluge.

v0.2.5

02 Dec 20:13
30aa5dc
Compare
Choose a tag to compare

Minor release to fix modules using backup contract.

v0.2.4

29 Nov 23:25
260b502
Compare
Choose a tag to compare

Some fixes for modules using the backup contract.