VALT 6.6.19

From IVS Wiki
Jump to: navigation, search

July 23rd, 2026

Technical

  • Nginx reverse proxy Docker image: Updated Nginx version to 1.30.4
  • SSL Renewal Watcher fixes/updates
    • Fixed issue that cleared out the configuration file values during a VALT update
    • Fixed issue that accepted malformed time values in the configuration file
    • Fixed issue that caused the SSL Renewal Watcher to always fail because the 'inotify-tools' apt package was not marked as a dependency for the 'ivs-valt' apt package
    • Updated to accept two different combination formats of filenames: 'fullchain.pem + privkey.pem' or 'cert.pem + chain.pem + privkey.pem'
    • Updated to remove all files in the `/usr/local/valt/ssl/incoming/` directory after a renewal has completed, failed, or past its expiry window
    • Updated to instantly update scheduled, weekly, and monthly cronjobs any time the configuration file is modified
    • Updated to restart the SSL Renewal Watcher service whenever VALT is installed or updated