Skip to content

Commit

Permalink
relnotes for 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Dec 13, 2016
1 parent 2814af2 commit 88636e9
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 18 deletions.
1 change: 0 additions & 1 deletion master/buildbot/newsfragments/bitbucketauth.feature

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/githubauth_orgs.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/gitlab_ref.bugfix

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/ircreporter_url.feature

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/mail_over_ssl.feature

This file was deleted.

2 changes: 0 additions & 2 deletions master/buildbot/newsfragments/mesos.feature

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/mysql5.bugfix

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/revlink_generation.bugfix

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/www_rest_auth.feature

This file was deleted.

44 changes: 44 additions & 0 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,51 @@ Release Notes

.. towncrier release notes start
Buildbot ``0.9.2``(``2016-12-13``)
===================================================

Bug fixes
---------

- Fix :py:class:`~buildbot.www.oauth2.GitHubAuth` to retrieve all organizations
instead of only those publicly available.
- Fixed `ref` to point to `branch` instead of commit `sha` in
:py:class:`~buildbot.reporters.GitlabStatusPush`
- :bb:reporter:`IRC` :py:meth:`maybeColorize` is 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 :py:class:`~buildbot.data.changes.Change` to use the
`revlink` configuration option to generate the revlink.
- fix threading issue in
:py:class:`~buildbot.plugins.worker.DockerLatentWorker`

Features
--------

- Implement `:py:class:`~buildbot.www.oauth2.BitbucketAuth`.
- New :bb:chsrc:`GerritEventLogPoller` poller to poll Gerrit changes via http
API.
- New :bb:reporter:`GerritVerifyStatusPush` can send multiple review status for
the same Gerrit change.
- :bb:reporter:`IRC` appends the builder URL to a successful/failed build if
available
- :bb:reporter:`MailNotifier` now accepts ``useSmtps`` parameter for initiating
connection over an SSL/TLS encrypted connection (SMTPS)
- New support for ``Mesos`` and `Marathon
<https://mesosphere.github.io/marathon/>`_ via
:py:class:`~buildbot.plugins.worker.MarathonLatentWorker`. ``Marathon`` is a
production-grade container orchestration platform for Mesosphere's Data-
center Operating System (DC/OS) and Apache ``Mesos``.
- ``password`` in :py:class:`~buildbot.plugins.worker.DockerLatentWorker` and
:py:class:`~buildbot.plugins.worker.HyperLatentWorker`, can be None. In that
case, they will be auto-generated from random number.
- :bb:reporter:`StashStatusPush` now accepts ``key``, ``buildName``,
``endDescription``, ``startDescription``, and ``verbose`` parameters to
control the JSON sent to Stash.
- Buildbot can now be configured to deny read access to REST api resources
based on authorization rules.


Older Release Notes
Expand Down

0 comments on commit 88636e9

Please sign in to comment.