rgw/admin: Promote {Get,Set}BucketQuota APIs to stable

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2024-06-07 19:18:33 +05:30 committed by mergify[bot]
parent e0e4115a01
commit 7d15378d4c
4 changed files with 14 additions and 24 deletions

View File

@ -2013,20 +2013,7 @@
]
},
"rgw/admin": {
"preview_api": [
{
"name": "API.GetBucketQuota",
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
"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": "v0.26.0",
"expected_stable_version": "v0.28.0"
}
],
"preview_api": [],
"stable_api": [
{
"name": "API.ListBuckets",
@ -2164,6 +2151,18 @@
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
"added_in_version": "v0.25.0",
"became_stable_version": "v0.27.0"
},
{
"name": "API.GetBucketQuota",
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
"added_in_version": "v0.26.0",
"became_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": "v0.26.0",
"became_stable_version": "v0.28.0"
}
]
},

View File

@ -40,12 +40,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
## Package: rgw/admin
### Preview APIs
Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.GetBucketQuota | v0.26.0 | v0.28.0 |
API.SetBucketQuota | v0.26.0 | v0.28.0 |
No Preview/Deprecated APIs found. All APIs are considered stable.
## Package: common/admin/manager

View File

@ -1,5 +1,3 @@
//go:build ceph_preview
package admin
import (

View File

@ -1,5 +1,3 @@
//go:build ceph_preview
package admin
import (