github Dokploy/dokploy v0.8.0

latest releases: v0.8.2, v0.8.1
12 days ago

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

Don't miss a new dokploy release

NewReleases is sending notifications on new releases.