You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This is a document for creating releases in OpenWhisk. It documents the proposed release process and will be updated as we move forward.

Release planning

OpenWhisk releases are created weekly.

Version definition

Version number should follow semantic versioning: http://semver.org/.

Prerequisites for release managers

Release management tasks

  1. Make sure that an appropriate milestone (version) for the release is entered in GitHub issues and that all the related issues have been resolved.
  2. Create a new milestone in GitHub for the next release.
  3. Create the RELEASE-NOTES.txt from GitHub issues.
  4. Build and deploy the release artifacts with release script. See below for the exact steps.

  5. Send an announcement email to openwhisk dev mailing list

Steps to build the release artifacts

All components should be tagged with semantic versioning and released as docker images. The release script would:

  • run automated tests: if failed, stop releasing here
  • if passed, ask the release person to specify release version (using maven-release-plugin?)
  • build and tag the docker images with this version
  • push docker images to Docker Hub
  • create release tag in GitHub

 

  • No labels