v4.5.0
Note
A new required key .Values.valkey.password
was added to the Helm Chart configuration. Fill it with a randomly generated password in your values.yaml
.
What's Changed
We've added Valkey, an in-memory database, as a component of the management platform. We'll be using it primarily for caching. With this release, it's used to cache the model badge and diagram viewer, which load much faster when cached.
Full Changelog
Features
- feat: Improve Git handler and introduce caching by @dominik003 in #1689
- feat: Hide "Sessions" part from feedback email if no sessions are provided by @MoritzWeber0 in #1817
- feat: Trigger feedback dialog after login by @MoritzWeber0 in #1829
Bug Fixes
- fix: Display long usernames correctly in user overview by @MoritzWeber0 in #1820
- fix: Disable Feedback Prompt when logged out, Change order of buttons by @zusorio in #1828
Documentation
- docs: Add comparison between local Capella and Collaboration Manager by @MoritzWeber0 in #1819
Internal Changes
- build: Fail
helm upgrade
if secrets are not set invalues.yaml
by @MoritzWeber0 in #1818
Full Changelog: v4.4.0...v4.5.0