From 49b5e54f0c47fbed2e72f605b9fd23381985f930 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 9 Oct 2021 19:10:53 -0700 Subject: [PATCH] Updated to hotfix --- CHANGELOG.md | 4 ++++ src/utils/CaptainConstants.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcea16..966d368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index 9515a41..ed3f313 100644 --- a/src/utils/CaptainConstants.ts +++ b/src/utils/CaptainConstants.ts @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER = const configs = { publishedNameOnDockerHub: 'caprover/caprover', - version: '1.10.0', + version: '1.10.1', defaultMaxLogSize: '512m',