Flightcontrol
Flightcontrol
  • Changelog
  • Feature requests

Flightcontrol changelog

Blue green deployments in private preview

🚀 Features

  • Blue green deployments for ECS based services in private preview

    • Blue-Green deployment is a deployment strategy that enables zero-downtime deployments by maintaining two identical production environments. This allows you to deploy new versions of your application, test them in a production-like environment, and then immediately switch traffic to the new version. It also makes rollbacks very fast.

    • Contact support if you'd like to try it

    • Read the docs

⚙️ Improvements

  • Postgres v18 support

  • Improve reliability of ECS EC2 clusters and deployments

  • Allow build cancellation in all cases

🐞 Bug Fixes

  • Fix Contributor role to be able to create env variables

  • Fix builder git clone error

  • Fix edge case with Lambda provisioning

  • Fix issue with form dialogs

  • Fix delete account flow

  • Fix IAM permissions not setting for scheduler service

  • Fix projects list pagination

  • Fix project cost calculation error

  • Misc fixes and improvements