What's New in Altair AI Hub 2024.1.1?
Released: 25th October 2024
Version 2024.1 is compatible with version 10 and 2024.0.
If you’re still on version 9, then upgrading to 2024.1 is a major version upgrade. Please make sure to read the upgrade from AI Hub 9 migration instructions!
The following describes the enhancements and bug fixes in AI Hub 2024.1.0:
AI Hub Server
Enhancements
- Job Container's set a job's state to starting for required preparation work before transitioning to running on actual execution of a job
- Add back Dequeued Time inside job detail view of web interface, improving capabilities to inspect timing information
- Submission (time when a job has been created)
- Dequeued (time when message has been accepted by any Job Agent of that queue)
- Started (time when the job has been started to be executed)
- End (time when the job finished its execution)
- Execution duration (time between started and end)
- Duration between Dequeued and Started is the time for the Job Agent / Job Container to prepare for execution (like Project cloning etc.)
- Add back Dequeued Time inside job detail view of web interface, improving capabilities to inspect timing information
- Only retrieve logs of a job when not in PENDING or STARTING state inside job detail view of web interface
- For all initialized engines of Studio Core, run shutdown hooks on application shutdown
- Support case insensitive highlighting and search for Projects and Endpoints
- Add a summary to Endpoint Deployment(s) creation and edit page
- Update frontend dependencies
- Update Studio Core from
10.5.0
to10.5.1
Fixed
- Wrong icon tooltips for some SVG files
- Logout issue where logouts in another tab would not logout
- Job states in list and details page considered stop requested for archived jobs
- Snapshot history colors for changed, removed items
- Conflicting
state
query parameters with OIDC flow in frontend - Deleting a Web API Group with deployments will no longer cause an infinite error loop
- Errors occurring in specific Web API Agent related steps (Taking offline, fetching current deployments, etc.) will no longer cause an infinite error loop
- Syncing the Web API Deployments will no longer happen before deleting a Web API Deployment
- Filtering-icon indicates if there are active filters when the page got loaded (on pages: Executions, Endpoints, Schedules)
Deployment fixes and enhancements
- Upgraded Panopticon to 2024.1.0 that introduced breaking changes in the configration
- Upgraded Keycloak to 26.0.0
- Changed CES component to use miniforge instead of miniconda
- Changed JUPYTERHUB_NOTEBOOK_MEM_LIMIT=3g to heve enough memory to install conda packages from the notebook cli
- Added new labels
BREAKING CHANGE
- The new labels in Helm chart cause upgrade issue. The
jobs/deployment-init-jobs
anddeployment.apps/activemq-dep
need to be delete. The PVCs will be remained therefore no data loss.