From 403ff1514e1c82191c2c6709e153761c99286a7f Mon Sep 17 00:00:00 2001 From: cccs-kevin Date: Thu, 23 May 2024 18:33:47 +0000 Subject: [PATCH] 4.4 -> 4.5 --- .../services/developing_an_assemblyline_service.md | 2 +- docs/overview/community_services.fr.md | 6 +++--- docs/overview/community_services.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/developer_manual/services/developing_an_assemblyline_service.md b/docs/developer_manual/services/developing_an_assemblyline_service.md index 4ea5944b0..dac33e6fa 100644 --- a/docs/developer_manual/services/developing_an_assemblyline_service.md +++ b/docs/developer_manual/services/developing_an_assemblyline_service.md @@ -83,7 +83,7 @@ In your service directory, you will add the YAML configuration file `service_man # Name of the service name: Sample # Version of the service - version: 4.4.0.dev0 + version: 4.5.0.dev0 # Description of the service description: ALv4 Sample service from the documentation diff --git a/docs/overview/community_services.fr.md b/docs/overview/community_services.fr.md index 6b47ea0c9..05c6934df 100644 --- a/docs/overview/community_services.fr.md +++ b/docs/overview/community_services.fr.md @@ -42,10 +42,10 @@ docker_config: - « C, D » peuvent être utilisés pour indiquer respectivement le majeur et le mineur d'un service. - La partie « dev » ou « stable » de la balise doit indiquer l'état de la construction du service. Ceci est également pertinent pour fournir des mises à jour de service sous un certain canal. -Voici un exemple de build de service destiné à un déploiement Assemblyline exécutant la version 4.4.x.x : +Voici un exemple de build de service destiné à un déploiement Assemblyline exécutant la version 4.5.x.x : ```bash -docker build . -t /:4.4.0.stable0 --build-arg version=4.4.0.stable0 -docker push /:4.4.0.stable0 +docker build . -t /:4.5.0.stable0 --build-arg version=4.5.0.stable0 +docker push /:4.5.0.stable0 ``` 4. Ajoutez le contenu du manifeste de service à l'interface utilisateur ou utilisez l'API REST pour ajouter le service à Assemblyline. diff --git a/docs/overview/community_services.md b/docs/overview/community_services.md index cfa067e6b..889980beb 100644 --- a/docs/overview/community_services.md +++ b/docs/overview/community_services.md @@ -41,10 +41,10 @@ docker_config: - `A, B` represents the framework and system version, respectively. - `C, D` can be used to indicate the major and minor of a service, respectively. - The `dev` or `stable` portion of the tag should indicate the state of the service build. This is also relevant for providing service updates under a certain channel. -The following is an example of a service build targetted for an Assemblyline deployment running release 4.4.x.x: +The following is an example of a service build targetted for an Assemblyline deployment running release 4.5.x.x: ```bash -docker build . -t /:4.4.0.stable0 --build-arg version=4.4.0.stable0 -docker push /:4.4.0.stable0 +docker build . -t /:4.5.0.stable0 --build-arg version=4.5.0.stable0 +docker push /:4.5.0.stable0 ``` 4. Add contents of service manifest to UI or using the REST API to add the service to Assemblyline