Buildbot v2.5.0 Release Notes

Release Date: 2019-10-17 // over 4 years ago
  • ๐Ÿ— Buildbot 2.5.0 ( 2019-10-17 )

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix crash when reconfiguring changed workers that have new builders assigned to them (:issue:4757, :issue:5027).
    • ๐Ÿ— DockerLatentWorker: Allow to bind the same volume twice into a worker's container, Buildbot now requires 'docker-py' (nowadays 'docker') version 1.2.3+ from 2015.
    • ๐Ÿ— IRC bot can have authz configured to create or stop builds (:issue:2957).
    • ๐Ÿ›  Fix javascript exception with grid view tag filtering (:issue:4801)

    ๐Ÿ‘Œ Improved Documentation

    • ๐Ÿ”„ Changed PluginList link from trac wiki directly to the GitHub wiki.

    ๐Ÿ”‹ Features

    • Created a TelegramBot for notification and control through Telegram messaging app.
    • โž• Added support for environment variable P4CONFIG to class P4Source
    • ๐Ÿ‘ Allow to define behavior for GitCommit when there is nothing to commit.
    • โž• Add support for revision links to Mercurial poller
    • Support recursive matching ('**') in MultipleFileUpload when glob=True (requires python3.5+ on the worker)