Skip to content

Commit

Permalink
Merge pull request ceph#48913 from jdurgin/wip-octopus-eol
Browse files Browse the repository at this point in the history
doc/releases: mark octopus eol

Reviewed-by: Neha Ojha <[email protected]>
Reviewed-by: Anthony D'Atri <[email protected]>
  • Loading branch information
jdurgin authored Nov 17, 2022
2 parents b86081b + c4ecf75 commit 8890afe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/_ext/ceph_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def run(self):

class CephTimeline(Directive):
has_content = False
required_arguments = 4
required_arguments = 3
optional_arguments = 0
option_spec = {}

Expand Down
6 changes: 3 additions & 3 deletions doc/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ security fixes.

Quincy (v17.2.*) <quincy>
Pacific (v16.2.*) <pacific>
Octopus (v15.2.*) <octopus>

.. ceph_releases:: releases.yml current

Expand All @@ -40,6 +39,7 @@ receive bug fixes or backports).
:maxdepth: 1
:hidden:

Octopus (v15.2.*) <octopus>
Nautilus (v14.2.*) <nautilus>
Mimic (v13.2.*) <mimic>
Luminous (v12.2.*) <luminous>
Expand All @@ -58,8 +58,8 @@ receive bug fixes or backports).
Release timeline
----------------

.. ceph_timeline_gantt:: releases.yml quincy pacific octopus
.. ceph_timeline:: releases.yml quincy pacific octopus
.. ceph_timeline_gantt:: releases.yml quincy pacific
.. ceph_timeline:: releases.yml quincy pacific

.. _Quincy: quincy
.. _17.2.0: quincy#v17-2-0-quincy
Expand Down
1 change: 1 addition & 0 deletions doc/releases/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ releases:

octopus:
target_eol: 2022-06-01
actual_eol: 2022-08-09
releases:
- version: 15.2.17
released: 2022-08-09
Expand Down

0 comments on commit 8890afe

Please sign in to comment.