Skip to content

Commit

Permalink
bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Jan 12, 2024
1 parent 5cf5994 commit b81cf33
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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

## [v5.2.3](https://github.com/intelowlproject/IntelOwl/releases/tag/v5.2.3)

This release mainly contains bug fixing, dependencies upgrades and adjustments.

The support for Docker Compose v1 has been dropped. Please upgrade to Docker Compose v2.

**IMPORTANT DEPRECATION NOTICE**:
The python `start.py` script is being replaced with a more light Bash script called `script` at the next Major version.
Thanks to this change the installation requirements are a lot less than before and it should be easier to install and execute IntelOwl.
Please start to use the new `start` script from now to avoid future issues.
For more information: [Installation docs](https://intelowl.readthedocs.io/en/develop/Installation.html)

## [v5.2.2](https://github.com/intelowlproject/IntelOwl/releases/tag/v5.2.2)

This release has been done mainly to adjusts a broken database migration introduced in the previous release.
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
@@ -1,6 +1,6 @@
### DO NOT CHANGE THIS VALUE !!
### It should be updated only when you pull latest changes off from the 'master' branch of IntelOwl.
# this variable must start with "REACT_APP_" to be used in the frontend too
REACT_APP_INTELOWL_VERSION="v5.2.2"
REACT_APP_INTELOWL_VERSION="v5.2.3"
# if you want to use a nfs volume for shared files
# NFS_ADDRESS=
2 changes: 1 addition & 1 deletion docs/source/schema.yml
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: IntelOwl API specification
version: 5.2.2
version: 5.2.3
paths:
/api/analyze_file:
post:
Expand Down

0 comments on commit b81cf33

Please sign in to comment.