v0.3.0 Durian
This release introduces an Inertia Web prototype that allows you to log in and view logs, as well as CLI commands for user control. Support for plain Dockerfile projects and an improved docker-compose build process has also been added.
Breaking Changes
- Webhooks are now served on
https://$HOST_ADDRESS:8081/webhook
instead of justhttps://$HOST_ADDRESS:8081/
New Features
Inertia Web 🌐
- Inertia Web is a super beta web application that you can visit from
https://${YOUR_REMOTE_UP}:8081/web
- New CLI commands for user control (such as adding and removing users):
$> inertia my_vps user --help
- Log in and view your application's logs from anywhere
Deployment Improvements 🚚
- Dockerfile: Rudimentary support for Dockerfile builds allows you to deploy your normal Docker projects using Inertia - at the moment, some advanced Docker CLI features such as
.dockerignore
are not supported. Set yourbuild-type
todockerfile
to use this. - docker-compose: Containers are now deployed in a two-stage build process, and build progress is now outputted in logs and
up --stream
commands.
UI/UX improvements ✨
- Improved
inertia my_vps init
feedback - Improved
inertia my_vps status
response if daemon is offline