v2.22.0
Notable changes
This release contains many small UI improvements. The project and model creation have been refreshed and have a new responsive design. Project leads can now move models to other projects.
In addition, we improved stability during cluster upgrades by introducing PodDisruptionBudgets. Sessions will no longer be terminated due to cluster updates.
Full changelog
Features
- feat: Change
window.confirm
to custom dialog by @dominik003 in #1122 - feat: Move model from one project to another by @Paula-Kli in #1057
- feat: Add coffee machine as default model by @Paula-Kli in #1140
- feat: Add custom input dialog by @dominik003 in #1127
- feat: Workspace backup CLI tool by @amolenaar in #1039
- feat(k8s): Add Pod disruption budgets by @MoritzWeber0 in #1125
- feat: Improve project creation UI by @romeonicholas in #1142
Bug fixes
- fix: Restrict clickable area on mat-card overviews by @MoritzWeber0 in #1155
Documentation
- docs: Enable prettier for docs again and fix issues by @Paula-Kli in #1139
- refactor: Use title case in documentation by @Paula-Kli in #1132
- docs(dev): Add requirements for responsive design by @MoritzWeber0 in #1152
Development
- refactor: Add own display value component by @MoritzWeber0 in #1130
- chore: Bump capellambse to 0.5.36 by @dominik003 in #1141
- build: Update frontend versions by @Paula-Kli in #1138
- ci: Prohibit use of
print
function by @MoritzWeber0 in #1151 - ci: Ignore
print
-statements in workspace CLI by @MoritzWeber0 in #1153
Full Changelog: v2.21.0...v2.22.0