v0.3.0
Few bug fixes and adds the following support for:
- AWS
- EC2 instances (with inline EBS, no GPU support for now)
- EBS volume
It also embeds default config files and coefficient files into the binary, the executable is by default self sufficent. Once installed you don't need extra files to run it (but you can still override it)
Changelog
- 1ef2458 Bump go to 1.20 and dependencies (#71)
- eb24405 Embed data files and use it by default (#68)
- 7b31f83 Embed default config file (#47)
- 896b349 Get AWS_REGION from env var (#66)
- 6ee9739 Make carbonifer available as Go library (#41)
- 5ccac0f Use plan file is already exists (#70)
- 12b79b6 [AWS] EC2 supports inline EBS (#72)
- c58a4f0 [AWS] Introduce AWS EC2 basic (#63)
- df974af [AWS] Supports EBS volumes and snapshot (#73)