From 4b43116a32f979c9868bed1d2ce35b16e5521061 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 19 Oct 2024 11:08:20 -0700 Subject: [PATCH] Release 1.13.1 (#2168) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed https://github.com/caprover/caprover/issues/2112 * Updated changelog * Force rebuild to capture the frontend change * Updated changelog * added fallback ip for installation if public ip not found * Added project definition to the config * Added project router * Updated apps router * Fixed update path * Added parent ID for projects * Typo fix * Not allow parent to be deleted if there are sub projects * Fixed typo in string template * Allow register project to accept description * Added functionality to remove multiple projects * Fixed the project deletion * Fixed the project deletion * Close https://github.com/caprover/caprover/issues/2153 * Added changelog * updated changelog * Updated changelog * Better error * Force build * add MariaDB to README.md * Improved MacOs startup * Added theme on backend (#2161) * Added theme on backend * Added themes * Added another theme * Updated changelog * Reformat * Improved dev code * Improved dev code * Added another theme * Updated packages (#2165) * Updated packages * Updated packages * Fixed formatting * Fixed tests * Returning project upon creation * Preparing release * updated frontend * Added some test to fix node 20 * Revert "Added some test to fix node 20" This reverts commit 18a59794b8579929b413ce7ed5485afa97f92ad4. * Updated changelog * Release 1.13 (#2166) (#2167) * Fixed https://github.com/caprover/caprover/issues/2112 * Updated changelog * Force rebuild to capture the frontend change * Updated changelog * added fallback ip for installation if public ip not found * Added project definition to the config * Added project router * Updated apps router * Fixed update path * Added parent ID for projects * Typo fix * Not allow parent to be deleted if there are sub projects * Fixed typo in string template * Allow register project to accept description * Added functionality to remove multiple projects * Fixed the project deletion * Fixed the project deletion * Close https://github.com/caprover/caprover/issues/2153 * Added changelog * updated changelog * Updated changelog * Better error * Force build * add MariaDB to README.md * Improved MacOs startup * Added theme on backend (#2161) * Added theme on backend * Added themes * Added another theme * Updated changelog * Reformat * Improved dev code * Improved dev code * Added another theme * Updated packages (#2165) * Updated packages * Updated packages * Fixed formatting * Fixed tests * Returning project upon creation * Preparing release * updated frontend * Added some test to fix node 20 * Revert "Added some test to fix node 20" This reverts commit 18a59794b8579929b413ce7ed5485afa97f92ad4. * Updated changelog --------- Co-authored-by: Robert Silén * Fixed auth * Fixed conflict --------- Co-authored-by: Robert Silén --- CHANGELOG.md | 4 ++++ dev-scripts/build_and_push_release.sh | 2 +- src/utils/CaptainConstants.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d7afe..f60adb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/dev-scripts/build_and_push_release.sh b/dev-scripts/build_and_push_release.sh index c05f962..62da472 100755 --- a/dev-scripts/build_and_push_release.sh +++ b/dev-scripts/build_and_push_release.sh @@ -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) diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index 47cb7b6..330ff44 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.13.0', + version: '1.13.1', defaultMaxLogSize: '512m',