From f316263ab7368e31ccc7abe5be9cd85c3e7bc341 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Fri, 8 Dec 2023 10:51:35 +0530 Subject: [PATCH] docs: Fix versions for recent API additions Signed-off-by: Anoop C S --- docs/api-status.json | 10 +++++----- docs/api-status.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/api-status.json b/docs/api-status.json index 6c8e246..ef2d8b6 100644 --- a/docs/api-status.json +++ b/docs/api-status.json @@ -1922,8 +1922,8 @@ { "name": "Image.Resize2", "comment": "Resize2 resizes an rbd image and allows configuration of allow_shrink and a callback function. The callback\nfunction will be called with the first argument as the progress, the second argument as the total, and the third\nargument as an opaque value that is passed to the Resize2 function's data argument in each callback execution.\nThe resize operation will be aborted if the progress callback returns a non-zero value.\n\nImplements:\n\n\tint rbd_resize(rbd_image_t image, uint64_t size, allow_shrink bool, librbd_progress_fn_t cb, void *cbdata);\n", - "added_in_version": "$NEXT_RELEASE", - "expected_stable_version": "$NEXT_RELEASE_STABLE" + "added_in_version": "v0.25.0", + "expected_stable_version": "v0.27.0" } ] }, @@ -2004,8 +2004,8 @@ { "name": "API.GetInfo", "comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n", - "added_in_version": "$NEXT_RELEASE", - "expected_stable_version": "$NEXT_RELEASE_STABLE" + "added_in_version": "v0.25.0", + "expected_stable_version": "v0.27.0" } ], "stable_api": [ @@ -2216,4 +2216,4 @@ } ] } -} +} \ No newline at end of file diff --git a/docs/api-status.md b/docs/api-status.md index 670062f..59b88d7 100644 --- a/docs/api-status.md +++ b/docs/api-status.md @@ -20,7 +20,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable. Name | Added in Version | Expected Stable Version | ---- | ---------------- | ----------------------- | -Image.Resize2 | $NEXT_RELEASE | $NEXT_RELEASE_STABLE | +Image.Resize2 | v0.25.0 | v0.27.0 | ### Deprecated APIs @@ -40,7 +40,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable. Name | Added in Version | Expected Stable Version | ---- | ---------------- | ----------------------- | -API.GetInfo | $NEXT_RELEASE | $NEXT_RELEASE_STABLE | +API.GetInfo | v0.25.0 | v0.27.0 | ## Package: common/admin/manager