Skip to content

Commit

Permalink
relnotes for 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Jan 20, 2019
1 parent 874212d commit 0ca1225
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 10 deletions.

This file was deleted.

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

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/master-addBuildset.removal

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/master-addChange.removal

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/master-bug-2542.bugfix

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/sendchange-py3.bugfix

This file was deleted.

This file was deleted.

This file was deleted.

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

.. towncrier release notes start
Buildbot ``1.8.0`` ( ``2019-01-20`` )
=====================================

Bug fixes
---------

- Fix a regression present in v1.7.0 which caused buildrequests waiting for a
lock that got released by an unrelated build not be scheduled (:issue:`4491`)
- Don't run builds that request an instance with incompatible properties on
Docker, Marathon and OpenStack latent workers.
- Gitpoller now fetches only branches that are known to exist on remote.
Non-existing branches are quietly ignored.
- The demo repo in sample configuration files and the tutorial is now fetched
via ``https:`` instead of ``git:`` to make life easier for those behind
firewalls and/or using proxies.
- `buildbot sendchange` has been fixed on Python 3 (:issue:`4138`)

Features
--------

- Add a :py:class:`~buildbot.worker.kubernetes.KubeLatentWorker` to launch
workers into a kubernetes cluster
- Simplify/automate configuration of worker as Windows service - eliminate
manual configuration of Log on as a service

Deprecations and Removals
-------------------------

- The deprecated ``BuildMaster.addBuildset`` method has been removed. Use
``BuildMaster.data.updates.addBuildset`` instead.
- The deprecated ``BuildMaster.addChange`` method has been removed. Use
``BuildMaster.data.updates.addChange`` instead.
- ``buildbot`` package now requires Twisted versions >= 17.9.0. This is
required for Python 3 support. Earlier versions of Twisted are not supported.


Buildbot ``1.7.0`` ( ``2018-12-21`` )
=====================================

Expand Down

0 comments on commit 0ca1225

Please sign in to comment.