Skip to content

Commit

Permalink
Merge pull request #4645 from tardyp/release
Browse files Browse the repository at this point in the history
Release notes for 2.1.0
  • Loading branch information
tardyp committed Mar 9, 2019
2 parents 4a006c6 + 474ba4f commit 8efebda
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 9 deletions.

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/grammar-improvements.doc

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

.. towncrier release notes start
Buildbot ``2.1.0`` ( ``2019-03-09`` )
=====================================

Highlights
----------

- Worker to Master protocol can now be encrypted via TLS.

Bug fixes
---------

- To avoid database corruption, the ``upgrade-master`` command now ignores all
signals except ``SIGKILL``. It cannot be interrupted with ``ctrl-c``
(:issue:`4600`).
- Fixed incorrect tracking of latent worker states that could sometimes result
in duplicate ``stop_instance`` calls and so on.
- Fixed a race condition that could manifest in cancelled substantiations if
builds were created during insubstantiation of a latent worker.
- Perforce CLI Rev. 2018.2/1751184 (2019/01/21) is now supported
(:issue:`4574`).
- Fix encoding issues with Forcescheduler parameters error management code.

Improved Documentation
----------------------

- fix grammar mistakes and use Uppercase B for Buildbot

Features
--------

- :py:class:`~buildbot-worker.buildbot_worker.bot.Worker` now have
`connection_string` kw-argument which can be used to connect to a master
over TLS.
- Adding 'expand_logs' option for LogPreview related settings.
- Force schedulers buttons are now sorted by their name. (:issue:`4619`)
- :bb:cfg:`workers` now have a new ``defaultProperties`` parameter.


Buildbot ``2.0.1`` ( ``2019-02-06`` )
=====================================

Expand Down

0 comments on commit 8efebda

Please sign in to comment.