diff --git a/documentation/docs/changelog/0.2.2.md b/documentation/docs/changelog/0.2.2.md index c0d7e7e4..7be7424c 100644 --- a/documentation/docs/changelog/0.2.2.md +++ b/documentation/docs/changelog/0.2.2.md @@ -10,9 +10,9 @@ Released on July 16, 2024 ### 🚀 New features - **BETA** support for RockyLinux 9.4 -- [DNSSEC for OpenPanel domains](#dnssec) +- [DNSSEC for OpenPanel domains](https://dev.openpanel.co/cli/commands.html#DNSSEC) - [Daily Usage Reports](#usage-reports) -- [Sentinel CLI](#sentinel-cli) +- [Sentinel CLI](https://dev.openpanel.co/cli/commands.html#Sentinel) - Google PageSpeed data for WordPress websites on [OpenPanel WPManager](/docs/panel/applications/wordpress/). - Option to clear cached RAM from [OpenAdmin Dashboard](/docs/admin/dashboard/) page. - [Shared phpMyAdmin for All OpenPanel users and their MySQL users](#phpmyadmin). @@ -38,23 +38,6 @@ Released on July 16, 2024 - Widgets on [OpenAdmin Dashboard](/docs/admin/dashboard/): *Usage*, *Quick Start*, *Latest News* and *CPU* can now be dismissed. -### Sentinel CLI - -Introducing Sentinel CLI: our AI-powered service that autonomously monitors your server, makes decisions, and sends alerts now comes equipped with a CLI interface! - -![sentinel openpanel cli](https://i.postimg.cc/kg56D2x2/sentinel-openpaenl.png) - -```bash -opencli sentinel -``` - -Other improvements to the Sentinel AI include: - -- DNS Checks to amke sure that configured anmeservers and hostname have correct DNS. -- Integration with AbuseIPDB service. -- Summary reports. - - ### Mautic Autoinstaller | Mautic Manager | Mautic Auto-installer | @@ -86,34 +69,6 @@ Upcoming features on the to-do list include: Mautic Manager is disabled by default. To enable it, navigate to **OpenAdmin > OpenPanel Settings**. ![enable mautic on openadmin](https://i.postimg.cc/bwwQ0L2g/image.png) -### OpenCLI Help - -[OpenCLI](https://dev.openpanel.co/cli/) now keeps history of used commands and allows you to view last and top 5 used commands: -``` -# opencli - -Usage: opencli [additional_arguments] - -Suggested commands: - opencli faq Display frequently asked questions and answers. - opencli commands List all available OpenCLI commands and their usage. - -Recently used commands: - opencli docker-collect_stats - opencli faq - opencli update - opencli update_check - opencli user-add - -Most commonly used commands: - opencli admin - opencli docker-collect_stats - opencli faq - opencli update - opencli update_check -``` - -Logs are stored in `/var/log/openpanel/admin/opencli.log`. File stores only commands and not attributes (flags). ### Usage Reports @@ -121,26 +76,6 @@ If email alerts are enabled, daily usage reports are generated: ![daily usage report](https://i.postimg.cc/L8ZJptHV/daily-email-reports.png) -### DNSSEC - -New command `opencli domains-dnssec` is available and allows administrators to enable DNSSEC, re-sign the zone and view DS records for domains. - -- to enable dnssec for example.net : - ``` - opencli domains-dnssec example.com - ``` - -- to update the zone after publishing new records: - ``` - opencli domains-dnssec example.com --update - ``` - -- to check if domain has dnssec enabled and view DS records: - ``` - opencli domains-dnssec example.com --check - ``` - -Please note that this feature is still experimental and there is still no UI for it in OpenPanel interface. ### phpMyAdmin