v2.4.0
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
- ci: Remove unused Python setup during Docker build by @MoritzWeber0 in #295
Full Changelog: v2.3.0...v2.4.0