Skip to content

v2.4.0

Compare
Choose a tag to compare
@MoritzWeber0 MoritzWeber0 released this 05 Jun 13:13
· 75 commits to main since this release
3f55ddf

Breaking changes

The token authentication for Juypter was removed. After this update, all Jupyter containers will be exposed without authentication!

Reason for this change is a feature in the Capella Collaboration Manager, which automatically authenticates users against sessions (pre-authentication): https://github.com/DSD-DBS/capella-collab-manager/releases/tag/v3.1.0

If you don't use the Capella Collaboration Manager, you have to implement your own authentication mechanism.

What's Changed

Features

  • feat: Fail when trying to auto-download Capella with arm64 by @MoritzWeber0 in #291
  • feat: Expose idletime of Jupyter container via metrics endpoint by @MoritzWeber0 in #292

Internal changes

Full Changelog: v2.3.0...v2.4.0