From 096745e86b17b15fb1fd1b2d7076778ddd6f8ea1 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 13 Jun 2022 14:10:28 -0400 Subject: [PATCH] readme: note v0.16.0 has preliminary quincy support Signed-off-by: John Mulligan --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b142152..c4107bf 100644 --- a/README.md +++ b/README.md @@ -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.