Releases: Dokploy/dokploy
Releases · Dokploy/dokploy
v0.8.3
What's Changed
- fix(compose): prevent to pass dokploy database url in docker compose … by @Siumauricio in #463
- Fix domain creation not returning domain data by @max-degterev in #465
- v0.8.3 by @Siumauricio in #466
New Contributors
- @max-degterev made their first contribution in #465
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- feat: add website translation for zh-Hans by @PaiJi in #421
- docs: removed duplicates from examples by @siddiquipro in #430
- feat: add sponsors section by @Siumauricio in #432
- fix: invalid template source path by @exi66 in #434
- fix: add missing compose .length #433 by @Siumauricio in #436
- fix: invalid glitchtip git link by @exi66 in #437
- Corrected language for creating applications from a template by @mpcref in #454
- 439 unable to open swagger by @Siumauricio in #456
- v0.8.2 by @Siumauricio in #457
New Contributors
- @PaiJi made their first contribution in #421
- @siddiquipro made their first contribution in #430
- @exi66 made their first contribution in #434
- @mpcref made their first contribution in #454
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- feat: added gitea template by @SashaGoncharov19 in #425
- Fix/correct path compose by @Siumauricio in #426
- v0.8.1 by @Siumauricio in #427
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Docs: added working placeholder links for the Setting Up Dokploy section and better Admin Account screenshot by @beltranaceves in #398
- feat(traefik): upgrade traefik to v.3.1.2 by @Siumauricio in #399
- Feat(Git Providers): support for github, gitlab, bitbucket by @Siumauricio in #403
- feat(docker): Multi-stage Builds by @iksaku in #400
- docs: add chinese translation by @GaKireiTsuki in #404
- feat: added restart button for containers by @SashaGoncharov19 in #414
- Fix/docker compose hosts by @Siumauricio in #417
- Feat(Monitoring Logs) by @Siumauricio in #420
- Refactor/requests by @Siumauricio in #423
- v0.8.0 by @Siumauricio in #424
Features
- Git Providers (Github, Bitbucket, Gitlab) you can add as many git providers you want
- Requests Tab( Watch in realtime all the request incoming to your server and services)
- Randomize Compose ( We provide a interface to make the docker compose, services, networks, configs and secrets be randomized or with suffix, this is very usefull when you have two instances of the same docker compose and sometimes you can have troubles with data sharing)
- Traefik v3.1.2
Breaking Changes
- We upgrade to traefik v3.1.2 so if you had added some custom traefik code you probably need to read the migration blog in order to prevent downtime https://doc.traefik.io/traefik/migration/v2-to-v3/, if you have invalid or incompatible code this can cause the dokploy ui cannot start and the traefik instance which may cause all your services go down, so becarefull, on other hand if you haven't touch anything to traefik related is not required to do anything and you are safe
- Since we are adding Git Providers where you can add multiple github accounts, gitlab and bitbucket we remove the current Github Application which was only 1 instance, all your services will be intact but you need to create a new github app
New Contributors
- @beltranaceves made their first contribution in #398
- @iksaku made their first contribution in #400
- @GaKireiTsuki made their first contribution in #404
- @SashaGoncharov19 made their first contribution in #414
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- Update README.md by @Siumauricio in #384
- feat: add Zipline template by @Vladislav-CS in #335
- fix: wrong domain link by @Vladislav-CS in #350
- refactor(cleanUpUnusedVolumes): Remove all unused volumes, not just anonymous ones by @akashdeep000 in #386
- feat: add Typebot template with email login configuration. by @freidev in #380
- fix: umami version by @orthdron in #393
- fix(documenso): add version by @Siumauricio in #395
- fix(traefik): make env be persistent between restarts by @Siumauricio in #396
- v0.7.3 by @Siumauricio in #397
New Contributors
- @akashdeep000 made their first contribution in #386
- @orthdron made their first contribution in #393
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- feat(template): add Aptabase template with ClickHouse and PostgreSQLCanary by @freidev in #371
- feat: add supbase template by @songtianlun in #361
- refactor(auth): add validation to prevent create another admin when a admin is present by @Siumauricio in #381
- v0.7.2 by @Siumauricio in #382
⚠️ Security Issue
Thanks to @bscript for reporting a issue where the administrator can be overwritten if tries to manually execute the registration endpoint, since we were not validating if an administrator previously existed, what happened is that the user was overwritten and gained access.
We recommend to upgrade to this version to prevent this security issue.
New Contributors
- @freidev made their first contribution in #371
- @songtianlun made their first contribution in #361
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- fix: wrong Docker version in Add Node commands by @ErickLuis00 in #362
- refactor(templates): use domains tab instead of envs by @Siumauricio in #363
- feat: add soketi template by @Siumauricio in #364
- Add new input to pass enviroment variables to traefik instance @Siumauricio in #365
- v0.7.1 by @Siumauricio in #367
New Contributors
- @ErickLuis00 made their first contribution in #362
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- refactor: remove hostname regex by @Siumauricio in #357
- feat(domains): add domains support to docker compose @Siumauricio in #356
- fix: buildpacks/pack support arm64 by @jumkey in #348
- refactor: add dialog close on submit success by @Siumauricio in #358
- v0.7.0 by @Siumauricio in #359
New Contributors
Full Changelog: v0.6.3...v0.7.0
v0.6.3
What's Changed
- fix: typos by @Vladislav-CS in #334
- fix: responsive design in the project settings page by @Vladislav-CS in #339
- fix(github): use github url to install the application #337 by @Siumauricio in #341
- fix(docker): add root docker to prevent registry delete in each resta… by @Siumauricio in #342
- fix(services): set published port 0 to prevent swarm assign random po… by @Siumauricio in #344
- fix(ui): close dialog after templete selected & add config editor line wrapping by @Tuluobo in #343
- 282 add option to revert dokploy version opt in based auto updates by @Siumauricio in #346
- v0.6.3 by @Siumauricio in #355
New Contributors
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix(git): don't add to ssh known host when is a http or https url by @Siumauricio in #330
- fix(git): add --recursive-submodules flag by @Siumauricio in #331
- fix(logs): add missing error message in logs
- v0.6.2 by @Siumauricio in #332
Full Changelog: v0.6.1...v0.6.2