Flightcontrol changelog

Added "dependsOn" to UI for service configuration

🛠️ New Build System

  • Added env var: FC_FORCE_NO_CACHE, which allows users to deploy without the build cache.

  • Added health stats to build logs

🚀 Features

  • Added the "dependsOn" field to the service configuration in the UI, which allows you to configure dependent services for building and deploying (previously only available with a flightcontrol.json file)

  • Added an option to deploy without the build cache (works for both new and old build system)

🐞 Bug Fixes

  • Fixed a bug where runtime logs were not working if a service did not match a deployment's watchpath

  • Various small UI fixes