Skip to content

Commit 103b29d

Browse files
authored
Merge pull request #6428 from kunalchhabra37/master
Updated the latest release cycle docs from 3 to 4 months
2 parents 144461e + 11b133f commit 103b29d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
58.5 KB
Loading
-35.6 KB
Binary file not shown.
46.6 KB
Loading
Binary file not shown.

contributors/devel/sig-release/release.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ create an enhancement, issue, or pull request which targets a specific release
55
milestone.
66

77
- [TL;DR](#tldr)
8-
- [Normal Dev (Weeks 1-8)](#normal-dev-weeks-1-8)
9-
- [Code Freeze (Weeks 9-11)](#code-freeze-weeks-9-11)
10-
- [Post-Release (Weeks 11+)](#post-release-weeks-11)
8+
- [Normal Dev (Weeks 1-11)](#normal-dev-weeks-1-11)
9+
- [Code Freeze (Weeks 12-14)](#code-freeze-weeks-12-14)
10+
- [Post-Release (Weeks 14+)](#post-release-weeks-14+)
1111
- [Definitions](#definitions)
1212
- [The Release Cycle](#the-release-cycle)
1313
- [Removal Of Items From The Milestone](#removal-of-items-from-the-milestone)
@@ -42,22 +42,22 @@ requirements exist when the target milestone is a prior release (see
4242
If you want your PR to get merged, it needs the following required labels and
4343
milestones, represented here by the Prow /commands it would take to add them:
4444

45-
### Normal Dev (Weeks 1-8)
45+
### Normal Dev (Weeks 1-11)
4646

4747
- /sig {name}
4848
- /kind {type}
4949
- /lgtm
5050
- /approved
5151

52-
### [Code Freeze][code-freeze] (Weeks 9-11)
52+
### [Code Freeze][code-freeze] (Weeks 12-14)
5353

5454
- /milestone {v1.y}
5555
- /sig {name}
5656
- /kind {bug, failing-test}
5757
- /lgtm
5858
- /approved
5959

60-
### Post-Release (Weeks 11+)
60+
### Post-Release (Weeks 14+)
6161

6262
Return to 'Normal Dev' phase requirements:
6363

@@ -124,9 +124,9 @@ The general labeling process should be consistent across artifact types.
124124

125125
## The Release Cycle
126126

127-
![Image of one Kubernetes release cycle](release-cycle.png)
127+
![Image of one Kubernetes release cycle](release-cycle.jpg)
128128

129-
Kubernetes releases currently happen approximately four times per year.
129+
Kubernetes releases currently happen approximately three times per year.
130130

131131
The release process can be thought of as having three main phases:
132132

@@ -177,7 +177,7 @@ under that automation umbrella should be have a milestone applied.
177177
Implementation and bug fixing is ongoing across the cycle, but culminates in a
178178
code freeze period.
179179

180-
**[Code Freeze][code-freeze]** starts in week ~10 and continues for ~2 weeks.
180+
**[Code Freeze][code-freeze]** starts in week ~12 and continues for ~2 weeks.
181181
Only critical bug fixes are accepted into the release codebase during this
182182
time.
183183

@@ -192,7 +192,7 @@ back to the release branch. The release is built from the release branch.
192192

193193
Each release is part of a broader Kubernetes lifecycle:
194194

195-
![Image of Kubernetes release lifecycle spanning three releases](release-lifecycle.png)
195+
![Image of Kubernetes release lifecycle spanning three releases](release-lifecycle.jpg)
196196

197197
## Removal Of Items From The Milestone
198198

0 commit comments

Comments
 (0)