0.16.0
Now we have a tibanna cleanup
function that removes all tibanna components. (also a part of core API)
tibanna cleanup -g <usergroup> [-s <suffix>] [--purge-history]
# --purge-history deletes all the records and history including logs, run jsons, post-run jsons, etc.
# (Do not use this option unless you're sure you want to delete all of them)
Example)
tibanna cleanup -g default_3647
Other minor changes
-
The following two changes require redeployment.
- Handling cases where EC2 instances have no Public IP (e.g. running on private VPC).
- DynamoDB entries now have time stamp
tibanna deploy_core -n run_task_awsem -g <group> [-s <suffix>]