Skip to content

Releases: Dokploy/dokploy

v0.7.3

30 Aug 06:33
536a6ba
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.6.3

17 Aug 04:41
385fbf4
Compare
Choose a tag to compare

What's Changed

  • fix: typos by @Vladislav-CS in #334
  • fix: responsive design in the project settings page by @Vladislav-CS in #339
  • fix(github): use github url to install the application #337 by @Siumauricio in #341
  • fix(docker): add root docker to prevent registry delete in each resta… by @Siumauricio in #342
  • fix(services): set published port 0 to prevent swarm assign random po… by @Siumauricio in #344
  • fix(ui): close dialog after templete selected & add config editor line wrapping by @Tuluobo in #343
  • 282 add option to revert dokploy version opt in based auto updates by @Siumauricio in #346
  • v0.6.3 by @Siumauricio in #355

New Contributors

  • @Vladislav-CS made their first contribution in #334
  • @Tuluobo made their first contribution in #343

Full Changelog: v0.6.2...v0.6.3

v0.6.2

08 Aug 03:59
3590f3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

03 Aug 21:46
9b2fcae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Aug 17:00
5abcc82
Compare
Choose a tag to compare

What's Changed

Features

Static Mode:

1. Nixpacks Integration

  • Utilize Nixpacks to build and deploy the application as a static site.
  • Benefit from a consistent and reproducible build environment for smooth deployments.

2. Static File Serving

  • Implement static file serving for improved performance and scalability.
    • /build/
    • /dist/
    • index.html in the root directory
    • Any other static file

Docker images for static deployments are 60mb

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

01 Aug 08:14
ee85545
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Jul 21:34
9bf88b9
Compare
Choose a tag to compare

What's Changed

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
    Screenshot 2024-07-27 at 3 30 32 PM

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

Full Changelog: v0.4.0...v0.5.0