Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@luqmanbazran luqmanbazran released this 29 Aug 01:55
· 10 commits to main since this release
5ecc109

This release updates turbo with a few new features:

  1. Automatically generates and push the newest lambda image to our ecr repository
  2. Automatically retrieves the newest VOR AMI so the infrastructure deployer does not have to manually configure them
  3. Added support for public keys
  4. Displays to the user the AMI Name instead of simply the AMI ID

What's Changed

  • refactor: added cors configuration for communication with backend by @luqmanbazran in #28
  • chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #18
  • ci: Add workflow for building and pushing docker image to ecr for aws lambda by @luqmanbazran in #25
  • refactor: modified user data used by lambda function into template by @luqmanbazran in #31
  • refactor: change displayed choices of AMI from ID to Name by @luqmanbazran in #27
  • refactor: changed A record value from public to private ip by @luqmanbazran in #32
  • feat: added support for public keys by @luqmanbazran in #29
  • refactor: added instance profile to give deployed ec2 instances access to aws resources by @luqmanbazran in #30
  • refactor: set VOR stream images dynamically instead of manually by @luqmanbazran in #33

Full Changelog: v0.1.1...v0.1.2