Bug fixes
- Fixed broken insights UI and API due to missing table data
- Removed unnecessary ingress
- Fixed missing CORS for job cancel API endpoints. v1.1 and v2 job cancel endpoints will now work as expected
- Removed hardcoded notification email in frontend and workflows-conductor services
Instead of copying task agent into each task pod, we now use an init container with task agent resulting in faster time to starting tasks
Update: Aug 12, 2024. We discovered that the init container changes were not included in this release and have updated the change log.