salt/changelog
Skyler Hawthorne 3703fc5291 fix incorrect hash type result in s3fs
The s3fs backend is currently computing the incorrect hash type. The
default hashing algorithm was changed from md5 to sha256. The s3 backend
calls the hashing function without specifying the hash algorithm,
and then hardcodes the result's hash type to md5. After the change to
sha256, this means it was computing a sha256 sum, but saying it was md5.
In turn, it would compute the sha256 sum of the existing target file
and compare it to the cached file's md5, which would obviously always
be different.

This causes downstream effects, such as test mode always reporting a
change, even when there isn't one.

Fixes #65589
2024-02-13 21:38:54 +00:00
..
.keep Add changelog keep file 2020-06-06 20:59:24 -07:00
.template.jinja Converted the changelog setup to markdown 2023-02-17 05:28:37 +00:00
34658.fixed.md Fix mac_shadow module 2024-02-03 08:17:49 +00:00
52289.fixed.md Add changelog 2024-01-31 16:47:04 +00:00
63063.fixed.md Updated use of base64_b64encode and change log 2024-01-03 14:57:41 -07:00
65018.fixed.md fix pre-commit 2024-01-24 16:00:41 +00:00
65193.fixed.md Fix an issue with the openscap module 2023-12-12 15:26:32 -07:00
65589.fixed.md fix incorrect hash type result in s3fs 2024-02-13 21:38:54 +00:00
65670.fixed.md Fix salt-ssh with saltutil.cmd and in orchestration 2023-12-12 15:25:32 -07:00
65691.fixed.md Add changelog for #65691 2023-12-22 09:47:16 -07:00
65692.fixed.md Removed PR 65185 changes since incomplete solution 2023-12-22 22:09:16 -07:00
65752.fixed.md Fix nonsensical in fileclient timeout error message 2023-12-27 21:30:12 -07:00
65777.fixed.md Rebase to 3006.x 2024-01-23 14:11:22 -07:00
65824.fixed.md add https to proxy so that requests knows how to proxy https 2024-01-23 10:15:26 -07:00
65938.changed.md Add changelog entry 2024-01-31 13:18:22 +00:00
65951.deprecated.md Deprecate and stop using salt.features 2024-01-30 15:20:38 -07:00
65954.fixed.md Add changelog 2024-02-01 20:11:34 +00:00
65990.fixed.md Don't needlessly refresh fileserver backends during Pillar rendering 2024-02-09 16:11:27 +00:00
66004.security.md Bump to cryptography==42.0.0 due to https://github.com/advisories/GHSA-3ww4-gg4f-jr7f 2024-02-07 01:08:55 -07:00