v0.1.1
Belune v0.1.1
A bug-fix release. Recommended for all v0.1.0 installs.
⚠️ Updating briefly restarts the whole stack. This release changes the
Compose file (the file-mounts fix), soupdate.shreconciles the infra and
recreates the containers — a few seconds of downtime for Caddy / Redis /
Postgres / BuildKit, not just the API.update.shtakes a pre-update backup
for you.
Fixed
- GitHub App creation now works on installs that don't set
PUBLIC_BASE_URL.
It falls back to your configured dashboard domain — the same way connecting a
provider via OAuth already did — so creating a GitHub App no longer errors with
"PUBLIC_BASE_URL must be set…". - File & config mounts now work on the standard containerised deploy. They
previously failed on reload withmkdir /opt/belune: permission denied, because
the managed file directory wasn't shared into the API container.update.sh
creates and permissions the directory as part of this update. - Create Application dialog: removed a duplicate Branch field in
connected-account mode (the branch is taken from the repository picker), and the
dialog now scrolls instead of overflowing when the repository fields appear.
Upgrade
cd /opt/belune && sudo bash scripts/update.shFresh installs are unaffected — the one-line installer already includes these fixes.
Full changelog: v0.1.0...v0.1.1