Skip to content

Releases: Dokploy/dokploy

v0.20.5

17 Mar 02:43
c6a2887
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.4...v0.20.5

v0.20.4

16 Mar 09:42
75fc030
Compare
Choose a tag to compare

What's Changed

  • feat(cluster-nodes): enhance node management by adding serverId prop … by @Siumauricio in #1506
  • feat(application): add cleanCache feature to application management by @Siumauricio in #1508

Full Changelog: v0.20.3...v0.20.4

v0.20.3

16 Mar 06:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.2...v0.20.3

v0.20.2

11 Mar 07:02
47db683
Compare
Choose a tag to compare

What's Changed

  • fix: truncate domain overflow for external links by @nktnet1 in #1458
  • refactor: update project name reference in compose template processing by @Siumauricio in #1459
  • feat(templates): support array-based environment variable configuration by @Siumauricio in #1461

Full Changelog: v0.20.1...v0.20.2

v0.20.1

10 Mar 09:36
Compare
Choose a tag to compare

What's Changed

  • Fix: handle race condition when migrating swarm service to standalone traefik container

Full Changelog: v0.20.0...v0.20.1

v0.20.0

10 Mar 07:40
Compare
Choose a tag to compare

What's Changed

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

Features

  • HTTP3 Traefik

For new installations will be enabled by default, for existing installations you will need to add this to your traefik.yml

entryPoints:
  web:
    address: ':80'
  websecure:
    address: ':443'
+    http3: 
+      advertisedPort: 443
    http:
      tls:
        certResolver: letsencrypt
  • Watch Paths:

Now you can especify a watch paths to trigger deployments based on changes based on a directory

Screenshot 2025-03-11 at 12 58 43 AM

  • New Templates System

Now we migrate the templates to a different repository, so the templates will no longer depend on dokploy releases.

https://github.com/Dokploy/templates

Also for easy integration you can now import templates from the web by copying a base64 and importing in the advanced area and uploading all the information, this way you can test it quickly without waiting for releases.
Screenshot 2025-03-11 at 1 01 03 AM

  • Rebuild Database
    Now you don't have to create a new database, you can delete the information in one click and start from scratch.
    Screenshot 2025-03-11 at 1 01 18 AM

  • Keep specific backups in your bucket
    Now you can specify a quantity of backups you want to keep in your bucket
    image

New Contributors

Full Changelog: v0.19.1...v0.20.0

v0.19.1

05 Mar 07:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.19.1

v0.19.0

03 Mar 05:44
Compare
Choose a tag to compare

What's Changed

Note

If you receive login related problems after upgrading such as Invalid Origin or other errors we recommend clearing cookies & localstorage, and refreshing the page.

Breaking Changes

  • Resources which were created in Git Providers, SSH Keys, Registry & Destinations before v0.11.0 Will automatically delete this is due to migration to better auth, so you will need to recreate.
  • 2FA Auth will need to recreate

Features

Organizations

Now you are able to create multiple organizations and isolated resources to specific organizations
Screenshot 2025-03-03 at 12 04 07 AM

AI

Now you can generate docker compose applications based on your prompt!
Screenshot 2025-03-03 at 12 05 38 AM

Screenshot 2025-03-03 at 12 05 53 AM

Screenshot 2025-03-03 at 12 06 55 AM

API Keys Redesign

Now you can generate API Keys based on specific organization and customization as rate-limiting
Screenshot 2025-03-03 at 12 08 28 AM

Cloud Version

Now the cloud users can login via Github or Google Authentication

Screenshot 2025-03-03 at 12 11 13 AM

New 2FA Flow

Due to integration of 2FA from better auth we decided to migrate to make it more flexible, if you have previously setup 2FA you will need to setup again.
Screenshot 2025-03-03 at 12 37 05 AM

New Contributors

Full Changelog: v0.18.4...v0.19.0

v0.18.4

17 Feb 03:57
56af894
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.3...v0.18.4

v0.18.3

10 Feb 06:42
030c8a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.18.3