Skip to content

Commit

Permalink
release: make api-fix-versions
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 Dec 17, 2024
1 parent 366fda6 commit df6e065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,8 @@
{
"name": "Conn.GetAddrs",
"comment": "GetAddrs returns the addresses of the RADOS session,\nsuitable for blocklisting.\n\nImplements:\n\n\tint rados_getaddrs(rados_t cluster, char **addrs)\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
"added_in_version": "v0.31.0",
"expected_stable_version": "v0.33.0"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.

Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
Conn.GetAddrs | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
Conn.GetAddrs | v0.31.0 | v0.33.0 |

## Package: rbd

Expand Down

0 comments on commit df6e065

Please sign in to comment.