Skip to content

Commit 6f0e800

Browse files
authored
Merge pull request #4872 from tpepper/devel_guide
release docs: update 9 months to 1 year patch support
2 parents e5a19ad + 4c4ac6f commit 6f0e800

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

contributors/devel/sig-release/cherry-picks.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,20 @@ cherry pick.
166166

167167
## Cherry Picks for Unsupported Releases
168168

169-
The release team only supports & patches `n-3` releases (`n` being the latest
170-
release of Kubernetes). In January of 2019 the community discovered a
171-
regression, that was introduced in a post-release patch, but was currently no
172-
longer supported.
173-
174-
As discussed in a SIG Release meeting on 2019-01-15, a fix was backported to
175-
the non supported version.
169+
The community supports & patches releases for approximately 1 year
170+
for releases 1.19 and newer. For releases 1.18 and older the patch
171+
support extended for approximately 9 months, which was derived from
172+
keeping `n-3` releases (`n` being the latest -release of Kubernetes)
173+
in support and a quarterly release cycle.
174+
175+
The community makes no guarantees, but in the event of a high
176+
severity issue with a patch that is backportable and can be proved
177+
with CI signal, this extra support may occasionally be given.
178+
179+
For example, in January of 2019 the community discovered a regression, that was
180+
introduced in a post-release patch, but was currently no longer
181+
supported. As discussed in a SIG Release meeting on 2019-01-15, a
182+
fix was backported to the non supported version.
176183

177184
Reference PR: [#72860](https://github.com/kubernetes/kubernetes/pull/72860)
178185

contributors/devel/sig-release/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ The general labeling process should be consistent across artifact types.
119119
Created at the time of the `vX.Y-rc.0` release and maintained after the
120120
release for approximately 12 months with `vX.Y.Z` patch releases.
121121

122+
Note: releases 1.19 and newer receive 1 year of patch release support, and
123+
releases 1.18 and earlier received 9 months of patch release support.
124+
122125
## The Release Cycle
123126

124127
![Image of one Kubernetes release cycle](release-cycle.png)

0 commit comments

Comments
 (0)