v0.29.12

snakers4/silero-vadv0.29.12Jul 13, 2026by github-actions[bot]

AI Summary

The UI is adjusted for the 2FA screen and environment variables are now encrypted at rest using AES-256-GCM.

Key Highlights

  • Adjust button container to grid layout to prevent overflow in 2FA screen
  • Encrypt environment variables at rest with AES-256-GCM
  • Export full keyring in backup encryption key file

New Features

  • UI fix for 2FA screen
  • AES-256-GCM encryption for env vars
  • Full keyring export

Full Release Notes

## What's Changed
* fix(ui): adjust button container to grid layout to prevent overflow in 2FA screen by @juanjk24 in https://github.com/Dokploy/dokploy/pull/4786
* feat: encrypt environment variables at rest with AES-256-GCM by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4789
* feat: export full keyring in backup encryption key file by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4814

## New Contributors
* @juanjk24 made their first contribution in https://github.com/Dokploy/dokploy/pull/4786

**Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.29.11...v0.29.12