Skip to content

Commit

Permalink
Merge pull request #6852 from p12tic/release
Browse files Browse the repository at this point in the history
Release notes for 3.8.0
  • Loading branch information
p12tic committed Apr 17, 2023
2 parents f3212ba + 087c388 commit 2f22cc5
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 20 deletions.
42 changes: 42 additions & 0 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,48 @@ Release Notes

.. towncrier release notes start
Buildbot ``3.8.0`` ( ``2023-04-16`` )
=====================================

Bug fixes
---------

- Fixed compatibility issues with Python 3.11.
- Fixed compatibility with Autobahn v22.4.1 and newer.
- Fixed issue with overriding `env` when calling `ShellMixin.makeRemoteShellCommand`
- Buildbot will now include the previous location of moved files when evaluating a Github commit.
This fixes an issue where a commit that moves a file out of a folder, would not be shown in the
web UI for a builder that is tracking that same folder.
- Improved reliability of Buildbot log watching to follow log files even after rotation.
This improves reliability of Buildbot start and restart scripts.
- Fixed handling of occasional errors that happen when attempting to kill a master-side process that has already exited.
- Fixed a race condition in PyLint step that may lead to step throwing exceptions.
- Fixed compatibility with qemu 6.1 and newer when using LibVirtWorker with ``cheap_copy=True`` (default).
- Fixed an issue with secrets provider stripping newline from ssh keys sent in git steps.
- Fixed occasional errors that happen when killing processes on Windows. TASKKILL command may return
code 255 when process has already exited.
- Fixed deleting secrets from worker that contain '~' in their destination path.

Changes
-------

- Buildbot now requires NodeJS 14.18 or newer to build the frontend.
- The URLs emitted by the Buildbot APIs have been changed to include slash after the hash (``#``)
symbol to be compatible with what React web UI supports.

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

- Replace statement "https is unsupported" with a more detailed disclaimer.

Features
--------

- Add a way to disable default ``WarningCountingShellCommand`` parser.
- Added health check API that latent workers can use to specify that a particular worker will not connect and build should not wait for it and mark itself as failure immediately.
- Implemented a way to customize TLS setting for ``LdapUserInfo``.


Buildbot ``3.7.0`` ( ``2022-12-04`` )
=====================================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/autobahn-compat.bugfix

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/env-override.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/expand-path-before-deleting-secrets.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/github-moved-files.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/latent-worker-check-instance.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ldab3-tls.feature

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/logwatcher-follow-files.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/mastershell-windows-kill.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/nodejs-version.change

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/pylint-crash-no-logs.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/python3.11-support.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/qemu-img-compat.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/rephrase-ssl-disclaimer.doc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/ssh-key-missing-newline.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/windows-process-killing-taskkill.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/www-url-slash-after-fragment.change

This file was deleted.

0 comments on commit 2f22cc5

Please sign in to comment.