From b3ad17583ceecb7dc682f2293ca5ff48918c5c4d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 30 Apr 2024 17:23:26 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index adca3bb..4094068 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -9,13 +9,17 @@ Not yet released. ### 🚀 New features - [Cronjobs can now be enabled/disabled and run on demand](#cron-disable) -- [Containerized services](#containerized-services) - [Ubuntu 24.04 images](#ubuntu24-images) - [Admin users can now be edited: rename, change password, suspend/unsuspend from OpenAdmin interface](#edit-admin-users) - [OpenAdmin search for users, websites and options](#admin-search) - [Forbidden usernames list](#forbidden-username) +### 💥 Breaking Changes +- [Containerized services](#containerized-services) +- [All services in our official docker images are now disabled by default](#disabled-services) +- Script `opencli docker-is_port_in_use` is now retired. + ### 🐛 Bug fixes - [Fixed bug with successful update message in notification center](#success-message) - Fixed bug with email alerts not being sent if server does not have a valid ssl @@ -37,7 +41,6 @@ Not yet released. - Sidebar toggle images are now hosted locally. - Google Cloud Storage is now used as a mirror for installation files. - [All docker images are now hosted on hub.docker.com](#hub-docker-com) -- [All services in our official docker images are now disabled by default](#disabled-services) ----