4. Release Notes¶
4.1. Buildbot 0.9.7 ( 2017-05-09 )¶
4.1.1. Core Bug fixes¶
- Fix
UserPasswordAuthauthentication onpy3and recent browsers. (issue # 3162, issue # 3163). Thepy3fix also requires Twisted https://github.com/twisted/twisted/pull/773. - Console View now display changes the same way as in Recent Changes page.
- Fix issue with Console View when no change source is configured but
still builds have
got_revisionproperty
4.1.2. Components Bug fixes¶
- Allow renderables in options and definitions of step
CMake. Currently only dicts and lists with renderables inside are allowed. OAuthAuthentication are now working withRolesFromEmails.DockerLatentWorker:_image_existsdoes not raise anymore if it encounters an image with<none>tag- Fix command line parameters for
Robocopystepverboseoption
4.1.3. Core Features¶
- Builds
state_stringis now automatically computed according to theBuildStep.getResultSummary,BuildStep.descriptionandupdateBuildSummaryPolicyfrom Common Parameters. This allows the dashboards and reporters to get a descent summary text of the build without fetching the steps. - New
configuratorssection, which can be used to create higher level configuration modules for Buildbot. - New
JanitorConfiguratorwhich can be used to create a builder which save disk space by removing old logs from the database.
4.1.4. Components Features¶
- Added a https://pushover.net/ reporter as
buildbot.reporters.pushover.PushoverNotifier propertyargument in SetPropery is now renderable.
4.2. Buildbot 0.9.6 ( 2017-04-19 )¶
4.2.1. Core Bug fixes¶
buildbot.www.authz.endpointmatchers.AnyControlEndpointMatchernow actually doesn't match GET requests. Before it would act like an AnyEndpointMatcher since the GET had a different case.- Passing
unicodebuilderNamestoForceSchedulerno longer causes an error. - Fix issue with :bb:sched::Nightly change classification raising foreign key exceptions (issue # 3021)
- Fixes an exception found
buildbot_net_usage_data._sendWithUrlibwhen running through the tutorial using Python 3. usePTYconfiguration of theShellCommandnow works as expected with recent version of buildbot-worker.
4.2.2. Components Bug fixes¶
pollAtLaunchof theGitHubPullrequestPollernow works as expected. Also the author email won't be displayed as NoneGerritChangeSourceandGerritStatusPushnow use the master's environment including PATH variable to find the ssh binary.SlaveDirectoryUploadCommandno longer throws exceptions because the file "is used by another process" under Windows
4.2.3. UI Bug fixes¶
- Fix waterfall scrolling and zooming in current browsers
console_viewnow properly usesrevlinkmetadata to link to changes.- Fixed Console View infinite loading spinner when no change have been recorded yet (issue # 3060).
4.2.4. Core Features¶
- new Virtual Builders concept for better integration of frameworks which store the build config along side the source code.
4.2.5. Components Features¶
BitBucketnow sets theeventproperty on each change to what theX-Event-Keyheader contains.GitHubPullrequestPollernow adds additional information about the pull request to properties. The property argument is removed and is populated with the repository full name.GitHubnow sets theeventproperty on each change to what theX-GitHub-Eventheader contains.- Changed
GitHubAuthnow supports GitHub Enterprise when setting newserverURLargument. GitLabnow sets theeventproperty on each change to what theX-Gitlab-Eventheader contains.GitHubnow process git tag push eventsGitHubnow adds more information about the pull request to the properties. This syncs features withGitHubPullrequestPollerGitLabnow process git tag push eventsGitLabnow supports authentication with the secret token
4.2.6. UI Features¶
- Reworked Console View and Waterfall View for better usability and better integration with virtual builders
- Javascript Data Module collections now have a
$resolvedattribute which allows dashboard to know when the data is loaded.
4.3. Buildbot 0.9.5 ( 2017-03-18 )¶
4.3.1. Bug fixes¶
- Fix issue with compressing empty log
- Fix issue with db being closed by wrong thread
- Fix issue with buildbot_worker not closing file handles when using the transfer steps
- Fix issue with buildbot requesting too many permissions from GitHub's OAuth
- Fix
HTTPStepto acceptjsonas keyword argument. - Updated
OpenStackLatentWorkerto use keystoneauth1 so it will support latest python-novaclient packages. - Include
RpmLintstep in steps plugins.
4.3.2. Core Features¶
- Experimental support for Python 3.5 and 3.6. Note that complete support depends on fixes to be released in Twisted 17.2.0.
- New experimental Secret Management framework, which allows to securely declare secrets, reusable in your steps.
- New Writing Dashboards with Flask or Bottle plugin, which allows to write custom dashboard with traditional server side web frameworks.
- Added
AnyControlEndpointMatcherandEnableSchedulerEndpointMatcherfor better configurability of the access control. If you have access control to your Buildbot, it is recommended you addAnyControlEndpointMatcherat the end of your access control configuration. - Schedulers can now be toggled on and off from the UI. Useful for temporarily disabling periodic timers.
4.3.3. Components Features¶
FileUploadnow supports setting the url title text that is visible in the web UI.FileUploadnow supports custom description and descriptionDone text.EC2LatentWorkernow provides instance id as the instance property enabling use of the AWS toolkit.- Add GitHub pull request Poller to list of available changesources.
OAuth2LoginResourcenow supports the token URL parameter. If a user wants to authenticate through OAuth2 with a pre- generated token (such as the access_token provided by GitHub) it can be passed to /auth/login as the token URL parameter and the user will be authenticated to buildbot with those credentials.- New reporter
GitHubCommentPushcan comment on GitHub PRs GitPollernow supports polling tags in a git repository.MultipleFilUploadnow supports the glob parameter. If glob is set to True all workersrcs parameters will be run through glob and the result will be uploaded to masterdest- Changed
OpenStackLatentWorkerto default to v2 of the Nova API. The novaclient package has had a deprecation warning about v1.1 and would use v2 anyway.
4.3.4. Deprecations and Removals¶
master/contribandworker/contribdirectories have been moved to their own repository at https://github.com/buildbot/buildbot-contrib/
4.4. Buildbot 0.9.4 ( 2017-02-08 )¶
4.4.1. Database upgrade¶
A database upgrade is necessary for this release (see upgrade-master).
4.4.2. Bug fixes¶
- Like for
buildbot start,buildbot upgrade-masterwill now erase an old pidfile if the process is not live anymore instead of just failing. - Change properties 'value' changed from String(1024) to Text. Requires upgrade master. (bug #3197)
- When using REST API, it is now possible to filter and sort in descending order at the same time.
- Fix issue with
HttpStatusPushraisingdatetime is not JSON serializableerror. - Fix issue with log viewer not properly rendering color codes.
- Fixed log viewer selection and copy-paste for Firefox (bug #3662).
- Fix issue with
DelayedCalledalready called, and worker missing notification email never received. schedulersandchange_sourceare now properly taking configuration change in account withbuildbot reconfig.setuptoolsis now explicitly marked as required. The dependency was previously implicit.buildbotNetUsageDatanow usesrequestsif available and will default to HTTP if a bogus SSL implementation is found. It will also correctly send information about the platform type.
4.4.3. Features¶
Buildbot now uses JWT to store its web UI Sessions. Sessions now persist upon buildbot restart. Sessions are shared between masters. Session expiration time is configurable with
c['www']['cookie_expiration_time']seewww.Builders page has been optimized and can now be displayed with 4 http requests whatever is the builder count (previously, there was one http request per builder).
Builder and Worker page build list now have the
numbuilds=option which allows to show more builds.Masters page now shows more information about a master (workers, builds, activity timer)
Workers page improvements:
- Shows which master the worker is connected to.
- Shows correctly the list of builders that this master is configured on (not the list of
buildermasterwhich nobody cares about). - Shows list of builds per worker similar to the builders page.
- New worker details page displays the list of builds built by this worker using database optimized query.
4.4.4. Deprecations and Removals¶
- Some deprecated broken Contrib Scripts were removed.
buildbot.www.hooks.googlecodehas been removed, since the Google Code service has been shut down.buildbot.util.jsonhas been deprecated in favor of the standard libraryjson.simplejsonwill not be used anymore if found in the virtualenv.
4.5. Buildbot 0.9.3 ( 2017-01-11 )¶
4.5.1. Bug fixes¶
- Fix
BitbucketStatusPushep should start with /assertion error. - Fix duplicate worker use case, where a worker with the same name would make the other worker also disconnect (bug #3656)
GitPoller:buildPushesWithNoCommitsnow rebuilds for a known branch that was updated to an existing commit.- Fix issue with log viewer not staying at bottom of the log when loading log lines.
- Fixed addBuildURLs in
Triggerto use results from triggered builds to include in the URL name exposed by API. - Fix Wamp
mqsupport by removingdebug,debug_ampanddebug_appfrom themqconfig, which is not available in latest version of Python Autobahn. You can now usewamp_debug_leveloption instead. - fix issue with factory.workdir AttributeError are not properly reported.
4.5.2. Features¶
- Optimize the memory consumption of the log compression process. Buildbot do not load the whole log into memory anymore. This should improve a lot buildbot memory footprint.
- Changed the build page so that the preview of the logs are shown in live. It is a preview means the last lines of log. How many lines is configurable per user in the user settings page.
- Log viewer line numbers are no longer selectable, so that it is easier to copy paste.
DockerLatentWorkeraccepts now renderable Dockerfile- Renderer function can now return
IRenderableobjects. - new
SetPropertieswhich allows to generate and transform properties separately. - Handle new workers in windows_service.py script.
- Sort the builders in the waterfall view by name instead of ID.
4.6. Buildbot 0.9.2 ( 2016-12-13 )¶
4.6.1. Bug fixes¶
- Fix
GitHubAuthto retrieve all organizations instead of only those publicly available. - Fixed ref to point to branch instead of commit sha in
GitlabStatusPush IRCmaybeColorizeis able to highlight single words and stop colorization at the end. The previous implementation only stopped colorization but not boldface.- fix compatibility issue with mysql5 (do not set default value for TEXT column).
- Fixed addChange in
Changeto use the revlink configuration option to generate the revlink. - fix threading issue in
DockerLatentWorker
4.6.2. Features¶
- Implement
BitbucketAuth. - New
GerritEventLogPollerpoller to poll Gerrit changes via http API. - New
GerritVerifyStatusPushcan send multiple review status for the same Gerrit change. IRCappends the builder URL to a successful/failed build if availableMailNotifiernow acceptsuseSmtpsparameter for initiating connection over an SSL/TLS encrypted connection (SMTPS)- New support for
Mesosand Marathon viaMarathonLatentWorker.Marathonis a production-grade container orchestration platform for Mesosphere's Data- center Operating System (DC/OS) and ApacheMesos. passwordinDockerLatentWorkerandHyperLatentWorker, can be None. In that case, they will be auto-generated from random number.StashStatusPushnow acceptskey,buildName,endDescription,startDescription, andverboseparameters to control the JSON sent to Stash.- Buildbot can now be configured to deny read access to REST api resources based on authorization rules.
5. Older Release Notes¶
- 5.1. Release Notes for Buildbot
0.9.1 - 5.2. Release Notes for Buildbot
0.9.0 - 5.3. Release Notes for Buildbot
0.9.0rc4 - 5.4. Release Notes for Buildbot
0.9.0rc3 - 5.5. Release Notes for Buildbot
0.9.0rc2 - 5.6. Release Notes for Buildbot
0.9.0rc1 - 5.7. Release Notes for Buildbot 0.9.0b9
- 5.8. Release Notes for Buildbot 0.9.0b8
- 5.9. Release Notes for Buildbot 0.9.0b7
- 5.10. Release Notes for Buildbot 0.9.0b6
- 5.11. Release Notes for Buildbot 0.9.0b5
- 5.12. Release Notes for Buildbot 0.9.0b4
- 5.13. Release Notes for Buildbot 0.9.0b3
- 5.14. Release Notes for Buildbot 0.9.0b2
- 5.15. Release Notes for Buildbot 0.9.0b1
- 5.16. Release Notes for Buildbot 0.8.11
- 5.17. Release Notes for Buildbot 0.8.10
- 5.18. Release Notes for Buildbot 0.8.9
- 5.19. Release Notes for Buildbot v0.8.8
- 5.20. Release Notes for Buildbot v0.8.7
- 5.21. Release Notes for Buildbot v0.8.6p1
Note that Buildbot-0.8.11 was never released.