Skip to content

Commit 0649da1

Browse files
DOC-413 (#111)
* Added release notes and updated latest version number * Adjustments * Last adjustment * Last adjustments * Updated the release note with a regression fix * Added release date * Added API docs and changed release date
1 parent 56b129d commit 0649da1

5 files changed

Lines changed: 27 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| TheHive version | Elasticsearch |
22
|-----------------|----------------------------|
3-
| 5.5.10 - 5.6.0 | 7.11.x - 9.1.x |
3+
| 5.5.10 - 5.6.1 | 7.11.x - 9.1.x |
44
| 5.5.0 - 5.5.9 | 7.11.x - 8.x |
55
| 5.3.0 - 5.4.11 | 7.10.x - 8.x |
66
| 5.0.0 - 5.2.16 | 7.2.x - 7.17.x|
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!--start-shortversion-->5.6<!--end-shortversion-->
2-
<!--start-fullversion-->5.6.0<!--end-fullversion-->
2+
<!--start-fullversion-->5.6.1<!--end-fullversion-->

docs/thehive/api-docs/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: TheHive
4-
version: v5.6.0
4+
version: v5.6.1
55
description: "\n## General\n\nAlmost all of the endpoints will require an authentication.\
66
\ Supported ways of authentication are detailed below.\n\nEach user has permissions,\
77
\ defined by their role. The permissions of the user are checked when making api\

docs/thehive/installation/software-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The tables below list the supported versions for Linux installations, Docker Com
88

99
| TheHive version | Java | Cassandra | Elasticsearch | OpenSearch | Cortex | Notes |
1010
|-----------------|------|-----------|---------------|------------|-------|-------|
11-
| 5.5.10 - 5.6.0 | 11 | 4.0.x - 4.1.x | 7.11.x - 9.1.x | Supported, except for audit log storage | 3.1.6 - 4.x | ES 8.x required for Cortex 4.x · ES 7.17+ required for [audit log storage](installation-guide-linux-standalone-server.md#step-53-audit-log-storage) |
11+
| 5.5.10 - 5.6.1 | 11 | 4.0.x - 4.1.x | 7.11.x - 9.1.x | Supported, except for audit log storage | 3.1.6 - 4.x | ES 8.x required for Cortex 4.x · ES 7.17+ required for [audit log storage](installation-guide-linux-standalone-server.md#step-53-audit-log-storage) |
1212
| 5.5.0 - 5.5.9 | 11 | 4.0.x - 4.1.x | 7.11.x - 8.x | Supported, except for audit log storage | 3.1.6 - 4.x | ES 8.x required for Cortex 4.x · ES 7.17+ required for [audit log storage](installation-guide-linux-standalone-server.md#step-53-audit-log-storage) |
1313
| 5.3.0 - 5.4.11 | 11 | 4.0.x - 4.1.x | 7.10.x - 8.x | Supported | All versions | ES 8.x required for Cortex 4.x |
1414
| 5.0.0 - 5.2.16 | 11 | 4.0.x - 4.1.x | 7.2.x - 7.17.x | Not supported | 3.2.1 and earlier | --- |
@@ -19,13 +19,13 @@ The tables below list the supported versions for Linux installations, Docker Com
1919

2020
| TheHive version | Docker Engine | Docker Compose plugin |
2121
|-----------------|---------------|----------------|
22-
| 5.0.0 - 5.6.0 | v23.0.15+ | v2.20.2+ |
22+
| 5.0.0 - 5.6.1 | v23.0.15+ | v2.20.2+ |
2323

2424
=== "Kubernetes deployment with Helm"
2525

2626
| TheHive version | Kubernetes cluster | Helm |
2727
|-----------------|---------------|----------------|
28-
| 5.0.0 - 5.6.0 | v1.23.0+ | v3.8.0+ |
28+
| 5.0.0 - 5.6.1 | v1.23.0+ | v3.8.0+ |
2929

3030
<h2>Next steps</h2>
3131

docs/thehive/release-notes/release-notes-5.6.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
{% include-markdown "includes/api-public-v0-deprecation.md" %}
44

5+
## 5.6.1 - February 25, 2026
6+
7+
### Regression fix
8+
9+
* Private cases: Resolved a regression introduced in 5.6.0 that prevented Service users from accessing private cases.
10+
11+
### Security fixes
12+
13+
* This update includes a patch addressing a vulnerability that hasn't been exploited in the wild. Further details will be provided soon in a dedicated security bulletin, in line with our [Responsible Vulnerability Disclosure Policy](https://github.com/StrangeBeeCorp/Security/blob/main/Policies/Vulnerability%20Disclosure%20policy.md){target=_blank}.
14+
15+
### Fixes
16+
17+
* Cases: Fixed an issue where case data didn’t refresh correctly when navigating between cases.
18+
* Case templates: Resolved a display issue in the case templates list to ensure action buttons remain accessible, even when template names are very long.
19+
* Images in description fields: You can now paste images directly into descriptions when creating a case or a task.
20+
* Markdown: Email addresses inside code blocks are no longer altered, preventing unwanted link formatting.
21+
* Tasks: Improved performance when marking an action as required or done.
22+
* Observables: Improved observable search performance and accuracy by optimizing data queries and indexing attachment properties.
23+
* Notifications: Fixed an issue where global notification endpoints weren't properly shared with organizations.
24+
* Authentication: Resolved several issues with auto-logout to ensure inactivity timers reset correctly and users are no longer disconnected while actively using TheHive, even across multiple tabs or in read-only mode.
25+
526
## 5.6.0 - February 2, 2026
627

728
Last update: February 4, 2026

0 commit comments

Comments
 (0)