Merge branch 'master' of github.com:caprover/caprover

This commit is contained in:
Kasra Bigdeli
2019-08-13 16:16:13 -04:00

View File

@@ -1,4 +1,10 @@
## [Next Version - available as `edge`]
New features & Improvements:
- 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
- Ablity to use websockets without manually editing nginx config (https://github.com/caprover/caprover/issues/439)
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
@@ -8,9 +14,6 @@ BREAKING CHANGES:
- Double hyphen is now changed to single hyphen, `img-captain--myapp` is now changed to `img-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.
- Builds are now being queued instead of dropping the build if another one is in progress. See (https://github.com/caprover/caprover/issues/266)
Improvements:
- 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
## [1.4.0] - 2019-04-07
New Features: