All Versions
31
Latest Version
Avg Release Cycle
105 days
Latest Release
1074 days ago

Changelog History
Page 1

  • v2.1.0 Changes

    May 20, 2021
    • REST API for client, job management and policy, script, user retrieval (by Uxue Anabitarte)

    • REST API automated tests for client and job management entrypoints (by Uxue Anabitarte)

    • Security: update symfony/security-core and symfony/security-guard (by dependabot/Eneko Lacunza)

    • Fixes in english strings (by Jérémy Viès)

    • French translation (by Jérémy Viès)

    • Docker image: generate random value for SYMFONY_EB_SECRET if not set by user (by Xabier Ezpeleta)

    Many thanks to Igor Blanco for mentoring and reviews.

  • v2.0.2 Changes

    May 12, 2021
    • Fix #543: Restore to client gets stuck at Starting restore job (by Xabier Ezpeleta)
    • Fix #536: Button "Run now" in edit job form doesn't work (by Uxue Anabitarte)
    • Fix #540 Job execution bogus error emails (by Eneko Lacunza)
    • Fix #538 Parameters form not showing the updated values, review&suggestions by Igor Blanco (by Eneko Lacunza)
    • Merge to 2.0.x #492 Add alternative mysql providers support by Russell Knighton (by Eneko Lacunza)
  • v2.0.1 Changes

    May 04, 2021

    🛠 Bugfixes:

    • Fix tick command locking. This was creating various issues. Closes #530 .
    • Fix running a job remotely with token. Closes #533 .
    • Fix jon token generation. Closes #514 .
    • Don't set /var/spool/elkarbackup/backups permissions on install/update. It can be very slow if there are existing backups. Also, could remove user/groups of backups done with local permissions. Closes #529 #528 .
    • Fix public key download. Closes #500 .
  • v2.0.0 Changes

    March 16, 2021

    🔒 Security fixes:

    • Generate new Symfony secret on install or on upgrade if it was left unchanged (closes #481)
    • Deprecate USER role users, blocking login, due to security issues (closes #157)

    Enhacements:

    • Remove Tahoe integration (closes #458)
    • Upgrade to Symfony 4.4 LTS (closes #426)
    • Pre/post script execution order changed to be alphabetic, pre ascending and post descending (closes #466)
    • Debian 11 Bullseye support (requires Debian 10 rsnaphost package installation, closes #456)

    🛠 Bugfixes:

    • Fix missing php-xml dependency in package (closes #473)
  • v1.4.0 Changes

    February 24, 2021
    • Upgrade to Symfony 3.4< and needed dependencies (closes #271)
    • Upgrade monolog to remove PHP Warnings
    • Debian 10 support (closes #431)
    • Ubuntu 20.04 support (closes #432)
    • Remove installation script (#436)
    • Remove all distro/version support except Debian 10, Ubuntu 20.04 and docker image.
  • v1.3.5 Changes

    January 01, 2021

    🔒 Security fix:

    • 🛠 Fixed XSS in Job and Client lists reported by Doronizg (closes #427)

    ✨ Enhancement:

    • 👉 Show client column in status (Closes issue #408)

    🛠 Bugfixes:

    • 🔄 Change delivery address of swiftmailer in config_dev to "[email protected]"(closes #411)
    • 🛠 Fix postscript handling in Job entity (closes #400)
    • 🛠 Fix path for the log files to download (closes #313)
  • v1.3.4 Changes

    December 06, 2020

    🛠 Bugfixes:

    • 🛠 Fix XSS in policy list reported by Vyshnav Vizz (partially closes #419)
  • v1.3.3 Changes

    November 26, 2019

    1.3.3 (2019/11/26)

    🛠 Bugfixes:

  • v1.3.2 Changes

    November 06, 2019

    🛠 Bugfixes:

    • ⏪ Restore email notifications, deleted by error in v1.3 (#388)
    • ⏱ Disable "nothing to schedule" log messages. Add debug type messages. (#342)
  • v1.3.2-1 Changes

    November 19, 2019

    📦 Debian 10 compatible deb package