Developer Portal
Fixed
- apps: use the correct chart name when installing an app (#2477)
Security
Fixed
- Fix missing import in the ingress installation step (#2467)
- clusters: make the azure on-demand pricing checkbox keep its position (#2463)
Changed
- access control: disable adding/deleting groups and users (#2460)
- apps: persist selected catalogs when navigating between app pages (#2457)
- organizations: improve deletion experience for SSO users (#2455)
Fixed
- apps: use the correct catalog name when installing app in workload cluster (#2461)
- apps: prevent infinite loading spinners for apps that don’t have an app version or homepage set (#2459)
- Prevent throwing an error if the app metadata is not loaded yet and the footer version is invalid (#2462)
Fixed
- Take into consideration that the ingress app can be in another catalog (#2449)
- Use app name and catalog from app spec (#2445)
- Close app sorting dropdown after picking a value (#2443)
- Fix uncaught error when fetching user invitations fails (#2442)
Changed
- Disable the usage of the Kubernetes Management Cluster API for app management for on-prem installations (#2440)
Fixed
- Revert copy path for images, to make images and icons appears again (#2436)
Fixed
- The version in the release notes URL in the footer is missing
v prefix (#2435) - Users logged in via SSO can’t restore their existing session (#2434)
What’s changed
- We now use
Sentry for exception monitoring. We keep an eye on production errors and performance metrics, so we could make the experience better for users.
Fixed
- Spacing between installed apps in clusters (#2432)
- Users can attempt to install apps in clusters that in the deleting state (#2432)
- Memory leak when renewing the auth token fails for users logged in via SSO (#2430)
What’s changed
- Updated the development documentation in README (#2420)
Developer changes / New feature preparation
- Much refactoring and removal of sass towards css-in-js and typescript (#2383, #2409, #2410, #2411, #2412, #2349)
- Enabling more existing features using the Management API (MAPI) (#2413, #2416, #2421, #2425)
- Faster pre commit hook (#2422)
- Set nodeJS version to v14 (#2423)
- Update nginx to 1.19-alpine (#2426)
- Various other dependency updates
Changed
- Add stats about releases and apps belonging to clusters in the organization details overview (#2387, #2389)
- Cluster ID labels now have a slightly different color value, as a consequence of updating the
color-hash dependency.