N.B.: If you are upgrading from polyaxon v1.x, please check the v2 release notes and the migration guide.
V2.12.0
Core
- Beta: Add possibility to launch persistent Ray clusters.
- Beta: Add possibility to launch persistent Dask clusters.
- Beta: Add support for pod failure policy https://kubernetes.io/docs/tasks/job/pod-failure-policy/ in termination.
- Enhancement: Automatically mount connections to user defined sidecars.
- Enhancement: Update k8s managers to use
deletecollectionfor multi-resources deletions.
Client
- New: Add
OrganizationClientto allow interacting with APIs on the organization level. - New: Allow to scope
OrganizationClientto specific team. - Enhancement: Add multi-run operations to the
ProjectClient. - Enhancement: Add support for culling config in the client.
- Enhancement: Update sdks.
Docs
- Enhancement: Add Organization/team client for interacting with organizations and allow scoping to specific team space.
- Enhancement: Add culling config documentation to handling termination and services timeout.
- Enhancement: Update teams documentation to show how to configure the client and CLI to use specific team space.
Operator
- Beta: Add logic to cull idle notebooks.
- Fix: Issue with service reconciliation getting stack in
warning<->runningstatuses.
UI
- Enhancement: Allow restarting agent pods from the UI.`
- Enhancement: Implement lazy loading of widgets in dashboards based on their visibility in viewport.
- Fix: Some UI issues and dropdowns styles.
- Fix: Regression in buttons styles.
- Fix: Regression in searching events in the inspection modal.
- Fix: Regression in the graph canvas.
- Fix: Regression in the realtime stats showing wrong
warningcounts - Fix: Regression in the projects list breaking with long names.
- Fix: ake projects grid view responsive for different screen sizes.
Commercial
- Enhancement: Improve teams spaces.
- Enhancement: Allow runs owners to delete their runs even if they are not admins.
- Enhancement: Allow assigning projects to non admin users.
- Fix: Issue in team space
- Fix: Issue in teams APIs and enforce scopes.