From 1e6f8891ea787e2174a4388ce972c486fc1a98b7 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 14 Feb 2023 11:44:39 +0530 Subject: [PATCH] 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 --- docs/api-status.json | 4 ++-- docs/api-status.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api-status.json b/docs/api-status.json index db26448..3f96fa8 100644 --- a/docs/api-status.json +++ b/docs/api-status.json @@ -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": [ diff --git a/docs/api-status.md b/docs/api-status.md index 1cc59bc..9985b44 100644 --- a/docs/api-status.md +++ b/docs/api-status.md @@ -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