Yunohost 11.1 spooky testing

:point_right: YunoHost 11.1.1 has been released and fixes a bunch of issues

In particular, we recommend people that were on 11.1.0 to run the following to fix the issue with admins aliases:

sudo su # To become root if not root already
MAINDOMAIN=$(yunohost domain list --output-as json | jq -r '.main')
yunohost user group add-mailalias admins root@$MAINDOMAIN admin@$MAINDOMAIN admins@$MAINDOMAIN webmaster@$MAINDOMAIN abuse@$MAINDOMAIN postmaster@$MAINDOMAIN
yunohost user group remove-mailalias admins root admin admins abuse webmaster postmaster

NB : if you ended up on 11.1.0 while still being on stable (11.1.0 was incorectly released as stable during a few hours), you first need to enable testing to get the upgrade to 11.1.1: curl https://install.yunohost.org/switchtoTesting | bash

:scroll: Changelog

  • groups: add mail-aliases management (#1539) (0f9d9388)
    • Groups can now be used as a minimalist mailing list : you can add group aliases with yunohost user group add-mailalias <groupname> <whatever@domain.tld> and mails sent to whatever@domain.tld will be dispatched to all members of the group
  • apps: Allow apps to be installed on a path sharing a common base, eg /foo and /foo2 (#1537) (ae594111)
  • admins/ldap: re-allow members of the admins group to edit ldap db (4f5cc166)
  • nginx: Add 502 custom error page (#1530) (5063e128)
  • misc/nodejs: Upgrade n to version 9.0.1 (#1528)
  • misc/update: add --allow-releaseinfo-change option to apt update to prevent the classic nightmare when debian changes from stable to oldstable (ac6d6871)
  • misc/dns: Add Webgo as Registrar to support it via Lexicon (#1529) (c50f3771)
  • misc/debug: Improve dpkg_is_broken instruction to also mention dpkg --audit (a772153b)
  • misc/regeconf: fix yunohost hook incorectly tweaking mdns.yml ownership (9bd98162)
  • misc/helpers: fix docker-image-extract helper (#1532)
  • misc/yunoprompt: don’t display postinstall tip to members of all_users group (4aaa8896)
  • misc/diagnosis: make the dnsrecord diagnoser not complain about the damn 128 vs 0 stuff in CAA records (70a8225b)
  • misc/settings: fix output format for ‘yunohost settings list’ (70bf38ce)
  • misc/helpers: Better error message when psql is not there for database_exists (#992) (f49c121b)
  • misc/multimedia: fix edgecase where setfacl crashes because of broken symlinks (94f21ea2)
  • misc/legacy: auto-patch ‘yunohost user create’ syntax in app scripts to use --fullname instead (d254fb1b)
  • misc/webadmin: fix checkbox svg icon colors (webadmin#489)
  • i18n: Translations updated for Arabic, Basque, Chinese (Simplified), Dutch, French, Galician, German, Spanish, Ukrainian, Italian, Kabyle, Polish
4 Likes