Flightcontrol changelog

🚀 Introducing Private Web Service Type

Hi everyone! We've introduced the private web service type and have begun alpha testing with users for the new build system. Please let us know if you have any feedback!

🚀 Features

  • Private web service type - same as the standard web service but is not public on the internet. It is only accessible within the VPC.

⚙️ Changes + Improvements

  • Updated UI to show helpful information when cost reporting is not working

  • Improved deployment cancellation logic so that cancel button is always visible and improved the enabled/disabled logic

  • Made memory & cpu configuration optional for job runners- you can now define the cpu & memory on the base service and all jobs you configure will automatically inherit that configuration

🐞 Bug Fixes

  • Fixed a bug where redis services in preview environments were not being marked as complete

  • Fix light/dark mode selector not working

  • Fixed a bug where CSS was not being applied to runtime logs

  • Fixed a bug where the cloudformation stack for fargate services was not being deleted but did not error the service deletion

  • Security improvements