New
0.7.3
CHANGELOG (0.7.X)
0.7.3 π (2025-10-28)
Backwards incompatible changes for 0.7.2
- It is required to also update
observer_webversions in all monitored apps for compatibility
Installer Actions
- None
Bug fixes
- None
Enhancements
PULL-163Updating Observer Web to 0.2.0
0.7.2 π (2025-10-16)
Backwards incompatible changes for 0.7.1
- None
Installer Actions
- None
Bug fixes
- None
Enhancements
PULL-166Changed remote vm args
0.7.1 π (2025-10-15)
Backwards incompatible changes for 0.7.0
- None
Installer Actions
- (Only if you run DeployEx for multiple applications) Update
deployex.shscript via:wget https://github.com/thiagoesteves/deployex/releases/download/0.7.1/deployex.sh
Bug fixes
PULL-164Updating installer to give log permissions to multiple apps
Enhancements
PULL-165Adding plug to avoid health check logging
0.7.0 π (2025-10-07)
Backwards incompatible changes for 0.6.1
Configuration Update Required: Replica Port Definition
The initial_port field has been replaced with a replica_ports configuration to support dynamic port assignment for replicas.
Before (0.6.0 and earlier):
applications:
initial_port: 4000
After (0.7.0):
applications:
replica_ports:
- key: PORT
base: 4000
Installer Actions
- (Only for debian hosts) Update
deployex.shscript via:wget https://github.com/thiagoesteves/deployex/releases/download/0.7.0/deployex.sh
Bug fixes
- None
Enhancements
PULL-153Prettify README and fixing typosPULL-159Amaru IntegrationPULL-160Adding multiple dynamic ports for application deployment based on the number of replicasPULL-160Adding health check pathPULL-161Adding new Feature to verify latest versions on Github for DeployExPULL-161Adding Checksum for released files
Host Binaries Available
This release includes binaries for the following Ubuntu versions:
- Ubuntu 24.04 with OTP 27 - deployex-ubuntu-24.04-otp-27.tar.gz
- Ubuntu 24.04 with OTP 28 - deployex-ubuntu-24.04-otp-28.tar.gz
You can use these pre-built binaries, or you can build your own if preferred.