-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move some older vers in the supported release matrix to a new file
In my opinion the list of releases and the ceph versions supported was getting a bit long. I am taking the initiative to split the list and record the older releases in a separate doc. The cut point was a bit arbitrary but I chose to remove all the caveats from the readme. Signed-off-by: John Mulligan <[email protected]>
- Loading branch information
1 parent
6a18238
commit 0d53c27
Showing
2 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
### Historical Supported Ceph Versions | ||
|
||
For recent releases, please refer to the [readme](../README.md). | ||
|
||
The following tables describes what versions of Ceph were supported for | ||
particular go-ceph releases. Note that 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. | ||
|
||
| 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 | | ||
| v0.12.0 | octopus, pacific | nautilus | | ||
| v0.11.0 | nautilus, octopus, pacific | | | ||
| v0.10.0 | nautilus, octopus, pacific | | | ||
| v0.9.0 | nautilus, octopus | | | ||
| v0.8.0 | nautilus, octopus | | | ||
| v0.7.0 | nautilus, octopus | | | ||
| v0.6.0 | nautilus, octopus | mimic | | ||
| v0.5.0 | nautilus, octopus | luminous, mimic | | ||
| v0.4.0 | luminous, mimic, nautilus, octopus | | | ||
| v0.3.0 | luminous, mimic, nautilus, octopus | | | ||
| v0.2.0 | luminous, mimic, nautilus | | | ||
| (pre release) | luminous, mimic (see note) | | | ||
|
||
The 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 was available, but not fully tested, in | ||
this release. | ||
|