Skip to content

Commit 8fcb8de

Browse files
committed
added relase notes
1 parent 1253ef1 commit 8fcb8de

File tree

1 file changed

+12
-1
lines changed
  • docs/content/en/open_source/upgrading

1 file changed

+12
-1
lines changed

docs/content/en/open_source/upgrading/2.47.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@ There are no special instructions for upgrading to 2.47.x. Check the [Release No
1212

1313
## Removal of Asynchronous Import
1414

15-
Please note that asynchronous import has been removed as it was announced in 2.46. If you haven't migrated from this feature yet, we recommend doing before upgrading to 2.47.0
15+
Please note that asynchronous import has been removed as it was announced in 2.46. If you haven't migrated from this feature yet, we recommend doing before upgrading to 2.47.0
16+
17+
## Wizcli Parsers Hashcode Changes
18+
**Hash Code changes** Wizcli parsers have been updated to populate more fields in release 2.47.3. Some of these fields are part of the hash code calculation. To recalculate the hash code please execute the following command:
19+
20+
```bash
21+
docker compose exec uwsgi /bin/bash -c "python manage.py dedupe --parser 'Wizcli Img Scan' --hash_code_only"
22+
docker compose exec uwsgi /bin/bash -c "python manage.py dedupe --parser 'Wizcli Dir Scan' --hash_code_only"
23+
docker compose exec uwsgi /bin/bash -c "python manage.py dedupe --parser 'Wizcli IaC Scan' --hash_code_only"
24+
```
25+
26+
This command has various command line arguments to tweak its behaviour, for example to trigger a run of the deduplication process. See dedupe.py for more information.

0 commit comments

Comments
 (0)