Skip to content

Releases: DSD-DBS/capella-dockerimages

v2.5.3

10 Sep 13:37
af1eb24
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes

Internal changes

Full Changelog: v2.5.2...v2.5.3

v2.5.2

16 Aug 11:54
402ec5e
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix: Consider changed success message for importer / exporter by @MoritzWeber0 in #312

Full Changelog: v2.5.1...v2.5.2

v2.5.1

24 Jul 09:51
b5b31b4
Compare
Choose a tag to compare

What's Changed

Bug fixes

Full Changelog: v2.5.0...v2.5.1

v2.5.0

23 Jul 12:26
cb9daea
Compare
Choose a tag to compare

What's Changed

Features

Development

Full Changelog: v2.4.0...v2.5.0

v2.4.0

05 Jun 13:13
3f55ddf
Compare
Choose a tag to compare

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

v2.3.0

30 May 13:58
80444c4
Compare
Choose a tag to compare

What's Changed

Features

  • feat(jupyter): Allow additional dependencies during runtime by @MoritzWeber0 in #290

Full Changelog: v2.2.1...v2.3.0

v2.2.1

14 May 13:44
da419ef
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix: Resolve flickering of Eclipse with Xpra connection method by @MoritzWeber0 in #288

Full Changelog: v2.2.0...v2.2.1

v2.2.0

14 May 08:30
a38c063
Compare
Choose a tag to compare

What's Changed

Features

Internal changes

Full Changelog: v2.0.1...v2.2.0

v2.1.0

06 May 13:33
cebef20
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Apr 07:28
72e213e
Compare
Choose a tag to compare

Breaking changes

This release is required for Capella Collaboration Manager v3.2.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.

Please note the following breaking changes:

  • EASE images have been removed without replacement. If you want to continue using EASE images, you can use the existing Dockerfile and continue using independently. However, we will no longer maintain it.
  • The Capella read-only image has been integrated into the Capella base and remote images. The interface has changed. If you are using the Capella Collaboration Manager, no manual migration is required. For instructions on how to migrate the image in other environments, see the Deployment Documentation.
  • It's no longer supported to manually copy EGit and Eclipse dependencies, instead run a registry mirror and pass the ECLIPSE_REPOSITORY build argument to the docker build command.

Notable changes

When using TeamForCapella, users are now automatically prompted for a commit description on all commits. Users can skip the commit message by clicking "ignore" in the commit description popup.

The read-only feature from v1.X.X has been integrated into the base image. The new implementation relies on the models-from-directory-importer plugin, which is lightweight and faster.

What's Changed

Features

Development

Full Changelog: v1.19.0...v2.0.0