Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
1191876a
Commit
1191876a
authored
8 years ago
by
Bogdan Dobrelya
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #882 from bogdando/releases
Clarify release policy
parents
3b091898
fa51a589
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE.md
+18
-0
18 additions, 0 deletions
RELEASE.md
with
18 additions
and
0 deletions
RELEASE.md
+
18
−
0
View file @
1191876a
...
...
@@ -7,3 +7,21 @@ The Kargo Project is released on an as-needed basis. The process is as follows:
3.
An OWNER runs
`git tag -s $VERSION`
and inserts the changelog and pushes the tag with
`git push $VERSION`
4.
The release issue is closed
5.
An announcement email is sent to
`kubernetes-dev@googlegroups.com`
with the subject
`[ANNOUNCE] kargo $VERSION is released`
## Major/minor releases, merge freezes and milestones
*
Kargo does not maintain stable branches for releases. Releases are tags, not
branches, and there are no backports. Therefore, there is no need for merge
freezes as well.
*
Fixes for major releases (vX.Y.0) are delivered via minor releases (vX.Y.Z)
and assigned to the corresponding open milestone (vX.Y). That milestone
remains open for the release support lifetime, which ends once the milestone
closed. Then only a next major release can be done.
*
Kargo major releases are bound to the given
``kube_version``
and other components'
versions, like etcd or network plugins. Older or newer versions are not
supported and not tested for the given release.
*
Minor releases can change components' versions, but not the
``kube_version``
.
Greater
``kube_version``
requires a new major release.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment