mirror of https://github.com/ceph/go-ceph
docs: Fix versions for recent API additions
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
411ddbf864
commit
f316263ab7
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue