v0.5.0
版本发布时间: 2024-07-28 05:34:52
Dokploy/dokploy最新发布版本:v0.7.2(2024-08-27 06:14:53)
What's Changed
- fix: docker compose logs by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/257
- feat: add jellyfin template by @barraudSamuel in https://github.com/Dokploy/dokploy/pull/243
- fix: docker compose monitoring by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/260
- feat: buildargs by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/249
- fix: update redirect by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/263
- fix: http to https by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/264
- refactor(docker-build): replace docker build with the command by @Siumauricio in https://github.com/Dokploy/dokploy/pull/265
- fix: terminal monospace font by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/268
- fix(databases): add ip to useeffect deps by @Siumauricio in https://github.com/Dokploy/dokploy/pull/270
- fix(templates): change path of volumes to be in files folder to prevent the volumes delete in each deploy by @Siumauricio in https://github.com/Dokploy/dokploy/pull/272
- refactor(script): make ipv4 first and format the url when is ipv6 #258 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/273
- fix: Ensure Proper Permissions for acme.json in Traefik Configuration by @binaryYuki in https://github.com/Dokploy/dokploy/pull/269
- refactor(directories): add 600 permissions to SSH_PATH #262 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/271
- feat: condition domain certificate field by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/267
- refactor: add error message in error builder by @Siumauricio in https://github.com/Dokploy/dokploy/pull/277
- feat: shared ssh by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/276
- feat(traefik): add toggle for disable the traefik dashboard by @Siumauricio in https://github.com/Dokploy/dokploy/pull/279
- v0.5.0 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/280
Features & Breaking Changes
- Introduce SSH Keys: Now is not necessary to add a SSH key for every application or compose, now you can create a single SSH key an reuse across all the applications
⚠️ Breaking Changes
Since we are entering SSH Keys, we are deleting the SSH Key for each application so it will be deleted when you upgrade to the new version, so be aware of this and make the corresponding migration.
New Contributors
- @barraudSamuel made their first contribution in https://github.com/Dokploy/dokploy/pull/243
- @binaryYuki made their first contribution in https://github.com/Dokploy/dokploy/pull/269
Full Changelog: https://github.com/Dokploy/dokploy/compare/v0.4.0...v0.5.0