Release Notes for Buildbot 0.8.14¶
The following are the release notes for Buildbot 0.8.14.
Master¶
Features¶
Gitsupports an "origin" option to give a name to the remote repo.- two new general steps are added to handle related builds --
CancelRelatedBuildsandStopRelatedBuilds-- as well as Gerrit specific ones --CancelGerritRelatedBuildsandStopGerritRelatedBuilds. More information in the manual. GitHubStatusnow accepts acontextparameter to be passed to the GitHub Status API.Triggerablenow accepts areasonparameter.
Fixes¶
- Cloning
Gitrepository with submodules now works with Git < 1.7.6 instead of failing due to the use of the unsupported--forceoption.
Deprecations, Removals, and Non-Compatible Changes¶
Changes for Developers¶
Slave¶
Features¶
GerritStatusPushnow has parameter --notify which is used to control e-mail notifications from Gerrit.- StashStatusPush now accepts optional
key_formatandname_formatparameters to configure build reporting to Atlassian Stash. - Schedulers: the
codebasesparameter can now be specified in a simple list-of-strings form
Fixes¶
Deprecations, Removals, and Non-Compatible Changes¶
- Providing Latent AWS EC2 credentails by the .ec2/aws_id file is deprecated: Instead, use the standard .aws/credentials file.
Details¶
For a more detailed description of the changes made in this version, see the git log itself:
git log v0.8.12..eight
Older Versions¶
Release notes for older versions of Buildbot are available in the master/docs/relnotes/ directory of the source tree.
Newer versions are also available here: