diff --git a/deploy-guide/source/supported-platforms.html b/deploy-guide/source/supported-platforms.html
index 0329572afe..1130d3d050 100644
--- a/deploy-guide/source/supported-platforms.html
+++ b/deploy-guide/source/supported-platforms.html
@@ -1,6 +1,7 @@
- Ubuntu Server 24.04 (Noble Numbat) 64-bit
- - Debian 12 64-bit
+ - Debian 12 (Bookworm) 64-bit
+ - Debian 13 (Trixie) 64-bit
- CentOS 10 Stream 64-bit
- Rocky Linux 10 64-bit
diff --git a/doc/source/admin/upgrades/os-compatibility-matrix.html b/doc/source/admin/upgrades/os-compatibility-matrix.html
index 52a1b3075e..4a5bbe127f 100644
--- a/doc/source/admin/upgrades/os-compatibility-matrix.html
+++ b/doc/source/admin/upgrades/os-compatibility-matrix.html
@@ -6,7 +6,7 @@
| Ubuntu |
CentOS |
- Debian |
+ Debian |
Rocky Linux |
@@ -20,6 +20,7 @@
| 11 |
12 |
+ 13 |
9 |
10 |
@@ -34,6 +35,7 @@
✘ |
✔ |
✘ |
+ ✘ |
✔ |
✘ |
@@ -46,6 +48,7 @@
✘ |
✘ |
✘ |
+ ✘ |
E |
✘ |
@@ -59,6 +62,7 @@
✘ |
✔ |
✘ |
+ ✘ |
✔ |
✘ |
@@ -71,6 +75,7 @@
✘ |
✘ |
✘ |
+ ✘ |
E |
✘ |
@@ -84,6 +89,7 @@
✘ |
✔ |
✔ |
+ ✘ |
✔ |
✘ |
@@ -96,6 +102,7 @@
✘ |
✘ |
✘ |
+ ✘ |
E |
✘ |
@@ -109,7 +116,8 @@
✘ |
✔ |
✔ |
- ✔ |
+ ✘ |
+ ✔ |
✘ |
@@ -121,6 +129,7 @@
| ✘ |
✘ |
✘ |
+ ✘ |
E |
✘ |
@@ -134,6 +143,7 @@
✘ |
✘ |
✔ |
+ ✘ |
✔ |
✘ |
@@ -146,6 +156,7 @@
✘ |
✘ |
✘ |
+ ✘ |
E |
✘ |
@@ -159,6 +170,7 @@
✔ |
✘ |
✔ |
+ ✘ |
✔ |
✔ |
@@ -171,6 +183,7 @@
✘ |
✘ |
✘ |
+ ✘ |
E |
✘ |
@@ -184,6 +197,7 @@
✔ |
✘ |
✔ |
+ ✔ |
✘ |
✔ |
@@ -196,6 +210,7 @@
✘ |
✘ |
✘ |
+ ✘ |
✘ |
✘ |
diff --git a/doc/source/user/aio/quickstart.rst b/doc/source/user/aio/quickstart.rst
index 2cc05f3e73..19ddff4c83 100644
--- a/doc/source/user/aio/quickstart.rst
+++ b/doc/source/user/aio/quickstart.rst
@@ -121,8 +121,8 @@ version.
.. note::
The |current_release_formal_name| release is only compatible with
- Debian 12 (bookworm), Ubuntu 24.04 (Noble Numbat), CentOS 10 Stream,
- and derivatives of RHEL 10 such as Rocky Linux.
+ Debian 12 (bookworm), Debian 13 (trixie), Ubuntu 24.04 (Noble Numbat),
+ CentOS 10 Stream and derivatives of RHEL 10 such as Rocky Linux.
The next step is to bootstrap Ansible and the Ansible roles for the
development environment.
diff --git a/releasenotes/notes/debian_13_support-527341057b84f32c.yaml b/releasenotes/notes/debian_13_support-527341057b84f32c.yaml
new file mode 100644
index 0000000000..98c792d988
--- /dev/null
+++ b/releasenotes/notes/debian_13_support-527341057b84f32c.yaml
@@ -0,0 +1,6 @@
+---
+prelude: >
+ Added support for deployments on Debian 13 (Trixie)
+features:
+ - |
+ Debian 13 (Trixie) is now supported both on deploy and target nodes.