Skip to content

Commit 88dae3a

Browse files
committed
Added the new release page and updated the next training info.
1 parent 432a738 commit 88dae3a

2 files changed

Lines changed: 57 additions & 2 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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"}.

content/pages/trainings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ table {
1212

1313
| |||
1414
|:--|--|--|
15-
|**Date and time**|| June 2025. |
15+
|**Date and time**|| June 13, 2025, 9:00 - 12:30. |
1616
| | ||
1717
|**Location**|   |Online / [BigBlueButton](https://bigbluebutton.org/) platform of the Luxembourg House of Cybersecurity|
1818
|&nbsp;| |<i class="fa fa-exclamation-triangle"></i> Check your network connection to BigBlueButton [here](https://test.bigbluebutton.org). |
@@ -35,7 +35,7 @@ table {
3535
|&nbsp;| | |
3636
|**Registration** | ||
3737

38-
Is going to be available 1 month before the event (by the end of May 2025).
38+
Is going to be available 1 month before the event (by the mid of May 2025).
3939

4040

4141
### Past Trainings

0 commit comments

Comments
 (0)