Skip to content

Commit

Permalink
Release: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Nov 12, 2021
1 parent ccdacfa commit bdfc0b3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [v3.2.1](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.2.1)

> Update PyIntelOwl to version [4.1.3](https://github.com/intelowlproject/pyintelowl/blob/master/.github/CHANGELOG.md#413).
**REST API changes**:

- New parameter `minutes_ago` in the `/api/ask_analysis_availability` endpoint.

**Bug Fixes:**

- Fix AWS S3 storage not working for file analysis.
- Fix in intezer analyzers to correctly manage HashDoesNotExistError error
- Fix in `Fortiguard` analyzer.
- Temporary disable `Quark_Engine_APK` analyzer in CI tests because of [quark-engine/quark-engine#286](https://github.com/quark-engine/quark-engine/issues/286).

**Other:**

- Updated to python 3.9 in CI.
- Uniform docker-compose version in all docker-compose files.
- Use isort to sort import statements.

## [v3.2.0](https://github.com/intelowlproject/IntelOwl/releases/tag/v3.2.0)

**New Analyzers:**
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
INTELOWL_TAG_VERSION=v3.2.0
INTELOWL_TAG_VERSION=v3.2.1
### Change this to `develop` when doing local development.
INTELOWL_NG_TAG_VERSION=v3.1.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Matteo Lodi"

# The full version, including alpha/beta/rc tags
release = "v3.2.0"
release = "v3.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion intel_owl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def retrieve(self, file, analyzer):
# DRF Spectacular
SPECTACULAR_SETTINGS = {
"TITLE": "IntelOwl API specification",
"VERSION": "3.2.0",
"VERSION": "3.2.1",
}

# Django-Rest-Durin
Expand Down

0 comments on commit bdfc0b3

Please sign in to comment.