Skip to content

Commit

Permalink
Merge pull request #3599 from buildbot/release
Browse files Browse the repository at this point in the history
Release notes for 0.9.11
  • Loading branch information
tardyp committed Sep 8, 2017
2 parents 82ca9fe + a305186 commit 09865da
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 30 deletions.
1 change: 0 additions & 1 deletion master/buildbot/newsfragments/3154.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/keystoneauth1-v3.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/log_obfuscating.doc

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/nova-region.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/rest_contains.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

.. towncrier release notes start
Buildbot ``0.9.11`` ( ``2017-09-08`` )
======================================

Incompatible Changes
--------------------

- Buildbot is not compatible with ``python3-ldap`` anymore. It now requires ``ldap3`` package for its ldap operations (issue:`3530`)

Bug fixes
---------

- Fix issue with ``logviewer`` scrolling up indefinitely when loading logs
(:issue:`3154`).
- do not add the url if it already exists in the step. (:issue:`3554`)
- Fix filtering for REST resource attributes when SQL is involved in the backend (eq, ne, and
contains operations, when there are several filters) (:issue:`3526`).
- The ``git`` source step now uses `git checkout -B` rather than `git branch -M` to create local branches (:issue:`3537`)
- Fixed :ref:`Grid View <GridView>` settings. It is now possible to configure "false" values.
- Fix performance issue when remote command does not send any line boundary
(:issue:`3517`)
- Fix regression in GithHub oauth2 v3 api, when using enterprise edition.
- Fix the Perforce build step on Python 3 (:issue:`3493`)
- Make REST API's filter __contains use OR connector rather than AND according
to what the documentation suggests.
- Fixed secret plugins registration, so that they are correctly available in ``import buildbot.plugins.secrets``.
changes to all secrets plugin to be imported and used.
- Fix secrets downloaded to worker with too wide permissions
- Fix issue with stop build during latent worker substantiating, the build result
was retried instead of cancelled.
- ``pip install 'buildbot[bundle]'`` now installs ``grid_view`` plugin.
This fixes issues with the tutorial where ``grid_view`` is enabled by default.

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

- Fixed documentation regarding log obfuscation for passwords.
- Improve documentation of REST API's __contains filter.

Features
--------

- Added autopull for Docker images based on config. (:issue:`3071`)
- Allow to expose logs to summary callback of :py:class:`GerritStatusPush`.
- Implement GitHub change hook CI skipping (:issue:`3443`). Now buildbot will
ignore the event, if the ``[ci skip]`` keyword (configurable) in commit
message. For more info, please check out the ``skip`` parameter of
:bb:chsrc:`GitHub` hook.
- :py:class:`~buildbot.reporters.github.GitHubStatusPush` now support reporting
to ssh style URLs, ie `git@github.com:Owner/RepoName.git`
- Added the possibility to filter builds according to results in :ref:`Grid
View <GridView>`.
- :py:class:`~buildbot.worker.openstack.OpenStackLatentWorker` now supports V3
authentication.
- Buildbot now tries harder at finding line boundaries. It nows support several
cursor controlling ANSI sequences as well as use of lots of backspace to go
back several characters.
- UI Improvements so that Buildbot build pages looks better on mobile.
- :py:class:`~buildbot.worker.openstack.OpenStackLatentWorker` now supports
region attribute.
- The :ref:`Schedulers` ``builderNames`` parameter can now be a
:class:`~IRenderable` object that will render to a list of builder names.
- The :py:class:`~buildbot.www.ldapuserinfo.LdapUserInfo` now uses the
python3-ldap successor ldap3 (:issue:`3530`).
- added support for static suppressions parameter for shell commands


Buildbot ``0.9.10`` ( ``2017-08-03`` )
======================================

Expand Down

0 comments on commit 09865da

Please sign in to comment.