Skip to content

v1.4.0

Compare
Choose a tag to compare
@bb-bot bb-bot released this 02 Sep 18:48
· 8182 commits to master since this release
v1.4.0
bbd058e

Bug fixes

  • Fix Build.getUrl() to not ignore virtual builders.
  • Fix git submodule support when using sshPrivateKey and sshHostKey
    settings by passing ssh data as absolute, not relative paths.
  • Fixed :bb:step:P4 for change in latest version of p4 login -p.
  • :py:class:buildbot.reporters.irc.IrcStatusBot no longer encodes messages
    before passing them on to methods of its Twisted base class to avoid posting
    the repr() of a bytes object when running on Python 3.

Features

  • Added new :bb:step:GitPush step to perform git push operations.
  • Objects returned by :ref:renderer now are able to pass extra arguments to
    the rendered function via withArgs method.

Test Suite

  • Test suite has been improved for readability by adding a lot of inlineCallbacks
  • Fixed tests which didn't wait for assertFailure's returned deferred.
  • The test suite now runs on Python 3.7 (mostly deprecation warnings from dependencies shut down)