Merge pull request #2458 from caprover/agent/release-1.15.2
Build and push the release image / run-pre-checks (push) Canceled after 0s
Build and push the release image / build-publish-docker-hub (push) Canceled after 0s

Release 1.15.2
This commit is contained in:
Kasra Bigdeli
2026-08-14 18:46:15 -07:00
committed by GitHub
4 changed files with 11 additions and 2 deletions
+5
View File
@@ -4,6 +4,11 @@ Available as `edge`
- TBD
## [1.15.2] - 2026-08-14
- Fixed: Legacy custom Captain NGINX templates failing after upgrading to v1.15.0 [Issue-2455](https://github.com/caprover/caprover/issues/2455)
- Fixed: Authentication not persisting after reloading the dashboard [PR-230](https://github.com/caprover/caprover-frontend/pull/230)
## [1.15.1] - 2026-08-08
- Fixed: Custom one-click app template and Docker Compose deployments failing to start [PR-2453](https://github.com/caprover/caprover/pull/2453)
+1 -1
View File
@@ -44,7 +44,7 @@ echo $IMAGE_NAME:$CAPROVER_VERSION
echo "**************************************"
echo "**************************************"
FRONTEND_COMMIT_HASH=8db9fcd57f88be9bae12d1acc0daa4a4dfc604a2
FRONTEND_COMMIT_HASH=5db8b202774fb50c9ecdddc42020bb454d64c42d
## Building frontend app
ORIG_DIR=$(pwd)
+4
View File
@@ -540,6 +540,10 @@ class LoadBalancerManager {
domain: captainDomain,
serviceContainerPort3000:
CaptainConstants.serviceContainerPort3000,
// Backwards compatibility for custom templates created before v1.15.0.
// https://github.com/caprover/caprover/issues/2455
serviceExposedPort:
CaptainConstants.serviceContainerPort3000,
defaultHtmlDir:
CaptainConstants.nginxStaticRootDir +
CaptainConstants.nginxDefaultHtmlDir,
+1 -1
View File
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
const configs = {
publishedNameOnDockerHub: 'caprover/caprover',
version: '1.15.1',
version: '1.15.2',
defaultMaxLogSize: '512m',