v2.0.0
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
- feat(capella)!: Provision models via Capella plugin by @MoritzWeber0 in #275
- feat(t4c): Open commit description window on save by @dominik003 in #273
- feat: Load
ModelsImporter
dropin automatically by @MoritzWeber0 in #280
Development
- build(dev): Add xpra support for all "remote" Make targets by @MoritzWeber0 in #274
- build(deps): bump actions/add-to-project from 1.0.0 to 1.0.1 by @dependabot in #276
- build: Load environment from .env in Makefile by @MoritzWeber0 in #279
Full Changelog: v1.19.0...v2.0.0