Releases: Plenituz/barbe-serverless
Releases · Plenituz/barbe-serverless
v0.2.3
- add
aws_network
component to manage VPC resources
- add
aws_fargate_service
block to replace aws_fargate_task
. It supports load balancing with domain name, auto scaling and more
- bug fixes around using barbe-serverless components as imports
v0.2.2
- added
git_clone
block
- updated
name_prefix
handling to allow you to use strings instead of arrays
- minor QOL changes on urls and importing components
v0.2.1
- fix bug where we tried login in to GCP even for AWS only stacks
v0.2.0
- port most components to Typescript
v0.1.0
Care, on this release aws_fargate_task
still relies on running commands locally, which is no longer supported on Barbe. It will be migrated to buildkit once WASM is supported. All the other blocks are stable enough to be used.