What's Changed
- fix(gitlab): update repository filtering and connection testing by @Siumauricio in #1422
- feat(destinations): add createdAt timestamp and display creation date by @Siumauricio in #1424
- fix: breadcrumbs UX by @gentslava in #1411
- feat: add Hoarder template by @drudge in #1355
- feat(template): DataLens by @gentslava in #1415
- refactor: remove unnecessary extra shadow from monitoring page by @vinumzz in #1417
- feat(zipline): update zipline version by @hexaaagon in #1390
- fix(template): superset by @gentslava in #1414
- feat: fallback to openai compatible provider if url host doesn't match by @frostming in #1405
- feat: reorganize project view tabs into logical workflow groups #1261 by @ali-issa in #1392
- feat(monitoring): add date range filtering and log cleanup scheduling by @Siumauricio in #1430
- refactor(docker): sort container lists by name by @Siumauricio in #1432
- refactor(ui): improve environment code editor styling and layout by @Siumauricio in #1433
- feat(ui): add tooltips to service action buttons for improved user gu… by @Siumauricio in #1434
- feat(services): add bulk service move functionality across projects by @Siumauricio in #1435
- feat(services): add bulk delete functionality for services by @Siumauricio in #1436
- 700 reorganize services order by @Siumauricio in #1437
- feat(environment): add unsaved changes handling for environment settings by @Siumauricio in #1438
- fix(ui): update switch component background color for unchecked state by @Siumauricio in #1439
- feat(databases): add database rebuild functionality by @Siumauricio in #1440
- fix(frontend): update isolated deployment label for clarity by @eni4sure in #1441
- feat(domains): add custom certificate resolver support by @Siumauricio in #1442
- feat(applications): add watch paths for selective deployments by @Siumauricio in #1443
- Database empty backups fix by @Gity37 in #1431
- fix(ui): Autocomplete by @gentslava in #1445
- fix(ui): sorting by @gentslava in #1447
- Feat/latest n backups by @Siumauricio in #1446
- refactor(traefik): migrate from Docker Swarm service to standalone container and integrate http3 by @Siumauricio in #1371
- feat(ui): add Docker Compose file editor autocomplete by @Siumauricio in #1448
- Feat/migration templates by @Siumauricio in #1450
Breaking Changes
Due to issue #1345 it was necessary to migrate from traefik service to standalone docker container, so when you upgrade you may have downtimes or crashes due to the recreation of the container, additionally the templates will have to be deployed again to update the references of the new traefik container.
If you experience problems starting your instance please run this command on your server first
curl -sSL https://dokploy.com/install.sh | sh -s update
If that doesn't work run
docker service scale dokploy=0
docker service scale dokploy=1
New Contributors
- @laem made their first contribution in #1285
- @vinumzz made their first contribution in #1417
- @hexaaagon made their first contribution in #1390
- @frostming made their first contribution in #1405
- @eni4sure made their first contribution in #1441
- @Gity37 made their first contribution in #1431
Full Changelog: v0.19.1...v0.20.0