Bug Fixes
- Install/Agent: The install-agent script now quotes JSON parsing inputs correctly, fixing failures caused by unescaped values during agent setup. (319f0a2)
- WebUI/Dashboard: Updated Homarr dashboard icon source. (d8749dd)
New Features
- Core/Docker: Docker route labels now support a scalar shortcut form, reducing label verbosity when defining container routes. (3fe8d67)
- Core/ACME: ACME DNS provider support now includes
deSEC(UNTESTED, see #235). (9d5a644)
Improvements
- Dependencies/Runtime: Go module dependencies were refreshed across the main repository and goutils, including updates to quic-go and other runtime libraries. (ade0ea8, yusing/goutils@bd30100, yusing/goutils@2e2d2a1)
Full Changelog
- 806500c chore(examples): use scalar scheme labels in netbird compose
- c810b2f chore(examples): add Open Notebook docker compose example
- 319f0a2 fix(scripts): quote install-agent JSON parsing inputs
- 3fe8d67 feat(docker): support scalar shortcut route labels
- 99431de chore(build): enable trimpath for Go builds
- ade0ea8 chore(deps): bump Go modules and goutils refs
- d8749dd fix(icons): update homarr dashboard icon CDN source
- 9d5a644 feat(acme): register deSEC provider
- bd30100 chore(deps): bump quic-go to v0.60.0 and sonic to v1.15.2
- 2e2d2a1 chore(deps): bump go-colorable and module indirect dependencies
- 49b1f46 chore: update wiki