diff --git a/documentation/docs/changelog/0.2.8.md b/documentation/docs/changelog/0.2.8.md index 57b8e3ce..68523530 100644 --- a/documentation/docs/changelog/0.2.8.md +++ b/documentation/docs/changelog/0.2.8.md @@ -21,9 +21,11 @@ Not yet released. - Fixed bug with the update_check script and added alternative server for updates. - Fixed bug within dockerfile for `openpanel/nginx-mariadb:latest` image that caused failed build step. - Fixed bug with limiting port speed on AlmaLinux, due to the tc command missing. +- Fixed bug with `opencli ssl-hostname` refusing to generate ssl if admin service is failed. - Fixed bug with `opencli php-ioncube` command not extracting files. ### 💅 Polish - Update script will now [create a log file of each update attempt and write a notification in OpenAdmin dashboard](https://i.postimg.cc/sXvkNFKv/2024-08-30-20-33.png). - Added timeouts to all external curl and wget calls from opencli scripts. - Improved [opencli files-fix_permissions](https://dev.openpanel.com/cli/files.html#Fix-Permissions) script will now add permissions for groups as well and run commands in parallel to speed-up the process. +- `bash` is replaced with `sh` in all opencli scripts, so we have support for alpine containers.