]> git.proxmox.com Git - pve-common.git/commit - src/PVE/JSONSchema.pm
JSONSchema: increase maxLength of config-digest to 64
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 20 Jul 2023 14:32:07 +0000 (16:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 09:44:22 +0000 (11:44 +0200)
commit13ae568f8eb51eb8781ebae658114f6c135818a8
tree84b4cd8bd18cb504e120e1fff1f773d727b65ff2
parentf080ddbdc845b76919ef0a4e1bcb60ade177a9f5
JSONSchema: increase maxLength of config-digest to 64

The new notification backend is implemented in Rust where we use SHA256
for config digests.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/PVE/JSONSchema.pm