This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new deb6e59 Fix 3.2 release window deb6e59 is described below commit deb6e59e0786fa76139314e14ea57d24dcf61703 Author: Wenchen Fan <wenc...@databricks.com> AuthorDate: Wed Apr 14 14:51:33 2021 +0900 Fix 3.2 release window The 3.1 was released on Mar 2, so the target release day for 3.2 should be September 2 according to the 6 months release cycle. Then the RC stage should start one month before the target release day, which is August. Author: Wenchen Fan <wenc...@databricks.com> Closes #331 from cloud-fan/3.2. --- site/versioning-policy.html | 6 +++--- versioning-policy.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/versioning-policy.html b/site/versioning-policy.html index e67567a..de5b1da 100644 --- a/site/versioning-policy.html +++ b/site/versioning-policy.html @@ -339,15 +339,15 @@ in between feature releases. Major releases do not happen according to a fixed s </thead> <tbody> <tr> - <td>June 1st 2021</td> + <td>July 1st 2021</td> <td>Code freeze. Release branch cut.</td> </tr> <tr> - <td>Mid June 2021</td> + <td>Mid July 2021</td> <td>QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.</td> </tr> <tr> - <td>July 2021</td> + <td>August 2021</td> <td>Release candidates (RC), voting, etc. until final release passes</td> </tr> </tbody> diff --git a/versioning-policy.md b/versioning-policy.md index 4b89364..80949a0 100644 --- a/versioning-policy.md +++ b/versioning-policy.md @@ -107,9 +107,9 @@ in between feature releases. Major releases do not happen according to a fixed s | Date | Event | | ----- | ----- | -| June 1st 2021 | Code freeze. Release branch cut.| -| Mid June 2021 | QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.| -| July 2021 | Release candidates (RC), voting, etc. until final release passes| +| July 1st 2021 | Code freeze. Release branch cut.| +| Mid July 2021 | QA period. Focus on bug fixes, tests, stability and docs. Generally, no new features merged.| +| August 2021 | Release candidates (RC), voting, etc. until final release passes| <h2>Maintenance Releases and EOL</h2> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org