Skip to content

Commit

Permalink
docs: fix version number for new GroupSnapGetInfo api
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <[email protected]>
  • Loading branch information
phlogistonjohn committed Oct 11, 2024
1 parent 08e5b62 commit 1152627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -1965,8 +1965,8 @@
{
"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"
"added_in_version": "v0.30.0",
"expected_stable_version": "v0.32.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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 |
GroupSnapGetInfo | v0.30.0 | v0.32.0 |

### Deprecated APIs

Expand Down

0 comments on commit 1152627

Please sign in to comment.