Caprover Versions Save

Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

v1.5.1

4 years ago

See change logs: https://github.com/caprover/caprover/blob/master/CHANGELOG.md#150---2019-08-14

v1.5.0 was released momentarily but it was removed and patched as 1.5.1 due to a bug.

v1.4.0

5 years ago

New Features:

Bug fixes:

v1.3.0

5 years ago

Added:

  • Backup capability added (for configs and SSL certs). See docs for more details.
  • Health checks are now excluded from CapRover and nginx logs
  • Front-end is now almost mobile friendly.
  • Improved default SSL (https://github.com/caprover/caprover/issues/371)
  • Ability to change the root domain post installation

Fixed:

  • Web UI now waits for logs to get retrieved before sending another refresh. This fixes the rare case where the entire UI hangs because of Docker being unresponsive.
  • Fixed non English characters in the logs
  • Logs are now correctly sorted on the front-end

v1.2.1

5 years ago

Fixed

v1.2.0

5 years ago

Awesome news for legacy CaptainDuckDuck users! You can now migrate to CapRover! See this: https://caprover.com/docs/cdd-migration.html

Added:

Fixed:

  • Removal of Ports and Volumes (https://github.com/caprover/caprover/issues/355)
  • Not saving SMTP if username is not provided (some password managers autofill password field!)
  • Fixed deploy when some version are manually removed from config-captain.json file.

Donation campaign launched ❤ https://opencollective.com/caprover#backer

v1.1.0

5 years ago

Features:

Fixed:

Added:

Dev:

  • Backend and frontend dependencies updated

v1.0.0

5 years ago

Major Update. Renamed from CaptainDuckDuck to CapRover

Script for upgrading from CaptainDuckDuck to CapRover will be ready in a few weeks, here.

Breaking Changes:

  • schemaVersion in captain-definition file is now upgraded to 2
  • The extra ./src prefix is no longer needed for captain-definition dockerfiles. You need to remove ./src from the first argument in your COPY and ADD statements in your dockerfileLines

Features:

  • One Click Rollback
  • Improved build logs on webview.
  • Improved downtime between deploys
  • Allowing Dockerfile to be referenced in captain-definition (https://github.com/caprover/caprover/issues/113)
  • Ability to reference imageName inside captain-definition directly when you want o deploy an already built image from DockerHub.
  • Easy to copy and paste environmental variables UI: (https://github.com/caprover/caprover/issues/256)
  • Added a separate one-click repository which can be updated continuously - built based on docker compose (https://github.com/caprover/one-click-apps)
  • Ability to simply copy and paste a Dockerfile and captain-definition files on web dashboard.
  • Improved cluster support by adding ability to turn on/off the registry, have multiple private registries, change default registry.
  • Web dashboard UI improvements.

Dev work:

  • Backend rewrite in TypeScript.
  • Frontend rewrite in TypeScript via React + ant.design
  • CLI rewrite in TypeScript
  • Updated Certbot (Let's Encrypt)

v0.7.3

5 years ago
  • npm package updates for major security vulnerabilities
  • Updated default tags for MySQL in WordPress
  • Updated links in the front end app
  • Fixed the issue with HTTPS repos https://github.com/githubsaturn/captainduckduck/issues/283
  • Fixed port mapping disabled on app push
  • Added VSTS Agent as one-click app