Skip to content

Commit 8db8e17

Browse files
committed
[ADD] v2.4.27
1 parent 0e58a28 commit 8db8e17

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/changelog.md

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

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

5+
## [v2.4.27](https://github.com/dfir-iris/iris-web/releases/tag/v2.4.27) <small>_ Janv 27, 2026 _</small>
6+
### What's changed
7+
8+
- Fixed issues with `nginx` caching
9+
10+
**Full Changelog**: https://github.com/dfir-iris/iris-web/compare/v2.4.26...v2.4.27
11+
512

613
## [v2.4.26](https://github.com/dfir-iris/iris-web/releases/tag/v2.4.26) <small>_ November 18, 2025 _</small>
714
### What's changed

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.26
40+
git checkout v2.4.27
4141
```
4242

4343
3. Copy the environment file

docs/operations/upgrades.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const versions = [
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",
260260
"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", "v2.4.25", "v2.4.26"
261+
"v2.4.23", "v2.4.24", "v2.4.25", "v2.4.26", "v2.4.27"
262262
];
263263
264264
@@ -307,7 +307,7 @@ function check_versions() {
307307
"v1.3.0", "v1.3.1", "v2.0.1", "v2.0.2", "v2.2.0", "v2.2.1", "v2.2.2", "v2.2.3",
308308
"v2.3.0", "v2.3.1", "v2.3.2", "v2.3.3", "v2.3.4", "v2.3.5", "v2.3.6", "v2.3.7",
309309
"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",
310-
"v2.4.17", "v2.4.19", "v2.4.20", "v2.4.21", "v2.4.22", "v2.4.23", "v2.4.24", "v2.4.25", "v2.4.26"
310+
"v2.4.17", "v2.4.19", "v2.4.20", "v2.4.21", "v2.4.22", "v2.4.23", "v2.4.24", "v2.4.25", "v2.4.26", "v2.4.27"
311311
];
312312
313313
const actionRequiredVersions = {

0 commit comments

Comments
 (0)