Fixed auth

This commit is contained in:
Kasra Bigdeli
2024-10-19 10:50:28 -07:00
parent 8704aaf317
commit b14a759e4e
3 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
- N/A
## [1.13.1] - 2024-10-19
- Fixed an auth issue on frontend [cd916c](https://github.com/caprover/caprover-frontend/commit/cd916c53c4b15ec3f71863075dc4d2a729e2266e)
## [1.13.0] - 2024-10-19
- New: Added project structure [issue-158](https://github.com/caprover/caprover-frontend/pull/158)

View File

@@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
echo "**************************************"
echo "**************************************"
FRONTEND_COMMIT_HASH=9f6c377137088c10b5582c4c9cd8285a9bd450d9
FRONTEND_COMMIT_HASH=cd916c53c4b15ec3f71863075dc4d2a729e2266e
## Building frontend app
ORIG_DIR=$(pwd)

View File

@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
const configs = {
publishedNameOnDockerHub: 'caprover/caprover',
version: '1.13.0',
version: '1.13.1',
defaultMaxLogSize: '512m',