Commit 66e4fc9
authored
Add .zst extension for image2disk (#160)
## Description
This PR adds support for .zst as file extension for zstd-compressed images, since .zst is the extension recommended in the zstandard RFC.
It also updates to Readme to properly mention the supported file extensions
Fixes: #
## How Has This Been Tested?
A working example of ours using zstd-compressed images with .zs extension has been modified to use .zst
## How are existing users impacted? What migration steps/scripts do we need?
The `.zs` extension is kept for backwards compatibility, therefore existing users are not impacted
## Checklist:
I have:
- [x] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments