From a27d9a6204c3f8a530dfcfa561509babebb7991d Mon Sep 17 00:00:00 2001 From: Anar Manafov Date: Fri, 19 Jan 2024 11:24:35 +0100 Subject: [PATCH] Release 3.8 --- ReleaseNotes.md | 2 +- codemeta.json | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ff056c8f..e0f1e38d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,6 @@ # DDS Release Notes -## v3.8 (NOT YET RELEASED) +## v3.8 (2024-01-19) - DDS general - Fixed: On task done remove agents from the agent to tasks mapping. diff --git a/codemeta.json b/codemeta.json index cb5b80e6..a7f89134 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,14 +4,17 @@ "name": "FairRootGroup/DDS", "description": "

The Dynamic Deployment System (DDS) - is a tool-set that automates and significantly simplifies a deployment of user defined processes and their dependencies on any resource management system using a given topology.

", "license": "https://spdx.org/licenses/CC-BY-4.0", - "softwareVersion": "3.2", - "datePublished": "2020-05-26", + "softwareVersion": "master", + "datePublished": "2024-01-19", + "developmentStatus": "active", "maintainer": { "@type": "Person", "familyName": "Manafov", "givenName": "Anar" }, + "codeRepository": "https://github.com/FairRootGroup/DDS/", "readme": "https://github.com/FairRootGroup/DDS/blob/master/README.md", + "issueTracker": "https://github.com/FairRootGroup/DDS/issues", "author": [ { "@type": "Person", @@ -28,5 +31,36 @@ "familyName": "Al-Turany", "givenName": "Mohammad" } + ], + "contributor": [ + { + "@type": "Person", + "@id": "https://orcid.org/0000-0003-3787-1910", + "givenName": "Dennis", + "familyName": "Klein" + }, + { + "@type": "Person", + "givenName": "Giulio", + "familyName": "Eulisse" + }, + { + "@type": "Person", + "@id": "https://orcid.org/0000-0002-5321-8404", + "givenName": "Christian", + "familyName": "Tacke" + }, + { + "@type": "Person", + "@id": "https://orcid.org/0000-0002-6249-155X", + "givenName": "Alexey", + "familyName": "Rybalchenko" + }, + { + "@type": "Person", + "givenName": "Matthias", + "familyName": "Kretz", + "email": "kretz@kde.org" + } ] } \ No newline at end of file