-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp go-ipfs Release Flow #6482
Changes from 14 commits
6751f71
a066a70
5a98567
1196554
bb096ad
c76cc59
23df118
b786abe
9bb15f2
72b9c4a
a32d5e9
63f6699
4fb38a7
b31cbb0
dec2ef9
fa7c3a8
ac89a1f
4f846ce
31f28a0
6895d8c
15fcea2
a92d07f
e979f6e
7a3bfde
16de302
c4fa1ba
5aa32db
6b5d521
206b039
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# EARLY TESTERS PROGRAMME | ||
|
||
## What is it? | ||
|
||
## What are the expectations? | ||
|
||
## Who has signed up? | ||
|
||
- [ ] Infura (@MichaelMure) | ||
- [ ] Textile (@sanderpick) | ||
- [ ] Pinata (@obo20) | ||
- [ ] RTrade (@postables) | ||
- [ ] QRI (@b5) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Stebalien did you get a confirmation from all of these after getting this PR up? It would be good to double check given that we only have now a description of what it is. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will do. |
||
|
||
## How to sign up? | ||
|
||
Simply submit a PR to this document by adding your project name and contact. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
> Release Issue Template | ||
|
||
# go-ipfs X.Y.Z Release | ||
|
||
We're happy to announce go-ipfs X.Y.Z, bla bla... | ||
|
||
## 🗺 What's left for release | ||
|
||
<List of items with PRs and/or Issues to be considered for this release> | ||
|
||
## 🔦 Highlights | ||
|
||
< top highlights for this release notes > | ||
|
||
## Changelog | ||
|
||
< changelog generated by bin/mkreleaselog > | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is going to be really long: https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md#changelog There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems that most of it is libp2p releated. Shouldn't that just appear on go-libp2p releases? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's about half libp2p. Once libp2p starts making releases with changelogs, we can just include a link to the libp2p release and leave it at that. But that's still over 100 lines. Let's leave it for now but we may need to hide this behind a |
||
|
||
## ✅ Release Checklist | ||
|
||
For each RC published in each stage: | ||
|
||
- version string in `version.go` has been updated | ||
- tag commit with vX.Y.Z-rcN | ||
- [ ] Stage 1 - Internal Testing | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- [ ] Feature freeze. If any non-trivial features get added to the release, uncheck all the checkboxes and return to this stage. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: Add a footnote to explain what is a "non-trivial feature". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe "non-trivial non-bugfix changes"? I'm thinking about things like minor performance optimizations. |
||
- [ ] CHANGELOG.md has been updated | ||
- use `./bin/mkreleaselog` to generate a nice starter list | ||
- [ ] Automated Testing (already tested in CI) - Ensure that all tests are passing, this includes: | ||
- [ ] unit | ||
- [ ] sharness | ||
- [ ] [interop](https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs) | ||
- [ ] go-ipfs-api | ||
- [ ] go-ipfs-http-client | ||
- [ ] Network Testing: | ||
- [ ] test lab things | ||
- [ ] Infrastructure Testing: | ||
- [ ] Deploy new version to a subset of Bootstrappers | ||
- [ ] Deploy new version to a subset of Gateways | ||
- [ ] Deploy new version to a subset of Preload nodes | ||
- [ ] Collect metrics every day. Work with the Infrastructure team to learn of any hiccup | ||
- [ ] IPFS Application Testing - Run the tests of the following applications: | ||
- [ ] WebUI | ||
- [ ] IPFS Desktop | ||
- [ ] IPFS Companion | ||
- [ ] NPM on IPFS | ||
- [ ] Stage 2 - Public Beta | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- [ ] Reach out to the IPFS _early testers_ listed in `docs/EARLY_TESTERS.md` for testing this release (check when no more problems have been reported). If you'd like to be added to this list, please file a PR. | ||
- [ ] Reach out to on IRC for beta testers. | ||
- [ ] Run tests available in the following repos with the latest beta (check when all tests pass): | ||
- [ ] [orbit-db](https://github.com/orbitdb/orbit-db) | ||
- [ ] Stage 3 - Soft Release | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- [ ] Documentation | ||
- [ ] Ensure that CHANGELOG.md is up to date | ||
- [ ] Ensure that README.md is up to date | ||
- [ ] Ensure that all the examples we have produced for go-ipfs run without problems | ||
- [ ] Update HTTP-API Documentation on the Website using https://github.com/ipfs/http-api-docs | ||
- [ ] Invite the IPFS _early testers_ to deploy the release to part of their production infrastructure. | ||
- [ ] Invite the wider community through (link to the release issue): | ||
- [ ] [discuss.ipfs.io](https://discuss.ipfs.io/c/announcements) | ||
- [ ] IRC | ||
- [ ] Stage 4 - Release | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- [ ] Final preparation | ||
- [ ] Verify that version string in `repo/version.go` has been updated | ||
- [ ] tag commit with vX.Y.Z | ||
- [ ] update release branch to point to release commit (`git merge vX.Y.Z`). | ||
- [ ] publish dist.ipfs.io | ||
- [ ] publish next version to https://github.com/ipfs/npm-go-ipfs | ||
- [ ] Publish a Release Blog post (at minimum, a c&p of this release issue with all the highlights, API changes, link to changelog and thank yous) | ||
- [ ] Broadcasting (link to blog post) | ||
- [ ] IRC | ||
- [ ] [discuss.ipfs.io](https://discuss.ipfs.io/c/announcements) | ||
- [ ] Announce it on the [IPFS Users mlist](https://groups.google.com/forum/#!forum/ipfs-users) | ||
|
||
## ❤️ Contributors | ||
|
||
< list generated by bin/mkreleaselog > | ||
|
||
Would you like to contribute to the IPFS project and don't know how? Well, there are a few places you can get started: | ||
|
||
- Check the issues with the `help wanted` label in the [go-ipfs repo](https://github.com/ipfs/go-ipfs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | ||
- Join an IPFS All Hands, introduce yourself and let us know where you would like to contribute - https://github.com/ipfs/team-mgmt/#weekly-ipfs-all-hands | ||
- Hack with IPFS and show us what you made! The All Hands call is also the perfect venue for demos, join in and show us what you built | ||
- Join the discussion at http://discuss.ipfs.io/ and help users finding their answers. | ||
- Join the [Go Core Dev Team Weekly Sync](https://github.com/ipfs/team-mgmt/issues/650) and be part of the Sprint action! | ||
|
||
## ⁉️ Do you have questions? | ||
|
||
The best place to ask your questions about IPFS, how it works and what you can do with it is at [discuss.ipfs.io](http://discuss.ipfs.io). We are also available at the `#ipfs` channel on Freenode, which is also [accessible through our Matrix bridge](https://riot.im/app/#/room/#freenode_#ipfs:matrix.org). | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,71 @@ | ||
# go-ipfs releases | ||
|
||
## Release Schedule | ||
go-ipfs is on a six week release schedule. Following a release, there will be | ||
five weeks for code of any type (features, bugfixes, etc) to be added. After | ||
the five weeks is up, a release candidate is tagged and only important bugfixes | ||
will be allowed up to release day. | ||
|
||
## Release Candidate Checklist | ||
- [ ] CHANGELOG.md has been updated | ||
- use `./bin/mkreleaselog` to generate a nice starter list | ||
- [ ] version string in `version.go` has been updated | ||
- [ ] tag commit with vX.Y.Z-rcN | ||
|
||
## Pre-Release Checklist | ||
- [ ] before release, tag 'release candidate' for users to test against | ||
- if bugs are found/fixed, do another release candidate | ||
- [ ] all tests pass (no exceptions) | ||
- [ ] run interop tests https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs | ||
- [ ] webui works (for most definitions of 'works') - Test the multiple pages and verify that no visible errors are shown. | ||
- [ ] CHANGELOG.md has been updated | ||
- use `./bin/mkreleaselog` to generate a nice starter list | ||
- [ ] version string in `repo/version.go` has been updated | ||
- [ ] tag commit with vX.Y.Z | ||
- [ ] update release branch to point to release commit (`git merge vX.Y.Z`). | ||
- [ ] publish dist.ipfs.io | ||
- [ ] publish next version to https://github.com/ipfs/npm-go-ipfs | ||
|
||
## Post-Release | ||
- [ ] Bump version string in `repo/version.go` to `vX.Y.Z-dev` | ||
- [ ] Upload the final release to the github releases page: https://github.com/ipfs/go-ipfs/releases | ||
- Communication | ||
- [ ] Create the release issue | ||
- [ ] Announcements (both pre-release and post-release) | ||
- [ ] IRC | ||
- [ ] Blog post (at minimum, paste the changelog. optionally add context and thank contributors.) | ||
- [ ] Update HTTP-API Documentation on the Website using https://github.com/ipfs/http-api-docs | ||
# `go-ipfs` Release Flow | ||
|
||
## Table of Contents | ||
|
||
- [Release Philosophy](#release-philosophy) | ||
- [Release Flow](#release-flow) | ||
- [Performing a Release](#performing-a-release) | ||
- [Release Version Numbers (aka semver)](#release-version-numbers-aka-semver) | ||
|
||
## Release Philosophy | ||
|
||
`go-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_<sup>[1]</sup> that have IPFS running in Production. | ||
Stebalien marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
We might expand the six week release schedule in case of: | ||
- No new updates to be added | ||
- In case of a large community event that takes the core team availability away (e.g. IPFS Conf, Dev Meetings, IPFS Camp, etc) | ||
|
||
## Release Flow | ||
|
||
`go-ipfs` releases come in 4 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 features/fixes during the process, we start over at stage 1. | ||
|
||
### Stage 1 - Internal Testing | ||
|
||
Before this stage, we expect _all_ tests (interop, testlab, performance, etc.) to pass. | ||
|
||
At this stage, we'll: | ||
- 1. Start a partial-rollout to our own infrastructure. | ||
- 2. Test against ipfs and ipfs-shipyard applications. | ||
|
||
**Goal(s):** | ||
- 1. Make sure we haven't introduced any obvious regressions. | ||
- 2. Test the release in an environment we can monitor and easily roll back (i.e., our own infra). | ||
|
||
### Stage 2 - Public Beta | ||
|
||
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. | ||
|
||
### Stage 3 - Soft Release | ||
|
||
At this stage, we consider the release to be "production ready" and ask will ask the community and our early testers to (partially) deploy the release to their production infrastructure. | ||
|
||
**Goal(s):** | ||
|
||
1. Test the release in some production environments with heavy workloads. | ||
2. Partially roll-out an upgrade to see how it affects the network. | ||
3. Retain the ability to ship last-minute fixes before the final release. | ||
|
||
### Stage 4 - Release | ||
|
||
At this stage, the release is "battle hardened" and ready for wide deployment. | ||
|
||
## Performing a Release | ||
|
||
The first step is for the `Lead Maintainer` for `go-ipfs` to open an issue with Title `go-ipfs <version> Release` and a c&p of the [RELEASE_ISSUE_TEMPLATE](./RELEASE_ISSUE_TEMPLATE.md) | ||
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Release Version Numbers (aka semver) | ||
|
||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ho, bummer... Please consider this in the future for disruptive problems. At Infura we have been stuck with problematic release for months without solution (other than forking): 0.4.19 and 0.4.20 had memory usage problem but we couldn't revert to 0.4.18 due to security reason. This will only become more critical in the future. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In that case, we would have applied the CPU fixes in 0.4.19 to 0.4.18 as a patch. This is just saying that we're not going to release a 0.4.20 and then go back and patch a 0.4.18 release. |
||
TBW | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Anything left here?
daviddias marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
---------------------------- | ||
|
||
- <sup>**[1]**</sup> - _early testers_ is an IPFS programme in which members of the community can self-volunteer to help test `go-ipfs` Release Candidates. You find more info about it at [EARLY_TESTERS.md](./EARLY_TESTERS.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Needs to be finished before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. LGTY?