Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions site/versioning-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h2>Release cadence</h2>
changes and dependency upgrades. Maintenance releases happen as needed in between for critical
bug fixes and security patches.</p>

<h3>Spark 4.2 release window</h3>
<h3>Spark 4.3 release window</h3>

<table>
<thead>
Expand All @@ -305,15 +305,15 @@ <h3>Spark 4.2 release window</h3>
</thead>
<tbody>
<tr>
<td>May 1st 2026</td>
<td>Aug 1st 2026</td>
<td>Code freeze. Release branch cut.</td>
</tr>
<tr>
<td>Mid May 2026</td>
<td>Mid Aug 2026</td>
<td>QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.</td>
</tr>
<tr>
<td>Late May 2026</td>
<td>Late Aug 2026</td>
<td>Release candidates (RC), voting, etc. until final release passes</td>
</tr>
</tbody>
Expand Down
8 changes: 4 additions & 4 deletions versioning-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ improvements, and bug fixes. Major releases occur annually (every 12 months), ty
changes and dependency upgrades. Maintenance releases happen as needed in between for critical
bug fixes and security patches.

<h3>Spark 4.2 release window</h3>
<h3>Spark 4.3 release window</h3>

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

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

Expand Down
Loading