Hello everyone!
We just released a new testing version for YunoHost and would be happy to receive feedback before releasing it as a stable version
For now, this release essentially includes many miscellaneous fixes and improvements for security, UX and general robustness. Also, many improvements and new helpers are now available for application packagers. In particular, the getopts
mechanism will allow for more flexibility in helpers evolution as well as more explicit options name and usage.
Thanks to all contributors (Aleks, Jimmy Monin, JosuĂ© Tille, Kayou, Laurent Peuch, Lukas FĂŒlling, Maniack Crudelis, n3uz, Taekiro, frju365, ljf, opi, yalh76, ĐлДĐșŃĐ”Đč) !
In parallel, the application team is currently reworking some of the definition of the quality level of apps to be more meaningful, as well as the whole âofficialâ app classification which is to become more flexible. Some of this is detailed here and here. We will probably release a more detailed statement once everything is settled !
Detailed changelog
Core
- [fix] Disable gzip entirely to avoid BREACH attacks (#675)
- [fix] Repair backup tests (#673)
- [fix] Backup fails because output directory not empty (#672)
- [fix] Reject app password if they contains { or } (#671)
- [fix] Optimize dyndns requests (#662)
- [enh] Donât add Strict-Transport-Security header in nginx conf if using a selfsigned cert (#661)
- [enh] Add apt-transport-https to dependencies (#658)
- [enh] Cache results from meltdown vulnerability checker (#656)
- [enh] Ensure the tar file is closed during the backup (#655)
- [enh] Be able to define hook to trigger when changing a setting (#654)
- [enh] Assert apt/dpkg is not broken before app install (#652)
- [fix] Loading only one helper file leads to errors because missing getopts (#651)
- [enh] Improve / add some messages to improve UX (#650)
- [enh] Reload fail2ban instead of restart to improve performances (#649)
- [enh] Add IPv6 resolvers from diyisp.org to resolv.dnsmasq.conf (#639)
- [fix] Remove old SMTP port (465) from fail2ban jail.conf (#637)
- [enh] Improve protection against indexation from robots (#622)
- [enh] Allow hooks to return data (#526)
- [fix] Do not make version number available from web API to unauthenticated users (#291, YunoHost-admin#226)
- [enh] Add Konami code in webadmin
(YunoHost-admin#208)
- [i18n] Improve Russian and Chinese (Mandarin) translations
App helpers
- [enh]
ynh_systemd_action
: reload-or-restart instead of just reload (#681) - [fix] Make sure that
ynh_system_user_delete
also deletes the group (#680) - [enh] Optimize app setting helpers (#663, #676)
- [enh] Allow
display_text
âfakeâ argument in manifest.json (still kinda experimental, might change in the future?) (#669) - [enh] Handle
ynh_install_nodejs
for arm64 / aarch64 (#660) - [enh] Update postgresql helpers (#657)
- [enh] Print diff of files when backup by
ynh_backup_if_checksum_is_different
(#648) - [enh] Add app debugger helper (#647)
- [fix] Escape double quote before eval in getopts (#646)
- [fix]
ynh_local_curl
not using the right url in some cases (#644) - [fix] Get rid of annoying âunable to initialize frontendâ messages (#643)
- [enh] Check if dpkg is not broken when calling
ynh_wait_dpkg_free
(#638) - [enh] Warn the packager that
ynh_secure_remove
should be used with only one arg⊠(#635, #642) - [enh] Add
ynh_script_progression
helper (#634) - [enh] Add
ynh_systemd_action
helper (#633) - [enh] Allow to dig deeper into an archive with
ynh_setup_source
(#630) - [enh] Use getops (#561)
- [enh] Add
ynh_check_app_version_changed
helper (#521) - [enh] Add fail2ban helpers (#364)
How to participate to the beta-testing
Do not do this on a critical production server!
From the command line, you can launch the following command to switch to testing:
curl https://install.yunohost.org/switchToTesting | bash
(If you are familiar with bash scripting, you might want to read what this does before blindly running the command)
After this command, you should be running YunoHost 3.5.0.
What to test?
Here are a few specific items for which tests and feedback would be nice!
- Browse and test a few things in the webadmin to validate that it behaves correctly;
- Install / remove few apps ⊠ideally test to upgrade an app
- Try to create a backup with a tmp folder already existing (maybe add
--apps some_app
to not backup everything if you have a lot of stuff on your system):
mkdir /home/yunohost.backup/tmp/foobar
touch /home/yunohost.backup/tmp/foobar/foobar
yunohost backup create -n foobar