From d572983696184bc413172fd4bd311a98b171c62e Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 6 Dec 2022 10:26:27 -0500 Subject: [PATCH] go-ceph: simplify v0.16.0 quincy note The v0.16.0 has a "sword" marker noting that quincy was working but not officially fully supported in v0.16. Now that v0.16 is a few releases in the past we can simplify that note down to the minimal level of details. Signed-off-by: John Mulligan --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c49b98e..ce78145 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,8 @@ These tags affect what is supported at compile time. What version of the Ceph cluster the client libraries support, and vice versa, is determined entirely by what version of the Ceph C libraries go-ceph is compiled with. -† Preliminary support for Ceph Quincy is available in this release. Due to -Quincy specific issues in our test suite some APIs can not be tested against -Quincy at the moment. Thus, go-ceph should work with Quincy but we are not -declaring it fully supported until all APIs can be tested on Quincy. +† Preliminary support for Ceph Quincy was available, but not fully tested, in +this release. NOTE: Prior to 2020 the project did not make versioned releases. The ability to compile with a particular Ceph version before go-ceph v0.2.0 is not guaranteed.