-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Releases | ||
|
||
## Supported Versions | ||
|
||
Versions are expressed as x.y.z, where x is the major version, y is the minor version, and z is the patch version, | ||
following Semantic Versioning terminology. | ||
|
||
We maintain release branches for the most recent two minor releases. | ||
|
||
Fixes may be backported to release branches, depending on severity, risk, and, feasibility. | ||
|
||
If a release contains breaking changes, or CVE fixes, this will documented in the release notes. | ||
|
||
## Supported Version Skew | ||
|
||
Both the `argo-server` and `argocli` should be the same version as the controller. | ||
|
||
# Release Cycle | ||
|
||
For **unstable**, we build and tag `latest` images for every commit to master. | ||
|
||
New major versions are released roughly every 3 months. Release candidates for each major release are typically available | ||
for 6 weeks before the release becomes generally available. | ||
|
||
Otherwise, we typically release once a week: | ||
|
||
* Patch fixes for the current stable version. These are tagged `stable`. | ||
* The next release candidate, if we are currently in a release-cycle. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters