...
Fix dimension issue in 3D Viewer
Administration Actions & Information
Info |
---|
Upgrading to 24.5 will run data-migrations. This might take several minutes. Make sure that you backup your database before running the update. |
New tooling for managing on-premise setups
The deployment now supports replication
We’ve added support to replicate the pods through deployments. This is useful for:
Allowing for zero-downtime node evictions during Kubernetes Upgrades
Manually scale the pods up to process high loads
For more details, see Replication
Helm Chart Changes
The
backend
had been removed from the helm-chart as thebackend
pod was merged into thebutton3d
podThe init-jobs that are creating and migrating the database are now running as Jobs (Helm Hooks). This was necessary to allow replication (see above)
A option was added to throttle requests to the login endpoints for extra security
Many internal logic has been refactored to improve the stability.
evaljs
was removed from the helm-chart. It was replaced withevalrs
in an earlier version.Fixed SSL termination in case an Load Balancer is in front of kurl setup
(For LTS customers) Earlier Release Notes
...