go-ipfs
Release Flowgo-ipfs
aims to have release every six weeks, two releases per quarter. During these 6 week releases, we go through 4 different stages that gives us the opportunity to test the new version against our test environments (unit, interop, integration), QA in our current production environment, IPFS apps (e.g. Desktop and WebUI) and with our community and early testers[1] that have IPFS running in production.
We might expand the six week release schedule in case of:
go-ipfs
releases come in 5 stages designed to gradually roll out changes and reduce the impact of any regressions that may have been introduced. If we need to merge non-trivial[2] changes during the process, we start over at stage 0.
At this stage, we expect all automated tests (interop, testlab, performance, etc.) to pass.
At this stage, we’ll:
Goals:
At this stage, we’ll announce the impending release to the community and ask for beta testers.
Goal:
Test the release in as many non-production environments as possible. This is relatively low-risk but gives us a breadth of testing internal testing can’t.
At this stage, we consider the release to be “production ready” and will ask the community and our early testers to (partially) deploy the release to their production infrastructure.
Goals:
At this stage, the release is “battle hardened” and ready for wide deployment.
A full release process should take about 3 weeks, a week per stage 1-3. We will start a new process every 6 weeks, regardless of when the previous release landed unless it’s still ongoing.
If we encounter a serious bug in the stable latest release, we will create a patch release based on this release. For now, bug fixes will not be backported to previous releases.
Patch releases will usually follow a compressed release cycle and should take 2-3 days. In a patch release:
Some patch releases, especially ones fixing one or more complex bugs, may undergo the full release process.
The release is managed by the Lead Maintainer
for go-ipfs
. It starts with the opening of an issue containing the content available on the RELEASE_ISSUE_TEMPLATE not more than 48 hours after the previous release.
This issue is pinned and labeled “release”. When the cycle is due to begin the 5 stages will be followed until the release is done.
Until go-ipfs
0.4.X, go-ipfs
was not using semver to communicate the type of release
Post go-ipfs
0.5.X, go-ipfs
will use semver. This means that patch releases will not contain any breaking changes nor new features. Minor releases might contain breaking changes and always contain some new feature
Post go-ipfs
1.X.X (future), go-ipfs
will use semver. This means that only major releases will contain breaking changes, minors will be reserved for new features and patches for bug fixes.
We do not yet retroactively apply fixes to older releases (no Long Term Support releases for now), which means that we always recommend users to update to the latest, whenever possible.
go-ipfs
Release Candidates. You find more info about it at EARLY_TESTERS.md