|
| 1 | +Title: MONARC 2.13.3 released |
| 2 | +Date: 2025-04-17 |
| 3 | +Modified: 2025-04-17 |
| 4 | +Category: monarc |
| 5 | +Tags: monarc, new-release |
| 6 | +Summary: Release 2.13.3 of MONARC |
| 7 | + |
| 8 | +Version 2.13.3 includes some new features and a fix. |
| 9 | + |
| 10 | +### New |
| 11 | + |
| 12 | +- Possibility to rest 2FA of users by the admin account along with the password reset. |
| 13 | +- The Global analyses stats is only available now to the users with CEO (global statistics) role. |
| 14 | + |
| 15 | +### Fix |
| 16 | + |
| 17 | +- Fixed analysis creation based on a specific model when the model has assets that consist of risks with generic threats or vulnerabilities. |
| 18 | + |
| 19 | + |
| 20 | +## Updating |
| 21 | + |
| 22 | +If the update is performed from Monarc v2.12.5 or earlier, the update of php to v8.x is necessary. |
| 23 | +It would be recommended to perform php version upgrade to php 8.1. |
| 24 | +In case if on the Monarc server used Ubuntu distributive, then it would be a good move to upgrade it to 22.04 or later, |
| 25 | +because it comes with available php8.1 by default. |
| 26 | + |
| 27 | + |
| 28 | +The specific php packages that can be used (example with php8.0 / Ubuntu): |
| 29 | +`sudo apt-get install -y php8.1 php8.1-cli php8.1-common php8.1-mysql php8.1-zip php8.1-gd php8.1-mbstring php8.1-curl php8.1-xml php8.1-bcmath php8.1-intl php8.1-imagic` |
| 30 | + |
| 31 | + |
| 32 | +`php8` module also has to be enabled for Apache and previous used version disabled (in case if was enabled): |
| 33 | + |
| 34 | +- `a2dismod php7.4` (could be different one enabled, to check: `sudo a2query -m`) |
| 35 | + |
| 36 | +- `a2enmod php8.1` |
| 37 | + |
| 38 | + |
| 39 | +The standard steps to perform the Monarc update: |
| 40 | +[guide](https://monarc.lu/documentation/technical-guide/#monarc-update). |
| 41 | + |
| 42 | +More details and notes are available on |
| 43 | +[GitHub Release v2.13.3](https://github.com/monarc-project/MonarcAppFO/releases/tag/v2.13.3){:target="_blank"} |
| 44 | + |
| 45 | +## Download |
| 46 | + |
| 47 | +Download the OVA image of this release |
| 48 | +[here](https://vm.monarc.lu/MONARC_v2.13.3@54bb656/){:target="_blank"}. |
| 49 | + |
| 50 | +Or use the [release bundle](https://github.com/monarc-project/MonarcAppFO/releases/download/v2.13.3/MonarcAppFO-v2.13.3.tar.gz). |
| 51 | + |
| 52 | + |
| 53 | +## Monarc BackOffice application. |
| 54 | + |
| 55 | +The is also a new BackOffice release available. The details can be found [here](https://github.com/monarc-project/MonarcAppBO/releases/tag/v2.13.3){:target="_blank"}. |
0 commit comments