Bump versions of buildbot to v3.11.7 and switch to Debian 12 #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
buildworker,buildmaster: bump Debian to version 12
Debian 11 LTS support ends in June 2026, so it's probably around the
time when support for the OpenWrt 24.10 release might end. Therefore,
let's switch to Debian 12, which should have LTS support until June 2028
and is the latest and greatest.
Bump buildbot to v3.11.7 release
Changes since current v3.11.1 release:
Bug Fixes
GitPoller
whenrepourl
has the port specified (:issue:7822
).ChoiceStringParameter
fields withmultiple
would not store the selected values.7774
).FileUpload
, :bb:step:DirectoryUpload
, :bb:step:MultipleFileUpload
, :bb:step:FileDownload
, and :bb:step:StringDownload
) now correctly remove the destination on failure, preventing partial content (:issue:2860
).7260
, :issue:7746
).GitPoller
would no longer register new changes (regression introduced in 3.11.3 in #7554).GitPoller
running with git configured with thefetch.prune=true
parameter to fail.GitPoller
to miss changes when Buildbot is reconfigured.GitPoller
internally to avoid potential breakage on filesystems with low path and name length limits.repourl
used in the tracker branch name.HgPoller
when repository initialization fails (:issue:7488
).Makefile
to handle Windows paths and Python.Changes
6987
).scaling_waterfall
setting to support floating-point values for a more condensed view.Features
MessageFormatterFunctionRaw
, allowing complete customization of emitted messages. This feature has been available since 3.11.0 but was only recently announced.Deprecations and Removals
pollinterval
argument of various change sources has been deprecated with a warning in favor ofpollInterval
.Improved Documentation
ChangeSource
does not support secrets (or any other renderables) and provided best practices for handling secret values in changes. Up until Buildbot 3.7,ChangeSource
accidentally supported renderable arguments, which was undocumented behavior.