diff --git a/content/master/concepts/patch-and-transform.md b/content/master/concepts/patch-and-transform.md index 905a00f3a..ae5d2459a 100644 --- a/content/master/concepts/patch-and-transform.md +++ b/content/master/concepts/patch-and-transform.md @@ -1507,7 +1507,8 @@ converts the input based on one of the following conversion types: * `ToJson` - Convert the input string to valid JSON. * `ToSha1` - Create a SHA-1 hash of the input string. * `ToSha256` - Create a SHA-256 hash of the input string. -* `ToSha512` - Create a SHA-512 hash of the input string. +* `ToSha512` - Create a SHA-512 hash of the input string. +* `ToAdler32` - Create an Adler32 hash of the input string. ```yaml {label="stringConvert"} patches: diff --git a/utils/vale/styles/Crossplane/crossplane-words.txt b/utils/vale/styles/Crossplane/crossplane-words.txt index 74c6494ec..165cf462f 100644 --- a/utils/vale/styles/Crossplane/crossplane-words.txt +++ b/utils/vale/styles/Crossplane/crossplane-words.txt @@ -1,4 +1,5 @@ ActivePackageRevision +Adler32 clampMax clampMin CombineFromComposite