Skip to content

Releases: Dokploy/dokploy

v0.9.1

28 Sep 18:50
9f6f872

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Sep 02:12
e378d89

Choose a tag to compare

What's Changed

Make sure to follow us in X to be aware the updates and new features! https://x.com/getdokploy

Multi Server Feature

The new Multi-Server feature allows you to deploy applications remotely across different servers without needing to build or run them where the Dokploy UI is installed. This feature ensures streamlined management while maintaining minimal resource usage on the UI server.

image
image
image
image

Full Changelog: v0.8.3...v0.9.0

v0.8.3

19 Sep 22:47
63e7eac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

16 Sep 22:00
4d8a0ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

07 Sep 19:29
e88cd11

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

07 Sep 07:14
5f174a8

Choose a tag to compare

What's Changed

Features

  1. Git Providers (Github, Bitbucket, Gitlab) you can add as many git providers you want
    image
  2. Requests Tab( Watch in realtime all the request incoming to your server and services)
    image
  3. 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)
    image
  4. Traefik v3.1.2
    image

Breaking Changes

  1. 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
  2. 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

Full Changelog: v0.7.3...v0.8.0

v0.7.3

30 Aug 06:33
536a6ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

26 Aug 22:14
213fa08

Choose a tag to compare

What's Changed

⚠️ 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

Full Changelog: v0.7.1...v0.7.2

v0.7.1

20 Aug 02:31
d5c6a60

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Aug 16:36
452793c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0