openpanel/website/docs/changelog/1.1.0.md
2025-04-17 20:59:03 +02:00

14 lines
1.2 KiB
Markdown

Released on March 03, 2025
### 🚀 Breaking changes
- usage of [docker containers per service](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/docker-compose.yml)
- removal of official openpanel docker images
- usage of [docker volumes for storing data](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/docker-compose.yml#L629)
- user plans no longer determine web server (nginx/apache) - instead it is globally configurable in: [/etc/openpanel/docker/compose/1.0/.env](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/.env#L10)
- user plans no longer determine usage of mysql type (mysql/mariadb) - instead it is globally configurable in: [/etc/openpanel/docker/compose/1.0/.env](https://github.com/stefanpejcic/openpanel-configuration/blob/75aee2e5df9fcc3d1838343ef1161e86c97db93d/docker/compose/1.0/.env#L10)
-
### 💅 Polish
- disk and inodes quota can now be set to 0 for unlimited
- **docker** feature is added, allowing users to manage resource usage per containers, change versions, switch mysql type or webserver.