File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
[ ** Upgrade Guide** ] ( https://intelowl.readthedocs.io/en/latest/Installation.html#update-to-the-most-recent-version )
4
+
5
+ ## [ v2.4.2] ( https://github.com/intelowlproject/IntelOwl/releases/tag/v2.4.2 )
6
+ - darksearch.io search API analyzer
7
+ - improved abuseipdb analyzer to show matched categories in a human readable form too
8
+ - improved HoneyDB analyzer
9
+ - as always: fixes, tweaks and dependencies upgrades.
10
+
4
11
## [ v2.4.1] ( https://github.com/intelowlproject/IntelOwl/releases/tag/v2.4.1 )
5
12
A lot of different fixes, tweaks and dependencies upgrades. Also the documentation was updated
6
13
Original file line number Diff line number Diff line change 1
1
# ## DO NOT CHANGE THIS VALUE !!
2
2
# ## It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
3
- INTELOWL_TAG_VERSION = v2.4.1
3
+ INTELOWL_TAG_VERSION = v2.4.2
Original file line number Diff line number Diff line change 1
1
# Stage 1: Get build artifacts from intelowl-ng
2
- FROM intelowlproject/intelowl_ng:v2.1.0 AS angular-prod-build
2
+ FROM intelowlproject/intelowl_ng:v2.1.1 AS angular-prod-build
3
3
4
4
# Stage 2: Inject the build artifacts into nginx container
5
5
FROM library/nginx:1.19-alpine
Original file line number Diff line number Diff line change 29
29
author = "Matteo Lodi"
30
30
31
31
# The full version, including alpha/beta/rc tags
32
- release = "v2.4.1 "
32
+ release = "v2.4.2 "
33
33
34
34
35
35
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments