Skip to content

Commit

Permalink
fix: drop ubuntu 22.04 add ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 3, 2025
1 parent d477787 commit 0ced2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <abrechnung-installation-debian>`, just make sure to choose the correct
Expand Down
2 changes: 1 addition & 1 deletion tools/build_debian_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
DISTS = (
"debian:bookworm",
"debian:trixie",
"ubuntu:jammy", # 22.04
"ubuntu:noble", # 24.04
)

DESC = """\
Expand Down

0 comments on commit 0ced2bb

Please sign in to comment.