Skip to content

Commit

Permalink
Merge pull request #7076 from p12tic/3.9-release
Browse files Browse the repository at this point in the history
 Release notes for 3.9.1
  • Loading branch information
p12tic committed Sep 2, 2023
2 parents ca3f31a + 338bcaa commit 236b51d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
5 changes: 1 addition & 4 deletions master/docs/conf.py
Expand Up @@ -87,10 +87,7 @@
# The full version, including alpha/beta/rc tags.
release = version

# add a loud note about python 2
rst_prolog = textwrap.dedent("""\
.. caution:: Buildbot no longer supports Python 2.7 on the Buildbot master.
""")
rst_prolog = ""

# add a loud note for anyone looking at the latest docs
if release == 'latest':
Expand Down
20 changes: 20 additions & 0 deletions master/docs/relnotes/index.rst
Expand Up @@ -8,6 +8,26 @@ Release Notes

.. towncrier release notes start
Buildbot ``3.9.1`` ( ``2023-09-02`` )
=====================================

Bug fixes
---------

- Fixed handling of primary key columns on Postgres in the ``copy-db`` script.
- Fixed a race condition in the ``copy-db`` script which sometimes lead to no data being copied.
- Options for `create-worker` that are converted to numbers are now also checked to be valid Python literals.
This will prevent creating invalid worker configurations, e.g.: when using option ``--umask=022`` instead of ``--umask=0o022`` or ``--umask=18``. (:issue:`7047`)
- Fixed worker not connecting error when there are files in WORKER/info folder that can not be decoded. (:issue:`3585`) (:issue:`4758`) (:issue:`6932`)
- Fixed incorrect git command line parameters when using ``Git`` source step with ``mode="incremental"``, ``shallow=True``, ``submodules=True`` (regression since Buildbot 3.9.0) (:issue:`7054`).

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

- Clarified that ``shallow`` option for the ``Git`` source step is also supported in ``incremental`` mode.


Buildbot ``3.9.0`` ( ``2023-08-16`` )
=====================================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/copydb-autoincrement.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/copydb-tables.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/create-worker-options-check.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/get-worker-info.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/git-incremental-submodule-shallow.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/git-shallow-incremental.doc

This file was deleted.

0 comments on commit 236b51d

Please sign in to comment.