v0.10.0
版本发布时间: 2024-10-14 06:51:39
Dokploy/dokploy最新发布版本:v0.17.2(2025-01-13 16:28:55)
What's Changed
Make sure to follow us in X to be aware the updates and new features! https://x.com/getdokploy
- feat: add roundcube template by @seppulcro in https://github.com/Dokploy/dokploy/pull/459
- fix: bitbucket repositories length by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/522
- fix: tsx watch flag unwanted reload by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/523
- fix: Application create endpoint returns value by @kikoncuo in https://github.com/Dokploy/dokploy/pull/527
- feat: add dropdown link by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/524
- Feat/cloud by @Siumauricio in https://github.com/Dokploy/dokploy/pull/531
- Add missing organization to readme by @mezotv in https://github.com/Dokploy/dokploy/pull/537
- Add organization sponsors to website by @mezotv in https://github.com/Dokploy/dokploy/pull/538
- Fix typos and grammar errors by @mezotv in https://github.com/Dokploy/dokploy/pull/539
- fix(compose): refetch compose file when enter to the modal to prevent… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/544
- fix(website): improve sponsor logo alignment by @mezotv in https://github.com/Dokploy/dokploy/pull/545
- fix(traefik): allow to save domain without letsencrypt email when the… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/546
- feat(certificates): create certificates in a remote server by @Siumauricio in https://github.com/Dokploy/dokploy/pull/547
- fix(logs): improve logs in remote server when is error, and fix the e… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/550
- v0.10.0 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/553
⚠️ Breaking Changes
- Currently we used to handle SSH Keys private keys in text file, which in some cases is better to have as a defined field in the table, so now if you are using SSH Keys either for your git provider or servers, you will have to recreate the keys. If you don't do this you are likely to have unexpected behavior because it will no longer reference the files previously mentioned, all your applications will be remain the same, but when you try to deploy or access to the terminal you will have errors.
New Contributors
- @seppulcro made their first contribution in https://github.com/Dokploy/dokploy/pull/459
- @kikoncuo made their first contribution in https://github.com/Dokploy/dokploy/pull/527
- @mezotv made their first contribution in https://github.com/Dokploy/dokploy/pull/537
Full Changelog: https://github.com/Dokploy/dokploy/compare/v0.9.4...v0.10.0