Skip to content

Releases: dbinfrago/capella-collab-manager

v5.1.1

12 Aug 12:46
6469dbf

Choose a tag to compare

Important

This project has been moved from the DSD-DBS GitHub organization to the DB InfraGO organization. This has some effects:

  • Old Docker images (especially for older tags) are no longer available. This is the first release available in the new registry.
  • The URLs of the registries have changed from ghcr.io/dsd-dbs/capella-collab-manager to ghcr.io/dbinfrago/capella-collab-manager and from ghcr.io/dsd-dbs/capella-dockerimages to ghcr.io/dbinfrago/capella-dockerimages. Please update all references accordingly (in the values.yaml of the helm chart and in the tool configuration of the frontend).
  • The GitHub Pages hosted documentation is now available here: https://dbinfrago.github.io/capella-collab-manager/

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

24 Jul 09:32
05e8725

Choose a tag to compare

What's Changed

With this release, Grafana alerting emails have been replaced by custom emails sent from the backend. To continue receiving alerts, add the recipients' email addresses to alerting.recipients in Menu > Settings > Configuration.

Bug Fixes

Internal Changes

Full Changelog: v5.0.1...v5.1.0

v5.0.1

14 Jul 20:02
4bb332e

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v5.0.0...v5.0.1

v5.0.0

12 Jul 12:01
8bba28f

Choose a tag to compare

Breaking Changes

  • The deprecated attribute include_commit_history has been removed from pipeline routes. The commit history is now enabled by default for all pipelines.
  • The attribute k8s_cronjob_id has been removed from pipeline routes due to a change in the scheduling logic.
  • The triggerer attribute in pipeline run routes is optional after the update. If None, the pipeline run has been triggered by the scheduler.

A detailed list of all API changes is available here.

What's Changed

This major update features a new internal scheduling engine based on apscheduler. The main advantages are:

  • Automatically scheduled jobs (nightly runs) are listed as runs in the pipeline run overview
  • The pipeline details view was modernized and supports mobile devices
  • The pipeline logs are stored in the database as fallback if Grafana Loki is disabled

Features

Bug Fixes

Documentation

Internal Changes

Full Changelog: v4.25.1...v5.0.0

v4.25.1

10 Jun 12:22
83f2779

Choose a tag to compare

What's Changed

Features

Bug Fixes

Internal Changes

Full Changelog: v4.25.0...v4.25.1

v4.25.0

02 Jun 12:34
baf3d7d

Choose a tag to compare

What's Changed

A new token overview allows administrators to manage and revoke tokens for all registered users.
In addition, read-only sessions with a requested diagram cache fall back to sessions without diagram cache if the diagrams couldn't be loaded.

Features

Bug Fixes

Internal Changes

Full Changelog: v4.24.1...v4.25.0

v4.24.1

20 May 16:02
8a7ce8b

Choose a tag to compare

What's Changed

The added tag support in v4.24.0 has been extended to users.

Features

Documentation

Full Changelog: v4.24.0...v4.24.1

v4.24.0

09 May 12:15
512127f

Choose a tag to compare

What's Changed

This update adds support for project tags. Available tags are defined globally and can be assigned by project administrators to a project. These tags can be used to classify projects in groups and can be used to display additional information like the data protection classification of projects.

Features

Internal Changes

Full Changelog: v4.23.0...v4.24.0

v4.23.0

28 Apr 15:49
03c8d02

Choose a tag to compare

What's Changed

This update comes with a refreshed and slightly more modern design in the frontend, following the Material M3 approach.
In addition, slugs (which are used, for example, as identifiers for the API) are now stable and are no longer changed with a project or tool model rename.

Features

Bug Fixes

Internal Changes

Full Changelog: v4.22.0...v4.23.0

v4.22.0

22 Apr 12:01
9396528

Choose a tag to compare

What's Changed

With this release, it's possible to block users. Blocked users lose access to the platform, but access can be restored easily. In addition, all audit events are retained, unlike deleting users.

Features

Documentation

Internal Changes

Full Changelog: v4.21.1...v4.22.0