Skip to content

v0.3.0 Durian

Compare
Choose a tag to compare
@bobheadxi bobheadxi released this 28 Apr 17:03
· 715 commits to master since this release
c4f8ba0

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.

Deployed with Inertia

Breaking Changes

  • Webhooks are now served on https://$HOST_ADDRESS:8081/webhook instead of just https://$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

inertiawebdemo

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 your build-type to dockerfile 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

Bug fixes 🐛

  • Fixed nil pointer bug when trying to get status of a daemon that is offline (#70)
  • Fixed inability to retrieve logs if no deployment is active (#169)
  • Fixed duplicate timestamps when using non-stream inertia [VPS] logs (#177)