Merge pull request #22006 from liewegas/wip-mimic

doc/releases/schedule: add mimic column
This commit is contained in:
Sage Weil 2018-05-16 07:09:52 -05:00 committed by GitHub
commit 4266d187cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 243 additions and 231 deletions

View File

@ -164,13 +164,15 @@ Upgrading from pre-Luminous releases (like Jewel)
You *must* first upgrade to Luminous (12.2.z) before attempting an
upgrade to Mimic.
Notable Changes
---------------
Upgrade compatibility notes
---------------------------
These changes occurred between the Luminous and Mimic releases.
* *core*:
- The `pg force-recovery` command will not work for erasure-coded PGs when a
- The ``pg force-recovery`` command will not work for erasure-coded PGs when a
Luminous monitor is running along with a Mimic OSD. Please use the
recommended upgrade order of monitors before OSDs to avoid this issue.
@ -178,16 +180,17 @@ Notable Changes
equivalent to the built-in default behavior, so it has been replaced with an
example in the CRUSH documentation.
- The -f option of the rados tool now means "--format" instead of "--force",
for consistency with the ceph tool.
- The ``-f`` option of the rados tool now means ``--format`` instead
of ``--force``, for consistency with the ceph tool.
- The format of the 'config diff' output via the admin socket has changed. It
- The format of the ``config diff`` output via the admin socket has changed. It
now reflects the source of each config option (e.g., default, config file,
command line) as well as the final (active) value.
- Commands variously marked as "del", "delete", "remove" etc. should now all be
normalized as "rm". Commands already supporting alternatives to "rm" remain
backward-compatible. This changeset applies to radosgw-admin cli as well.
- Commands variously marked as `del`, `delete`, `remove`
etc. should now all be normalized as `rm`. Commands already
supporting alternatives to `rm` remain backward-compatible. This
changeset applies to the ``radosgw-admin`` tool as well.
- Monitors will now prune on-disk full maps if the number of maps grows above
a certain number (mon_osdmap_full_prune_min, default: 10000), thus
@ -197,15 +200,16 @@ Notable Changes
- *rados list-inconsistent-obj format changes:*
+ Various error strings have been improved. For example, the "oi" or "oi_attr"
in errors which stands for object info is now "info" (e.g. oi_attr_missing is
now info_missing).
+ Various error strings have been improved. For example, the "oi"
or "oi_attr" in errors which stands for object info is now
"info" (e.g. oi_attr_missing is now info_missing).
+ The object's "selected_object_info" is now in json format instead of string.
+ The object's "selected_object_info" is now in json format
instead of string.
+ The attribute errors (attr_value_mismatch, attr_name_mismatch) only apply to user
attributes. Only user attributes are output and have the internal leading underscore
stripped.
+ The attribute errors (attr_value_mismatch, attr_name_mismatch)
only apply to user attributes. Only user attributes are output
and have the internal leading underscore stripped.
+ If there are hash information errors (hinfo_missing, hinfo_corrupted,
hinfo_inconsistency) then "hashinfo" is added with the json format of the
@ -235,21 +239,21 @@ Notable Changes
output when any shard has an error. This head object is there to show the
snapset that was used in determining errors.
- The ``osd_mon_report_interval_min`` option has been renamed to
``osd_mon_report_interval``, and the ``osd_mon_report_interval_max``
- The `osd_mon_report_interval_min` option has been renamed to
`osd_mon_report_interval`, and the `osd_mon_report_interval_max`
(unused) has been eliminated. If this value has been customized on your
cluster then your configuration should be adjusted in order to avoid
reverting to the default value.
- The config-key interface can store arbitrary binary blobs but JSON can only
express printable strings. If binary blobs are present, the 'ceph config-key
dump' command will show them as something like ``<<< binary blob of length N
>>>``.
dump' command will show them as something like `<<< binary blob of length N
>>>`.
- Bootstrap auth keys will now be generated automatically on a fresh
deployment; these keys will also be generated, if missing, during upgrade.
- The 'osd force-create-pg' command now requires a force option to proceed
- The ``osd force-create-pg`` command now requires a force option to proceed
because the command is dangerous: it declares that data loss is permanent
and instructs the cluster to proceed with an empty PG in its place, without
making any further efforts to find the missing data.
@ -268,34 +272,35 @@ Notable Changes
See also: https://tracker.ceph.com/issues/23172
- Several "ceph mds" commands have been obsoleted and replaced
by equivalent "ceph fs" commands:
- mds dump -> fs dump
- mds getmap -> fs dump
- mds stop -> mds deactivate
- mds set_max_mds -> fs set max_mds
- mds set -> fs set
- mds cluster_down -> fs set cluster_down true
- mds cluster_up -> fs set cluster_down false
- mds add_data_pool -> fs add_data_pool
- mds remove_data_pool -> fs rm_data_pool
- mds rm_data_pool -> fs rm_data_pool
- Several ``ceph mds ...`` commands have been obsoleted and replaced by
equivalent ``ceph fs ...`` commands:
- New CephFS file system attributes session_timeout and session_autoclose
are configurable via `ceph fs set`. The MDS config options
mds_session_timeout, mds_session_autoclose, and mds_max_file_size are now
obsolete.
+ ``mds dump`` -> ``fs dump``
+ ``mds getmap`` -> ``fs dump``
+ ``mds stop`` -> ``mds deactivate``
+ ``mds set_max_mds`` -> ``fs set max_mds``
+ ``mds set`` -> ``fs set``
+ ``mds cluster_down`` -> ``fs set cluster_down true``
+ ``mds cluster_up`` -> ``fs set cluster_down false``
+ ``mds add_data_pool`` -> ``fs add_data_pool``
+ ``mds remove_data_pool`` -> ``fs rm_data_pool``
+ ``mds rm_data_pool`` -> ``fs rm_data_pool``
- New CephFS file system attributes session_timeout and
session_autoclose are configurable via ``ceph fs set``. The MDS
config options `mds_session_timeout`, `mds_session_autoclose`, and
`mds_max_file_size` are now obsolete.
- As the multiple MDS feature is now standard, it is now enabled by
default. ceph fs set allow_multimds is now deprecated and will be
default. ``ceph fs set allow_multimds`` is now deprecated and will be
removed in a future release.
- As the directory fragmentation feature is now standard, it is now
enabled by default. ceph fs set allow_dirfrags is now deprecated and
enabled by default. ``ceph fs set allow_dirfrags`` is now deprecated and
will be removed in a future release.
- MDS daemons now activate and deactivate based on the value of
max_mds. Accordingly, ceph mds deactivate has been deprecated as it
`max_mds`. Accordingly, ``ceph mds deactivate`` has been deprecated as it
is now redundant.
- Taking a CephFS cluster down is now done by setting the down flag which
@ -317,7 +322,7 @@ Notable Changes
creates the table automatically if it does not exist.
- CephFS snapshot is now stable and enabled by default on new filesystems.
To enable snapshot on existing filesystems, use command::
To enable snapshot on existing filesystems, use the command::
ceph fs set <fs_name> allow_new_snaps
@ -328,23 +333,23 @@ Notable Changes
See http://docs.ceph.com/docs/master/cephfs/upgrading/
For filesystems that have ever enabled snapshot, the multiple-active MDS
feature is disabled by the new version MON. This will cause the "restore
For filesystems that have ever enabled snapshots, the multiple-active MDS
feature is disabled by the mimic monitor daemon. This will cause the "restore
previous max_mds" step in above URL to fail. To re-enable the feature,
either delete all old snapshots or scrub the whole filesystem:
- ceph daemon <mds of rank 0> scrub_path / force recursive repair
- ceph daemon <mds of rank 0> scrub_path '~mdsdir' force recursive repair
- ``ceph daemon <mds of rank 0> scrub_path /``
- ``ceph daemon <mds of rank 0> scrub_path '~mdsdir'``
* *RBD*
- The RBD C API's rbd_discard method now enforces a maximum length of
2GB to match the C++ API's Image::discard method. This restriction
- The RBD C API's `rbd_discard` method now enforces a maximum length of
2GB to match the C++ API's `Image::discard` method. This restriction
prevents overflow of the result code.
- The rbd CLI's "lock list" JSON and XML output has changed.
- The rbd CLI's ``lock list`` JSON and XML output has changed.
- The rbd CLI's "showmapped" JSON and XML output has changed.
- The rbd CLI's ``showmapped`` JSON and XML output has changed.
- RBD now optionally supports simplified image clone semantics where
non-protected snapshots can be cloned; and snapshots with linked clones
@ -353,19 +358,19 @@ Notable Changes
the OSD "require-min-compat-client" flag is set to mimic or later; or can be
overridden via the "rbd_default_clone_format" configuration option.
- RBD now supports deep copy of images
- RBD now supports deep copy of images that preserves snapshot history.
* *RGW*
- The rgw beast frontend is now declared stable and ready for production use.
- The RGW Beast frontend is now declared stable and ready for production use.
:ref:`rgw_frontends` for details.
- Civetweb frontend has been updated to the latest 1.10 release
- Civetweb frontend has been updated to the latest 1.10 release.
- S3 api now has support for Multi factor authentication. Refer to
- The S3 API now has support for multi-factor authentication. Refer to
:ref:`rgw_mfa` for details.
- RGW now has a sync plugin to sync to AWS and clouds with s3 like apis.
- RGW now has a sync plugin to sync to AWS and clouds with S3-like APIs.
* *MGR*
@ -376,21 +381,21 @@ Notable Changes
See the :ref:`dashboard documentation <mgr-dashboard-overview>` for a feature
overview and installation instructions.
- The ceph-rest-api command-line tool (obsoleted by the MGR "restful" module and
deprecated since v12.2.5) has been dropped.
- The ``ceph-rest-api`` command-line tool (obsoleted by the MGR
`restful` module and deprecated since v12.2.5) has been dropped.
There is a MGR module called "restful" which provides similar functionality
There is a MGR module called `restful` which provides similar functionality
via a "pass through" method. See http://docs.ceph.com/docs/master/mgr/restful
for details.
* *build/packaging*
- The "rcceph" script (systemd/ceph in the source code tree, shipped as
/usr/sbin/rcceph in the ceph-base package for CentOS and SUSE) has been
- The ``rcceph`` script (``systemd/ceph`` in the source code tree, shipped as
``/usr/sbin/rcceph`` in the ceph-base package for CentOS and SUSE) has been
dropped. This script was used to perform admin operations (start, stop,
restart, etc.) on all OSD and/or MON daemons running on a given machine. This
functionality is provided by the systemd target units (ceph-osd.target,
ceph-mon.target, etc.).
functionality is provided by the systemd target units (``ceph-osd.target``,
``ceph-mon.target``, etc.).
- The python-ceph-compat package is declared deprecated, and will be dropped
when all supported distros have completed the move to Python 3. It has

View File

@ -5,177 +5,184 @@ Ceph Releases
Timeline
--------
+----------------------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| | `Luminous`_ | `Kraken`_ | `Jewel`_ | `Infernalis`_ | `Hammer`_ | `Giant`_ | `Firefly`_ | `Emperor`_ | `Dumpling`_ |
| | | EOL | | EOL | EOL | EOL | EOL | EOL | EOL |
+----------------------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| First release | August | January | April | November | April | October | May | November | August |
| | 2017 | 2017 | 2016 | 2015 | 2015 | 2014 | 2014 | 2013 | 2013 |
+----------------------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| Estimated retirement | | August | June | | May | | January | | March |
| | | 2017 | 2018 | | 2017 | | 2016 | | 2015 |
+----------------------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| Actual retirement | | August | | April 2016 | August | April | April | May | May |
| | | 2017 | | | 2017 | 2015 | 2016 | 2014 | 2015 |
+----------------------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
+----------------------+----------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| | `Mimic`_ | `Luminous`_ | `Kraken`_ | `Jewel`_ | `Infernalis`_ | `Hammer`_ | `Giant`_ | `Firefly`_ | `Emperor`_ | `Dumpling`_ |
| | | | EOL | | EOL | EOL | EOL | EOL | EOL | EOL |
+----------------------+----------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| First release | May 2018 | August | January | April | November | April | October | May | November | August |
| | | 2017 | 2017 | 2016 | 2015 | 2015 | 2014 | 2014 | 2013 | 2013 |
+----------------------+----------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| Estimated retirement | | | August | June | | May | | January | | March |
| | | | 2017 | 2018 | | 2017 | | 2016 | | 2015 |
+----------------------+----------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
| Actual retirement | | | August | | April 2016 | August | April | April | May | May |
| | | | 2017 | | | 2017 | 2015 | 2016 | 2014 | 2015 |
+----------------------+----------+-------------+-----------+----------+---------------+-----------+----------+------------+------------+-------------+
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | Development | `Luminous`_ | `Kraken`_ | `Jewel`_ | `Infernalis`_ | `Hammer`_ | `Giant`_ | `Firefly`_ | `Emperor`_ | `Dumpling`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2018 | | `12.2.3`_ | | | | | | | | |
| | | `12.2.4`_ | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2017 | | `12.2.2`_ | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2017 | | | | `10.2.10`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2017 | | `12.2.1`_ | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2017 | 12.1.4 | `12.2.0`_ | `11.2.1`_ | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 12.1.3 | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 12.1.2 | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| July 2017 | 12.1.1 | | | `10.2.9`_ | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | `10.2.8`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2017 | 12.1.0 | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2017 | 12.0.3 | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2017 | 12.0.2 | | | `10.2.7`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2017 | 12.0.1 | | | `10.2.6`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2017 | 12.0.0 | | | | |`0.94.10`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2017 | 11.1.1 | | `11.2.0`_ | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2016 | 11.1.0 | | | `10.2.5`_ | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | `10.2.4`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2016 | `11.0.2`_ | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 11.0.1 | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2016 | | | | `10.2.3`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2016 | | | | | | `0.94.9`_ | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | `0.94.8`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2016 | 11.0.0 | | | `10.2.2`_ | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2016 | | | | `10.2.1`_ | | `0.94.7`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2016 | `10.1.2`_ | | | `10.2.0`_ | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `10.1.1`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2016 | `10.1.0`_ | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `10.0.5`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2016 | `10.0.3`_ | | | | `9.2.1`_ | `0.94.6`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2016 | `10.0.2`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2015 | `10.0.1`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| November 2015 | `10.0.0`_ | | | | `9.2.0`_ | | | `0.80.11`_ | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2015 | `9.1.0`_ | | | | | `0.94.5`_ | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | `0.94.4`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2015 | `9.0.3`_ | | | | | `0.94.3`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| July 2015 | `9.0.2`_ | | | | | | | `0.80.10`_ | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2015 | `9.0.1`_ | | | | | `0.94.2`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2015 | `9.0.0`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2015 | | | | | | `0.94.1`_ | `0.87.2`_ | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | `0.94`_ | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2015 | | | | | | | | `0.80.9`_ | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2015 | `0.93`_ | | | | | `0.87.1`_ | `0.87.1`_ | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.92`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2015 | `0.91`_ | | | | | | | `0.80.8`_ | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2014 | `0.90`_ | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.89`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| November 2014 | `0.88`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2014 | `0.86`_ | | | | | | `0.87`_ | `0.80.7`_ | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | `0.80.6`_ | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2014 | `0.85`_ | | | | | | | | | `0.67.11`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2014 | `0.84`_ | | | | | | | | | `0.67.10`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| July 2014 | `0.83`_ | | | | | | | `0.80.5`_ | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | `0.80.4`_ | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | `0.80.3`_ | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | `0.80.2`_ | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2014 | `0.82`_ | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.81`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2014 | | | | | | | | `0.80.1`_ | | `0.67.9`_ |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | `0.80`_ | | `0.67.8`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2014 | `0.79`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2014 | `0.78`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2014 | `0.77`_ | | | | | | | | | `0.67.7`_ |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | `0.67.6`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2014 | `0.76`_ | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.75`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2013 | `0.74`_ | | | | | | | | `0.72.2`_ | `0.67.5`_ |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.73`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| November 2013 | | | | | | | | | `0.72.1`_ | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | `0.72`_ | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2013 | `0.71`_ | | | | | | | | | `0.67.4`_ |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.70`_ | | | | | | | | | |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2013 | `0.69`_ | | | | | | | | | |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.68`_ | | | | | | | | | `0.67.3`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2013 | | | | | | | | | | `0.67.2`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | `0.67.1`_ |
| +-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | `0.67`_ |
+----------------+-------------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | Development | `Mimic`_ | `Luminous`_ | `Kraken`_ | `Jewel`_ | `Infernalis`_ | `Hammer`_ | `Giant`_ | `Firefly`_ | `Emperor`_ | `Dumpling`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2018 | 13.1.0 | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2018 | 13.0.2 | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2018 | 13.0.1 | | `12.2.3`_ | | | | | | | | |
| | | | `12.2.4`_ | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2017 | | | `12.2.2`_ | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2017 | | | | | `10.2.10`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2017 | | | `12.2.1`_ | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2017 | 13.0.0 | | `12.2.0`_ | `11.2.1`_ | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 12.1.4 | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 12.1.3 | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 12.1.2 | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| July 2017 | 12.1.1 | | | | `10.2.9`_ | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | `10.2.8`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2017 | 12.1.0 | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2017 | 12.0.3 | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2017 | 12.0.2 | | | | `10.2.7`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2017 | 12.0.1 | | | | `10.2.6`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2017 | 12.0.0 | | | | | |`0.94.10`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2017 | 11.1.1 | | | `11.2.0`_ | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2016 | 11.1.0 | | | | `10.2.5`_ | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | `10.2.4`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2016 | `11.0.2`_ | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | 11.0.1 | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2016 | | | | | `10.2.3`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2016 | | | | | | | `0.94.9`_ | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | `0.94.8`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2016 | 11.0.0 | | | | `10.2.2`_ | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2016 | | | | | `10.2.1`_ | | `0.94.7`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2016 | `10.1.2`_ | | | | `10.2.0`_ | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `10.1.1`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2016 | `10.1.0`_ | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `10.0.5`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2016 | `10.0.3`_ | | | | | `9.2.1`_ | `0.94.6`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2016 | `10.0.2`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2015 | `10.0.1`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| November 2015 | `10.0.0`_ | | | | | `9.2.0`_ | | | `0.80.11`_ | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2015 | `9.1.0`_ | | | | | | `0.94.5`_ | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | `0.94.4`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2015 | `9.0.3`_ | | | | | | `0.94.3`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| July 2015 | `9.0.2`_ | | | | | | | | `0.80.10`_ | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2015 | `9.0.1`_ | | | | | | `0.94.2`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2015 | `9.0.0`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2015 | | | | | | | `0.94.1`_ | `0.87.2`_ | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | `0.94`_ | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2015 | | | | | | | | | `0.80.9`_ | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2015 | `0.93`_ | | | | | | | `0.87.1`_ | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.92`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2015 | `0.91`_ | | | | | | | | `0.80.8`_ | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2014 | `0.90`_ | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.89`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| November 2014 | `0.88`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2014 | `0.86`_ | | | | | | | `0.87`_ | `0.80.7`_ | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | `0.80.6`_ | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2014 | `0.85`_ | | | | | | | | | | `0.67.11`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2014 | `0.84`_ | | | | | | | | | | `0.67.10`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| July 2014 | `0.83`_ | | | | | | | | `0.80.5`_ | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | `0.80.4`_ | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | `0.80.3`_ | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | `0.80.2`_ | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| June 2014 | `0.82`_ | | | | | | | | | | |
| +-------------+-----------+------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.81`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| May 2014 | | | | | | | | | `0.80.1`_ | | `0.67.9`_ |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | `0.80`_ | | `0.67.8`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| April 2014 | `0.79`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| March 2014 | `0.78`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| February 2014 | `0.77`_ | | | | | | | | | | `0.67.7`_ |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | | `0.67.6`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| January 2014 | `0.76`_ | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.75`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| December 2013 | `0.74`_ | | | | | | | | | `0.72.2`_ | `0.67.5`_ |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.73`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| November 2013 | | | | | | | | | | `0.72.1`_ | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | `0.72`_ | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| October 2013 | `0.71`_ | | | | | | | | | | `0.67.4`_ |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.70`_ | | | | | | | | | | |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| September 2013 | `0.69`_ | | | | | | | | | | |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | `0.68`_ | | | | | | | | | | `0.67.3`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| August 2013 | | | | | | | | | | | `0.67.2`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | | `0.67.1`_ |
| +-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
| | | | | | | | | | | | `0.67`_ |
+----------------+-------------+----------+-------------+-----------+------------+---------------+-----------+------------+------------+------------+-------------+
.. _Mimic: ../release-notes
.. _Luminous: ../release-notes#v12-2-0-luminous
.. _12.2.4: ../release-notes#v12-2-4-luminous