Releases: Dokploy/dokploy
v0.6.1
What's Changed
- fix(template): add missing file path by @Siumauricio in #314
- fix(docs): update dependencies by @Siumauricio in #316
- v0.6.1 by @Siumauricio in #317
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- feat: new publish directory flag by @lorenzomigliorero in #297
- feat: static buildtype by @lorenzomigliorero in #304
- fix(swarm): remove restart policy #306 by @Siumauricio in #307
- fix: align entry point names in configs by @ca110us in #309
- feat(template): add teable template by @kucherenko in #305
- docs(templates): add documentation about teable and open webui templates by @kucherenko in #311
- fix(docker-context): add docker context path #284 by @Siumauricio in #310
- v0.6.0 by @Siumauricio in #312
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
What's Changed
- Feat/monorepo by @Siumauricio in #292
- fix(swager): add zod object in generate ssh key by @Siumauricio in #293
- chore: update readme.md with alt names by @Flo4604 in #296
- fix: server traefik config https middleware by @lorenzomigliorero in #286
- feat: keep path prefix only if different than / by @lorenzomigliorero in #287
- Improve Open Graph Image on main site by @fuma-nama in #299
- Feat: add build and publish docs & website by @Siumauricio in #301
- v0.5.1 by @Siumauricio in #302
- chore: add slash to version by @Siumauricio in #303
New Contributors
- @Flo4604 made their first contribution in #296
- @fuma-nama made their first contribution in #299
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix: docker compose logs by @lorenzomigliorero in #257
- feat: add jellyfin template by @barraudSamuel in #243
- fix: docker compose monitoring by @lorenzomigliorero in #260
- feat: buildargs by @lorenzomigliorero in #249
- fix: update redirect by @lorenzomigliorero in #263
- fix: http to https by @lorenzomigliorero in #264
- refactor(docker-build): replace docker build with the command by @Siumauricio in #265
- fix: terminal monospace font by @lorenzomigliorero in #268
- fix(databases): add ip to useeffect deps by @Siumauricio in #270
- fix(templates): change path of volumes to be in files folder to prevent the volumes delete in each deploy by @Siumauricio in #272
- refactor(script): make ipv4 first and format the url when is ipv6 #258 by @Siumauricio in #273
- fix: Ensure Proper Permissions for acme.json in Traefik Configuration by @binaryYuki in #269
- refactor(directories): add 600 permissions to SSH_PATH #262 by @Siumauricio in #271
- feat: condition domain certificate field by @lorenzomigliorero in #267
- refactor: add error message in error builder by @Siumauricio in #277
- feat: shared ssh by @lorenzomigliorero in #276
- feat(traefik): add toggle for disable the traefik dashboard by @Siumauricio in #279
- v0.5.0 by @Siumauricio in #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 #243
- @binaryYuki made their first contribution in #269
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat: add commitlint by @kdurek in #231
- Feat: add notifications provider by @Siumauricio in #234
- fix(traefik): add try catch when starting service by @Siumauricio in #236
- feat(heroku-buildpacks): upgrade heroku to 24 version by @Siumauricio in #237
- refactor(templates): add tag input selector by @Siumauricio in #238
- refactor(databases): show ip in external connection instead of hostname by @Siumauricio in #239
- refactor(dockerfile): create .env file when using dockerfile #227 by @Siumauricio in #240
- feat(drag-n-drop): add support for drag n drop projects via zip #131 by @Siumauricio in #242
- Refactor: enable autodeploy by default by @Siumauricio in #246
- build: pnpm, node and lock file versioning by @lorenzomigliorero in #247
- Fix(volumes):Make file mounts are persistent by @Siumauricio in #248
- Fix(Builds): Make docker builds 98% faster by @Siumauricio in #250
- v0.4.0 by @Siumauricio in #251
Features
Notifications provider
Drag n Drop deployment
Drag n drop a zip of your project and automatically deploy
Heroku 24
The heroku team has released the version 24 with fully support for Arm
and Amd
Architecture.
New Contributors
- @lorenzomigliorero made their first contribution in #247
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- fix(#210): Make dokploy services automatically start when a crash or restart server by @Siumauricio in #212
- Clarify error message for naming validation in
AppName
by @eremannisto in #215 - feat: add umami template by @kdurek in #217
- feat: update configs by @kdurek in #219
- fix: disable husky only on production by @kdurek in #226
- ci: split workflows to separate files by @kdurek in #229
- feat: add copy function to visibility input by @anh-ld in #228
- v0.3.3 by @Siumauricio in #230
New Contributors
- @eremannisto made their first contribution in #215
- @kdurek made their first contribution in #217
- @anh-ld made their first contribution in #228
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- feat: doublezero template by @ciocan in #198
- feat: listmonk template by @ciocan in #200
- [Docs/style]: Fix minor spelling error by @henriklovhaug in #204
- refactor(setup): add constraints to dokploy services by @Siumauricio in #206
- v0.3.2 by @Siumauricio in #208
New Contributors
- @ciocan made their first contribution in #198
- @henriklovhaug made their first contribution in #204
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add web hook verification to GitHub Autodeploy by @slowlydev in #189
- feat(github-webhooks): #186 implement github autodeployment with zero… by @Siumauricio in #188
- chore: bump nocodb template version by @DarkPhoenix2704 in #191
- fix(git): set 22 port in git add host by @Siumauricio in #193
- feat(open-webui): add open-webui template by @kucherenko in #192
- fix(registry): remove login on self hosted by @Siumauricio in #196
- v0.3.1 by @Siumauricio in #197
New Contributors
- @slowlydev made their first contribution in #189
- @kucherenko made their first contribution in #192
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore: remove row selection count by @ephraimduncan in #178
- fix: avoid black background on light theme by @ephraimduncan in #177
- fix: avoid using defined secrets in calcom template by @ephraimduncan in #176
- feat: add documenso as template by @ephraimduncan in #175
- feat: nocodb template by @DarkPhoenix2704 in #182
- Feat/templates by @Siumauricio in #180
- feat: add glitchtip template by @Siumauricio in #184
- v0.3.0 by @Siumauricio in #185
New templates
- Documenso
- Glitchtip
- NocoDB
- appsmith
- baserow
- directus
- excalidraw
- ghost
- grafana
- n8n
- odoo
- uptime-kuma
- wordpress
- phpmyadmin
- rocketchat
- minio
- metabase
- meilisearch
New Contributors
- @ephraimduncan made their first contribution in #178
- @DarkPhoenix2704 made their first contribution in #182
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- fix: make databases be only available in manager by @Siumauricio in #162
- 40 feature request automatically generates domains by @Siumauricio in #163
- 147 add commit hash and commit message in the deployment list by @Siumauricio in #170
- refactor(#168): make project card be clickable everywhere by @Siumauricio in #171
- fix(#167): pass args in redis to require pass by @Siumauricio in #172
- fix(API): integrate next handler for swagger UI by @Siumauricio in #173
- v0.2.5 by @Siumauricio in #174
Domain generation
Watch a preview how easy is to generate a domain and see the your application fast and easy
v0.2.5.mp4
Full Changelog: v0.2.4...v0.2.5