Skip to content

Commit

Permalink
feat(codenamemap): Add support for Debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Smith committed Jan 15, 2024
1 parent 12666c3 commit cb19c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres/codenamemap.yaml
Expand Up @@ -61,13 +61,15 @@
{{ debian_codename('stretch', '9.6') }}
{{ debian_codename('buster', '11') }}
{{ debian_codename('bullseye', '13') }}
{{ debian_codename('bookworm', '15') }}

# `oscodename` grain has long distro name
# if `lsb-release` package not installed
{{ debian_codename('jessie', '9.4', 'Debian GNU/Linux 8 (jessie)') }}
{{ debian_codename('stretch', '9.6', 'Debian GNU/Linux 9 (stretch)') }}
{{ debian_codename('buster', '11', 'Debian GNU/Linux 10 (buster)') }}
{{ debian_codename('bullseye', '13', 'Debian GNU/Linux 11 (bullseye)') }}
{{ debian_codename('bookworm', '15', 'Debian GNU/Linux 12 (bookworm)') }}

## Ubuntu
# http://apt.postgresql.org/pub/repos/apt/dists/
Expand Down

0 comments on commit cb19c88

Please sign in to comment.