Skip to content

Commit 1f02f9c

Browse files
authored
bump version to v2.5.0 and add changelog (#587)
* version: bump to v2.5.0 * changelog: version v2.5.0
1 parent a77909d commit 1f02f9c

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.github/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
[**Upgrade Guide**](https://intelowl.readthedocs.io/en/latest/Installation.html#update-to-the-most-recent-version)
44

5+
## [v2.5.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v2.5.0)
6+
**New Inbuilt Analyzers:**
7+
- New `Dehashed_Search` analyzer: Query any observable/keyword against Dehashed's search API (https://dehashed.com).
8+
9+
**Analyzer Improvements & Fixes:**
10+
- Improvements in the `cuckoo_scan.py`, `file_info.py`, `abuseipdb.py`, and `otx.py`.
11+
- Fix: Exiftool download link was broken (Issue [#507](https://github.com/intelowlproject/IntelOwl/issues/507))
12+
13+
**Other:**
14+
- as always: fixes, tweaks and dependencies upgrades.
15+
16+
**Important Notes:**
17+
- This is the last stable release in the v2.x pipeline. The next release of IntelOwl, v3.0, will bring exciting new features and breaking changes. Some things that we have in the works:
18+
* A new class of plugins called _Connectors_ to allow integration with other SIEM/SOAR projects specifically aimed at Threat Sharing Platforms.
19+
* Support for MISP and Open-CTI.
20+
* automatically disabling of unconfigured analyzers
21+
* ...and much more
22+
- IntelOwl joined the official [Docker Open Source Program](https://www.docker.com/blog/expanded-support-for-open-source-software-projects/). :tada:
23+
524
## [v2.4.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v2.4.2)
625
- darksearch.io search API analyzer
726
- improved abuseipdb analyzer to show matched categories in a human readable form too

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.2
3+
INTELOWL_TAG_VERSION=v2.5.0

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.2"
32+
release = "v2.5.0"
3333

3434

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

docs/source/schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: 'IntelOwl API specification'
4-
version: 2.4.1
4+
version: 2.5.0
55
paths:
66
/api/ask_analysis_availability:
77
get:

0 commit comments

Comments
 (0)