Skip to content

Commit 408b9c8

Browse files
committed
Upgrade engine to v3.3.32 — hybrid loop, ArcSwap snapshots, ME decomposition
Addresses #40: container stopped working after v3.3.31 update on Alpine. v3.3.32 brings a major middle-relay refactor (PR #586) with bounded hybrid loop, parallel health checks, and registry split that should resolve the SNI rejection regressions reported in v3.3.31.
1 parent 04390af commit 408b9c8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-engine.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
telemt_commit:
77
description: 'Telemt commit hash to build from'
88
required: true
9-
default: 'aed7ba1'
9+
default: 'a383efc'
1010
version_tag:
11-
description: 'Version tag (e.g. 3.3.31-aed7ba1)'
11+
description: 'Version tag (e.g. 3.3.32-a383efc)'
1212
required: true
13-
default: '3.3.31-aed7ba1'
13+
default: '3.3.32-a383efc'
1414

1515
env:
1616
REGISTRY: ghcr.io

mtproxymax.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ CONNECTION_LOG="${INSTALL_DIR}/connection.log"
2424
INSTANCES_FILE="${INSTALL_DIR}/instances.conf"
2525
CONTAINER_NAME="mtproxymax"
2626
DOCKER_IMAGE_BASE="mtproxymax-telemt"
27-
TELEMT_MIN_VERSION="3.3.31"
28-
TELEMT_COMMIT="aed7ba1" # Pinned: v3.3.31build optimizations, unknown SNI logged as WARN
27+
TELEMT_MIN_VERSION="3.3.32"
28+
TELEMT_COMMIT="a383efc" # Pinned: v3.3.32hybrid loop, ArcSwap snapshots, ME decomposition
2929
GITHUB_REPO="SamNet-dev/MTProxyMax"
3030
REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"
3131

0 commit comments

Comments
 (0)