Releases: ollionorg/cloudendure-python
Releases · ollionorg/cloudendure-python
v0.0.7
Implemented enhancements:
- Migrate all config items to config module #28
- Update replication settings to conform to desired KMS usage #24
- Update main CLI handling to employ defined exceptions/feedback loops #6
- Add typing throughout and import annotations from future #35 (mbeacom)
- Update documentation with events entry and logos #34 (mbeacom)
- Move all configs to use Config for env and yaml #33 (mbeacom)
- Add base event handler and implementation on launch function #32 (mbeacom)
- Change image name to avoid blowup #26 (twarnock2w)
Fixed bugs:
- Bug in update blueprint flow #10
- Image creation failure #9
- Share AMI should pull image id from env/config #8
- Bug in last launch checks in main cli #7
Closed issues:
- Remove 3.6 support and prepare 0.0.7 #37
- Upgrade docker images to buster #36
- Event handling - track wave status #31
Merged pull requests:
- Upgrade docker images and drop py3.6 support #38 (mbeacom)
- update-encryption-key added #25 (twarnock2w)
- made image names not 'test' #23 (twarnock2w)
- v0.0.6 #22 (mbeacom)
v0.0.6
Implemented enhancements:
- Add python-fire to package dependencies #13
- copy_image and split_image support #20 (twarnock2w)
- Add black to makefile #18 (mbeacom)
- Add typing throughout base project #17 (mbeacom)
- Check uses replica now. Launch looks up project_id and stops on replica. #16 (twarnock2w)
Merged pull requests:
- Fixed update_blueprint to actually work #21 (twarnock2w)
- Create and share image changes. #19 (twarnock2w)
- Update dependencies and adjust formatting #15 (mbeacom)