Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion content/reference/promise-types/files/_index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ body acl template

**Description:** The `hash` menu option defines the type of hash used for change detection.

The `best` option cross correlates the best two available algorithms known in the OpenSSL library.
The `best` option uses the strongest hash algorithm available (SHA-512).

**Type:** (menu option)

Expand All @@ -665,6 +665,13 @@ body changes example
}
```

**History:** Before 3.29.0, in the community edition the `best` option
cross correlated two algorithms (MD5 and SHA1); it now uses SHA-512, matching
the enterprise edition. Files tracked with `hash => "best"` are silently
re-baselined under the new hash on the first agent run after upgrade. This
change only affects the community edition; the enterprise edition already used
SHA-512.

#### report_changes

**Description:** Specify criteria for change warnings using the `report_changes` menu option.
Expand Down
Loading