v0.1.2
Pre-release
Pre-release
This release updates turbo with a few new features:
- Automatically generates and push the newest lambda image to our ecr repository
- Automatically retrieves the newest VOR AMI so the infrastructure deployer does not have to manually configure them
- Added support for public keys
- 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