Update 0.1.7.md

This commit is contained in:
Stefan Pejcic 2024-05-08 18:45:33 +02:00 committed by GitHub
parent fd8193d479
commit 63022e540b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,11 @@ Released on May 08, 2024
- Fixed false-positive error bug when adding user via OpenAdmin interface.
- Fixed bug with search input on OpenAdmin > Firewall page.
- Fixed bug with ajax form submission not working on OpenAdmin > General Settings page (reported bySamanw).
- Fixed bug with docker: `failed to register layer: devicemapper: Error running deviceSuspend dm_task_run failed.`
- Fix bug with mysql: `ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 2`
- Fixed bug with PIP install on Python 3.11 and 3.12: https://peps.python.org/pep-0668/
- Fixed bug with Gunicorn: `ModuleNotFoundError: No module named 'pyarmor_runtime_000000'`
- Fixed bug with Nginx: `Starting nginx: [emerg]: bind() to IP failed (99: Cannot assign requested address)`
## 💅 Polish
@ -145,6 +150,7 @@ New API endpoints are available for automating various administrative tasks or i
- `git` and `clamav` are now removed from the install script
- Added checks for failed wget (reported by *germangc125*)
- `--repair` flag will now retry all installation steps
- database import is now retried multiple times if mysql is not ready
----