openpilot0/release
Adeeb Shihadeh d9d57e5d6f
Revert ISP image processing + tinygrad bump (#34020)
* Revert "Replace ThneedModel with TinygradModel (#33532)"

This reverts commit da952e9b64.

* Revert "camerad: move E + D cams image pipelines to the IFE (#33959)"

This reverts commit f2a1cce42b.
2024-11-13 19:27:11 -08:00
..
README.md release checklist (#32709) 2024-06-11 14:47:39 -07:00
build_devel.sh fix bash + python3 shebangs (#33287) 2024-08-13 21:22:13 -07:00
build_release.sh fix build in master_ci (#33900) 2024-10-31 10:46:34 -07:00
check-dirty.sh fix bash + python3 shebangs (#33287) 2024-08-13 21:22:13 -07:00
check-submodules.sh bump tinygrad depth (#33990) 2024-11-11 13:48:35 -08:00
identity.sh
release_files.py Revert ISP image processing + tinygrad bump (#34020) 2024-11-13 19:27:11 -08:00

README.md

openpilot releases

release checklist

Go to devel-staging

  • update devel-staging: git reset --hard origin/master-ci
  • open a pull request from devel-staging to devel

Go to devel

  • update RELEASES.md
  • close out milestone
  • post on Discord dev channel
  • bump version on master: common/version.h and RELEASES.md
  • merge the pull request

tests:

  • update from previous release -> new release
  • update from new release -> previous release
  • fresh install with openpilot-test.comma.ai
  • drive on fresh install
  • comma body test
  • no submodules or LFS
  • check sentry, MTBF, etc.

Go to release3

  • publish the blog post
  • git reset --hard origin/release3-staging
  • tag the release
git tag v0.X.X <commit-hash>
git push origin v0.X.X
  • create GitHub release
  • final test install on openpilot.comma.ai
  • update production
  • Post on Discord, X, etc.