Skip to content

Commit cba5433

Browse files
committed
Change to semantic versioning.
1 parent f171cc0 commit cba5433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Legend:
4444

4545
* Kube 1.0.0, 1.0.1 -- DONE!
4646
* Kube 1.0.X (X>1): Standard operating procedure. We patch the release-1.0 branch as needed and increment the patch number.
47-
* Kube 1.1alpha.X: Released roughly every two weeks by cutting from HEAD. No cherrypick releases. If there is a critical bugfix, a new release from HEAD can be created ahead of schedule. (This applies to the beta releases as well.)
48-
* Kube 1.1beta.X: When HEAD is feature-complete, we go into code freeze 2 weeks prior to the desired 1.1.0 date and only merge PRs essential to 1.1. Releases continue to be cut from HEAD until we're essentially done.
47+
* Kube 1.1.0-alpha.X: Released roughly every two weeks by cutting from HEAD. No cherrypick releases. If there is a critical bugfix, a new release from HEAD can be created ahead of schedule. (This applies to the beta releases as well.)
48+
* Kube 1.1.0-beta.X: When HEAD is feature-complete, we go into code freeze 2 weeks prior to the desired 1.1.0 date and only merge PRs essential to 1.1. Releases continue to be cut from HEAD until we're essentially done.
4949
* Kube 1.1.0: Final release. Should occur between 3 and 4 months after 1.0.
5050

5151
### Major version timeline

0 commit comments

Comments
 (0)