Updated to hotfix

This commit is contained in:
Kasra Bigdeli
2021-10-09 19:10:53 -07:00
parent ab3381e784
commit 49b5e54f0c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
## [Next Version - available as `edge`]
- TBD
## [1.10.1] - 2021-10-09
- Fixed: Fixed expired SSL certs issue [Issue-1215](https://github.com/caprover/caprover/issues/1215)
- Fixed: On some VMs the initial installation used to fail due to issues with Docker's ingress network. [Issue-1206](https://github.com/caprover/caprover/issues/1206)
- Fixed: CAPROVER_GIT_COMMIT_SHA wasn't available if deployed using webhook [Issue-1198](https://github.com/caprover/caprover/issues/1198)
+1 -1
View File
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
const configs = {
publishedNameOnDockerHub: 'caprover/caprover',
version: '1.10.0',
version: '1.10.1',
defaultMaxLogSize: '512m',