mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
52 lines
4.4 KiB
Markdown
52 lines
4.4 KiB
Markdown
---
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
# 0.2.6
|
|
|
|
Released on August 28, 2024
|
|
|
|
### 🚀 New features
|
|
- [Support for all major RHEL distributions: AlmaLinux, RockyLinux, Fedora, CentOS](/blog/openpanel-rhel-support)
|
|
- [MailServer for OpenPanel Enterprise edition](https://community.openpanel.com/d/91-email-support-for-openpanel-enterprise-edition)
|
|
- [Favorites](https://i.postimg.cc/X7z9yQxs/ezgif-1-d20f99810b.gif)
|
|
- [/api/services endpoints](https://dev.openpanel.com/api/services.html)
|
|
- [opencli email commands](https://dev.openpanel.com/cli/email.html)
|
|
|
|
### 🐛 Bug fixes
|
|
- Fixed bug with `opencli user-ip` on Debian and CSF.
|
|
- Fixed error `ModuleNotFoundError: No module named 'zope.event'` causing OpenAdmin service restart to fail on Ubuntu22.
|
|
- Fixed warning on nginx restart `nginx: [warn] conflicting server name "example.net" on IP:80, ignored`.
|
|
- Fixed bug on OpenPanel > Edit DNS Zone with the Priority field missing for MX type.
|
|
- Fixed bug on OpenPanel > Edit DNS Zone with incorrect display of TXT records that contain spaces.
|
|
- Fixed bug on OpenPanel > Edit DNS Zone with `-` not allowed in domain name pattern.
|
|
- Fixed bug with OpenAdmin > Users not showing dedicated ip for user.
|
|
- Fixed css styling bug with footer on OpenAdmin: Nginx and Plans pages.
|
|
- Fixed bug with `opencli user-delete` not deleting nginx vhost files after user is deleted.
|
|
- Fixed bug with `geoip` command missing from Fedora installation.
|
|
- Fixed bug with OpenAdmin > Logs showing ufw log when CSF is installed.
|
|
- Fixed error importing tables from phpmyadmin to database created via OpenPanel > AutoInstallers for WP and Flarum.
|
|
- Fixed error [Docker container named 'certbot' is not running. Make sure the container is running before executing this script](https://github.com/stefanpejcic/OpenPanel/issues/160).
|
|
- [Fixed bug with device devicemapper thinspace limit of 107.4GB](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2).
|
|
- [Fixed `Error: Data insertion failed.` on adding next user after 0.2.5 update](https://github.com/stefanpejcic/OpenPanel/issues/162).
|
|
|
|
### 💅 Polish
|
|
- DNS zone file changes now automatically increment the serial number and reload only the specific zone for the affected domains.
|
|
- Mailserver hostname is now automatically set on installation to match the server hostname.
|
|
- Nginx docker image change: [nginx:alpine (43.2MB)](https://hub.docker.com/layers/library/nginx/mainline-alpine/images/sha256-0c57fe90551cfd8b7d4d05763c5018607b296cb01f7e0ff44b7d047353ed8cc0?context=explore) is now used instead of [nginx:latest (188MB)](https://hub.docker.com/layers/library/nginx/latest/images/sha256-5f0574409b3add89581b96c68afe9e9c7b284651c3a974b6e8bac46bf95e6b7f?context=explore)
|
|
- `--with-modsec` flag is removed from [the install command](/install).
|
|
- [overlay2 is now the default Docker storage driver for new instalaltions](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2).
|
|
- `--overlay2` flag is removed from [the install command](/install).
|
|
- on installation [50% of available disk space will be used to create an XFS partition for Docker](https://community.openpanel.com/d/8-switching-docker-storage-engine-from-devicemapper-to-overlay2-storage/2).
|
|
- `/etc/fstab` is now used for mounting storage files after reboot, `opencli server-on_reboot` is deprecated.
|
|
- Form validations on OpenPanel > Databases, limits imposed are: 64 characters max for db_name, 32 characters max for username and 8-32 characters for passwords.
|
|
- Improved validations when adding domains on OpenPanel > Domains and human-readable errors.
|
|
- OpenAdmin interface is now also using minified html code, respecting the [dev_mode](https://dev.openpanel.com/cli/config.html#dev-mode) value.
|
|
- `--enable-mail` flag is removed from install script and mail is only available for OpenPanel Enterprise.
|
|
- Excluded from minification are now: all `/api/` endpoints, view files on FileManager, view fullchain and privkey on SSL, dns zone export from Domains page.
|
|
- Added spf record to [the DNS zone template](https://github.com/stefanpejcic/openpanel-configuration/blob/main/bind9/zone_template.txt).
|
|
- Added 0 as the default value for Priority field when adding MX record from OpenPanel > Edit DNS Zone.
|
|
- Added option on OpenAdmin > Users to retry failed user account creation with additional debugging information.
|
|
- `opencli server-on_startup` is rewritten.
|
|
|