mirror of https://github.com/ceph/go-ceph
docs: fix api versions for new ListBucketWithStat API
This change executes `make api-fix-versions` in order to convert the placeholder versions into real version numbers. Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
5cefb0937f
commit
1e6f8891ea
|
@ -1860,8 +1860,8 @@
|
|||
{
|
||||
"name": "API.ListBucketsWithStat",
|
||||
"comment": "ListBucketsWithStat will return the list of all buckets with stat (system admin API only)\n",
|
||||
"added_in_version": "$NEXT_RELEASE",
|
||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
||||
"added_in_version": "v0.20.0",
|
||||
"expected_stable_version": "v0.22.0"
|
||||
}
|
||||
],
|
||||
"stable_api": [
|
||||
|
|
|
@ -62,7 +62,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
|||
|
||||
Name | Added in Version | Expected Stable Version |
|
||||
---- | ---------------- | ----------------------- |
|
||||
API.ListBucketsWithStat | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
API.ListBucketsWithStat | v0.20.0 | v0.22.0 |
|
||||
|
||||
## Package: common/admin/manager
|
||||
|
||||
|
|
Loading…
Reference in New Issue