From 3788576e38a053ae0238ef6cb382554aa21e59c2 Mon Sep 17 00:00:00 2001 From: Daan Date: Fri, 10 Jul 2026 09:56:16 +0200 Subject: [PATCH 1/3] chore: bring versions to the latest LTS or releases --- src/22.4/container/preamble.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/22.4/container/preamble.md b/src/22.4/container/preamble.md index da887c7c..f8bd2070 100644 --- a/src/22.4/container/preamble.md +++ b/src/22.4/container/preamble.md @@ -14,10 +14,10 @@ intended for production setups. Currently the docs support the following distributions -* **Debian stable** [(bookworm)](https://www.debian.org/releases/stable) -* **Ubuntu 24.04 LTS** -* **Fedora 35 and 36** -* **CentOS 9 Stream** +* **Debian stable** [(trixie)](https://www.debian.org/releases/stable) +* **Ubuntu 26.04 LTS** +* **Fedora 44 and 43** +* **CentOS 10 Stream** Most likely, other Debian derivatives like Mint and Kali will also work with only minor adjustments required. From 8bf68d9248729e6bf441586c21da7bd7c4ff6fb9 Mon Sep 17 00:00:00 2001 From: Daan Date: Fri, 10 Jul 2026 09:57:47 +0200 Subject: [PATCH 2/3] chore: add changelog entry --- src/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changelog.md b/src/changelog.md index 02885ddc..6bbd32ef 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -23,6 +23,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Use [`restart_policy`](https://docs.docker.com/reference/compose-file/deploy/#restart_policy) for container services * Use `compose.yaml` instead of `docker-compose.yml` everywhere in the docs * Use environment variables for the settings of gsad +* Bump Linux distribution versions to the latest stables/releases ## 26.2.0 - 2026-02-24 From cb0bc26fb193247e429a792c778d441da2734981 Mon Sep 17 00:00:00 2001 From: Daan Date: Fri, 10 Jul 2026 14:50:40 +0200 Subject: [PATCH 3/3] chore: change distros for Docker version --- src/22.4/container/preamble.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/22.4/container/preamble.md b/src/22.4/container/preamble.md index f8bd2070..7e8f5aac 100644 --- a/src/22.4/container/preamble.md +++ b/src/22.4/container/preamble.md @@ -12,13 +12,7 @@ This guide is intended for users who want to test the newest features and/or want to get familiar with the Greenbone Community Edition. It is not intended for production setups. -Currently the docs support the following distributions +Currently the docs support the following appliances: -* **Debian stable** [(trixie)](https://www.debian.org/releases/stable) -* **Ubuntu 26.04 LTS** -* **Fedora 44 and 43** -* **CentOS 10 Stream** - -Most likely, other Debian derivatives like Mint and Kali will also work with -only minor adjustments required. +* **Docker** [(Tested with version: 29.6.1)](https://docs.docker.com/engine/release-notes/29/) ```