Skip to content

Commit

Permalink
docs: update api-status for release v0.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Anderson <[email protected]>
  • Loading branch information
ansiwen authored and mergify[bot] committed Feb 13, 2024
1 parent d34f8b9 commit d4a70d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2010,14 +2010,14 @@
{
"name": "API.GetBucketQuota",
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
"added_in_version": "v0.26.0",
"expected_stable_version": "v0.28.0"
},
{
"name": "API.SetBucketQuota",
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
"added_in_version": "v0.26.0",
"expected_stable_version": "v0.28.0"
}
],
"stable_api": [
Expand Down
4 changes: 2 additions & 2 deletions docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.GetInfo | v0.25.0 | v0.27.0 |
API.GetBucketQuota | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
API.SetBucketQuota | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
API.GetBucketQuota | v0.26.0 | v0.28.0 |
API.SetBucketQuota | v0.26.0 | v0.28.0 |

## Package: common/admin/manager

Expand Down

0 comments on commit d4a70d7

Please sign in to comment.