Skip to content

Releases: dbinfrago/capella-dockerimages

v3.1.2

06 Oct 14:32
f2f61cb

Choose a tag to compare

What's Changed

Features

Bug Fixes

Internal Changes

  • fix: Migrate repository to DB InfraGO GitHub organization by @MoritzWeber0 in #420
  • fix: Update some additional references to new GitHub organization by @MoritzWeber0 in #421
  • build(deps): Bump actions/github-script from 7 to 8 by @dependabot[bot] in #424
  • build(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #423
  • build(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #422

Full Changelog: v3.1.1...v3.1.2

v3.1.1

30 Jun 16:23
85091e3

Choose a tag to compare

What's Changed

Bug Fixes

Internal Changes

Full Changelog: v3.1.0...v3.1.1

v3.1.0

05 Jun 15:58
f7db422

Choose a tag to compare

What's Changed

Features

Internal Changes

Full Changelog: v3.0.2...v3.1.0

v3.0.2

16 Apr 11:54
0b9ff06

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(t4c2git): Don't copy commit history as file into Git repository by @MoritzWeber0 in #397
  • fix(t4c2git): Replace empty commit messages with 'No commit message' by @MoritzWeber0 in #398

Full Changelog: v3.0.1...v3.0.2

v3.0.1

15 Apr 17:30
3409a95

Choose a tag to compare

What's Changed

Bug Fixes

  • fix(t4c2git): Escape brackets in CDI grep when looking for last commit by @MoritzWeber0 in #396

Full Changelog: v3.0.0...v3.0.1

v3.0.0

15 Apr 15:55
6d62eae

Choose a tag to compare

What's Changed

A new command-line interface improves the developer experience and is intended to replace the previous Makefile. We tried to make it as backwards compatible as possible, but there are some breaking changes.

In addition, the TeamForCapella to Git script can now map TeamForCapella commits 1:1 to Git commits for Capella >= 7.0.0. This improves the traceability and can be used to identify changes more easily.

Breaking Changes

Capella 5.0.0, 5.2.0 and 6.0.0 are no longer released to the GitHub registry. The mentioned versions are still supported, but you have to build the images manually or stick to the last released version v2.7.7.

In addition, there are multiple breaking changes to the variables in the Makefile:

  1. The default value of CAPELLA_VERSION was changed to 7.0.0.
  2. The feature to inject packages has been removed.
  3. INSTALL_OLD_GTK_VERSION is no longer supported.
    The reason is that the description editor issues have been fixed in Capella 7.0.0 and a fix for Capella 6.X.X is available. We want to focus on newer versions and reduce the maintenance effort.
  4. DOCKER_RUN_FLAGS was removed. The common run flags are available as CLI flags.
  5. DOCKER_BUILD_FLAGS was removed. The common build flags are available as CLI flags.
  6. DOCKER_DEBUG_FLAGS was removed.
  7. CAPELLA_VERSIONS was removed. It's no longer possible to group the build of different Capella versions. If you want to build for multiple versions, build a loop on your own.
  8. The debug-targets in the Makefile have been removed. Use the new CLI instead for debugging.
  9. The steps are less fine-grained. For example, it's not possible to extend an existing T4C image with remote functionality using the CLI anymore. Instead, you have to use an existing Capella image and install remote + t4c together in one command via the CLI.
  10. JUPYTER_NOTEBOOK_REVISION has been removed.
  11. WORKSPACE_NAME was replaced with WORKSPACE_PATH for more flexibility.
  12. CAPELLA_DOCKERIMAGES_REVISION was removed. The revision is now automatically derived. To use a custom revision in the image tag, pass --image-tag to the build commands.
  13. DOCKER_REGISTRY was replaced with DOCKER_PREFIX.

Full Changelog

Features

Internal Changes

v2.7.7

12 Mar 09:33
9cb7af8

Choose a tag to compare

What's Changed

Features

  • feat: Add /workspace to file explorer sidebar by @zusorio in #387

Internal Changes

Full Changelog: v2.7.6...v2.7.7

v2.7.6

21 Feb 12:23
5860262

Choose a tag to compare

What's Changed

Features

Internal Changes

  • ci: Replace isort, black and pylint with Ruff by @zusorio in #358

Full Changelog: v2.7.5...v2.7.6

v2.7.5

14 Feb 13:23
5f3b32d

Choose a tag to compare

What's Changed

Features

Bug Fixes

Internal Changes

  • chore: Set docs copyright at build time by @zusorio in #378

Full Changelog: v2.7.4...v2.7.5

v2.7.4

04 Feb 11:10
b7d56e2

Choose a tag to compare

What's Changed

Features

Bug Fixes

Full Changelog: v2.7.3...v2.7.4