Skip to content

0.9.2

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 19:08
f4673ce

CHANGELOG (0.9.X)

0.9.2 🚀 (2026-06-15)

Backwards incompatible changes from 0.9.1

Installer Actions

  1. It’s not mandatory, but it’s recommended to update deployex.sh.
rm deployex.sh
wget https://github.com/thiagoesteves/deployex/releases/download/0.9.2/deployex.sh
chmod a+x deployex.sh
./deployex.sh --update

Bug fixes

  • None

Enhancements

  • PULL-220 Changing log level to INFO when running unit tests
  • PULL-216 Let's Encrypt Certificate Management for DeployEx
  • ISSUE-207 Increase the default timeout for IEX/ERL terminal
  • PULL-225 Cleaning up inet_tls.conf file before updating deployex application

0.9.1 🚀 (2026-05-15)

Backwards incompatible changes from 0.9.0

  • None

Bug fixes

  • PULL-217 Updating due to vulnerabilities

Enhancements

  • None

0.9.0 🚀 (2026-04-01)

Backwards incompatible changes from 0.8.0

Hotupgrade

  • Hotupgrade from 0.8.0 to 0.9.0 is not viable since the previous version doesn't support it.

Installer Actions

  1. It’s not mandatory, but it’s recommended to update deployex.sh so it can support custom installation, hotupgrades and changing folder for log directories.
rm deployex.sh
wget https://github.com/thiagoesteves/deployex/releases/download/0.9.1/deployex.sh
chmod a+x deployex.sh
./deployex.sh --install

Bug fixes

  • ISSUE-203 DeployEx restarted after Github returned 504
  • PULL-208 Disabling mouse on tmux due to issues between tmux and xterm

Enhancements

  • ISSUE-188 Add DeployEx Secrets via environment vars
  • PULL-189 Adding hot upgrade functionality for DeployEx itself via CLI
  • PULL-193 Adding UI/UX for hotupgrading deployex itself
  • PULL-201 Adding support for hotupgrading libraries
  • PULL-211 Adding self-signed certificate generation depending on the OTP release
  • PULL-214 Adding mTLS information for checking the certificates and show in the UI

Host Binaries Available

This release includes binaries for the following Ubuntu versions:

You can use these pre-built binaries, or you can build your own if preferred.

Previous Releases