docs: fix version for newest api additions

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2023-04-06 15:27:37 -04:00 committed by mergify[bot]
parent 743c43be54
commit 7068c1d8ba
2 changed files with 3 additions and 3 deletions

View File

@ -1871,8 +1871,8 @@
{
"name": "Image.SparsifyWithProgress",
"comment": "SparsifyWithProgress makes an image sparse by deallocating runs of zeros.\nThe sparseSize value will be used to find runs of zeros and must be\na power of two no less than 4096 and no larger than the image size.\nThe given progress callback will be called to report on the progress\nof sparse. The operation will be aborted if the progress callback returns\na non-zero value.\n\nImplements:\n\n\tint rbd_sparsify_with_progress(rbd_image_t image, size_t sparse_size,\n\t\t\t\t\t\t\t\t librbd_progress_fn_t cb, void *cbdata);\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
"added_in_version": "v0.21.0",
"expected_stable_version": "v0.23.0"
}
]
},

View File

@ -63,7 +63,7 @@ ListMirrorPeerSite | v0.21.0 | v0.23.0 |
SetMirrorPeerSiteClientName | v0.21.0 | v0.23.0 |
SetMirrorPeerSiteName | v0.21.0 | v0.23.0 |
SetMirrorPeerSiteDirection | v0.21.0 | v0.23.0 |
Image.SparsifyWithProgress | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
Image.SparsifyWithProgress | v0.21.0 | v0.23.0 |
### Deprecated APIs