From dee055aa9e798dcb6c21de2e397947495a64aff1 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 10 Sep 2024 19:07:29 +0200 Subject: [PATCH] doc: include GroupSnapGetInfo in API status Signed-off-by: Niels de Vos --- docs/api-status.json | 6 ++++++ docs/api-status.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/api-status.json b/docs/api-status.json index 7d425b40e..c41e05d69 100644 --- a/docs/api-status.json +++ b/docs/api-status.json @@ -1961,6 +1961,12 @@ "comment": "CloneImageByID creates a clone of the image from a snapshot with the given\nID in the provided io-context with the given name and image options.\n\nImplements:\n\n\tint rbd_clone4(rados_ioctx_t p_ioctx, const char *p_name,\n\t uint64_t p_snap_id, rados_ioctx_t c_ioctx,\n\t const char *c_name, rbd_image_options_t c_opts);\n", "added_in_version": "v0.29.0", "expected_stable_version": "v0.31.0" + }, + { + "name": "GroupSnapGetInfo", + "comment": "GroupSnapGetInfo returns a slice of RBD image snapshots that are part of a\ngroup snapshot.\n\nImplements:\n\n\tint rbd_group_snap_get_info(rados_ioctx_t group_p,\n\t const char *group_name,\n\t const char *snap_name,\n\t rbd_group_snap_info2_t *snaps);\n", + "added_in_version": "$NEXT_RELEASE", + "expected_stable_version": "$NEXT_RELEASE_STABLE" } ] }, diff --git a/docs/api-status.md b/docs/api-status.md index 46b9846cf..2c7d75d3d 100644 --- a/docs/api-status.md +++ b/docs/api-status.md @@ -27,6 +27,7 @@ WriteOp.Exec | v0.29.0 | v0.31.0 | Name | Added in Version | Expected Stable Version | ---- | ---------------- | ----------------------- | CloneImageByID | v0.29.0 | v0.31.0 | +GroupSnapGetInfo | $NEXT_RELEASE | $NEXT_RELEASE_STABLE | ### Deprecated APIs