From b0a14bc744a3a7ed789b21abfbe73e5b46152bfe Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Thu, 6 Jun 2024 17:05:23 +0200 Subject: [PATCH 1/5] Update release-notes.adoc --- modules/ROOT/pages/release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 283ba9b41c..6bb9c4db0d 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -119,7 +119,7 @@ The property allowing to enable/disable xref:identity:rest-api-authorization.ado == Bug fixes -=== Fixes in Bonita 2024.1-u1 (2024-05-30) +=== Fixes in Bonita 2024.1-u2 (2024-06-07) ==== Fixes in Bonita Runtime (including Bonita Applications) @@ -131,7 +131,7 @@ The property allowing to enable/disable xref:identity:rest-api-authorization.ado * RUNTIME-1864 - SCA cannot be started without BDM_ACCESS_CONTROL license key activated * CVE-63 - HTTP/2 CONTINUATION Flood vulnerability -=== Fixes in Bonita 2024.1 (2024-04-11) +=== Fixes in Bonita 2024.1-u0 (2024-04-11) ==== Fixes in Bonita Runtime (including Bonita Applications) From 800a427fe240e87ec69272d31f8abf7d320f7db9 Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Thu, 6 Jun 2024 17:05:53 +0200 Subject: [PATCH 2/5] Update product-versioning.adoc --- modules/version-update/pages/product-versioning.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/version-update/pages/product-versioning.adoc b/modules/version-update/pages/product-versioning.adoc index 0e59213cd6..fc262e8ce6 100644 --- a/modules/version-update/pages/product-versioning.adoc +++ b/modules/version-update/pages/product-versioning.adoc @@ -37,9 +37,9 @@ Here is a Bonita Platform version / Technical Id / UI Designer version correspon |=== | Release date | Bonita Platform version | Technical Id | UI Designer version -| 2024-05-30 -| 2024.1-u1 -| 10.0.1 +| 2024-06-07 +| 2024.1-u2 +| 10.0.2 | 1.18.4 | 2024-04-11 From 4d989cfa1020ce5d4f5695d8e1a7622c9ed5a261 Mon Sep 17 00:00:00 2001 From: bonita-ci Date: Fri, 7 Jun 2024 10:10:06 +0200 Subject: [PATCH 3/5] docs(uid): Add Bonita Portal JS dependencies for 2024.1 (#2719) This Pull Request has been created automatically. Dependency version report for Bonita Portal JS --- modules/ROOT/pages/portal-js-dependencies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/portal-js-dependencies.adoc b/modules/ROOT/pages/portal-js-dependencies.adoc index 12a7dd12ac..edd04905af 100644 --- a/modules/ROOT/pages/portal-js-dependencies.adoc +++ b/modules/ROOT/pages/portal-js-dependencies.adoc @@ -1,4 +1,4 @@ -= Dependencies for Bonita Portal-JS 10.0.1 += Dependencies for Bonita Portal-JS 10.0.2 :description: NodeJS Dependencies for Bonita Portal JS project From 6fa3ffd3c973dbd51919a6db8f398fc12b211b6e Mon Sep 17 00:00:00 2001 From: bonita-ci Date: Fri, 7 Jun 2024 10:10:20 +0200 Subject: [PATCH 4/5] docs(runtime): add Bonita Runtime dependencies for 2024.1 (#2718) This Pull Request has been created automatically. Dependency version report for Bonita Runtime --- modules/ROOT/pages/bonita-runtime-dependencies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/bonita-runtime-dependencies.adoc b/modules/ROOT/pages/bonita-runtime-dependencies.adoc index 57779724ed..ebd2d8084a 100644 --- a/modules/ROOT/pages/bonita-runtime-dependencies.adoc +++ b/modules/ROOT/pages/bonita-runtime-dependencies.adoc @@ -1,4 +1,4 @@ -= Bonita Runtime dependencies (10.0.1) += Bonita Runtime dependencies (10.0.2) :page-aliases: ROOT:bonita-web-dependencies.adoc, ROOT:bonita-engine-dependencies.adoc :description: List all dependencies used by Bonita Runtime From 1a4e202a93a88d90876dd26be47c5f7a4a8b370d Mon Sep 17 00:00:00 2001 From: "emmanuel.duchastenier@bonitasoft.com" Date: Mon, 10 Jun 2024 10:09:00 +0200 Subject: [PATCH 5/5] docs(purge-tool): update release notes for v1.0.8 (#2716) Also, add the RN for the version 1.0.7 that was missing --- .../runtime/pages/purge-tool-changelog.adoc | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/modules/runtime/pages/purge-tool-changelog.adoc b/modules/runtime/pages/purge-tool-changelog.adoc index 51a2d3738c..f13586eb94 100644 --- a/modules/runtime/pages/purge-tool-changelog.adoc +++ b/modules/runtime/pages/purge-tool-changelog.adoc @@ -6,6 +6,32 @@ This is the changelog of the purge tool. The purge tool is used to remove data from bonita archive tables. It is useful for big production environments. + +== 1.0.8 - June 5, 2024 + +Now the tool **MUST** be run from the **root folder** by calling: + +```shell +bin/bonita-purge-tool[.sh/.bat] +``` +It cannot be run from the **bin/** folder anymore. + +Fixes: + +- fix(config): config file not taken into account + +Others: + +- deps: update PostgreSQL driver +- build: update build and GH Actions +- build: update push to GDrive action + +== 1.0.7 - Dec 11, 2023 +- deps: update Springboot version +- deps: update MySQL connector +- build: use standard GH runners to build & release +- deps: update snakeyaml + == 1.0.6 - Oct 10, 2023 - Use the latest version of Springboot 2.7.x