readme: note v0.16.0 has preliminary quincy support

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-06-13 14:10:28 -04:00 committed by mergify[bot]
parent d31582cf06
commit 096745e86b
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,7 @@ go test -tags pacific ....
| go-ceph version | Supported Ceph Versions | Deprecated Ceph Versions |
| --------------- | ------------------------| -------------------------|
| v0.16.0 | octopus, pacific† | nautilus |
| v0.15.0 | octopus, pacific | nautilus |
| v0.14.0 | octopus, pacific | nautilus |
| v0.13.0 | octopus, pacific | nautilus |
@ -87,6 +88,11 @@ 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.
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.