Skip to content

Commit 5b4ec3a

Browse files
authored
bump version no. to v2.4.2 and bump intelowl-ng version (#509)
1 parent 801edb7 commit 5b4ec3a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/CHANGELOG.md

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

33
[**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+
411
## [v2.4.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v2.4.1)
512
A lot of different fixes, tweaks and dependencies upgrades. Also the documentation was updated
613

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### DO NOT CHANGE THIS VALUE !!
22
### 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

docker/Dockerfile_nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
# Stage 2: Inject the build artifacts into nginx container
55
FROM library/nginx:1.19-alpine

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Matteo Lodi"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "v2.4.1"
32+
release = "v2.4.2"
3333

3434

3535
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)