Skip to content

Commit 519b545

Browse files
committed
doc(release) RN oss nov25
1 parent f420147 commit 519b545

File tree

2 files changed

+208
-0
lines changed

2 files changed

+208
-0
lines changed

i18n/fr/docusaurus-plugin-content-docs/version-24.04/releases/centreon-os.mdx

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,53 @@ notre [Github](https://github.com/centreon/centreon/issues/new/choose).
2222

2323
## Centreon Web
2424

25+
### 24.04.19
26+
27+
Release date: `November 24, 2025`
28+
29+
<details open>
30+
<summary>Enhancements</summary>
31+
32+
- [API] Added missing configuration change logs for host categories configuration.
33+
- [Authentication] Password change attempts are now logged in a dedicated log file.
34+
- [Authentication] When a user is authenticated using an IdP, the password fields no longer appear when editing a contact.
35+
- [Configuration] "Deploy Service" on host now indicate "Conf Changed*" in Pollers list.
36+
- [Configuration] Partitioning will work again with Amazon RDS Aurora but will be very costly the first time in terms of time, CPU, if not done for a while.
37+
- [Configuration] Removed obsolete gorgone error message from configuration generation log.
38+
39+
</details>
40+
41+
<details>
42+
<summary>Bug fixes</summary>
43+
44+
- [Authentication] Fixed an issue where a user could lose their DN during an LDAP connection.
45+
- [Configuration] Fixed an issue where Host category was not displayed in listing when not linked to Host.
46+
- [Core] Fixed an issue where log level wasn't taken into account in token removal script.
47+
- [Core] Fixed an issue with API routes.
48+
- [Configuration] Fixed issue preventing user from disabling a meta-service.
49+
- [Dashboards] Fixed issue preventing resource table widget from being updated properly.
50+
- [Host groups]Fixed an issue while checking for illegal characters on host group name.
51+
- [Packaging] Updated permissions of token purge log file.
52+
- [Translation] Fixed an issue where menu language was left by default in FR when "Detection by browser" option was selected.
53+
- [Translations] Fixed issue preventing translations from being displayed.
54+
55+
</details>
56+
57+
<details>
58+
<summary>Security fixes</summary>
59+
60+
- [Security] Enhanced security on password DOM storage in login page.
61+
- [Security] Fixed an RCE on poller reload page.
62+
- [Security] Securized backup script to prevent command injections.
63+
- [Vulnerability] Fixed an issue on Broken Access Control in Administration Parameters Endpoint.
64+
- [Vulnerability] Fixed IDOR on Custom Views.
65+
- [Vulnerability] Fixed XSS vulnerability in the ACL Menus Access page.
66+
- [Vulnerability] Fixed XSS vulnerability in Configuration > Hosts > hostgroups.
67+
- [Vulnerability] Fixed XSS vulnerability in the Recurrent Downtimes page.
68+
- [Vulnerability] Fixed XSS vulnerability in the Hosts Configuration page.
69+
70+
</details>
71+
2572
### 24.04.18
2673

2774
Release date: `September 24, 2025`
@@ -1041,6 +1088,12 @@ Release date: `April 30, 2024`
10411088

10421089
## Centreon High Availability
10431090

1091+
### 24.04.2
1092+
1093+
Release date: `November 24, 2025`
1094+
1095+
- No changes for this module in this version.
1096+
10441097
### 24.04.1
10451098

10461099
Release date: `August 6, 2025`
@@ -1065,6 +1118,24 @@ Release date: `April 30, 2024`
10651118

10661119
## Centreon DSM
10671120

1121+
### 24.04.8
1122+
1123+
Release date: `November 24, 2025`
1124+
1125+
<details>
1126+
<summary>Bug fixes</summary>
1127+
1128+
- [DSM] Fixed an issue on dsmd daemon stuck on start.
1129+
1130+
</details>
1131+
1132+
<details>
1133+
<summary>Security fixes</summary>
1134+
1135+
- [Vulnerability] Fixed XSS in the Extensions Dynamic Services Configure page.
1136+
1137+
</details>
1138+
10681139
### 24.04.7
10691140

10701141
Release date: `September 24, 2025`
@@ -1163,6 +1234,33 @@ Release date: `April 30, 2024`
11631234

11641235
## Centreon Open Tickets
11651236

1237+
### 24.04.5
1238+
1239+
Release date: `November 24, 2025`
1240+
1241+
<details open>
1242+
<summary>Enhancements</summary>
1243+
1244+
- [GLPI] Fixed group retrieval when using versions 9.5 and above.
1245+
1246+
</details>
1247+
1248+
<details>
1249+
<summary>Bug fixes</summary>
1250+
1251+
- Fixed issue preventing ticket from being closed when the corresponding resource had its status changed since the opening of the ticket.
1252+
1253+
</details>
1254+
1255+
<details>
1256+
<summary>Security fixes</summary>
1257+
1258+
- [Open Tickets] Fixed an issue that exposed the password when using EasyVista.
1259+
- [Vulnerability] Fixed SQL injection in the Notification > Rules page.
1260+
- [Vulnerability] Fixed XSS vulnerability in Configuration > Notification > Rules.
1261+
1262+
</details>
1263+
11661264
### 24.04.4
11671265

11681266
Release date: `March 10, 2025`
@@ -1227,6 +1325,12 @@ Release date: `April 30, 2024`
12271325

12281326
## Centreon AWIE
12291327

1328+
### 24.04.2
1329+
1330+
Release date: `November 24, 2025`
1331+
1332+
- No changes for this module in this version.
1333+
12301334
### 24.04.1
12311335

12321336
Release date: `March 10, 2025`

versioned_docs/version-24.04/releases/centreon-os.mdx

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,53 @@ If you have feature requests or want to report a bug, please go to our
2323

2424
## Centreon Web
2525

26+
### 24.04.19
27+
28+
Release date: `November 24, 2025`
29+
30+
<details open>
31+
<summary>Enhancements</summary>
32+
33+
- [API] Added missing configuration change logs for host categories configuration.
34+
- [Authentication] Password change attempts are now logged in a dedicated log file.
35+
- [Authentication] When a user is authenticated using an IdP, the password fields no longer appear when editing a contact.
36+
- [Configuration] "Deploy Service" on host now indicate "Conf Changed*" in Pollers list.
37+
- [Configuration] Partitioning will work again with Amazon RDS Aurora but will be very costly the first time in terms of time, CPU, if not done for a while.
38+
- [Configuration] Removed obsolete gorgone error message from configuration generation log.
39+
40+
</details>
41+
42+
<details>
43+
<summary>Bug fixes</summary>
44+
45+
- [Authentication] Fixed an issue where a user could lose their DN during an LDAP connection.
46+
- [Configuration] Fixed an issue where Host category was not displayed in listing when not linked to Host.
47+
- [Core] Fixed an issue where log level wasn't taken into account in token removal script.
48+
- [Core] Fixed an issue with API routes.
49+
- [Configuration] Fixed issue preventing user from disabling a meta-service.
50+
- [Dashboards] Fixed issue preventing resource table widget from being updated properly.
51+
- [Host groups]Fixed an issue while checking for illegal characters on host group name.
52+
- [Packaging] Updated permissions of token purge log file.
53+
- [Translation] Fixed an issue where menu language was left by default in FR when "Detection by browser" option was selected.
54+
- [Translations] Fixed issue preventing translations from being displayed.
55+
56+
</details>
57+
58+
<details>
59+
<summary>Security fixes</summary>
60+
61+
- [Security] Enhanced security on password DOM storage in login page.
62+
- [Security] Fixed an RCE on poller reload page.
63+
- [Security] Securized backup script to prevent command injections.
64+
- [Vulnerability] Fixed an issue on Broken Access Control in Administration Parameters Endpoint.
65+
- [Vulnerability] Fixed IDOR on Custom Views.
66+
- [Vulnerability] Fixed XSS vulnerability in the ACL Menus Access page.
67+
- [Vulnerability] Fixed XSS vulnerability in Configuration > Hosts > hostgroups.
68+
- [Vulnerability] Fixed XSS vulnerability in the Recurrent Downtimes page.
69+
- [Vulnerability] Fixed XSS vulnerability in the Hosts Configuration page.
70+
71+
</details>
72+
2673
### 24.04.18
2774

2875
Release date: `September 24, 2025`
@@ -1043,6 +1090,12 @@ Release date: `April 30, 2024`
10431090

10441091
## Centreon High Availability
10451092

1093+
### 24.04.2
1094+
1095+
Release date: `November 24, 2025`
1096+
1097+
- No changes for this module in this version.
1098+
10461099
### 24.04.1
10471100

10481101
Release date: `August 6, 2025`
@@ -1067,6 +1120,24 @@ Release date: `April 30, 2024`
10671120

10681121
## Centreon DSM
10691122

1123+
### 24.04.8
1124+
1125+
Release date: `November 24, 2025`
1126+
1127+
<details>
1128+
<summary>Bug fixes</summary>
1129+
1130+
- [DSM] Fixed an issue on dsmd daemon stuck on start.
1131+
1132+
</details>
1133+
1134+
<details>
1135+
<summary>Security fixes</summary>
1136+
1137+
- [Vulnerability] Fixed XSS in the Extensions Dynamic Services Configure page.
1138+
1139+
</details>
1140+
10701141
### 24.04.7
10711142

10721143
Release date: `September 24, 2025`
@@ -1165,6 +1236,33 @@ Release date: `April 30, 2024`
11651236

11661237
## Centreon Open Tickets
11671238

1239+
### 24.04.5
1240+
1241+
Release date: `November 24, 2025`
1242+
1243+
<details open>
1244+
<summary>Enhancements</summary>
1245+
1246+
- [GLPI] Fixed group retrieval when using versions 9.5 and above.
1247+
1248+
</details>
1249+
1250+
<details>
1251+
<summary>Bug fixes</summary>
1252+
1253+
- Fixed issue preventing ticket from being closed when the corresponding resource had its status changed since the opening of the ticket.
1254+
1255+
</details>
1256+
1257+
<details>
1258+
<summary>Security fixes</summary>
1259+
1260+
- [Open Tickets] Fixed an issue that exposed the password when using EasyVista.
1261+
- [Vulnerability] Fixed SQL injection in the Notification > Rules page.
1262+
- [Vulnerability] Fixed XSS vulnerability in Configuration > Notification > Rules.
1263+
1264+
</details>
1265+
11681266
### 24.04.4
11691267

11701268
Release date: `March 10, 2025`
@@ -1229,6 +1327,12 @@ Release date: `April 30, 2024`
12291327

12301328
## Centreon AWIE
12311329

1330+
### 24.04.2
1331+
1332+
Release date: `November 24, 2025`
1333+
1334+
- No changes for this module in this version.
1335+
12321336
### 24.04.1
12331337

12341338
Release date: `March 10, 2025`

0 commit comments

Comments
 (0)