Skip to content

Commit 06b290f

Browse files
Update release.md
Changed Relase cycles timeline in accordance with new release cadence change. Changed release from four times a year to three times a year and changed the phases-: Normal Dev from to Weeks 1-11, Code freeze to Weeks 12-14 and Post release to Weeks 14+.
1 parent 902d26a commit 06b290f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

contributors/devel/sig-release/release.md

Lines changed: 8 additions & 8 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-8)](#normal-dev-weeks-1-11)
9+
- [Code Freeze (Weeks 9-11)](#code-freeze-weeks-12-14)
10+
- [Post-Release (Weeks 11+)](#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

@@ -126,7 +126,7 @@ The general labeling process should be consistent across artifact types.
126126

127127
![Image of one Kubernetes release cycle](release-cycle.png)
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

0 commit comments

Comments
 (0)