Skip to content

v3.2.0

Compare
Choose a tag to compare
@MoritzWeber0 MoritzWeber0 released this 29 Apr 12:56
· 399 commits to main since this release
23bcfa8

Breaking changes

  • This release is only compatible with Capella Docker images version >v2.0.0. Be sure to use the new v2.0.0 images as persistent images BEFORE upgrading to Capella Collaboration Manager v3.2.0. The read-only image should remain on the old version and will be automatically removed when you upgrade to Capella Collaboration Manager v3.2.0.
  • The internal registry in the values.yaml points to the Capella Collaboration Manager registry now (ghcr.io/dsd-dbs/capella-collab-manager). If you've manually overwritten the docker.registry.internal value, make sure to update it! It should point to a valid Docker registry where the backend, frontend, guacamole and session-preparation images can be pulled from.
  • Read-only images have been removed. Instead, models are loaded with a new provisioning system and mounted into the session container. The behavior is analogous to persistent workspace sessions, except that an empty workspace and the models are mounted.

What's Changed

With this release, read-only sessions start faster. Model loading is now part of the Collaboration Manager, making it possible to provide read-only sessions for more tools in the future.

You can also quickly request previously requested sessions:

Features

Bug fixes

Documentation

Development

Full Changelog: v3.1.0...v3.2.0