Skip to content

6.2.10

Latest

Choose a tag to compare

@elookpotts-nvidia elookpotts-nvidia released this 25 Mar 15:55
· 86 commits to main since this release
7904629

Highlights

  • Authorization Bug Fixes — Multiple RBAC path corrections for credentials, workflow exec, and rsync operations
  • Interactive Exec Improvements — Dynamic terminal sizing and resize support for full-screen tools like vim when exec-ing into a running workflow task
  • Default Pool Submission — Users can now submit workflows to the default pool via osmo-user

Authorization

  • Credentials create path: Fixed RBAC action registry to include the more specific path required for credential creation (#737)
  • Workflow exec permissions: Corrected authorization paths for workflow exec and rsync operations (#738, #739)
  • Restart API access: Added missing action registry entry for the restart API (#716)

Interactive Development

osmo workflow exec and the browser shell now correctly handle terminal geometry, improving the experience when running interactive tools inside a workflow task:

  • Dynamic terminal sizing: The terminal reports its actual dimensions to the runtime, fixing rendering of full-screen applications like vim (#717)
  • Shell resize support: Resizing the browser shell window propagates correctly to the running session (#727)

Workflow Engine

  • Default pool submission: osmo-user can now submit workflows without specifying a pool, falling back to the user's default pool (#728)

Brev Deployment

  • New UI support: The new UI is now supported by allowing cross-domain URL proxying
  • KAI Scheduler v0.13.4: Quick-start and one-click launchable updated to KAI Scheduler v0.13.4 with corrected Helm chart registry path (#725)

Getting OSMO

Helm Charts and Containers

Helm charts and docker containers are available in NGC

CLI Client

The installers for the CLI client for MacOS (Apple Silicon), x86-64 Linux, and ARM64 Linux are attached as assets to this release.