Releases: trailer-dev/community
v0.0.3
Release notes: v0.0.3
Trailer.dev is a self-hostable platform that enables seamless container-based development environments.
It provides a modern, efficient way to manage development workspaces and container resources.
Trailer.dev puts emphasis on Python and ML development for ease-of-use.
This version ships with several small features and improvements.
New Features
New Server features
An update mechanism is now present in the server and standalone binaries. Admins can check the version of their binaries
and update or downgrade to any version with a single click. The update mechanism will download and install the new binary after checking their minisign signatures.
On Linux and macOS the server process will replace itself with the new version, while on Windows it will create a new process and exit the current one.
Quality of life improvements
- Users are now able to change their password through their profile
- User avatars now fall back to user initials if a profile picture is not set
- The server will print the location of its data directory on startup
- Admins can now delete hosts
- Admins can enable or disable users through the user management interface
- If a workspace authentication method is changed, it will clear the agent proxy cache
- Added
minisignsignatures to all releases - Added
cosignsignatures to all OCI images
Fixes
- Added missing environment variable to enable the use of an SMTP server for emails. Use
TRAILER_APP_SMTP_ENABLED=trueto enable it. - New users are now in a verified state by default
- Trailer will no longer emit a
[middlewares]field in Traefik config files if middlewares are empty
Limitations
- The Trailer agent only supports Docker based environments as of v0.0.3
- The Community version of the server only supports one registered agent per server without a license key. For a license key, subscribe on Trailer.dev Cloud
For community support please use our Community repository.