@@ -5,9 +5,9 @@ create an enhancement, issue, or pull request which targets a specific release
5
5
milestone.
6
6
7
7
- [ 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+ )
11
11
- [ Definitions] ( #definitions )
12
12
- [ The Release Cycle] ( #the-release-cycle )
13
13
- [ 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
42
42
If you want your PR to get merged, it needs the following required labels and
43
43
milestones, represented here by the Prow /commands it would take to add them:
44
44
45
- ### Normal Dev (Weeks 1-8 )
45
+ ### Normal Dev (Weeks 1-11 )
46
46
47
47
- /sig {name}
48
48
- /kind {type}
49
49
- /lgtm
50
50
- /approved
51
51
52
- ### [ Code Freeze] [ code-freeze ] (Weeks 9-11 )
52
+ ### [ Code Freeze] [ code-freeze ] (Weeks 12-14 )
53
53
54
54
- /milestone {v1.y}
55
55
- /sig {name}
56
56
- /kind {bug, failing-test}
57
57
- /lgtm
58
58
- /approved
59
59
60
- ### Post-Release (Weeks 11 +)
60
+ ### Post-Release (Weeks 14 +)
61
61
62
62
Return to 'Normal Dev' phase requirements:
63
63
@@ -124,9 +124,9 @@ The general labeling process should be consistent across artifact types.
124
124
125
125
## The Release Cycle
126
126
127
- ![ Image of one Kubernetes release cycle] ( release-cycle.png )
127
+ ![ Image of one Kubernetes release cycle] ( release-cycle.jpg )
128
128
129
- Kubernetes releases currently happen approximately four times per year.
129
+ Kubernetes releases currently happen approximately three times per year.
130
130
131
131
The release process can be thought of as having three main phases:
132
132
@@ -177,7 +177,7 @@ under that automation umbrella should be have a milestone applied.
177
177
Implementation and bug fixing is ongoing across the cycle, but culminates in a
178
178
code freeze period.
179
179
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.
181
181
Only critical bug fixes are accepted into the release codebase during this
182
182
time.
183
183
@@ -192,7 +192,7 @@ back to the release branch. The release is built from the release branch.
192
192
193
193
Each release is part of a broader Kubernetes lifecycle:
194
194
195
- ![ Image of Kubernetes release lifecycle spanning three releases] ( release-lifecycle.png )
195
+ ![ Image of Kubernetes release lifecycle spanning three releases] ( release-lifecycle.jpg )
196
196
197
197
## Removal Of Items From The Milestone
198
198
0 commit comments