Skip to content

Commit

Permalink
relnote fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tardyp committed Apr 7, 2019
1 parent 01956fa commit 77265c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/sqlalchemy-1.1.0.bugfix

This file was deleted.

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

.. towncrier release notes start
Buildbot ``2.2.0`` ( ``2019-04-07`` )
=====================================

Bug fixes
---------

- Fix secret leak when non-interpolated secret was passed to a step (:issue:`4007`)

Features
--------

- Each build get a new preparation step which can count the time spend starting latent worker.
- Support known_hosts file format as ``sshKnownHosts`` parameter in SSH-related operations (:issue:`4681`)


Buildbot ``2.2.0`` ( ``2019-04-07`` )
=====================================

Expand All @@ -33,6 +18,8 @@ Bug fixes

- Fix passing the verify and debug parameters for the HttpStatusPush reporter
- The builder page UI now correctly shows the list of owners for each build.
- Fixed bug with tilde in git repo url on Python 3.7 (:issue:`4639`).
- Fix secret leak when non-interpolated secret was passed to a step (:issue:`4007`)

Features
--------
Expand All @@ -45,6 +32,8 @@ Features
- Buildbot can now get secrets from the unix password store by `zx2c4` (https://www.passwordstore.org/).
- Added a ``basename`` property to the Github pull request webhook handler.
- The GitHub change hook secret can now be rendered.
- Each build now gets a preparation step which counts the time spend starting latent worker.
- Support known_hosts file format as ``sshKnownHosts`` parameter in SSH-related operations (:issue:`4681`)


Buildbot ``2.1.0`` ( ``2019-03-09`` )
Expand Down Expand Up @@ -101,7 +90,7 @@ Buildbot ``2.0.0`` ( ``2019-02-02`` )
Deprecations and Removals
-------------------------

- Removed support for Python 2.7 in the buildbot master code.
- Removed support for Python <3.5 in the buildbot master code.
Buildbot worker remains compatible with python2.7, and interoperability tests are run continuously.
- APIs that are not documented in the official Buildbot documentation have been
made private. Users of these undocumented APIs are encouraged to file bugs to
Expand Down

0 comments on commit 77265c7

Please sign in to comment.