Skip to content

Commit

Permalink
docs(purge-tool): update release notes for v1.0.8 (#2716)
Browse files Browse the repository at this point in the history
Also, add the RN for the version 1.0.7 that was missing
  • Loading branch information
educhastenier authored Jun 10, 2024
1 parent c3e2876 commit 1a4e202
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modules/runtime/pages/purge-tool-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a4e202

Please sign in to comment.