Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(release) Release notes web 24.04.9 #3921

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,54 @@ notre [Github](https://github.com/centreon/centreon/issues/new/choose).

## Centreon Web

### 24.04.9

Release date: `December 19, 2024`

<details open>
<summary>Enhancements</summary>

- [API] Added missing configuration change logs for host severities configuration.
- [API] Added missing configuration change logs for service severities configuration.
- [API] Added missing configuration change logs for service template configuration.
- [API] Added missing configuration change logs for timeperiods configuration.
- [Configuration] Improved the tooltip for Broker's Unify SQL output.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved
- [Install] add 24.10 support to unattended script.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved

</details>

<details>
<summary>Bug fixes</summary>

- [Action Log] Fixed an issue on actions details column in Action Log.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved
- [API] Time period definitions containing the value 00:00-00:00 are now correctly taken into account.
- [Authentication] Fixed a random disconnection issue occurring with OpenID authentication.
- [Authentication] Fixed an issue preventing LDAP users with more than one email address to log in to Centreon.
- [Authentication] Fixed SSO authentication when user have a legacy page as default page with SAML protocol.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved
- [Configuration] Adding a Centreon Broker output with lua parameters now works properly: values are no longer mixed up.
- [Custom Views] Fixed an issue with how the edit widget pencil icon was displayed.
- [Custom Views] Fixed issue preventing some filters from functioning in the Hostgroup monitoring widget.
- [Custom Views] Fixed issue preventing some filters from functioning in the "Host monitoring" widget.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved
- [Downtimes] Fixed an issue on Service Groups which can't be deleted in recurrent downtimes.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved
- [Services] Fixed issue with service names containing a slash ("/") in their name.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved
- [Status Grid] Fixed issue with incorrect number of resources displayed on hover.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved

</details>

<details>
<summary>Security fixes</summary>

- [Security] Fixed a security issue in media binary.
- [Security] Fixed an issue on virtual metric's RPN field.
- [Security] Fixed SQLi in "Host Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to export the results in CSV format.
- [Security] Fixed SQLi in "TOP10 CPU usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "TOP10 Memory usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Improved an SQL query triggered via the Event Logs menu for better protection.

</details>

### 24.04.8

Release date: `November 21, 2024`
Expand Down
48 changes: 48 additions & 0 deletions versioned_docs/version-24.04/releases/centreon-os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,54 @@ If you have feature requests or want to report a bug, please go to our

## Centreon Web

### 24.04.9

Release date: `December 19, 2024`

<details open>
<summary>Enhancements</summary>

- [API] Added missing configuration change logs for host severities configuration.
- [API] Added missing configuration change logs for service severities configuration.
- [API] Added missing configuration change logs for service template configuration.
- [API] Added missing configuration change logs for timeperiods configuration.
- [Configuration] Improved the tooltip for Broker's Unify SQL output.
- [Install] add 24.10 support to unattended script.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved

</details>

<details>
<summary>Bug fixes</summary>

- [Action Log] Fixed an issue on actions details column in Action Log.
- [API] Time period definitions containing the value 00:00-00:00 are now correctly taken into account.
- [Authentication] Fixed a random disconnection issue occurring with OpenID authentication.
- [Authentication] Fixed an issue preventing LDAP users with more than one email address to log in to Centreon.
- [Authentication] Fixed SSO authentication when user have a legacy page as default page with SAML protocol.
- [Configuration] Adding a Centreon Broker output with lua parameters now works properly: values are no longer mixed up.
- [Custom Views] Fixed an issue with how the edit widget pencil icon was displayed.
- [Custom Views] Fixed issue preventing some filters from functioning in the Hostgroup monitoring widget.
- [Custom Views] Fixed issue preventing some filters from functioning in the "Host monitoring" widget.
- [Downtimes] Fixed an issue on Service Groups which can't be deleted in recurrent downtimes.
- [Services] Fixed issue with service names containing a slash ("/") in their name.
- [Status Grid] Fixed issue with incorrect number of resources displayed on hover.
cg-tw marked this conversation as resolved.
Show resolved Hide resolved

</details>

<details>
<summary>Security fixes</summary>

- [Security] Fixed a security issue in media binary.
- [Security] Fixed an issue on virtual metric's RPN field.
- [Security] Fixed SQLi in "Host Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "Hostgroup Monitoring" widget in Custom Views, for authenticated users having sufficient rights to export the results in CSV format.
- [Security] Fixed SQLi in "TOP10 CPU usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Fixed SQLi in "TOP10 Memory usage" widget in Custom Views, for authenticated users having sufficient rights to edit the widget.
- [Security] Improved an SQL query triggered via the Event Logs menu for better protection.

</details>

### 24.04.8

Release date: `November 21, 2024`
Expand Down