From d8f25683e1850095420043f60f40954872835374 Mon Sep 17 00:00:00 2001 From: To-om Date: Thu, 7 Apr 2022 12:28:08 +0200 Subject: [PATCH] Release 4.1.19 --- CHANGELOG.md | 19 +++++++++++++++++++ build.sbt | 2 +- frontend/bower.json | 2 +- frontend/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc4e46455..b8857f7681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [4.1.19](https://github.com/TheHive-Project/TheHive/milestone/89) (2022-04-07) + +**Implemented enhancements:** + +- Migrate hive3 to 4, migrate SSL error. Requesting SSL bypass option [\#2356](https://github.com/TheHive-Project/TheHive/issues/2356) +- [Enhancement] Improve logging [\#2371](https://github.com/TheHive-Project/TheHive/issues/2371) + +**Fixed bugs:** + +- [Bug] Regression starting with 4.1.17 in the migration tool with certificate validation [\#2342](https://github.com/TheHive-Project/TheHive/issues/2342) +- [Bug] Deadlock when the index backend changed [\#2351](https://github.com/TheHive-Project/TheHive/issues/2351) +- [Bug][Security] TheHive4 libraries vulnerabilities [\#2362](https://github.com/TheHive-Project/TheHive/issues/2362) +- [Bug] The Link given in /etc/thehive/application.conf says error. [\#2364](https://github.com/TheHive-Project/TheHive/issues/2364) +- [Bug] An unshared case is still visible [\#2366](https://github.com/TheHive-Project/TheHive/issues/2366) +- [Bug] Prevent custom field creation if it already exists [\#2367](https://github.com/TheHive-Project/TheHive/issues/2367) +- [Bug] An user may exist without being member of any organisation [\#2368](https://github.com/TheHive-Project/TheHive/issues/2368) +- [Bug] Tags can't be updated [\#2369](https://github.com/TheHive-Project/TheHive/issues/2369) +- [Bug] Dashboarding on weeks provide incorrect results on specific dates [\#2370](https://github.com/TheHive-Project/TheHive/issues/2370) + ## [4.1.18](https://github.com/TheHive-Project/TheHive/milestone/88) (2022-02-07) **Implemented enhancements:** diff --git a/build.sbt b/build.sbt index 6c80c3f996..ec7354e37d 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ import com.typesafe.sbt.packager.Keys.bashScriptDefines import org.thp.ghcl.Milestone -val thehiveVersion = "4.1.18-1" +val thehiveVersion = "4.1.19-1" val scala212 = "2.12.13" val scala213 = "2.13.1" val supportedScalaVersions = List(scala212, scala213) diff --git a/frontend/bower.json b/frontend/bower.json index 0ec1ce3680..6dcd9df3c8 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.18-1", + "version": "4.1.19-1", "license": "AGPL-3.0", "dependencies": { "jquery": "^3.4.1", diff --git a/frontend/package.json b/frontend/package.json index e145d1f50d..9b26aef3f8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.18-1", + "version": "4.1.19-1", "license": "AGPL-3.0", "repository": { "type": "git",