Changelog for
mash-2.0.0-lp150.1.1.noarch.rpm :
* Mon Feb 04 2019 Sean Marlow
- Update to v2.0.0 (2019-02-04) + Replace provider with cloud, cloud framework. + Old cloud image name is optional. + Implement Azure publishing. + Update max workers default. + Remove timeout from Azure copy blob function. + Add architecture option to support aarch64. + Add cleanup_images option. + Wait for obs conditions to be met. + Fix old cloud image name bug in job creator. + Add GCE handling to replication and publisher. + Implement GCE deprecation class. + Move create auth file method to mash utils. + Skip cred request in gce publish/replicate.
* Fri Jan 04 2019 Sean Marlow - Update to v1.4.0 (2019-01-04) + Refactor pipeline service & job classes. + Fix EC2 us-west-2 helper ami id. + Remove types that are not in all regions. + Add source regions setter in replication job. + Add prev service to base service class. + Combine pipeline methods. + Refactor credentials deletion. + Rename base service to mash service. + Add base mash job class for shared methods.
* Mon Dec 17 2018 Sean Marlow - Updated to v1.3.0 (2018-12-17) + Cleanup cloud image name in replication jobs. + Set cloud image name in uploader service. + Add data for new EC2 regions. + Simplify listener messages. + Catch generic exception in update image status. + Add next service attribute to services.
* Wed Dec 12 2018 Sean Marlow - Update to v1.2.0 (2018-12-11) + Update MASH requirements to use ec2imgutils. + Add keys to accounts template for GCE. + Pass job last service to all services. + OBS service should not be a valid option. + Only add additional regions when none provided. + Use temporary subnet and security group in uploader and testing.
* Mon Nov 12 2018 Sean Marlow - Update to v1.1.0 (2018-11-12) + Fix typo in ec2 instance type list. + Remove redundant job id from jc delete message. + Add IPA timeout option. + Remove service based configs from testing data. + Update accounts file location in config. + Integrate Azure replication. + Re-raise exceptions in event loop. + Cleanup flake8 warnings. + Add missing types in provider account schemas. + Enable GCE endpoints. + Use ARM endpoint for Azure upload. + Add python3.7 build target for ci testing. + Use setter methods in job classes. + Add python3.7 to supported versions in setup.py. + Fernet key rotation requires cryptography > 2.2. + Cleanup GCE uploader integration. + Fix key rotation. + Fix ec2 account update. + Drop uploader event loop.
* Mon Oct 01 2018 Sean Marlow - Update to v1.0.0 (2018-10-01) + Integrate GCE through testing service. + Move run tests method to base testing job class. + Make share with and allow copy optional. + Add comment on pytest __test__ usage. + Delete job doc logging from obs and uploader.
* Fri Sep 21 2018 Sean Marlow - Update to v0.2.0 + Select random instance type if None provided in job doc. + Print traceback in log if unexpected exception in IPA testing. + Set date in cloud image name based on expected {date} format string. + Move job logs to a jobs dir. + Fix bug fetch image name should have period appended. + Fix bug, log error and set failed status before sending message in OBS service. + Send delete message to uploader if OBS serivice receives a delete job message. + Unbind job keys from uploader listener queue when job deleted. + Remove utctime special handling in uploader. + Use cloud image name with .vhd appended for blob name instead of the file name.
* Fri Sep 14 2018 Sean Marlow - Update to v0.1.0 + Update requirements in spec and setup. + Update private key in testing service to match IPA. + Send status message on obs job failure. + Improve error message for web content exceptions. + Use file name in Azure storage instead of image name. - Azure image blobs must have .vhd extension. + Log IPA results file location in job log. + Remove arch evaluation. - Arch is expected to be x86_64. + Combine download_root, project and repository into download_url argument.
* Mon Aug 27 2018 sean.marlowAATTsuse.com- v0.0.1 + Initial release.
* Tue Nov 28 2017 msAATTsuse.com- Mash - Public Cloud Release Tool