Project

General

Profile

Tasks #13571

Updated by Loïc Dachary over 8 years ago

h3. Workflow 

 * "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-release *IN PROGRESS* 
 * "Cutting the release":http://ceph.com/docs/master/dev/development-workflow/#cutting-a-new-stable-release  
 ** Jason knows that Sage approves the release *DONE* 
 ** Jason gets approval from his lead *SKIPPED* (Saged approved) 
 *** Josh, RBD 
 ** Sage writes and commits the release notes "IN PROGRESS":https://github.com/ceph/ceph/pull/6365 
 ** Jason informs Alfredo that the branch is ready for release *DONE* 
  
 ** Alfredo creates the packages and sets the release tag *IN PROGRESS* 

   

 h3. Release information 

 ** branch to build from: hammer, commit:1107f29224e24211860b719b82f9b85a022c25e3 
 ** version: v0.94.5 
 ** type of release: point release 
 ** where to publish the release: http://ceph.com/debian-hammer and http://ceph.com/rpm-hammer 

 <code>git --no-pager log --format='%H %s' --graph tags/v0.94.4..ceph/hammer | perl -p -e 's/"/ /g; if (/\w+\s+Merge pull request #(\d+)/) { s|\w+\s+Merge pull request #(\d+).*|"Pull request $1":https://github.com/ceph/ceph/pull/$1|; } else { s|(\w+)\s+(.*)|"$2":https://github.com/ceph/ceph/commit/$1|; } s/\*/+/; s/^/* /;'</code> 

 * +     "Pull request 6348":https://github.com/ceph/ceph/pull/6348 
 * |\   
 * | + "librbd: potential assertion failure during cache read":https://github.com/ceph/ceph/commit/d3abcbea1fdb04f0994f19584b93f6f1b1ff37ca 
 * | + "tests: reproduce crash during read-induced CoW":https://github.com/ceph/ceph/commit/991d0f0575411e2f2b53df35e36ff6170bcc9d8b 
 * +     "Pull request 6362":https://github.com/ceph/ceph/pull/6362 
 * |\   
 * | + "osd/ReplicatedPG: remove stray debug line":https://github.com/ceph/ceph/commit/250dc0722b9156fe1b8be81e09fb4ead699065f3 
 * |/   
 * + "Pull request 6330":https://github.com/ceph/ceph/pull/6330 
 * + "qa: Use public qemu repo":https://github.com/ceph/ceph/commit/51f3d6a489760dbcb931676396eea92159ca2ad9 

Back