Skip to content

Releases: YunoHost/yunohost

v2.4.0.3

21 May 16:08
Compare
Choose a tag to compare

New hotfix stable release

  • #329: Check if the yunohost command is run as root - and print a nice message if not
  • Fix possible issue on LDAP backend change if /etc/ldap/slapd.conf was used instead of /etc/ldap/slapd.d for the configuration
  • Set some non-interactive options to apt in the package helpers

Big thanks to those who reported those issues!

v2.2.6

20 May 19:39
Compare
Choose a tag to compare

Finally... here is the last old-stable release of the 2.2 version! It only provides an easy way to upgrade to v2.4:

# yunohost tools upgrade --v24

v2.4.0.2

18 May 09:20
Compare
Choose a tag to compare

New hotfix stable release

Fix the SSL certificate creation error when upgraded from v2.2 (#333) and Web admin error on domain creation (#330).

Big thanks to those who reported those issues!

v2.4.0.1

14 May 12:36
Compare
Choose a tag to compare

New hotfix stable release

Fix the mysql configuration regeneration - especially at the post-installation - and the app removal if the restoration failed.

Big thanks to the guys who reported those issues!

v2.4.0

07 May 23:08
Compare
Choose a tag to compare

Did you really except a changelog??

Thanks to all contributors and translators: Cédric Félizard, Laurent Peuch, Jean-Baptiste, Jérôme Lebleu, Julien Malik, kload, Moul, opi, Sebastien Badia, taziden, zamentur!

v2.3.15

06 May 18:36
Compare
Choose a tag to compare

New testing release

  • [enh] Create backup archives path depending of output directory
  • [enh] Check free space in output directory before backup archive creation
  • [enh] Create ynh_backup helper based on ynh_bind_or_cp
  • [enh] Add ynh_die helper to print error message and exit
  • [enh] Do not clean whole pending conf dir when names are given at regen-conf
  • [enh] Remove empty pending conf directory at regen-conf
  • [fix] Handle when new conf is as current system conf in regen-conf
  • [fix] Remove the app if it restoration failed
  • [i18n] Rename backup_complete and backup_failed strings
  • [fix] Pass app instance environment variables to remove script
  • [fix] Catch IOError on tar creation (backup)

Contributors

Jérôme Lebleu, opi

v2.2.5

06 May 23:32
Compare
Choose a tag to compare

New stable release

  • [fix] Block installation and upgrade of apps with requirements

v2.3.14

30 Apr 19:13
Compare
Choose a tag to compare

New testing release

  • [enh] Remove client certificate verification from Dovecot and Postfix
  • [enh] Support passing env var to hook_exec
  • [enh] Set env var for each app script and rename app variables
  • [enh] Allow to set env var for executed hooks in hooks_callback
  • [enh] Do not bind mounting if no backup archive is created (wip #298)
  • [fix] Do not set default value to mailbox-quota at user_update
  • [fix] Clean properly backup tmp directory if it already exists (wip #298)
  • [fix] Remove legacy slapd file after directory creation at regen-conf
  • [fix] Remove old PAM config file at package postinstall
  • [i18n] Update translations from Weblate (French)

Contributors

Jean-Baptiste (translation), Jérôme Lebleu, Julien Malik

v2.3.13

26 Apr 14:43
Compare
Choose a tag to compare

New testing release

  • [cli] Deprecate app_initdb action in flavour of helpers
  • [cli] Deprecate and rename regenconf action to regen-conf
  • [enh] Add pre/post script execution callbacks to hook_callback
  • [enh] Refactor the conf regen for better conflicts handle
  • [enh] Allow to show the diff between conf in service_regen_conf
  • [enh] Allow to list pending conf in service_regen_conf
  • [enh] Add a dry-run option for service_regen_conf
  • [enh] Update services.yml in yunohost conf_regen and update its content
  • [enh] Add a yunopaste script to paste data to YunoHost Haste server
  • [enh] Catch boolean in is_true method of app.py
  • [enh] Implement the intersection of package version Specifier class
  • [enh] Implement the union of package version Specifier class
  • [enh] Implement the intersection of package version SpecifierSet class
  • [enh] Prevent non-updated multi-instances apps installation (close #126)
  • [enh] Force new MySQL password set if it's unknown at regen-conf
  • [fix] Restore MySQL password for root user (bugfix #194)
  • [fix] Restore current_host and use only one backup path for it
  • [fix] Use SSL certificate of main domain in Dovecot and Postfix conf
  • [fix] Call regen-conf only once passing a list in domain_add/remove
  • [fix] Remove useless email_legacy conf_regen hook
  • [fix] Import moulinette after dev env check in bin/yunohost{-api,}
  • [fix] Skip hidden and temp files in hook_list
  • [deb] Add etckeeper package in Recommends (wip #280)
  • [deb] Enable yunohost-firewall on service restart at postinst
  • [doc] Be more verbose when reset the MySQL root password
  • [doc] Add documentation to contains methods of Specifier/SpecifierSet

Contributors

Jérôme Lebleu, M5oul

v2.3.12.1

09 Apr 15:25
Compare
Choose a tag to compare

New bugfix testing release.

Fix yunohost-api service restart after upgrade and yunohost-firewall service installation.