From 06991cd37451eae8256df4c86169dabfde443596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 30 Jan 2024 13:31:16 +0100 Subject: [PATCH 1/2] Change: docker-compose -> docker compose docker compose is a plugin for docker with version 2.0 and not a standalone Python tool anymore. --- src/22.4/container/preamble.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/22.4/container/preamble.md b/src/22.4/container/preamble.md index 70979f1f..8ef5b73a 100644 --- a/src/22.4/container/preamble.md +++ b/src/22.4/container/preamble.md @@ -2,7 +2,7 @@ Running the Greenbone Community Edition from containers requires knowledge about * Using a terminal * Using [docker] -* Running services via [docker-compose] +* Running services via [docker compose][docker-compose] Additionally, a basic knowledge about the {doc}`architecture ` of the Greenbone Community Edition is required to understand the setup. From 2eccbe6c1d5ee14aff8d42481b53400acc7566ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Tue, 30 Jan 2024 13:40:50 +0100 Subject: [PATCH 2/2] Change: Update components to their latest releases for source build --- src/22.4/source-build/index.md | 16 ++++++++-------- src/changelog.md | 8 ++++++++ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/22.4/source-build/index.md b/src/22.4/source-build/index.md index 81cc43e6..ae977065 100644 --- a/src/22.4/source-build/index.md +++ b/src/22.4/source-build/index.md @@ -26,7 +26,7 @@ The components should be build and installed in the listed order. ```{code-block} :caption: Setting the gvm-libs version to use -export GVM_LIBS_VERSION=22.7.3 +export GVM_LIBS_VERSION=22.8.0 ``` ```{include} /22.4/source-build/gvm-libs/dependencies.md @@ -48,7 +48,7 @@ Afterwards, gvm-libs can be build and installed. ```{code-block} :caption: Setting the gvmd version to use -export GVMD_VERSION=23.0.1 +export GVMD_VERSION=23.2.0 ``` ```{include} /22.4/source-build/gvmd/dependencies.md @@ -71,7 +71,7 @@ Details about the optional dependencies can be found at ```{code-block} :caption: Setting the pg-gvm version to use -export PG_GVM_VERSION=22.6.1 +export PG_GVM_VERSION=22.6.4 ``` ```{include} /22.4/source-build/pg-gvm/dependencies.md @@ -100,7 +100,7 @@ The Greenbone Security Assistant (GSA) sources consist of two parts: ```{code-block} :caption: Setting the GSA version to use -export GSA_VERSION=22.8.0 +export GSA_VERSION=23.0.0 ``` ```{include} /22.4/source-build/gsa/download.md @@ -117,7 +117,7 @@ export GSA_VERSION=22.8.0 ```{code-block} :caption: Setting the GSAd version to use -export GSAD_VERSION=22.7.0 +export GSAD_VERSION=22.9.0 ``` ```{include} /22.4/source-build/gsad/dependencies.md @@ -142,7 +142,7 @@ export GSAD_VERSION=22.7.0 ```{code-block} :caption: Setting the openvas-scanner version to use -export OPENVAS_SCANNER_VERSION=22.7.6 +export OPENVAS_SCANNER_VERSION=22.7.9 ``` ```{include} /22.4/source-build/openvas-scanner/dependencies.md @@ -162,7 +162,7 @@ export OPENVAS_SCANNER_VERSION=22.7.6 ```{code-block} :caption: Setting the ospd and ospd-openvas versions to use -export OSPD_OPENVAS_VERSION=22.6.1 +export OSPD_OPENVAS_VERSION=22.6.2 ``` ```{include} /22.4/source-build/ospd-openvas/dependencies.md @@ -182,7 +182,7 @@ export OSPD_OPENVAS_VERSION=22.6.1 ```{code-block} :caption: Setting the notus version to use -export NOTUS_VERSION=22.6.0 +export NOTUS_VERSION=22.6.2 ``` ```{include} /22.4/source-build/notus-scanner/dependencies.md diff --git a/src/changelog.md b/src/changelog.md index 8a3ef52d..9605d201 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -12,6 +12,14 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Add a disclaimer that Greenbone isn't involved in packaging for Kali Linux * Move `Facing an issue with the Greenbone Community Edition` section from source build troubleshooting to generic troubleshooting page +* Update gvm-libs to 22.8.0 +* Update gvmd to 23.2.0 +* Update pg-gvm to 22.6.4 +* Update gsad to 22.9.0 +* Update GSA to 23.0.0 +* Update OpenVAS Scanner to 22.7.9 +* Update notus-scanner to 22.6.2 +* Update ospd-openvas to 22.6.2 ## 23.11.0 * Add workflow page for source builds