mirror of
https://github.com/caprover/caprover
synced 2026-08-25 08:56:29 +00:00
Merge pull request #2458 from caprover/agent/release-1.15.2
Release 1.15.2
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
|
||||
const configs = {
|
||||
publishedNameOnDockerHub: 'caprover/caprover',
|
||||
|
||||
version: '1.15.1',
|
||||
version: '1.15.2',
|
||||
|
||||
defaultMaxLogSize: '512m',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user