Skip to content

Commit fd804c1

Browse files
author
Ihar Lichko
committed
Add Ubuntu 26.04 support, catch up u22 + u24 in upgrade & dashboard sections
Imunify360 + ImunifyAV are now released on Ubuntu 26.04 (resolute) — see build mega-11 (https://build.cloudlinux.com/#/build/69f1c45300e2c9c4380fdc7e) and rollout via DEF-42424 / RE-3653 (beta) + RE-3654 (stable). Customers can install via the standard `i360deploy.sh` flow on Ubuntu 26.04 today; no panel vendor (cPanel, Plesk, DirectAdmin) has shipped 26.04 support yet, so the Ubuntu entries note "(standalone only)". Changes: * `docs/installation/README.md` and `docs/imunifyav/README.md` Supported OS lists — append `26.04 (standalone only)` to the Ubuntu bullet. * `docs/update/README.md` — Beta upgrade instructions Add per-version `apt-get install --only-upgrade imunify360-firewall` blocks for Ubuntu 22.04 (jammy), 24.04 (noble), 26.04 (resolute). These versions were missing from the section despite already being supported in the installation doc. * `docs/imunifyav/README.md` — Beta upgrade instructions Same catch-up: add 22.04 / 24.04 / 26.04 blocks for `imunify-antivirus`. * `docs/dashboard/README.md` — Real-time scanning compatibility table Add Ubuntu 24.04 and 26.04 rows. Both inherit the standard-Linux pattern (inotify ✓ / fanotify ✓ / File-change-API x; the latter is CloudLinux-kernel-only).
1 parent dbefdbc commit fd804c1

4 files changed

Lines changed: 52 additions & 2 deletions

File tree

docs/dashboard/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,8 @@ Read [CXS integration](/ids_integration/#cxs-integration) documentation carefull
16461646
| Ubuntu 18.04 / Debian 10 ||| x |
16471647
| Ubuntu 20.04 ||| x |
16481648
| Ubuntu 22.04 ||| x |
1649+
| Ubuntu 24.04 ||| x |
1650+
| Ubuntu 26.04 ||| x |
16491651
| Debian 11 ||| x |
16501652
| Debian 12 ||| x |
16511653
| Debian 13 ||| x |

docs/imunifyav/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ImunifyAV provides malware scanning features for cPanel, Plesk and DirectAdmin c
5252

5353
* <span class="notranslate">CentOS/RHEL</span> 7, 8, 9
5454
* <span class="notranslate">CloudLinux</span> OS 7, 8, 9
55-
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04
55+
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26.04 (standalone only)
5656
* <span class="notranslate">Debian</span> 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 and 13 (Plesk, DirectAdmin, and Stand-alone)
5757
* <span class="notranslate">AlmaLinux</span> 8, 9, 10
5858
* <span class="notranslate">Rocky Linux</span> 8, 9 (cPanel, Plesk, and standalone)
@@ -233,6 +233,30 @@ apt-get update
233233
apt-get install --only-upgrade imunify-antivirus
234234
```
235235

236+
To upgrade ImunifyAV **beta** on Ubuntu 22.04, run the following command:
237+
238+
```
239+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
240+
apt-get update
241+
apt-get install --only-upgrade imunify-antivirus
242+
```
243+
244+
To upgrade ImunifyAV **beta** on Ubuntu 24.04, run the following command:
245+
246+
```
247+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
248+
apt-get update
249+
apt-get install --only-upgrade imunify-antivirus
250+
```
251+
252+
To upgrade ImunifyAV **beta** on Ubuntu 26.04, run the following command:
253+
254+
```
255+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
256+
apt-get update
257+
apt-get install --only-upgrade imunify-antivirus
258+
```
259+
236260
To upgrade ImunifyAV **beta** on Debian 9, run the following command:
237261

238262
```

docs/installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* <span class="notranslate">CentOS/RHEL</span> 7, 8, 9
1010
* <span class="notranslate">CloudLinux</span> OS 7, 8, 9
11-
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04
11+
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26.04 (standalone only)
1212
* <span class="notranslate">Debian</span> 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 & 13 (Plesk, DirectAdmin, and stand-alone)
1313
* <span class="notranslate">AlmaLinux</span> 8, 9, 10
1414
* <span class="notranslate">Rocky Linux</span> 8, 9 (cPanel, Plesk, and standalone)

docs/update/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,30 @@ apt-get update
5050
apt-get install --only-upgrade imunify360-firewall
5151
```
5252

53+
To upgrade Imunify360 on Ubuntu 22.04, run the following command:
54+
55+
```
56+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
57+
apt-get update
58+
apt-get install --only-upgrade imunify360-firewall
59+
```
60+
61+
To upgrade Imunify360 on Ubuntu 24.04, run the following command:
62+
63+
```
64+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
65+
apt-get update
66+
apt-get install --only-upgrade imunify360-firewall
67+
```
68+
69+
To upgrade Imunify360 on Ubuntu 26.04, run the following command:
70+
71+
```
72+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
73+
apt-get update
74+
apt-get install --only-upgrade imunify360-firewall
75+
```
76+
5377
To upgrade Imunify360 on Debian 9 (supported up to Imunify v6.11 (including)), run the following command:
5478

5579
```

0 commit comments

Comments
 (0)