mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
30 lines
3.3 KiB
Markdown
30 lines
3.3 KiB
Markdown
# 0.3.7
|
|
|
|
Released on December 03, 2024
|
|
|
|
### 🚀 New features
|
|
- Users can now reset the DNS zone for domain from ['OpenPanel > DNS Zone Editor > *domain* > Reset Zone'](/docs/panel/domains/dns/#reset-zone).
|
|
- Users can now block IP addresses per domain from ['OpenPanel > Advanced > IP Blocker'](/docs/panel/advanced/ip_blocker).
|
|
- Administrators can now [increase storage (disk space) allocated to Docker from 'OpenAdmin > Services > Docker'](https://i.postimg.cc/dwXgtRnP/storage-limits.png).
|
|
|
|
### 🐛 Bug fixes
|
|
- [Domain Logs infinite error #123](https://github.com/stefanpejcic/OpenPanel/issues/123)
|
|
- [WARNING: invalid config detected in file and file will not be included in webserver - please contact Administrator. #283](https://github.com/stefanpejcic/OpenPanel/issues/283)
|
|
- [Error: Working outside of request context. #278](https://github.com/stefanpejcic/OpenPanel/issues/278)
|
|
- [Websites show 502 after csf restart](https://community.openpanel.org/d/120-solved-websites-show-502-after-csf-restart-on-openpanel-version-037)
|
|
- Fixed error: `docker: no matching manifest for linux/amd64 in the manifest list entries` when pulling openpanel/apache image.
|
|
- Fixed error: [`failed to start daemon: Couldn't create reference store repository: invalid character '\x00' looking for beginning of value`](https://community.openpanel.org/d/122-solved-docker-couldnt-create-reference-store-repository) caused by `opencli docker-limits --apply` on overlay2.
|
|
- Fixed error: [`failed to start daemon: error while opening volume store metadata database (/var/lib/docker/volumes/metadata.db): invalid database`](https://community.openpanel.org/d/121-solved-docker-error-while-opening-volume-store-metadata-database) caused by decreasing allocated storage for docker.
|
|
|
|
### 💅 Polish
|
|
- [`opencli domains-dns default` command to restore default DNS zone for a domain](https://dev.openpanel.com/cli/domains.html#Default).
|
|
- For faster install process on servers with 400GB+ of storage, from now [a maximum of 200GB will be allocated to Docker service](https://github.com/stefanpejcic/OpenPanel/commit/930eb40b2e72b33cc60aaac49215f6a398d96c29).
|
|
- [No way to manually start PHP #281](https://github.com/stefanpejcic/OpenPanel/issues/281).
|
|
- [`opencli docker-limits --apply`](https://dev.openpanel.com/cli/docker.html#Limits) will now work for both devicemapper and overlay2 docker storage drivers.
|
|
- [`opencli docker-limits --apply SIZE`](https://dev.openpanel.com/cli/docker.html#Limits) now allows Administrators to increase storage size for Docker service.
|
|
- if [account activity](/docs/panel/analytics/account_activity/) feature is enabled, 'OpenPanel > Account > Active Sessions' will display link to search the activity log for each IP address in the table.
|
|
- `--docker-space=` flag is added to [install command generator](/install/) and [documented](/docs/admin/intro/#installing-openpanel-on-a-bare-metal-server).
|
|
- install script will now [validate docker configuration](https://github.com/stefanpejcic/OpenPanel/commit/60b204c444c53d76a478c23eb67ed139cf0ff3ad).
|
|
- `opencli backup-scheduler` will now use a separate cron file `/etc/cron.d/openpanel_backups` for backup jobs.
|
|
- OpenPanel installation script will now [block known PROXY and TOR blacklists on CSF](https://github.com/stefanpejcic/OpenPanel/commit/a289c217a4818894b80b7e7a058996e8fa5700ea).
|