Changelog History
Page 2
-
v1.5.1 Changes
August 14, 2019๐ New features & Improvements:
- Ablity to use websockets without having to manually edit nginx config (https://github.com/caprover/caprover/issues/439)
- ๐ Double hyphen in "image name" is now changed to single hyphen,
img-captain--myapp
is now changed toimg-captain-myapp
. This is to address the problem with 3rd party docker registries. See (https://github.com/caprover/caprover/issues/454). Note that this is only applied to the newly built images. All existing images will stay intact. Also keep in mind that service names and volume names remain the same with double hyphens for now. - ๐ Builds are now being queued instead of dropping the build if another one is in progress. See (https://github.com/caprover/caprover/issues/266)
- Ability to rename apps (https://github.com/caprover/caprover/issues/402)
- Limiting login failures to avoid brute-forcing the password (https://github.com/caprover/caprover/issues/419)
- Switched to fake certs for https catch all to avoid disclosing dashboard address.
- ๐ Pulling nginx and certbot images to ensure smooth install even on buggy docker installations. See this: https://github.com/caprover/caprover/issues/450
- ๐ Make the root domain available as a variable in one-click apps. See https://github.com/caprover/caprover/issues/435
๐ Bug fixes:
- ๐ Backup creation was fixed for instances that were migrated from CaptainDuckDuck
- ๐ง Python and Ruby templates were patched to allow using latest version of Linux automatically
- โก๏ธ updated npm packages to address potential vulnerabilities
-
v1.4.0 Changes
April 07, 2019๐ New Features:
- โ Added SSH key support for git webhook automatic deploy (#342)
- โ Added built-in support for HTTP basic auth (#336)
- โ Added option to add some app notes (description) to your apps (#403)
- ๐ Changed One-Click app selector to allow search (#394)
- Setting maximum version history to last 50 versions to keep the config file small
- โ Added Remember Me to web dashboard
- โ Added option to delete volumes when persistent app is being deleted
๐ Bug fixes:
- Auto redirect after Force SSL was broken on frontend (#399)
-
v1.3.0 Changes
March 04, 2019โ 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.
- 0๏ธโฃ 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 Changes
February 11, 2019๐ Fixed
- Pulling images from third party remote private repositories (#370)
-
v1.2.0 Changes
February 05, 2019๐ Awesome news for legacy CaptainDuckDuck users! You can now migrate to CapRover! See this:
๐ https://caprover.com/docs/cdd-migration.htmlโ Added:
- Monorepos are now first class citizens, thanks to this suggestion #356 (comment) by @robgraeber
- โ Custom One-Click apps. Now everyone can create a one click app as the templates are now easily testable. Use the last option in One-Click apps list (Template) and create a Pull Request here: https://github.com/caprover/one-click-apps
- ๐ Force git build button
- Hide/Show password clear text password fields
- ๐ณ Fall back to
Dockerfile
ifcaptain-definition
file does not exist
๐ Fixed:
- Removal of Ports and Volumes (#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 Changes
January 27, 2019๐ Features:
๐ Fixed:
- ๐ Persistent data directory with fixed path (https://github.com/caprover/caprover/issues/351)
โ Added:
- ๐ App Logs are now accessible via dashboard (https://github.com/caprover/caprover/issues/196)
Dev:
- โก๏ธ Backend and frontend dependencies updated
-
v1.0.0 Changes
January 19, 2019โก๏ธ 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.
- 0๏ธโฃ 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 Changes
November 28, 2018- โก๏ธ 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
-
v0.7.2 Changes
May 16, 2018๐ Starting V0.7.0, nginx was no longer using the Docker routing mesh, this was done to support showing real IPs behind requests. However, this caused issues on servers that have their ports blocked by firewall, see https://github.com/githubsaturn/captainduckduck/issues/237
โ Although it's not a bug in CaptainDuckDuck, it might cause confusion for new users, hence, a precheck for firewall test is added to the installation phase. If a firewall on important ports is detected, the user will be warned with a proper message and an instruction on how to disable firewall.
-
v0.7.1 Changes
May 14, 2018โ Added:
- 0๏ธโฃ Ability to override default values. This includes overriding default Captain dashboard subdomain and etc.
- ๐ Allowing precheck for wildcard domain to be skipped if the provider doesn't support wildcard
- ๐ One-click apps can now be deployed with specific tags (versions)
- The user can now optionally change the instance count of persistent apps.
- Unused images clean up added to settings
๐ Improved:
- Back button works as expected in apps settings page
- Sticky footer for Save and Delete buttons on the app page
- ๐ณ Move Docker registry settings to Nodes page from the main dashboard page
- Revealing real IP by using
mode=host
for nginx