Skip to content

Commit c3a4edf

Browse files
feat(codenamemap): add support for Debian 13
1 parent 7529300 commit c3a4edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgres/codenamemap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
{{ debian_codename('buster', '11') }}
6363
{{ debian_codename('bullseye', '13') }}
6464
{{ debian_codename('bookworm', '15') }}
65+
{{ debian_codename('trixie', '17') }}
6566

6667
# `oscodename` grain has long distro name
6768
# if `lsb-release` package not installed
@@ -70,6 +71,7 @@
7071
{{ debian_codename('buster', '11', 'Debian GNU/Linux 10 (buster)') }}
7172
{{ debian_codename('bullseye', '13', 'Debian GNU/Linux 11 (bullseye)') }}
7273
{{ debian_codename('bookworm', '15', 'Debian GNU/Linux 12 (bookworm)') }}
74+
{{ debian_codename('trixie', '17', 'Debian GNU/Linux 13 (trixie)') }}
7375

7476
## Ubuntu
7577
# http://apt.postgresql.org/pub/repos/apt/dists/

0 commit comments

Comments
 (0)