v0.7.1
Bug fix release due to changes to the remote_file
resource in Chef 12.
Previously it was possible to set an empty string as checksum
on a remote_file
resource and it would simply skip validating (or at least ignore it in some way) , but in Chef 12 it’ll try to compare an empty string with whatever checksum it gets from the file.