Skip to content

Commit e3397a9

Browse files
committed
Merge branch 'master' into develop
2 parents f52b144 + 3fad636 commit e3397a9

4 files changed

Lines changed: 24 additions & 1 deletion

File tree

.github/workflows/release-artifacts.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
name: "Build .deb packages"
5151
runs-on: ubuntu-latest
5252
strategy:
53+
# Prevent all Debian package builds from being cancelled
54+
# when one of them fails. Especially helpful when things are
55+
# flaky during a release.
56+
#
57+
# `fail-fast` defaults to true and applies to the entire test matrix
58+
fail-fast: false
5359
matrix:
5460
distro: ${{ fromJson(needs.get-distros.outputs.distros) }}
5561

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Synapse 1.155.0 (2026-06-16)
2+
3+
## End of Life of Debian 12 Bookworm
4+
5+
The next version of Synapse will not include Debian packages for Debian 12 Bookworm
6+
as it reached end of life on the 10th of June 2026.
7+
8+
## Internal Changes
9+
10+
- When building releases, don't cancel Debian package builds when one of them fails. ([\#19842](https://github.com/element-hq/synapse/issues/19842))
11+
112
# Synapse 1.155.0rc1 (2026-06-09)
213

314
## Bugfixes

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.155.0) stable; urgency=medium
2+
3+
* New Synapse release 1.155.0.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 16 Jun 2026 14:44:04 +0100
6+
17
matrix-synapse-py3 (1.155.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.155.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matrix-synapse"
3-
version = "1.155.0rc1"
3+
version = "1.155.0"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)