<div dir="ltr"><div style="color:rgb(33,33,33);font-size:13px;font-family:"helvetica neue",helvetica,arial,sans-serif"><span style="color:rgb(0,0,0);font-family:sans-serif;line-height:1.5;font-size:small">Hello,</span></div><div style="color:rgb(33,33,33);font-size:13px;font-family:"helvetica neue",helvetica,arial,sans-serif"><span style="color:rgb(0,0,0);font-family:sans-serif;line-height:1.5;font-size:small"><br></span></div><div style="color:rgb(33,33,33);font-size:13px;font-family:"helvetica neue",helvetica,arial,sans-serif"><span style="color:rgb(0,0,0);font-family:sans-serif;line-height:1.5;font-size:small">I am very happy to announce the release of buildbot 0.9.0 rc1.</span><br></div><div><br></div><div>That's it! The release gating bug count has reached zero!</div><div><br></div><div>This month was pretty calm, with mostly small bug fixes, even though some cool features managed to sneak in:</div><div><br></div><div>- new HipchatStatusPush to report build results to Hipchat.</div><div>- new steps for Visual Studio 2015 (VS2015, VC14, and MsBuild14).</div><div>- The P4 step now obfuscates the password in status logs.</div><div>- Added support for specifying the depth of a shallow clone in Git.</div><div>- OpenStackLatentWorker now uses a single novaclient instance to not require re-authentication when starting or stopping instances.</div><div><br></div><div>As usual, you can find the release notes for complete list of what's new.</div><div><a href="http://buildbot.readthedocs.io/en/latest/relnotes/0.9.0rc1.html">http://buildbot.readthedocs.io/en/latest/relnotes/0.9.0rc1.html</a></div><div><br></div><div>For this rc1, we started the work of concatenating all beta release notes into a big document with all things that changed since 0.8.12. You can have a look here:</div><div><a href="http://buildbot.readthedocs.io/en/latest/relnotes/0.9.0.html">http://buildbot.readthedocs.io/en/latest/relnotes/0.9.0.html</a></div><div><br></div><div>The UI demo server is available here: <a href="http://nine.buildbot.net/">http://nine.buildbot.net/</a>.</div><div><br></div><div>Don't forget to use the latest version of pip</div><div>pip install -U pip</div><div><br></div><div>The packages are available on pypi, but as they are beta release, you have to use the --pre option of pip.</div><div><br></div><div>pip install -U 'buildbot[bundle]==0.9.0rc1' --pre</div><div><br></div><div><br></div><div>At the same time, I have released the first version of buildbot_travis now it is under the buildbot community umbrella.</div><div><br></div><div>pip install -U 'buildbot_travis' --pre</div><div><br></div><div>With a master.cfg as simple as:</div><div><br></div><div>from buildbot_travis import TravisConfigurator</div><div>c = BuildmasterConfig = {}</div><div>TravisConfigurator(BuildmasterConfig, basedir).fromDb()</div><div><br></div><div>You get a fully web UI-configured Travis like CI system.</div><div><br></div><div><br></div><div>Also new for this release is buildbot presence on docker-hub.</div><div><a href="https://hub.docker.com/u/buildbot/">https://hub.docker.com/u/buildbot/</a></div><div><br></div><div>See the updated tutorial to learn how to run buildbot from docker hub:</div><div><a href="http://buildbot.readthedocs.io/en/latest/tutorial/docker.html">http://buildbot.readthedocs.io/en/latest/tutorial/docker.html</a></div><div><br></div><div><br></div><div>Please continue the great move and adopt buildbot nine!</div><div><br></div></div>