Skip to content

Commit 5e775a7

Browse files
committed
Update release window section for Apache Spark 4.3.0
Replace the Spark 4.2 release window with the Spark 4.3 release window: code freeze / branch cut Aug 1st 2026, QA period mid Aug 2026, and release candidates late Aug 2026. Author: Jungtaek Lim <kabhwan.opensource@gmail.com> Closes #704 from HeartSaVioR/release-plan-v4-3-0.
1 parent 7d894fa commit 5e775a7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

site/versioning-policy.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h2>Release cadence</h2>
294294
changes and dependency upgrades. Maintenance releases happen as needed in between for critical
295295
bug fixes and security patches.</p>
296296

297-
<h3>Spark 4.2 release window</h3>
297+
<h3>Spark 4.3 release window</h3>
298298

299299
<table>
300300
<thead>
@@ -305,15 +305,15 @@ <h3>Spark 4.2 release window</h3>
305305
</thead>
306306
<tbody>
307307
<tr>
308-
<td>May 1st 2026</td>
308+
<td>Aug 1st 2026</td>
309309
<td>Code freeze. Release branch cut.</td>
310310
</tr>
311311
<tr>
312-
<td>Mid May 2026</td>
312+
<td>Mid Aug 2026</td>
313313
<td>QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.</td>
314314
</tr>
315315
<tr>
316-
<td>Late May 2026</td>
316+
<td>Late Aug 2026</td>
317317
<td>Release candidates (RC), voting, etc. until final release passes</td>
318318
</tr>
319319
</tbody>

versioning-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ improvements, and bug fixes. Major releases occur annually (every 12 months), ty
108108
changes and dependency upgrades. Maintenance releases happen as needed in between for critical
109109
bug fixes and security patches.
110110

111-
<h3>Spark 4.2 release window</h3>
111+
<h3>Spark 4.3 release window</h3>
112112

113113
| Date | Event |
114114
| ----- | ----- |
115-
| May 1st 2026 | Code freeze. Release branch cut.|
116-
| Mid May 2026 | QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.|
117-
| Late May 2026 | Release candidates (RC), voting, etc. until final release passes|
115+
| Aug 1st 2026 | Code freeze. Release branch cut.|
116+
| Mid Aug 2026 | QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.|
117+
| Late Aug 2026 | Release candidates (RC), voting, etc. until final release passes|
118118

119119
<h3>Illustrative transition: 2026 and 2027</h3>
120120

0 commit comments

Comments
 (0)