Skip to content

Releases: DCCoder90/home-net

v4.0.0

12 Apr 20:45
f392621

Choose a tag to compare

What's Changed

Pulumi Migration

The core infrastructure management has been rewritten in Pulumi, eliminating the instability and limitations of the previous Terraform setup. State management, resource lifecycle, and provider handling are
all more reliable as a result.

Per-Server Deployment

Services can now declare which server they deploy to via a host field in their config file. Previously all services were implicitly tied to a single host. This lays the groundwork for multi-server
deployments without any code changes.

USB Device Passthrough

Services can now expose USB devices to containers with a simple config flag:
devices:
usb: true
This enables hardware accelerators like the Coral TPU to be used by services such as Frigate.

Simplified Device Config

GPU and USB passthrough are now declared under a unified devices block rather than scattered boolean flags, making service definitions cleaner and more consistent.

PRs

Full Changelog: 3.0.1...4.0.0

3.0.1

26 Feb 19:00
c0dcdf6

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

26 Feb 18:30
1b27fbe

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...3.0.0

v2.0.0

08 Jul 11:30
a77201f

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...2.0.0

1.1.0

25 Jun 07:44
eb4b153

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

23 Jun 09:20
c2a7cf9

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Jun 08:49
b78202b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/DCCoder90/home-net/commits/1.0.0