mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update changelog for 11.2.16
This commit is contained in:
parent
2b1f74268f
commit
0e4495f11e
1 changed files with 21 additions and 0 deletions
21
debian/changelog
vendored
21
debian/changelog
vendored
|
@ -1,3 +1,24 @@
|
||||||
|
yunohost (11.2.16) stable; urgency=low
|
||||||
|
|
||||||
|
- apps/logs: fix some information not being redacted because of the packaging v2 flows (a25033bb)
|
||||||
|
- logs: misc ad-hoc tweaks to limit the noise in log sharing (06c8fbc8)
|
||||||
|
- helpers: (1/2/2.1) add a new ynh_app_setting_set_default to replace the unecessarily complex 'if [ -z ${foo:-} ]' trick ([#1873](http://github.com/YunoHost/yunohost/pull/1873))
|
||||||
|
- helpers2.1: drop unused 'local source' mechanism from ynh_setup_source (dd8db188)
|
||||||
|
- helpers2.1: fix positional arg parsing in ynh_psql_create_user (e5585136)
|
||||||
|
- helpers2.1: rework the fpm usage/footprint madness ([#1874](http://github.com/YunoHost/yunohost/pull/1874))
|
||||||
|
- helpers2.1: fix ynh_config_add_logrotate when no arg is passed (3942ea12)
|
||||||
|
- helpers2.1: sudo -u$app -> sudo -u $app (d4857834)
|
||||||
|
- helpers2.1: change default timeout of ynh_systemctl to 60s instead of 300s (262453f1)
|
||||||
|
- helpers2.1: display 100 lines instead of 20 in CI context when service fails to start (9298738d)
|
||||||
|
- helpers2.1: when using ynh_systemctl to reload/start/restart a service with a wait_until and it timesout, handle it as a failure rather than keep going (b3409729)
|
||||||
|
- helpers2.1: for some reason sudo -E doesn't preserve PATH even though it's exported, so we gotta explicitly use --preserve-env=PATH (5f6df6a8)
|
||||||
|
- helpers2.1: var rename / cosmetic etc for nodejs/ruby/go version and install directories (2b1f7426)
|
||||||
|
- i18n: Translations updated for Basque, Slovak
|
||||||
|
|
||||||
|
Thanks to all contributors <3 ! (alexAubin, Jose Riha, xabirequejo)
|
||||||
|
|
||||||
|
-- Alexandre Aubin <alex.aubin@mailoo.org> Sun, 23 Jun 2024 15:30:22 +0200
|
||||||
|
|
||||||
yunohost (11.2.15) stable; urgency=low
|
yunohost (11.2.15) stable; urgency=low
|
||||||
|
|
||||||
- apps: new experimentals "2.1" helpers ([#1855](http://github.com/YunoHost/yunohost/pull/1855))
|
- apps: new experimentals "2.1" helpers ([#1855](http://github.com/YunoHost/yunohost/pull/1855))
|
||||||
|
|
Loading…
Add table
Reference in a new issue