Skip to content

Commit ef896f9

Browse files
committed
[UPD] Updated for v2.4.23 and v2.4.24
1 parent 621415b commit ef896f9

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

docs/changelog.md

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

33
For upgrades instructions, please see the [Upgrades page](/operations/upgrades).
44

5+
## [v2.4.24](https://github.com/dfir-iris/iris-web/releases/tag/v2.4.24) <small>_ November 4, 2025 _</small>
6+
### What's changed
7+
8+
- Fixes permissions check ordering allowing to have restricted groups with alerts access only
9+
- Fixes GHSA-qhqj-8qw6-wp8v
10+
11+
**Full Changelog**: https://github.com/dfir-iris/iris-web/compare/v2.4.23...v2.4.24
12+
13+
## [v2.4.23](https://github.com/dfir-iris/iris-web/releases/tag/v2.4.23) <small>_ November 4, 2025 _</small>
14+
### What's changed
15+
16+
- Fixes hooks in comment
17+
- Adds not_like operator in alerts filtering
18+
- Updates webhooks module to v1.0.9
19+
20+
**Full Changelog**: https://github.com/dfir-iris/iris-web/compare/v2.4.22...v2.4.23
21+
22+
## [v2.4.22](https://github.com/dfir-iris/iris-web/releases/tag/v2.4.22) <small>_ June 3, 2025 _</small>
23+
### What's changed
24+
25+
- Fixes issues with notes not being created
26+
27+
**Full Changelog**: https://github.com/dfir-iris/iris-web/compare/v2.4.21...v2.4.22
28+
529
## [v2.4.21](https://github.com/dfir-iris/iris-web/releases/tag/v2.4.21) <small>_ May 21, 2025 _</small>
630
### What's changed
731

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To run IRIS, follow these steps:
3737
2. Check out the latest **non-beta** tagged version:
3838

3939
```bash
40-
git checkout v2.4.21
40+
git checkout v2.4.24
4141
```
4242

4343
3. Copy the environment file

docs/operations/upgrades.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Only if you run in production and/or data is critical.
5757
git checkout <last_tagged_version>
5858
```
5959
60-
eg ``git checkout v2.4.21``
60+
eg ``git checkout v2.4.24``
6161
6262
4. Pull the new version
6363
```
@@ -257,7 +257,8 @@ const versions = [
257257
"v2.0.0", "v2.0.1", "v2.0.2", "v2.1.0", "v2.2.0", "v2.2.1", "v2.2.2", "v2.2.3",
258258
"v2.3.0", "v2.3.1", "v2.3.2", "v2.3.3", "v2.3.4", "v2.3.5", "v2.3.6", "v2.3.7",
259259
"v2.4.5", "v2.4.6", "v2.4.7", "v2.4.8", "v2.4.9", "v2.4.10", "v2.4.11", "v2.4.12", "v2.4.13",
260-
"v2.4.14", "v2.4.15", "v2.4.16", "v2.4.17", "v2.4.19", "v2.4.20", "v2.4.21"
260+
"v2.4.14", "v2.4.15", "v2.4.16", "v2.4.17", "v2.4.19", "v2.4.20", "v2.4.21", "v2.4.22",
261+
"v2.4.23", "v2.4.24",
261262
];
262263
263264
@@ -306,7 +307,7 @@ function check_versions() {
306307
"v1.3.0", "v1.3.1", "v2.0.1", "v2.0.2", "v2.2.0", "v2.2.1", "v2.2.2", "v2.2.3",
307308
"v2.3.0", "v2.3.1", "v2.3.2", "v2.3.3", "v2.3.4", "v2.3.5", "v2.3.6", "v2.3.7",
308309
"v2.4.8", "v2.4.9", "v2.4.10", "v2.4.11", "v2.4.12", "v2.4.13", "v2.4.14", "v2.4.15", "v2.4.16",
309-
"v2.4.17", "v2.4.19", "v2.4.20", "v2.4.21"
310+
"v2.4.17", "v2.4.19", "v2.4.20", "v2.4.21", "v2.4.22", "v2.4.23", "v2.4.24"
310311
];
311312
312313
const actionRequiredVersions = {

0 commit comments

Comments
 (0)