From 0ced2bbbcdc94ab332d625758a348ea94fe30f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= Date: Fri, 3 Jan 2025 17:10:12 +0100 Subject: [PATCH] fix: drop ubuntu 22.04 add ubuntu 24.04 --- CHANGELOG.md | 1 + docs/usage/installation.rst | 2 +- tools/build_debian_packages.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6585cb4..dfa46128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - changed config structure to only include the reverse-proxy base_url once in the `api` section - removed frontend config via separate `config.json` in favour of configuration in the backend config yaml - drop python 3.10 support +- add ubuntu 24.04 support and drop 22.04 - remove react native mobile app in favour of mobile optimized PWA **Features** diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 0a474859..359e708a 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -25,7 +25,7 @@ as well as static web assets in ``/usr/share/abrechnung_web`` are installed. The only remaining work to be done is to setup the database and customize the configuration (see :ref:`abrechnung-config`). -Ubuntu Jammy +Ubuntu Noble -------------------------------- Follow the installation instructions for :ref:`Debian `, just make sure to choose the correct diff --git a/tools/build_debian_packages.py b/tools/build_debian_packages.py index e35b8347..72309705 100755 --- a/tools/build_debian_packages.py +++ b/tools/build_debian_packages.py @@ -24,7 +24,7 @@ DISTS = ( "debian:bookworm", "debian:trixie", - "ubuntu:jammy", # 22.04 + "ubuntu:noble", # 24.04 ) DESC = """\