mirror of https://github.com/ceph/go-ceph
readme: note v0.16.0 has preliminary quincy support
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
d31582cf06
commit
096745e86b
|
@ -67,6 +67,7 @@ go test -tags pacific ....
|
||||||
|
|
||||||
| go-ceph version | Supported Ceph Versions | Deprecated Ceph Versions |
|
| go-ceph version | Supported Ceph Versions | Deprecated Ceph Versions |
|
||||||
| --------------- | ------------------------| -------------------------|
|
| --------------- | ------------------------| -------------------------|
|
||||||
|
| v0.16.0 | octopus, pacific† | nautilus |
|
||||||
| v0.15.0 | octopus, pacific | nautilus |
|
| v0.15.0 | octopus, pacific | nautilus |
|
||||||
| v0.14.0 | octopus, pacific | nautilus |
|
| v0.14.0 | octopus, pacific | nautilus |
|
||||||
| v0.13.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
|
cluster the client libraries support, and vice versa, is determined entirely
|
||||||
by what version of the Ceph C libraries go-ceph is compiled with.
|
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
|
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.
|
compile with a particular Ceph version before go-ceph v0.2.0 is not guaranteed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue